mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
AIX #define's accept as naccept
add a workaround
This commit is contained in:
parent
65fcbcbdc0
commit
af429910ef
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
#include "spl_array.h"
|
||||
#include "spl_exceptions.h"
|
||||
|
||||
#ifdef accept
|
||||
#undef accept
|
||||
#endif
|
||||
|
||||
PHPAPI zend_class_entry *spl_ce_RecursiveIterator;
|
||||
PHPAPI zend_class_entry *spl_ce_RecursiveIteratorIterator;
|
||||
PHPAPI zend_class_entry *spl_ce_FilterIterator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue