summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-0196-97/+97
* Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-315-12/+12
* initialize script_encoding_list (reported by Gustavo Lopes)Antony Dovgal2010-12-271-0/+1
* - Fixed INI test sectionFelipe Pena2010-12-256-7/+7
* - Fix startup warnings.Moriyoshi Koizumi2010-12-241-1/+3
* - Fix buildFelipe Pena2010-12-202-478/+404
* Removed dead code.Stefan Marr2010-12-201-1/+0
* - Avoid allocating extra buffers. This makes parsing with zend.multibyte enab...Moriyoshi Koizumi2010-12-202-126/+50
* - Fix a bug that the script gets wrongly converted into UTF-8 when the script...Moriyoshi Koizumi2010-12-201-5/+1
* - Fix buildFelipe Pena2010-12-201-16/+9
* Added strict handling of properties in traits.Stefan Marr2010-12-206-28/+337
* Fixed naming of parameters, was inconsistent with implementation.Stefan Marr2010-12-191-1/+1
* WSMoriyoshi Koizumi2010-12-191-7/+7
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-199-1604/+993
* Changed E_ERROR to E_COMPILE_ERROR for Trait compilation errors.Stefan Marr2010-12-121-6/+6
* Changed collision warning for Traits to fatal error.Stefan Marr2010-12-128-22/+8
* Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch...Dmitry Stogov2010-12-093-2/+35
* Fixed startup errors if ext/exif is loaded without ext/mbstringDmitry Stogov2010-12-081-1/+2
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-084-22/+56
* - fix ts buildPierre Joye2010-12-011-1/+1
* Removed old commented function prototypes.Stefan Marr2010-12-011-2/+0
* Allowed indirect $this access (Scott)Dmitry Stogov2010-12-012-0/+17
* C comments instead of C++ commentsDavid Soria Parra2010-11-301-2/+2
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-252-2/+2
* - Removed unused variableFelipe Pena2010-11-241-1/+0
* Removed support for break/continue $var syntaxDmitry Stogov2010-11-244-131/+45
* Fixed testDmitry Stogov2010-11-241-3/+3
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-242-438/+416
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-2417-163/+161
* - Fixed compile warningsFelipe Pena2010-11-231-2/+2
* - Fixed testFelipe Pena2010-11-231-0/+6
* Fixed bug #35547 (Segfault accessing static method)Dmitry Stogov2010-11-232-1/+18
* Fixed problem reported by Patrick ALLAERT. Trait method was not applied prope...Stefan Marr2010-11-184-38/+40
* Added tests to for static support of traits.Stefan Marr2010-11-176-0/+146
* - Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" ...Felipe Pena2010-11-171-2/+7
* - test for NULL deref fixPierre Joye2010-11-171-0/+0
* - NULL deref fix, patch by GustavoPierre Joye2010-11-171-0/+4
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-151-0/+31
* - Add missing checkFelipe Pena2010-11-141-1/+2
* - Fix the constant detectionFelipe Pena2010-11-131-1/+1
* - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER...Felipe Pena2010-11-132-2/+28
* Fixed covariance of return-by-ref constraintsEtienne Kneuss2010-11-032-2/+45
* - Reverted fix for bug #51176Felipe Pena2010-11-036-17/+17
* reduced size of temp_variariableDmitry Stogov2010-10-224-15/+11
* Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-223-136/+15
* Fixed crash on attempt to insert reference to string offset into an arrayDmitry Stogov2010-10-223-0/+72
* Removed redundant checkDmitry Stogov2010-10-222-6/+2
* - Strip out the typehint *checks* only. They are still parsed, and they areDerick Rethans2010-10-1913-290/+14
* zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-152-2/+2
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-1417-63/+64