avriltank

Results 21 comments of avriltank

可以解决了,把php_micro.c下边代码删了, ```c if (SUCCESS == zend_hash_str_del(EG(zend_constants), "PHP_BINARY", sizeof("PHP_BINARY") - 1)) { dbgprintf("remake pb constant\n"); zend_ini_entry *pbentry = NULL; if (NULL != (pbentry = zend_hash_str_find_ptr( EG(ini_directives), PHP_MICRO_INIENTRY(php_binary), sizeof(PHP_MICRO_INIENTRY(php_binary)) - 1))) {...