search for: zend_execute_script

Displaying 4 results from an estimated 4 matches for "zend_execute_script".

Did you mean: zend_execute_scripts
2009 Apr 03
4
[LLVMdev] php crash
...under php source root, CC=clang ./configure --disable-all make make test The resulting `php' will crash, even with an empty php file. Argument strings on the stack at: c0000000 ./sapi/cli/php #0 0x00181daf in ZEND_RETURN_SPEC_CONST_HANDLER () #1 0x00164db7 in execute () #2 0x001436fd in zend_execute_scripts () #3 0x000ee779 in php_execute_script () #4 0x001c18c2 in main () Clang works well when building php in debug mode. CC=clang ./configure --disable-all --enable-debug Is this a problem with the LLVM optimizer or the Clang front-end? Thanks. - xi
2009 Apr 03
0
[LLVMdev] php crash
...e-all > make > make test > > The resulting `php' will crash, even with an empty php file. > > Argument strings on the stack at: c0000000 >        ./sapi/cli/php > #0  0x00181daf in ZEND_RETURN_SPEC_CONST_HANDLER () > #1  0x00164db7 in execute () > #2  0x001436fd in zend_execute_scripts () > #3  0x000ee779 in php_execute_script () > #4  0x001c18c2 in main () > > Clang works well when building php in debug mode. > CC=clang ./configure --disable-all --enable-debug > > Is this a problem with the LLVM optimizer or the Clang front-end?  Thanks. > > - xi >...
2012 Feb 17
1
Race Condition In PHP Session Handler
...6cb56e4c in php_session_start () from /etc/httpd/modules/libphp5.so #4 0x00007fa16cb57559 in ?? () from /etc/httpd/modules/libphp5.so #5 0x00007fa16cc9afe8 in ?? () from /etc/httpd/modules/libphp5.so #6 0x00007fa16cc72320 in execute () from /etc/httpd/modules/libphp5.so #7 0x00007fa16cc4ca5d in zend_execute_scripts () from /etc/httpd/modules/libphp5.so #8 0x00007fa16cbfacf8 in php_execute_script () from /etc/httpd/modules/libphp5.so #9 0x00007fa16ccd59a5 in ?? () from /etc/httpd/modules/libphp5.so #10 0x00007fa17751da60 in ap_run_handler () #11 0x00007fa17752131e in ap_invoke_handler () #12 0x00007fa17752c...
2009 Apr 03
0
[LLVMdev] php crash
...disable-all > make > make test > > The resulting `php' will crash, even with an empty php file. > > Argument strings on the stack at: c0000000 > ./sapi/cli/php > #0 0x00181daf in ZEND_RETURN_SPEC_CONST_HANDLER () > #1 0x00164db7 in execute () > #2 0x001436fd in zend_execute_scripts () > #3 0x000ee779 in php_execute_script () > #4 0x001c18c2 in main () > > Clang works well when building php in debug mode. > CC=clang ./configure --disable-all --enable-debug > > Is this a problem with the LLVM optimizer or the Clang front-end? > Thanks. It is impos...