summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* This really shouldn't fail, but if it does, like on OSX under Valgrind, Rasmus Lerdorf2011-11-081-1/+1
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-083-28/+31
* - Added class member access on instantiation (e.g. (new foo)->bar()) supportFelipe Pena2011-11-067-2/+172
* Fixed inconsistent whitespace.Stefan Marr2011-11-051-33/+33
* Fixed Bug #60217 (Requiring the same method from different traits)Stefan Marr2011-11-054-19/+110
* use jmp_addr only when it's initializedAntony Dovgal2011-11-031-6/+20
* Fix bug #60169 Conjunction of ternary and list crashes PHPXinchen Hui2011-11-033-22/+20
* adding memory check for FreeBSD also, TODO: refactor the free memory check in...Ferenc Kovacs2011-11-021-0/+19
* fix folding, ws and csAntony Dovgal2011-11-021-3/+6
* initialize variable and fix segfaulting testsAntony Dovgal2011-11-021-1/+1
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-025-228/+222
* allocating more than 2GB memory is slow.Ferenc Kovacs2011-11-011-0/+1
* Fixed Bug #60153 (Interface method prototypes not enforced when implementd vi...Stefan Marr2011-11-013-9/+37
* Added missing consistency check for abstract methods required by one trait an...Stefan Marr2011-11-013-0/+57
* Fixed Bug #60145 (Usage of trait's use statement inside interfaces not proper...Stefan Marr2011-11-012-0/+23
* Fixed Bug #60173 (Wrong error message on reflective trait instantiation)Stefan Marr2011-10-312-1/+15
* Update testsXinchen Hui2011-10-311-1/+2
* Test for #60174 (Notice when array in method prototype error)Xinchen Hui2011-10-311-0/+16
* Fixed bug #60174 (Notice when array in method prototype error)Xinchen Hui2011-10-311-1/+4
* tests for 60169Xinchen Hui2011-10-301-0/+12
* check the available memory on linux and skip if it is not enoughFerenc Kovacs2011-10-231-0/+15
* shave off 900M memory from this testFerenc Kovacs2011-10-221-4/+1
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-215-1/+24
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-187-15/+459
* Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFE...Stanislav Malyshev2011-10-161-1/+1