summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #33999 (object remains object when cast to int)Dmitry Stogov2005-08-052-6/+35
* Fixed memory leak in foreach() on undefined variable (Zend/tests/foreach_unde...Dmitry Stogov2005-08-052-5/+5
* ChangeLog update2005-08-051-0/+18
* add test for the last Dmitry's fixAntony Dovgal2005-08-041-0/+14
* Fixed possible memory corryption during compilation of <?php foreach($a as $b...Dmitry Stogov2005-08-041-1/+2
* Fixed clone bug in ze1_compatibilty modeDmitry Stogov2005-08-041-2/+2
* ChangeLog update2005-08-041-0/+97
* - Bumber up yearfoobar2005-08-031-1/+1
* Bump up the yearfoobar2005-08-0387-88/+88
* Nuked DOS EOLsfoobar2005-08-031-0/+1
* ChangeLog update2005-08-031-0/+17
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
* - Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)foobar2005-08-021-2/+2
* Removed warningsDmitry Stogov2005-08-021-7/+14
* ChangeLog update2005-07-301-0/+20
* Fixed warning message generated when isset() or empty() are given invalidIlia Alshanetsky2005-07-292-13/+13
* In NetWare few of the programs like apache2 and ldap use winsock inclusinf sy...Anantha Kesari H Y2005-07-291-0/+7
* ChangeLog update2005-07-291-0/+14
* update generated filefoobar2005-07-291-3/+5
* - Tiny fixletAndi Gutmans2005-07-281-1/+1
* - Add convenience function zend_is_callable_ex() and base zend_is_callableMarcus Boerger2005-07-282-11/+46
* ChangeLog update2005-07-271-0/+5
* bug #33865foobar2005-07-261-1/+1
* ChangeLog update2005-07-261-0/+5
* - Fix #33853Marcus Boerger2005-07-251-8/+16