summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2005-05-271-0/+41
* Fixed bug #33116 (crash when assigning class name to global variable in __aut...Dmitry Stogov2005-05-262-2/+27
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-267-7/+72
* - Add new testsMarcus Boerger2005-05-261-0/+23
* ChangeLog update2005-05-231-0/+15
* Fixed bug #29338 (unencoded spaces get ignored after certain tags).Ilia Alshanetsky2005-05-221-11/+3
* fix leakStanislav Malyshev2005-05-221-1/+4
* ChangeLog update2005-05-201-0/+12
* Strict warningsDmitry Stogov2005-05-192-3/+13
* ChangeLog update2005-05-191-0/+36
* fix for #29890 - part 2Stanislav Malyshev2005-05-181-0/+1
* testStanislav Malyshev2005-05-181-0/+23
* fix #29890 - crash when function call failsStanislav Malyshev2005-05-181-0/+5
* revert - seems to be fixed elsewhereStanislav Malyshev2005-05-181-1/+1
* fix #30451 static properties don't work properlyStanislav Malyshev2005-05-181-2/+2
* testsStanislav Malyshev2005-05-182-0/+93
* ChangeLog update2005-05-181-0/+6
* Fix tests.Magnus M��tt�2005-05-172-2/+2
* ChangeLog update2005-05-141-0/+11
* fix bug #29975 (memory leaks when set_error_handler() is used inside error ha...Antony Dovgal2005-05-131-1/+6
* ChangeLog update2005-05-131-0/+5
* - Make ReflectionObject::hasProperty() recognize dynamically added propsMarcus Boerger2005-05-121-0/+11
* ChangeLog update2005-05-071-0/+5
* ChangeLog update2005-05-061-0/+16
* typofix :)foobar2005-05-061-1/+1
* Fixed bug #31525 (object reference being dropped. $this getting lost)Dmitry Stogov2005-05-054-13/+111
* ChangeLog update2005-05-051-0/+45
* fix bug #32924: prepend does not add file to included filesStanislav Malyshev2005-05-041-0/+4
* Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not d...Dmitry Stogov2005-05-041-1/+1
* Fixed bug #30707 (Segmentation fault on exception in method)Dmitry Stogov2005-05-043-0/+50
* Fixed bug #30162 (Catching exception in constructor couses lose of $this)Dmitry Stogov2005-05-043-7/+14
* ChangeLog update2005-05-041-0/+29
* Fixed notice messageDmitry Stogov2005-05-031-1/+4
* Fixed destruction of zval after returning from __call()Dmitry Stogov2005-05-031-1/+5
* Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)Dmitry Stogov2005-05-032-4/+65
* ChangeLog update2005-05-031-0/+14
* - Extend API to support real existance test without the need to add any newMarcus Boerger2005-05-023-7/+17
* - Part 2 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+1
* - Part 1 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+2
* ChangeLog update2005-04-301-0/+48
* compile fixfoobar2005-04-291-1/+2
* Make sure E_STRICT is set alwaysfoobar2005-04-292-0/+2
* Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with arra...Dmitry Stogov2005-04-292-1/+54
* Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibi...Dmitry Stogov2005-04-294-11/+85
* - Unify error_reporting setting + make sure E_STRICT is set when wantedfoobar2005-04-292-1/+4
* ChangeLog update2005-04-291-0/+13
* Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric ...Dmitry Stogov2005-04-282-0/+21
* ChangeLog update2005-04-281-0/+46
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-275-10/+139
* Fixed bug #29104 (Function declaration in method doesn't work)Dmitry Stogov2005-04-272-1/+28