mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Keep dummy FAST_ZPP macro for compatibility
This commit is contained in:
parent
8a7cfd00de
commit
3e27fbb3d2
1 changed files with 5 additions and 0 deletions
|
@ -665,6 +665,11 @@ END_EXTERN_C()
|
|||
|
||||
/* Fast parameter parsing API */
|
||||
|
||||
/* Fast ZPP is always enabled now; this define is left in for compatibility
|
||||
* with any existing conditional compilation blocks.
|
||||
*/
|
||||
#define FAST_ZPP 1
|
||||
|
||||
#define Z_EXPECTED_TYPES(_) \
|
||||
_(Z_EXPECTED_LONG, "integer") \
|
||||
_(Z_EXPECTED_BOOL, "boolean") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue