660 Commits (ccd4716ec77c60391d63a1a6af72f96a09b1c617)

Author SHA1 Message Date
Zeev Suraski 4757104e45 MFZE1 25 years ago
Zeev Suraski 4f6c95d17a Whitespace 25 years ago
Andi Gutmans 80b870e5d3 - Merge from Engine 1 tree 25 years ago
Andi Gutmans 9d11db1200 - Merge new $_GET, $_POST etc. patch from Engine 1 tree 25 years ago
Andi Gutmans 2f6cd308f9 - Merge zend_try fix from Engine 1 25 years ago
Zeev Suraski 609d58a4d6 Merge from branch - move to standard C scanners in thread safe mode 25 years ago
Zeev Suraski fcc035108f TSRMLS_FETCH work 25 years ago
Zeev Suraski 66d9314b60 Implement fast memory allocation and reduced fragmentation under Windows. 25 years ago
Zeev Suraski 7deb44e36d Some cleanup 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
Zeev Suraski 4187439cff More TSRMLS_FETCH work 25 years ago
Zeev Suraski b57703825b Avoid TSRMLS_FETCH()'s (still lots of work left) 25 years ago
Andi Gutmans c259cb7c1a - Object macros... 25 years ago
Zeev Suraski b4f3b9d3ce Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski 2c254ba762 Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Zeev Suraski ef4fe54f0a Always track bailout file/lineno 25 years ago
Zeev Suraski 5f2da6f219 Fix Release builds 25 years ago
Zeev Suraski 931ebe08d7 Improve bailout mechanism, supports nesting of bailouts a-la try..catch 25 years ago
Zeev Suraski 8084d27885 Implement a more granular shutdown mechanism for the executor - 25 years ago
Zeev Suraski 85b4df53c0 Improved interactive mode - it is now available in all builds, without any significant slowdown 25 years ago
Zeev Suraski ab30c8cca3 Early initialization 25 years ago
Zeev Suraski b23d83cf6a Avoid crashing if the error reporting function is called after a bailout during shutdown 25 years ago
Zeev Suraski 51303fc051 Fix corruption issue 25 years ago
Zeev Suraski 0eadc7e423 Make zend_execute_scripts() reentrant 25 years ago
Zeev Suraski bda9c83a82 Recover from a parse error in include files (before, it could result in a crash under certain circumstances). Fix bug #8663 25 years ago
Andi Gutmans 7080fa5b53 - Rename modules.h to zend_modules.h 25 years ago
Andi Gutmans d2c9e8074c - Update copyright year 25 years ago
Zeev Suraski 0e08845eb0 Add free_estring() 25 years ago
Zeev Suraski 903018ef36 - Remove backward dependency from PHP -> Zend 25 years ago
Zeev Suraski 1f23e50789 Fix possibility of a crash during startup (very unlikely, but possible) 25 years ago
Zeev Suraski 54d53055c2 Make the INI mechanism thread safe (or at least thread safer :) 25 years ago
Sascha Schumann c334058412 Set the floating-point exception mask on FreeBSD to 0 (as do other 25 years ago
Zeev Suraski 36eaad252f Allow get_current_key() not to return the key itself, instead of a duplicate 25 years ago
Stanislav Malyshev 63873aba37 Use HashPosition iterator instead of saving/restoring internal pointer 25 years ago
Stanislav Malyshev 9a135a2b29 Preserve internal pointer over print_r (fix #8289) 25 years ago
Zeev Suraski 6053f2a118 Fix bug #7599 25 years ago
Zeev Suraski 309827ec1d Fix previous update - move extension startup further down the startup sequence 26 years ago
Zeev Suraski 59d3eb5f24 Move extension startup further down the startup sequence 26 years ago
Zeev Suraski 5286b3971c Make compile_string() accept a description of the code 26 years ago
Zeev Suraski 4acff8f37f Don't use unsafe sprintf() 26 years ago
Stanislav Malyshev d10336ec0e Don't trust snprintf return 26 years ago
Andi Gutmans 27de50012b - Use emalloc() for opened_path now. This was a potential leak before. 26 years ago
Andi Gutmans 1b282b3521 - Remove support for __string_value() in print $obj 26 years ago
Zeev Suraski 99af3ed8ef Safer shutdown process 26 years ago
Zeev Suraski 7795aca4ca Fix warning issue (compile errors inside require()'d files were incorrectly supressed) 26 years ago
Stanislav Malyshev 5090b1e8d5 Fix zend_fiel_handle handling. Should fix URL include 26 years ago
Zeev Suraski c06692e9ec The patch we promised - redesigned the compilation/execution API: 26 years ago
Thies C. Arntzen 7f4909d9f5 fix ZTS startup without filename (thanx purify!) 26 years ago
Thies C. Arntzen 372f71eb1a unset active_symbol_table on zend-shutdown. 26 years ago
Zeev Suraski 1263932a0d Disable the hash_apply() protection on hashes that persist across requests - it's unsafe 26 years ago