mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because
1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plural, too.
This commit is contained in:
parent
d74666a648
commit
68d2592f52
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#endif
|
||||
|
||||
#define PHP_API_VERSION 20010901
|
||||
#define HAVE_PHP_STREAM 1
|
||||
#define PHP_HAVE_STREAMS
|
||||
#define YYDEBUG 0
|
||||
|
||||
#include "php_version.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue