summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leakZeev Suraski2003-01-091-0/+1
* Bump year.Sebastian Bergmann2002-12-311-2/+2
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-0/+1
* - MFZE1Andi Gutmans2002-12-011-0/+64
* - Revert as the patch doesn't compileAndi Gutmans2002-12-011-64/+0
* - MFZE1Andi Gutmans2002-12-011-0/+64
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* - Initialize constants_updated (by Marcus)Andi Gutmans2002-11-291-0/+2
* - Fix crashAndi Gutmans2002-11-241-1/+3
* MFZE1 - error_reporting fixZeev Suraski2002-11-191-0/+24
* Fixed some special cases that were crashing for the exception defaultStig Bakken2002-11-051-2/+8
* - MFZE1Derick Rethans2002-11-021-0/+1
* - Change opcode dispatch mechanism to use a function per opcode and useAndi Gutmans2002-10-181-0/+3
* MFZE1 (floats & locale issue)Ilia Alshanetsky2002-10-121-0/+5
* - Allow access to private/protected variables of $clone inside the __clone()Andi Gutmans2002-10-071-2/+2
* MFZE1 - connection_status() fixZeev Suraski2002-09-191-0/+3
* Fix non ZTS buildZeev Suraski2002-09-191-2/+2
* Fix that obscure crash in Debug_TS modeZeev Suraski2002-09-191-1/+1
* Fix the thread-safe initialization of the ZE2. This should solve someZeev Suraski2002-09-181-10/+12
* ZE2 fixZeev Suraski2002-09-171-1/+1
* MFZE1 - threading fixZeev Suraski2002-09-171-0/+15
* Make zend return a proper exit error code when it encounters a parse error.Ilia Alshanetsky2002-09-151-0/+1
* MFZE1Zeev Suraski2002-09-031-1/+1
* clear current_execute_data on bailout as it would point into some freed areaThies C. Arntzen2002-08-281-0/+1
* - MFZE1Derick Rethans2002-08-281-2/+2
* * append emacs footerStig Bakken2002-08-161-0/+8
* * remove builtin exception classStig Bakken2002-08-161-29/+0
* - Fix whitespaceAndi Gutmans2002-08-161-5/+5
* @- Added set_exception_handler() function for registering a global,Stig Bakken2002-08-161-0/+56
* MFZE1Zeev Suraski2002-08-151-1/+3
* - Fix problem with debug_backtrace() reported by Stig. We weren't reportingAndi Gutmans2002-07-261-8/+1
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-151-0/+1
* - MFZE1Derick Rethans2002-06-181-1/+1
* - More debug backtrace work. It still doesn't work very well...Andi Gutmans2002-05-071-0/+7
* - Another couple of indirection fixes.Andi Gutmans2002-03-121-2/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-22/+24
* - MFZE1Andi Gutmans2002-02-261-1/+1
* - Experimental support for private members.Andi Gutmans2002-02-211-0/+1
* - Output error when there's an uncaught exception (by Timm Friebe)Andi Gutmans2002-01-061-0/+1
* Happy New Year.Sebastian Bergmann2002-01-061-2/+2
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-271-0/+1
* - Print out object id for easier debuggingAndi Gutmans2001-12-261-0/+5
* - Pretty much finish _clone() supportAndi Gutmans2001-12-261-0/+1
* - Fix crash correctly.Andi Gutmans2001-12-261-1/+4
* - Fix a crash (not a thorough fix).Andi Gutmans2001-12-251-1/+1
* - Fix a bug where function's didn't work anymore in multi-threadedAndi Gutmans2001-12-231-2/+4
* - Fix crash bug in startup code.Andi Gutmans2001-12-131-3/+6
* - Infrastructure changes for allowing to access the global scope fromAndi Gutmans2001-12-121-22/+16
* - Merge from ZE1Andi Gutmans2001-12-111-4/+0
* - Rename zend_class_entry.constants -> zend_class_entry.constants_tableAndi Gutmans2001-12-111-1/+1