summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* - Merge new $_GET, $_POST etc. patch from Engine 1 treeAndi Gutmans2001-08-081-0/+2
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+1
* Fix an off by one lineno issue, in case of an implicit ;Zeev Suraski2001-08-061-0/+2
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-0/+14
* Implement fast memory allocation and reduced fragmentation under Windows.Zeev Suraski2001-08-031-0/+4
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-3/+1
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-211-0/+1
* Fix bug #10287 - avoid crashing under a bogus usage of list()Zeev Suraski2001-07-161-0/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-3/+3
* - Hopefully fix bug #11476 and improve garbage to be freed very quickly.Andi Gutmans2001-06-211-1/+1
* parent::methodname() now works better with runtime classes (fix bug #11589)Zeev Suraski2001-06-211-0/+1
* Commit missing fixZeev Suraski2001-05-161-0/+1
* Merge memory usage into memory limitZeev Suraski2001-05-161-4/+0
* added --enable-memory-usage-infoThies C. Arntzen2001-05-111-0/+4
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Make the INI mechanism thread safe (or at least thread safer :)Zeev Suraski2000-12-271-0/+2
* Pass on the exit statusSascha Schumann2000-11-221-0/+1
* Final touches on the INI parserZeev Suraski2000-10-301-0/+2
* Generalization workZeev Suraski2000-10-291-3/+4
* Eliminate run-time leak with eval()'sZeev Suraski2000-08-191-1/+1
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-4/+0
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-3/+3
* error_reporting fixZeev Suraski2000-06-301-0/+1
* Make cache counters to be unsigned intStanislav Malyshev2000-06-221-1/+1
* - Add restore_error_handler()Zeev Suraski2000-06-171-0/+1
* Ok, this time here's some real Win32 system programming :)Zeev Suraski2000-06-161-3/+4
* - Move timeout code to ZendZeev Suraski2000-06-161-0/+6
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-2/+0
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-0/+2
* 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