mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix folding and clean up some extensions
This commit is contained in:
parent
3bfd50f4f1
commit
81e2cf03ac
161 changed files with 1610 additions and 834 deletions
|
@ -96,12 +96,14 @@ PHPAPI int php_stream_cast(php_stream * stream, int castas, void ** ret, int sho
|
|||
#define php_stream_is(stream, anops) (stream->ops == anops)
|
||||
|
||||
#endif /* HAVE_PHP_STREAM */
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
* tab-width: 4
|
||||
* c-basic-offset: 4
|
||||
* End:
|
||||
* vim: sw=4 ts=4 tw=78
|
||||
* vim600: sw=4 ts=4 tw=78 fdm=marker
|
||||
* vim<600: sw=4 ts=4 tw=78
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue