mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Fix build problem in C++11
This commit is contained in:
committed by
Lars Strojny
parent
57438e5f77
commit
09e73fd80e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user