summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+1
* wsStanislav Malyshev2003-01-141-8/+8
* RIP handle_* functions. ZE2 will use __ handlers instead.Stanislav Malyshev2003-01-121-3/+3
* ZTS fixes.Sebastian Bergmann2003-01-121-12/+12
* Use generic handlers instead of Z_OBJStanislav Malyshev2003-01-121-21/+47
* Implemented compatibility modeZeev Suraski2003-01-121-6/+18
* - Ported the zend_execute_internal hook to ZendEngine2.Derick Rethans2003-01-111-0/+1
* 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