summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
...
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-0/+2
* Fix object overloading supportZeev Suraski2000-04-101-1/+0
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-1/+1
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-0/+3
* - Get rid of remains of garbage.Andi Gutmans2000-02-011-1/+0
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-1/+12
* This should enable people to use ALLOC_ZVAL() in code outside the php4.dllZeev Suraski1999-12-301-1/+1
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-3/+3
* Add cache statistics supportZeev Suraski1999-12-271-0/+5
* - Enable the new zval cache on debug too. No real reason not to, and it keepsZeev Suraski1999-12-261-2/+0
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+3
* namespace protectionZeev Suraski1999-12-261-2/+2
* - Made things work again (Thies, everybody - please check the latest CVS and ...Zeev Suraski1999-12-191-2/+4
* - More fixes related to the return references patchAndi Gutmans1999-12-191-1/+1
* - Implement return by reference:Zeev Suraski1999-12-151-0/+3
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-0/+4
* Fix #2744Zeev Suraski1999-11-221-0/+1
* More portability stuffSascha Schumann1999-10-051-0/+3
* - Hooray. This might actually work. (I hope)Andi Gutmans1999-10-031-1/+3
* - Add foreach() freeing code.Andi Gutmans1999-09-091-0/+1
* - Shift around header files.Andi Gutmans1999-09-051-65/+3
* This changes makes it work on egcs 1.1.2/AlphaSascha Schumann1999-08-221-1/+1
* - Optimize the execute stack a bit.Andi Gutmans1999-08-151-1/+4
* - Fixed various inheritance problems & Andrey's leakAndi Gutmans1999-07-281-1/+2
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* Put the garbage in the garbage binZeev Suraski1999-07-101-2/+0
* Get rid of AiCount completelyZeev Suraski1999-07-101-2/+0
* define zend_boolZeev Suraski1999-07-021-5/+5
* Avoid leaking fd's in case of failuresZeev Suraski1999-05-221-0/+2
* * Fix a bug that occured in case of parse errors. We need to restore the lex...Zeev Suraski1999-05-111-0/+1
* Various thread safety fixes and DLL updatesZeev Suraski1999-04-261-1/+0
* -More commitsAndi Gutmans1999-04-261-1/+1
* Thread safety fixesZeev Suraski1999-04-241-2/+2
* Ok, call me crazy, because I probably am.Zeev Suraski1999-04-231-1/+17
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-221-3/+3
* * Change the thread safe project to create a C++ scanner.Zeev Suraski1999-04-211-3/+3
* Thread-safe projectZeev Suraski1999-04-211-1/+1
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-1/+4
* Whatnot:Zeev Suraski1999-04-181-0/+1
* Remove unnecessary stackZeev Suraski1999-04-121-1/+0
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-0/+2
* Get rid of php3_ini in ZendZeev Suraski1999-04-101-1/+2
* Zend LibraryAndi Gutmans1999-04-071-0/+209