summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fixed testFelipe Pena2010-11-231-0/+6
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+44
* - test for NULL deref fixPierre Joye2010-11-171-0/+0
* - NULL deref fix, patch by GustavoPierre Joye2010-11-171-0/+4
* - 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-1/+44
* - Reverted fix for bug #51176Felipe Pena2010-11-036-17/+17
* 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-051-4/+4
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-012-4/+29
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-302-1/+41
* - Don't be silent on bailoutJohannes Schlüter2010-09-141-0/+3
* Fixed GC bugDmitry Stogov2010-09-031-19/+23
* - Improved fix for bug #52573Felipe Pena2010-08-181-1/+2
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-162-4/+37
* Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-4/+5
* - fix castSascha Schumann2010-08-121-1/+1
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-126-22/+27
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-112-2/+2
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-2/+22
* - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-014-1217/+1245
* - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-014-3/+85
* - fix vc6 buildPierre Joye2010-07-151-1/+3
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-053-9/+41
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-302-339/+363
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-294-339/+336
* - Reverted fix for bug #51421Felipe Pena2010-06-282-24/+2
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-274-335/+354
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-262-3/+28
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-266-12/+40
* - Fixed testsFelipe Pena2010-06-261-7/+7
* - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-262-1/+87
* - Fixed bug #52138 (Constants are parsed into the ini file for section names)Felipe Pena2010-06-241-1/+18
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-153-0/+80
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-122-1/+28
* - Fixed bug #52060 (Memory leak when passing a closure to method_exists())Felipe Pena2010-06-112-3/+23
* Fixed bug #51822i (Segfault with strange __destruct() for static class variab...Dmitry Stogov2010-06-102-1/+44
* Fixed bug #52001 (Memory allocation problems after using variable variables)Dmitry Stogov2010-06-102-3/+20
* - Let's generate this #ifdef only on zend_vm_execute.hFelipe Pena2010-06-072-7/+6
* - Fix scriptFelipe Pena2010-06-071-0/+1
* - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-071-0/+3
* - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-061-0/+3
* - label only used when mmap is availablePierre Joye2010-06-061-0/+2
* - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value ...Felipe Pena2010-05-263-4/+4
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-262-1/+15