summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* ChangeLog update2005-07-231-0/+9
* Fixed bug #33802 (throw Exception in error handler causes crash)Dmitry Stogov2005-07-222-11/+24
* ChangeLog update2005-07-221-0/+10
* - Fix error generation logic (found by johannes)Marcus Boerger2005-07-211-1/+1
* Fixed bug with returning from internal function by referenceDmitry Stogov2005-07-211-2/+4
* ChangeLog update2005-07-201-0/+15
* - Dont't warn in case an exception is pending - in this case it'd superflousMarcus Boerger2005-07-191-1/+4
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-192-38/+43