601 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
Stanislav Malyshev 550da4ae7c and set module startup flag on startup 22 years ago
Stanislav Malyshev b514ab2ee9 reset module shutdown flag on startup 22 years ago
Derick Rethans 1ef3c8c74a - Replaced the exec_finished hook by the zend_post_deactive hook for 22 years ago
Zeev Suraski 02344b1dae Improve the way auto-globals JIT works, and add the ability to turn it off 22 years ago
Marcus Boerger 09e76476ef Improve error message 22 years ago
Marcus Boerger 97b5bb474e Guard display_startup_errors with checking for default (working) output 22 years ago
Zeev Suraski 3f514ccb79 - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone). 22 years ago
Zeev Suraski e5e120460a Remove empty comment 22 years ago
Marcus Boerger b59989e716 Fix startup errors 22 years ago
Zeev Suraski 30171a7590 zend_default_classes.h -> zend_exceptions.h 22 years ago
Zeev Suraski acb1f365d2 Cleanup 22 years ago
Zeev Suraski b8a990ace7 Fix report_memleaks 22 years ago
Zeev Suraski f069be85bf Whitespace 22 years ago
Ilia Alshanetsky ec09b090f9 Fixed bug #27175 (tzset() is not being called by PHP on startup). 22 years ago
Sara Golemon a172481869 This should not have been an INI_ALL directive. 22 years ago
foobar e3c80d52da - Remove gpc_order since it doesn't serve any purpose. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky be5670af2b Fixed bug #26707 (Incorrect error for disabled functions/classes). 23 years ago
Marcus Boerger 2f9be5d518 Do not use before they are initialized. 23 years ago
Marcus Boerger 2c7c86bc60 Add some comments here 23 years ago
foobar 91b7cc2079 - Moved ext/db to PECL. 23 years ago
Andi Gutmans 2fefe6148b - Commit patch by standards 23 years ago
Ilia Alshanetsky 639216a4aa Fixed bug #25746 (Do not bail out when unable to chdir original dir on 23 years ago
Ilia Alshanetsky 102a5cadfd Fixed bug #25293 (Output correct EOL to error_log) 23 years ago
Ilia Alshanetsky 855015ecd0 When track_errors was enabled, we tried to assign value already freed char. 23 years ago
Marcus Boerger e5e6040efe Remove unwanted space 23 years ago
Marcus Boerger e69028346a Error message clean up part IV: spprintf/estrndup don't return on 'out of mem' 23 years ago
Marcus Boerger a383ff01e6 Error message clean up part III: Fix ini setting logic & respect docref_root 23 years ago
Marcus Boerger 107a59ae72 Error message clean up part II: Don't show params where none apply. 23 years ago
Marcus Boerger 4e049f9fc9 Error message clean up part I: always show 'Unknown' instead of empty names. 23 years ago
Marcus Boerger d45fd8a1b1 Make vspprintf available as zend utility function. Use it in exception output. 23 years ago
Sascha Schumann af8e15b8db kill warnings 23 years ago
Marcus Boerger 3b7d5781de - Simplify php_error_cb() 23 years ago
Ilia Alshanetsky d52172ad89 Fixed bug #25127 (reset memory_limit before terminating the request) 23 years ago
Zeev Suraski 7b4ec88d76 No need for those code blocks anymore... 23 years ago
Wez Furlong b61e6e24c3 Unify TSRMLS_FETCH() usage. 23 years ago
Zeev Suraski 642e331309 Improve tracking 23 years ago
Masaki Fujimoto ab9dcec292 - added script encoding support to Zend Engine 2. 23 years ago
Ilia Alshanetsky c99e16d14a Timeout fix. 23 years ago
Zeev Suraski 0d77cf2a33 Call exec_finished() 23 years ago
Zeev Suraski f4ae16519c Remove old code 23 years ago
Ilia Alshanetsky caef4c7776 Handle numeric keys passed via GPC 23 years ago
Ilia Alshanetsky 93a5238465 Fixed bug #24007 (Problem with register_globals & arrays) 23 years ago
Derick Rethans 5b1f7be3eb - MFB: HTTP Request Methods are case sensitive 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
foobar d5253b4f1f Follow the "standard" naming. 23 years ago
Ilia Alshanetsky 5298fd6256 MFB 23 years ago
Ilia Alshanetsky b76261dcbb Fixed bug #23454 (_REQUEST did not handle arrays with same names from 23 years ago
Sascha Schumann 2c7c0457b6 Ensure that open(".", 0); works, otherwise bail out 23 years ago
Sascha Schumann af402a9e13 MFB don't close random fds 23 years ago