This website requires JavaScript.
Explore
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
You've already forked xcache
0
Code
Releases
Activity
6acd2447dd
xcache
/
optimizer.h
5 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
initial import to online git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-05-09 10:58:38 +00:00
#
include
"php.h"
#
include
"xcache.h"
opcodes data is copied but not the op_array. use op_array_handler instead git-svn-id: svn://svn.lighttpd.net/xcache/trunk@477 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2007-08-19 14:15:51 +00:00
void
xc_optimizer_op_array_handler
(
zend_op_array
*
op_array
)
;