We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bebd89 commit 2599d00Copy full SHA for 2599d00
apc.h
@@ -134,10 +134,6 @@ PHP_APCU_API apc_serializer_t* apc_find_serializer(const char* name); /* }}} */
134
PHP_APCU_API int APC_SERIALIZER_NAME(php) (APC_SERIALIZER_ARGS);
135
PHP_APCU_API int APC_UNSERIALIZER_NAME(php) (APC_UNSERIALIZER_ARGS); /* }}} */
136
137
-/* {{{ eval serializers */
138
-PHP_APCU_API int APC_SERIALIZER_NAME(eval) (APC_SERIALIZER_ARGS);
139
-PHP_APCU_API int APC_UNSERIALIZER_NAME(eval) (APC_UNSERIALIZER_ARGS); /* }}} */
140
-
141
#define php_apc_try \
142
{ \
143
JMP_BUF *zb = EG(bailout); \
0 commit comments