mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fix build problem in C++11
This commit is contained in:
parent
09b6e33b40
commit
31468401b7
@ -60,7 +60,7 @@ typedef struct _zend_fcall_info_cache {
|
||||
zval *object_ptr;
|
||||
} zend_fcall_info_cache;
|
||||
|
||||
#define ZEND_NS_NAME(ns, name) ns"\\"name
|
||||
#define ZEND_NS_NAME(ns, name) ns "\\" name
|
||||
|
||||
#define ZEND_FN(name) zif_##name
|
||||
#define ZEND_MN(name) zim_##name
|
||||
|
Loading…
Reference in New Issue
Block a user