summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible memory corruptionDmitry Stogov2007-12-281-0/+2
* Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)Dmitry Stogov2007-12-283-10/+63
* Initialize operand typeDmitry Stogov2007-12-281-0/+1
* Use proper result typeDmitry Stogov2007-12-271-1/+2
* Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)Dmitry Stogov2007-12-253-9/+48
* Additional fix for bug #42868Dmitry Stogov2007-12-242-33/+39
* - MFH: Fix #43450 (Memory leak on some functions with implicit objectJohannes Schlüter2007-12-212-0/+49
* Fixed bug #43644 (is_callable(':') crashes)Ilia Alshanetsky2007-12-211-0/+4
* x86_64 assembler optimization (Brain Shire)Dmitry Stogov2007-12-201-5/+35
* New test - Indexing - various special casesRobert Nicholson2007-12-201-0/+212
* Fixed testDmitry Stogov2007-12-171-1/+1
* Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zo...Dmitry Stogov2007-12-171-10/+27
* executor optimizationDmitry Stogov2007-12-143-1139/+1632
* MFH: add new tests written by Felipe PenaAntony Dovgal2007-12-133-0/+59
* Allowed import of global classes "use ::GlobalClassName;"Dmitry Stogov2007-12-135-5/+28
* Allowed multiple namespaces per file (Gregory)Dmitry Stogov2007-12-132-6/+36
* Fixed bug #43344 (Wrong error message for undefined namespace constant)Dmitry Stogov2007-12-0720-25/+275
* Fixed uninitialized valueDmitry Stogov2007-12-041-3/+2
* Fixed bug #43332 (self and parent as type hint in namespace)Dmitry Stogov2007-12-033-1/+37
* Fixed compilation on WindowsDmitry Stogov2007-11-233-2/+5
* Fixed definitionsDmitry Stogov2007-11-231-2/+2
* # My editor somehow likes to convert to UTF-8Marcus Boerger2007-11-231-1/+1
* - Add another LSB testMarcus Boerger2007-11-231-0/+95
* Fixed testDmitry Stogov2007-11-221-0/+2
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-2211-39/+64
* Fixed bug #43318Dmitry Stogov2007-11-224-21/+26
* Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calc...Dmitry Stogov2007-11-224-165/+164
* Macro definitions are moved to zend.hDmitry Stogov2007-11-212-5/+8
* Safe exit from executor()Dmitry Stogov2007-11-213-4/+13
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-219-3/+203
* - MFH ?: operator (Marcus)Johannes Schlüter2007-11-212-0/+30
* MFH: add ZEND_DEBUG_BUILD constantJani Taskinen2007-11-201-0/+6
* Optimization of zend_do_fcall_common_helper()Dmitry Stogov2007-11-202-56/+42
* MFH: math and comparison optimization + use macrosesDmitry Stogov2007-11-201-629/+612
* ZEND_FETCH_DIM optimizationDmitry Stogov2007-11-201-60/+70
* Fixed compilation on some systems (Wez)Dmitry Stogov2007-11-201-13/+11
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-208-33/+13
* Added support for "namespace::" prefix that is resolved to current namespace ...Dmitry Stogov2007-11-207-6/+151
* Fixed testsDmitry Stogov2007-11-192-2/+2
* - MFH: Initialize the reserved resource bits so that they can be reliably used.Derick Rethans2007-11-181-0/+2
* MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)Sara Golemon2007-11-171-2/+2
* MFH: disallow multiple access modifiers and 'abstract abstract' methods (patc...Antony Dovgal2007-11-138-2/+108
* better error messagesDmitry Stogov2007-11-124-8/+8
* MFH: fix error message (reported by Felipe Nascimento)Antony Dovgal2007-11-122-2/+2
* Fixed bug #43183 ("use" of the same class in difference scripts results in a ...Dmitry Stogov2007-11-122-4/+40
* Fixed bug #42937 (__call() method not invoked when methods are called on pare...Dmitry Stogov2007-11-122-1/+61
* - MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)Johannes Schlüter2007-11-113-9/+17
* new testDmitry Stogov2007-11-091-0/+33
* Fixed type-hint compatibility check in namespacesDmitry Stogov2007-11-092-1/+43
* Fixed implementation of internal interfaces in namesapcesDmitry Stogov2007-11-092-1/+32