summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)Marcus Boerger2005-11-211-0/+7
* MFH: make GCC happy and suppress the warningAntony Dovgal2005-11-171-0/+1
* Allow zend_parse_parameters to handle non-well formed integers, but raiseIlia Alshanetsky2005-11-172-12/+17
* {} to [] test fixesIlia Alshanetsky2005-11-164-7/+7
* By popular demand the {} message is now an E_STRICT.Ilia Alshanetsky2005-11-161-1/+1
* Added depreciation notice for {} string offset access.Ilia Alshanetsky2005-11-161-0/+1
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-163-6/+44
* Allow "null" default value for arguments with array type hintDmitry Stogov2005-11-151-1/+7
* - Allow "= null" default for parameters with a class type-hint.Derick Rethans2005-11-151-1/+9
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-154-45/+81
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-154-6/+14
* Fixed call to __destruct() for objects of classes delivered from internal one...Dmitry Stogov2005-11-151-1/+1
* Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is...Dmitry Stogov2005-11-071-1/+1
* - Fix static check in zend_is_callable_ex()Marcus Boerger2005-11-031-41/+18
* - Add missing cases and checksMarcus Boerger2005-11-021-16/+44
* MFH: Allow bison 2.1.Sebastian Bergmann2005-11-011-1/+1
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-314-157/+118
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64...Dmitry Stogov2005-10-283-24/+35
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-284-6/+27
* Fixed SIGSEGVDmitry Stogov2005-10-274-45/+66
* Fixed memory leak on errorIlia Alshanetsky2005-10-271-0/+4
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-253-8/+18
* Fixed bug #31341 (escape on curly inconsistent)Dmitry Stogov2005-10-212-3/+36
* Fixed bug #34782 (token_get_all() gives wrong result)Dmitry Stogov2005-10-211-0/+1
* Fixed bug #29268 (__autoload() not called with Reflection->getClass())Dmitry Stogov2005-10-211-5/+2
* MFH: fix copy/paste typoAntony Dovgal2005-10-201-1/+1
* Removed unnecesary local variableDmitry Stogov2005-10-202-8/+2
* Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)Dmitry Stogov2005-10-202-3/+38
* Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault)Dmitry Stogov2005-10-201-0/+28
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-202-0/+40
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).Dmitry Stogov2005-10-201-1/+0
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-205-217/+93
* Added forgotten testsDmitry Stogov2005-10-202-0/+90
* Fixed testDmitry Stogov2005-10-191-0/+2
* Fixed bug #34873 (Segmentation Fault on foreach in object)Dmitry Stogov2005-10-172-5/+7
* MFH: add test for bug #34873Antony Dovgal2005-10-141-0/+27
* ws fixAntony Dovgal2005-10-131-1/+1
* MFH: Fixed bug #34802 (Fixed crash on object instantiation failure).Ilia Alshanetsky2005-10-101-1/+1
* Fixed bug #34786 (2 @ results in change to error_reporting() to random value)Dmitry Stogov2005-10-103-4/+26
* MFHDmitry Stogov2005-10-101-2/+2
* Fixed bug #34467 (foreach + __get + __set incosistency)Dmitry Stogov2005-10-102-30/+70
* - MFH ReflectionClass::isInstantiable and abstract classesMarcus Boerger2005-10-061-1/+1
* - MFH Allow uncached global functionsMarcus Boerger2005-10-031-0/+1
* Fixed bug #34678 (__call(), is_callable() and static methods)Dmitry Stogov2005-10-032-1/+26
* Fixed bug #34358 (Fatal error: Cannot re-assign $this)Dmitry Stogov2005-10-032-2/+19
* Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_stor...Dmitry Stogov2005-09-272-3/+29
* MFH: fix testAntony Dovgal2005-09-231-2/+2
* MFHAntony Dovgal2005-09-231-3/+0
* add new testsAntony Dovgal2005-09-2310-0/+303
* - store current value of error_reporting only if it's not stored yetAntony Dovgal2005-09-232-10/+18