summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methodsDmitry Stogov2012-01-302-11/+50
* - Reinstated correct return values after David's fix for #60218.Derick Rethans2012-01-291-2/+4
* WS, merged from trunk cause this issue, sorryXinchen Hui2012-01-262-92/+92
* Fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-263-106/+130
* Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)Dmitry Stogov2012-01-202-64/+91
* - add test for bug #60771Pierre Joye2012-01-181-0/+9
* Regenerated scannersDmitry Stogov2012-01-172-7/+7
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-176-153/+77
* Fixed bug #60627 (httpd.worker segfault on startup with php_value)Xinchen Hui2012-01-042-2/+6
* regen for r321655Nuno Lopes2012-01-011-341/+343
* fix memory leak in compile_string when there's a parse error (used e.g. in ev...Nuno Lopes2012-01-011-0/+2
* - Year++Felipe Pena2012-01-0196-98/+98
* Fixed testsDmitry Stogov2011-12-281-3/+2
* Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax)Dmitry Stogov2011-12-282-1/+21
* Fix #60613 (Segmentation fault with $cls->{expr}() syntax)Xinchen Hui2011-12-282-13/+13
* Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax)Xinchen Hui2011-12-272-3/+36
* Fix warning on non-numeric offsetsStanislav Malyshev2011-12-224-19/+15
* Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-192-8/+56
* Revert previous bad fix, introduce memory leakXinchen Hui2011-12-191-1/+0
* Codes standard & Remove useless empty linesXinchen Hui2011-12-191-41/+23
* Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-0/+1
* implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-1916-98/+502
* Fixed inconsistent and broken handling of private properties in traits.Stefan Marr2011-12-179-50/+235
* Reduce memory usageXinchen Hui2011-12-171-1/+1
* Fixed bug #60536 (Traits Segfault)Xinchen Hui2011-12-166-2/+201
* Coding standardPierrick Charron2011-12-061-1/+1
* remove irrelevant codes in testXinchen Hui2011-12-051-5/+1
* Add xfaild test for a secluded issueXinchen Hui2011-12-051-0/+34
* Fix typoXinchen Hui2011-12-051-1/+1
* Fixed bug #60444 (Segmentation fault with include & class extending)Dmitry Stogov2011-12-052-5/+23
* Expose zend_signal_handler_unblock() to DSO extensions to allow usage of HAND...Dmitry Stogov2011-12-022-2/+2
* Fixed icorrect key length after updating constant indexDmitry Stogov2011-12-011-0/+1
* - Added tests for bug #60350Felipe Pena2011-11-301-0/+11
* - Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)Felipe Pena2011-11-302-0/+8
* Fixed Bug #60369 Crash with static property in traitStefan Marr2011-11-232-2/+20
* export zend_on_timeout handler from ZEAntony Dovgal2011-11-221-1/+1
* fix is_a reflectionStanislav Malyshev2011-11-201-0/+1
* - Fix testsFelipe Pena2011-11-193-3/+7
* - Fixed bug #43200 (Interface implementation / inheritence not possible in ab...Felipe Pena2011-11-193-1/+78
* - CSFelipe Pena2011-11-181-18/+21
* Fixes Bug #54441 (Handling of changing modifiers on a trait alias)Stefan Marr2011-11-182-5/+57
* Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-181-0/+16
* fix typoStanislav Malyshev2011-11-181-1/+1
* fixes for bug #55748Stanislav Malyshev2011-11-181-0/+3
* - Fix buildFelipe Pena2011-11-171-1/+1
* Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exceptio...Stefan Marr2011-11-176-3/+147
* - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-162-0/+15
* Fix #60218 (instantiating unknown class leads to memory leak in cli)David Soria Parra2011-11-121-1/+3
* fix bug #55475 - implement is_a BC solutionStanislav Malyshev2011-11-091-6/+13
* Here tooRasmus Lerdorf2011-11-081-1/+1