summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Fix crash with unhandled exceptionsAndi Gutmans2001-12-081-1/+3
* - Nuke the namespace work I did. It'll be redone differently.Andi Gutmans2001-12-061-18/+0
* - Initial support for class constants. There are still a few semanticAndi Gutmans2001-11-301-0/+1
* - Fix crash and leakAndi Gutmans2001-11-251-0/+1
* - Support static members. The following script works:Andi Gutmans2001-11-251-0/+1
* - Add some initializationsAndi Gutmans2001-11-031-0/+1
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-0/+19
* MFZE1Zeev Suraski2001-09-221-0/+3
* MFZE1Zeev Suraski2001-09-191-0/+2
* MFZE1 (support return value in execute_scripts)Zeev Suraski2001-09-101-6/+5
* MFZE1Zeev Suraski2001-08-311-2/+6
* MFZE1Zeev Suraski2001-08-211-1/+2
* WhitespaceZeev Suraski2001-08-111-3/+3
* - Merge from Engine 1 treeAndi Gutmans2001-08-091-1/+1
* - Merge new $_GET, $_POST etc. patch from Engine 1 treeAndi Gutmans2001-08-081-0/+21
* - Merge zend_try fix from Engine 1Andi Gutmans2001-08-081-1/+0
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-5/+23
* TSRMLS_FETCH workZeev Suraski2001-08-051-1/+7
* 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