59324 Commits (bce8aae0804d7cc95c5ac9cf58d30042e8b2fe53)
 

Author SHA1 Message Date
Raphael Geissert bce8aae080 Document CGI options in the manpage (bug #51718) 16 years ago
Ilia Alshanetsky 5d9b0a4a6f Removed double allocation of buffer inside openssl_random_pseudo_bytes() and cleanup code 16 years ago
Dmitry Stogov 2c5fecfeb4 Fixed a possible memory corruption in substr_replace() 16 years ago
Dmitry Stogov f4b927a42b Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks. 16 years ago
Andrey Hristov 41ad139d17 Fix for bug #51605 (Mysqli zombie links) 16 years ago
Arnaud Le Blanc 6f3cea3870 Added session upload progress tests 16 years ago
Arnaud Le Blanc da9448f3fd Added upload progress feedback in session data as describied 16 years ago
Arnaud Le Blanc d5a646480d Fix tests 16 years ago
Etienne Kneuss 74396cf3d2 fix the fix for the fix 16 years ago
Etienne Kneuss 815db040a9 Fix crash 16 years ago
Felipe Pena 8d46707889 - Fix crash when instantiating MultipleIterator 16 years ago
Jérôme Loyet ef9ea5f967 Fix #51736, wrong checks on dynamic parameters 16 years ago
Hannes Magnusson 0a4054d85a NEWS is not docs and limit lines to 80chars 16 years ago
Felipe Pena a7c129af16 - Fix typo (take 3! thanks Chris and Tony) 16 years ago
Felipe Pena 91c46fd26e - Fix error message wording (Kalle) 16 years ago
Felipe Pena c95b4ace40 - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traits 16 years ago
Antony Dovgal e68ffa09e0 make the code more readable 16 years ago
David Soria Parra 4e177642c6 Abort if DTrace is not installed on the system 16 years ago
David Soria Parra b5c1e53bc8 Abort with an error message if we cannot create the DTrace header file. 16 years ago
Felipe Pena 74fe9dd89e - Fixed magic method and constructor copy for traits 16 years ago
Felipe Pena 5d701938a3 - Added check for constant creation on Traits 16 years ago
Felipe Pena 7b7463bb8a - New tests 16 years ago
Felipe Pena ca3656dfe0 - Added check for 'static' on trait visibility modifier 16 years ago
Felipe Pena 363d6e45be - Fix typos 16 years ago
Felipe Pena 241ceed37e - Fix error messages & WS 16 years ago
Felipe Pena ba5edd5035 - New tests 16 years ago
Felipe Pena 00eec0939f - Added get_declared_traits() 16 years ago
Kalle Sommer Nielsen a31a2083af Well we do need zend_throw_exception_ex ;-) 16 years ago
Dmitry Stogov 277f271a83 Added compiler hints 16 years ago
Dmitry Stogov d5800f881c Optimized access to static properties using executor specialization. A constant class name may be used as a direct operand of ZEND_FETCH_* instruction without previous ZEND_FETCH_CLASS. 16 years ago
Dmitry Stogov 77b2e54658 Fixed PDO objects binary incompatibility 16 years ago
Sara Golemon 1381b14eaa Add JSON_Serializable interface 16 years ago
Felipe Pena 2b4539fcef - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted) 16 years ago
Pierre Joye 754cb92b2b - nuke unused vars 16 years ago
Pierre Joye bd2f9d56ec - #51063, news and test 16 years ago
Pierre Joye b9730786a7 - #51063, implement getimagesizefromstring 16 years ago
Rob Richards 8a0450698d fix bug #48601 (xpath() returns FALSE for legitimate query) 16 years ago
Dmitry Stogov fa0a07ba97 Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endpoints). (Justin Dearing) 16 years ago
Felipe Pena 6e8db0b35a - New tests 16 years ago
Felipe Pena a888d2cd16 - Added check for trait when trying to extend it 16 years ago
Felipe Pena e431cec023 - Fix trait flag identification 16 years ago
Felipe Pena 45a536fc7c - Added check for abstract class 16 years ago
Rob Richards d920d6226e fix bug #49490 (XPath namespace prefix conflict) 16 years ago
Derick Rethans e743bcd862 - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval > 16 years ago
Andrey Hristov d53337bbe7 OOM stability fixes 16 years ago
Andrey Hristov 447c693b2d Add possibility to control the allocator in when PHP is compiled 16 years ago
Rob Richards 798aca0d83 fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable) 16 years ago
Rob Richards 60f62fc563 fix non-windows builds 16 years ago
Adam Harvey 5c5fd74fdb Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). 16 years ago
Adam Harvey 574e578629 Alter the getmxrr() test to use lists.php.net (which we presumably control) 16 years ago