summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Implement fast memory allocation and reduced fragmentation under Windows.Zeev Suraski2001-08-031-2/+4
* Some cleanupZeev Suraski2001-08-021-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-5/+5
* More TSRMLS_FETCH workZeev Suraski2001-07-301-5/+5
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-11/+7
* - Object macros...Andi Gutmans2001-07-291-8/+12
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-24/+21
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-38/+40
* Always track bailout file/linenoZeev Suraski2001-07-211-2/+2
* Fix Release buildsZeev Suraski2001-07-211-1/+1
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-211-9/+17
* Implement a more granular shutdown mechanism for the executor -Zeev Suraski2001-07-201-3/+2
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-1/+2
* Early initializationZeev Suraski2001-07-151-0/+1
* Avoid crashing if the error reporting function is called after a bailout duri...Zeev Suraski2001-06-131-0/+1
* Fix corruption issueZeev Suraski2001-05-171-0/+1
* Make zend_execute_scripts() reentrantZeev Suraski2001-05-071-0/+3
* Recover from a parse error in include files (before, it could result in a cra...Zeev Suraski2001-05-061-0/+4
* - Rename modules.h to zend_modules.hAndi Gutmans2001-02-261-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-2/+2
* Add free_estring()Zeev Suraski2001-01-151-0/+5
* - Remove backward dependency from PHP -> ZendZeev Suraski2001-01-071-5/+5
* Fix possibility of a crash during startup (very unlikely, but possible)Zeev Suraski2001-01-071-0/+2
* Make the INI mechanism thread safe (or at least thread safer :)Zeev Suraski2000-12-271-0/+22
* Set the floating-point exception mask on FreeBSD to 0 (as do otherSascha Schumann2000-12-221-12/+2
* Allow get_current_key() not to return the key itself, instead of a duplicateZeev Suraski2000-12-221-2/+1
* Use HashPosition iterator instead of saving/restoring internal pointerStanislav Malyshev2000-12-181-8/+6
* Preserve internal pointer over print_r (fix #8289)Stanislav Malyshev2000-12-181-0/+3
* Fix bug #7599Zeev Suraski2000-11-021-0/+12
* Fix previous update - move extension startup further down the startup sequenceZeev Suraski2000-09-251-1/+3
* Move extension startup further down the startup sequenceZeev Suraski2000-09-251-2/+0
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-0/+26
* Don't use unsafe sprintf()Zeev Suraski2000-09-091-2/+3
* Don't trust snprintf returnStanislav Malyshev2000-09-081-0/+3
* - Use emalloc() for opened_path now. This was a potential leak before.Andi Gutmans2000-08-311-1/+1
* - Remove support for __string_value() in print $objAndi Gutmans2000-08-311-10/+3
* Safer shutdown processZeev Suraski2000-08-311-4/+12
* Fix warning issue (compile errors inside require()'d files were incorrectly s...Zeev Suraski2000-08-151-1/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-1/+33
* fix ZTS startup without filename (thanx purify!)Thies C. Arntzen2000-07-121-0/+2
* unset active_symbol_table on zend-shutdown.Thies C. Arntzen2000-07-121-1/+3
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-111-7/+7
* Add $context argument to error handlerZeev Suraski2000-06-291-16/+25
* Improve error handling codeZeev Suraski2000-06-281-3/+23
* - I wrote a long msg but the commit didn't go through.Andi Gutmans2000-06-251-1/+1
* fp_except check for FreeBSD 1.0-2.2.5Sascha Schumann2000-06-181-2/+6
* Make error callback be publicly accessibleStanislav Malyshev2000-06-181-1/+2
* - Better FreeBSD fix. Does fp_except_t exist on 3.4?Andi Gutmans2000-06-181-2/+8
* - I don't know how this happened. I tested the bloody thing and I rememberAndi Gutmans2000-06-181-1/+1