summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed random generation of cookies and canariesDmitry Stogov2006-12-182-24/+64
* MFH: __builtin_expect() exists only in GCC 3.0 and higherDmitry Stogov2006-12-181-1/+1
* - I prefer cookie to be the first element.Andi Gutmans2006-12-151-2/+2
* Added internal heap protectionDmitry Stogov2006-12-151-95/+254
* MFH: Bugfix# 39435: 'foo' instanceof bar gives invalid opcode errorSara Golemon2006-12-121-0/+4
* Fixed typoIlia Alshanetsky2006-12-111-1/+1
* Removed bool<>long optimization as it causes issues with strict type checksIlia Alshanetsky2006-12-111-1/+1
* Minor optimization (2-3%) from Brian ShireIlia Alshanetsky2006-12-112-8/+11
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-084-31/+46
* Fixed possible failureDmitry Stogov2006-12-081-5/+4
* initialize variablesAntony Dovgal2006-12-071-4/+4
* MFHAntony Dovgal2006-12-061-1/+1