summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix testAntony Dovgal2007-02-191-1/+1
* fix typoAntony Dovgal2007-02-161-1/+1
* fix typoStanislav Malyshev2007-02-161-1/+1
* add safe_reallocStanislav Malyshev2007-02-162-0/+57
* Allow C++ extensions to use CG(), EG() ... (Caroline)Dmitry Stogov2007-02-161-2/+3
* Fixed zend_llist_remove_tail (Michael Wallner)Dmitry Stogov2007-02-161-3/+5
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-157-7/+44
* new/improved testsAntony Dovgal2007-02-131-0/+36
* MFH: new testsAntony Dovgal2007-02-0748-0/+763
* Removed dead codeDmitry Stogov2007-02-012-5/+5
* Fixed possible crash because of dereference of NULLDmitry Stogov2007-02-011-8/+4
* Enable canary protection in DEBUG mode only.Dmitry Stogov2007-02-011-1/+1
* fix testAntony Dovgal2007-01-221-2/+1
* MFH: catch overflow right awayAntony Dovgal2007-01-201-3/+8
* Syntax highlighting fix for hex numbers.Ilia Alshanetsky2007-01-181-9/+8
* fix foldingAntony Dovgal2007-01-181-38/+41
* fix testAntony Dovgal2007-01-151-0/+2
* missing commaAntony Dovgal2007-01-151-1/+1
* fix error message and #40111Antony Dovgal2007-01-151-2/+1
* Fixed bug #39969 (ini setting short_open_tag has no effect when using --enabl...Dmitry Stogov2007-01-121-4/+22
* Fixed bug #35634 (Erroneous "Class declarations may not be nested" error rais...Dmitry Stogov2007-01-112-1/+54
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-1015-37/+224
* Fix 'b' prefix in highlighting and tokenizer. (Matt W)Andrei Zmievski2007-01-091-21/+9
* Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in rang...Dmitry Stogov2007-01-091-9/+7
* Fixed bug #40002 (Try/Catch performs poorly)Dmitry Stogov2007-01-091-0/+31
* Bump year.Dmitry Stogov2007-01-091-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-0183-84/+84
* Simplify & optimize codeIlia Alshanetsky2006-12-301-4/+8
* that was not intentionalAntony Dovgal2006-12-281-2/+2
* MFHAntony Dovgal2006-12-281-11/+2
* Avoid strcpy() & strcat()Ilia Alshanetsky2006-12-281-5/+8
* Fixed compiler warningIlia Alshanetsky2006-12-261-1/+1
* is_numeric_string() optimizationIlia Alshanetsky2006-12-268-98/+207
* Ensure that OnUpdateLongGEZero is greater or equal to 0.Ilia Alshanetsky2006-12-252-0/+23
* Fixed bug #39825 (foreach produces memory error)Dmitry Stogov2006-12-253-9/+31
* Fixed bug #39944 (References broken)Dmitry Stogov2006-12-254-6/+119
* Fixed possible size_t overflowDmitry Stogov2006-12-251-6/+17
* MFHAntony Dovgal2006-12-211-0/+5
* Fix a possible memory leakIlia Alshanetsky2006-12-211-2/+5
* Fixed possible memory leakIlia Alshanetsky2006-12-211-0/+2
* MFHAntony Dovgal2006-12-201-0/+5
* MFHAntony Dovgal2006-12-201-7/+6
* MFHAntony Dovgal2006-12-201-2/+6
* More correct patch for b-prefixes.Andrei Zmievski2006-12-201-3/+19
* MFH: fix #39903 (Notice message when executing __halt_compiler() more than once)Antony Dovgal2006-12-201-1/+1
* use Z_* macrosAntony Dovgal2006-12-201-10/+10
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-202-97/+9
* - Fixed incorrect function names on FreeBSD where inet_pton() was namedHannes Magnusson2006-12-201-0/+3
* Support 'b' prefix in front of string literals for forward compatibilityAndrei Zmievski2006-12-191-3/+3
* Fix testsHannes Magnusson2006-12-191-2/+2