summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-063-383/+1159
* Fixed bug #39721 (Runtime inheritance causes data corruption)Dmitry Stogov2006-12-052-7/+42
* Removed unused zend_mm.*Dmitry Stogov2006-12-055-577/+1
* Improve tolower()-related functions on Windows and VC2005 by caching locale a...Stanislav Malyshev2006-12-042-6/+35
* Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fast...Dmitry Stogov2006-12-041-4/+33
* Bug #39438 (Fatal error: Out of memory)Dmitry Stogov2006-12-012-11/+56
* typoDmitry Stogov2006-12-011-1/+1
* Fixed bug #39702 (php crashes in the allocator on linux-m68k)Dmitry Stogov2006-12-011-0/+7
* Fixed bug #39640 (Segfault with "Allowed memory size exhausted")Dmitry Stogov2006-12-011-1/+1
* Fixed bug #39652 (Wrong negative results from memeory_get_usage())Dmitry Stogov2006-12-011-15/+29
* fix testAntony Dovgal2006-11-301-0/+2
* MFH: resolve coverity issue #224Antony Dovgal2006-11-281-1/+1
* nullify opened_path and filename (when required)Antony Dovgal2006-11-231-0/+5
* Fixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_S...Dmitry Stogov2006-11-231-1/+11
* Fixed bug #39602 (Invalid session.save_handler crashes PHP)Dmitry Stogov2006-11-232-1/+17
* add testAntony Dovgal2006-11-211-0/+82
* MFH: fix protoAntony Dovgal2006-11-211-1/+1
* typoDmitry Stogov2006-11-151-1/+1
* fix leak appearing when converting object to NULLAntony Dovgal2006-11-151-0/+1
* Fixed bug #39445 (Calling debug_backtrace() in the __toString() function prod...Dmitry Stogov2006-11-152-1/+19
* Fixed incorrect heap corruptiuon detection codeDmitry Stogov2006-11-131-8/+9
* - Forward port the binary cast, which will do the same as the string cast inDerick Rethans2006-11-101-0/+4
* Start timiout thread on Windows only if necessaryDmitry Stogov2006-11-101-1/+6
* Zend Memory Manager ImprovementsDmitry Stogov2006-11-101-20/+26
* HashTable copying optimization (Matt Wilmas)Dmitry Stogov2006-11-081-2/+2
* Fixed bug #39297 (Memory corryption because of indirect modification of overl...Dmitry Stogov2006-11-082-0/+58
* Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an exten...Dmitry Stogov2006-11-082-4/+6
* Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)Ilia Alshanetsky2006-11-072-5/+20
* - MFH: Fixed bug #39320Marcus Boerger2006-11-031-8/+27
* - MFH: Fix issue with some mangeled propertiesMarcus Boerger2006-11-031-2/+2
* Fixed bug #39304 (Segmentation fault with list unpacking of string offset)Dmitry Stogov2006-10-303-9/+36
* Fix testHannes Magnusson2006-10-201-1/+2
* Make use of abstract methods be E_STRICT rather then E_ERRORIlia Alshanetsky2006-10-201-1/+1
* - Here, tooJohannes Schlüter2006-10-181-1/+1
* - MFH: added missing return...Johannes Schlüter2006-10-181-1/+1
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-184-9/+21
* Fixed bug #39140 (Uncaught exception may cause crash)Dmitry Stogov2006-10-161-0/+2
* Make zend_memory_peak_usage() to be avalable even without --enable-memory-limitDmitry Stogov2006-10-122-4/+4
* MFHAntony Dovgal2006-10-111-0/+2
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-061-0/+3
* Revert until 5.2's release since we're in RC stageSara Golemon2006-10-061-3/+0
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-051-0/+3
* Allow future extensibility without binary compatibility breakDmitry Stogov2006-10-051-0/+1