summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFHDmitry Stogov2005-09-232-2/+2
* bump API numberAntony Dovgal2005-09-221-1/+1
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ...Antony Dovgal2005-09-225-4/+79
* - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no resultMarcus Boerger2005-09-211-1/+1
* - MFH: Moved the FREE_OP to after the execution of the included file, or evalDerick Rethans2005-09-212-5/+5
* MFH (removed unnecesary call to zval_ptr_dtor)Dmitry Stogov2005-09-191-1/+1
* Fixed access to memory that is already freed (in case of __call() method)Dmitry Stogov2005-09-192-2/+6
* Fixed parameter passing incompatibilities.Dmitry Stogov2005-09-193-40/+67
* MFH: check class_entry of this_ptr in Reflection APIAntony Dovgal2005-09-161-83/+83
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-167-11/+24
* Fixed bug #34518 (Unset doesn't separate container in CV)Dmitry Stogov2005-09-163-22/+192
* MFH (overriding of protected static property)Dmitry Stogov2005-09-161-1/+1
* - Fix tests due to changes in the error messages.foobar2005-09-154-3/+4
* - Fixed error message grammarfoobar2005-09-151-21/+21
* - MFH: Improve error messageMarcus Boerger2005-09-141-14/+18
* MFHfoobar2005-09-141-10/+13
* MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicodeSara Golemon2005-09-121-0/+1
* Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)Dmitry Stogov2005-09-123-1/+36
* Fixed huge memory leak in ZTS mode (backport from HEAD)Dmitry Stogov2005-09-121-6/+15
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct...Dmitry Stogov2005-09-098-10/+129
* Fix bug #34307. We were not calling on_modify handler to set the defaultAndrei Zmievski2005-09-021-4/+7
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-022-1/+39
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-012-6/+16
* Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)Dmitry Stogov2005-09-012-3/+9
* Support for class constants and static members for internal classesDmitry Stogov2005-09-018-22/+275
* Added test for bug #34310foobar2005-08-311-0/+34
* Fixed possible memory leakDmitry Stogov2005-08-301-0/+1
* Fixed return-by-reference from internal functionsDmitry Stogov2005-08-242-0/+4
* fix crash if throw attempted outside of executable codeStanislav Malyshev2005-08-221-1/+1
* MFH: Fixed bug #34156 (memory usage remains elevated after memory limit isIlia Alshanetsky2005-08-181-1/+2
* MFH: fix memleakAntony Dovgal2005-08-181-0/+1
* MFH: nuked eol from error messagefoobar2005-08-182-2/+2
* Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ...Dmitry Stogov2005-08-171-0/+1
* Fixed memory leakDmitry Stogov2005-08-161-0/+1
* Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE())Dmitry Stogov2005-08-121-1/+1
* fix #34078 (Reflection API problems in methods with boolean or null default v...Antony Dovgal2005-08-111-1/+1
* Fixed bug #34062 (Crash in catch block when many arguments are used)Dmitry Stogov2005-08-102-0/+2
* Fixed bug #25359 (array_multisort() doesn't work in a function if array is gl...Dmitry Stogov2005-08-102-3/+28
* Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)Dmitry Stogov2005-08-103-24/+153
* Fixed bug #34045 (Buffer overflow with serialized object)Dmitry Stogov2005-08-103-0/+36
* - No release today. Found a critical bug...Andi Gutmans2005-08-091-1/+1
* - RC1Andi Gutmans2005-08-091-1/+1
* - Show the dependancy name we could not find (req_mod is null here when it is...foobar2005-08-081-1/+1
* ChangeLog update2005-08-061-0/+18
* Fixed bug #33996 (No information given for fatal error on passing invalid val...Dmitry Stogov2005-08-053-8/+66