summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-132-1/+14
* Added testDmitry Stogov2010-10-121-0/+28
* - Added bison 2.4.3 version to the bison version listFelipe Pena2010-10-071-1/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-055-250/+202
* Bug #51155 (Unreasonable non-emalloc allocations of memory)Dmitry Stogov2010-10-041-19/+47
* - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store cal...Dmitry Stogov2010-10-041-3/+8
* Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-012-11/+32
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-012-20/+45
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-302-1/+41
* - Fixed EG(saved_fpu_cw) initializationFelipe Pena2010-09-221-1/+3
* Fixed bug #52888 (Zend MM shutdown crash)Dmitry Stogov2010-09-201-0/+4
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-7/+6
* - macros--; ZEND_FAST_* are now gonePierre Joye2010-09-151-22/+8
* - not used anymorePierre Joye2010-09-157-153/+4