summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fix confusing logic (sync with HEAD)Jani Taskinen2007-11-051-3/+9
* - Fix testsJani Taskinen2007-11-025-20/+21
* - MFH from HEAD:Jani Taskinen2007-11-027-902/+1133
* fix bug37251.phpt failure (two error messages instead of one)Antony Dovgal2007-11-022-10/+12
* - Missing test. (NOTE: Fails due to unexpected double output for me, OKOK)Jani Taskinen2007-11-021-0/+19
* Reimplemented support for namespaces in indexes id constant arrays (removed z...Dmitry Stogov2007-11-023-24/+20
* Fixed bug #43027 (Declare cause fatal error)Dmitry Stogov2007-11-012-2/+13
* backport zero args checks from HEADAntony Dovgal2007-10-301-0/+25
* Backport +/* vararg specifiers from PHP6Sara Golemon2007-10-291-1/+66
* optimizationDmitry Stogov2007-10-291-10/+8
* Added ability to control memory consumption between request using ZEND_MM_COM...Dmitry Stogov2007-10-251-2/+17
* Fixed variations of bug #35163Dmitry Stogov2007-10-236-17/+233
* Fixed bug #35163 (Array elements can lose references)Dmitry Stogov2007-10-235-1/+125
* wsStanislav Malyshev2007-10-181-7/+7
* Fixed bug #42859 (import always conflicts with internal classes). (cellog@php...Dmitry Stogov2007-10-172-1/+25
* MFH: Add skipifHannes Magnusson2007-10-131-0/+2
* - MFH debug object helperMarcus Boerger2007-10-114-25/+37
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-0723-635/+695
* Generated files that are part of the previous patchIlia Alshanetsky2007-10-041-6/+6
* Fixed bug #42817 (clone() on a non-object does not result in a fatal error)Ilia Alshanetsky2007-10-044-6/+13
* MFH:- Removed the %destructor declaration (requires bison 1.875 or above)Jani Taskinen2007-10-031-2/+0
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-035-8/+46
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-033-2/+11
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast t...Dmitry Stogov2007-10-033-25/+88
* wsDmitry Stogov2007-10-032-16/+16
* Fixed access to freed memory in tests/classes/__call_001.phptDmitry Stogov2007-10-022-4/+2
* Fixed bug #42819 (namespaces in indexes of constant arrays)Dmitry Stogov2007-10-026-5/+289
* Fixed typo in the previous patchIlia Alshanetsky2007-10-011-1/+1
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-011-8/+10
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-5/+3
* Late Static Binding make no sense in compile-time constants.Dmitry Stogov2007-10-011-1/+5
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-016-19/+66
* Fixed bug #42798 (__autoload() not triggered for classes used in method signa...Dmitry Stogov2007-10-013-3/+21
* Nuke unused varsIlia Alshanetsky2007-09-301-2/+1
* Updated API version numbersDmitry Stogov2007-09-292-2/+2
* Added "compact" handler for Zend MM storage.Dmitry Stogov2007-09-292-13/+16
* Added support for __callstatic() magic method (missing part). (Sara)Dmitry Stogov2007-09-296-14/+65
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-298-16/+133
* Removed commented codeDmitry Stogov2007-09-291-1/+0
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-2929-162/+860
* NamespacesDmitry Stogov2007-09-2871-664/+3138
* MFH:Jani Taskinen2007-09-285-195/+520
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-2717-133/+133
* Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
* MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)Jani Taskinen2007-09-271-7/+9
* MFH: BC (missed from the patch :)Jani Taskinen2007-09-271-0/+2
* MFH: Nuked unnecessary TSRMLS_FETCH() callJani Taskinen2007-09-274-10/+9
* MFH: missing folding tag + use Z_STR* macrosJani Taskinen2007-09-271-4/+5
* last wsJani Taskinen2007-09-271-4/+4
* wsJani Taskinen2007-09-271-1/+1