summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-tagphp-5.2.15Ilia Alshanetsky2010-12-091-0/+3
|\
| * Re-branch 5.2.15Ilia Alshanetsky2010-12-093-8/+6
| |
| * - missing merge fix for #53352Pierre Joye2010-12-091-0/+3
| |
| * Fix the next version number in NEWS.Adam Harvey2010-12-091-1/+1
| |
| * Back to dev, one final time ;-)Ilia Alshanetsky2010-12-083-6/+8
| |
* | 5.2.15Ilia Alshanetsky2010-12-080-0/+0
|/
* 5.2.15Ilia Alshanetsky2010-12-082-3/+3
|
* Fixed bug #53492 (fix crash if anti-aliasing steps are invalid).Ilia Alshanetsky2010-12-082-7/+9
|
* curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ↵Eyal Teutsch2010-12-085-9/+14
| | | | tests pass too
* - Fixed test (Eyal Teutsch)Felipe Pena2010-12-041-1/+1
|
* - Fixed testsFelipe Pena2010-12-044-5/+20
|
* Back to devIlia Alshanetsky2010-12-033-3/+5
|
* 5.2.15RC2Ilia Alshanetsky2010-12-033-4/+4
|
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-302-0/+5
|
* - Fixed testFelipe Pena2010-11-231-0/+6
|
* - Fixed extract() to do not overwrite $GLOBALS and $this when using ↵Felipe Pena2010-11-193-2/+28
| | | | | | | EXTR_OVERWRITE. patch by: jorto at redhat dot com
* Back to devIlia Alshanetsky2010-11-183-3/+5
|
* One more tryIlia Alshanetsky2010-11-183-5/+3
|
* Back to devIlia Alshanetsky2010-11-183-3/+5
|
* 5.2.15RC1Ilia Alshanetsky2010-11-183-4/+4
|
* - Fixed typo (reported by eyal.t at zend dot com)Felipe Pena2010-11-171-1/+1
|
* - Revert bad changesFelipe Pena2010-11-171-4/+0
|
* - Updated QA and User note maintainers creditsFelipe Pena2010-11-171-2/+2
|
* - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-162-1/+7
| | | | | patch by: preeves at ibphoenix dot com
* - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-112-2/+4
|
* - Remove duplicate portion.Moriyoshi Koizumi2010-11-091-31/+0
|
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵Moriyoshi Koizumi2010-11-091-0/+62
| | | | parameter).
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
|
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-087-21/+21
| | | | | difference (thanks Eyal Teutsch for reporting)
* - add CVEPierre Joye2010-11-031-1/+1
|
* - Added fix to bug #49687 to PHP 5.2.Gustavo André dos Santos Lopes2010-11-033-30/+136
|
* Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-022-0/+4
| | | | Kocielski).
* - fix IsotoppPierre Joye2010-10-241-1/+1
|
* - update #52929 and zip NULL derefPierre Joye2010-10-191-1/+3
|
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵Pierre Joye2010-10-191-0/+3
| | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz
* Update copyright year for the licenseKalle Sommer Nielsen2010-10-051-1/+1
|
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵Dmitry Stogov2010-10-052-0/+9
| | | | with SoapClient object).
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-052-4/+5
|
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ↵Dmitry Stogov2010-10-013-4/+31
| | | | can be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry)
* Loosen the valgrind version check slightly in run-tests.php so that it worksAdam Harvey2010-09-301-1/+1
| | | | | with the packaged valgrind in Ubuntu 10.04.
* MFH: Fix for bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL withAdam Harvey2010-09-303-0/+25
| | | | | large amount of data).
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵Gustavo André dos Santos Lopes2010-09-293-0/+162
| | | | inflate filter fed invalid data).
* - Fixed possible flaw in open_basedir (CVE-2010-3436)Pierre Joye2010-09-281-0/+1
|
* - Fixed possible flaw in open_basedir (CVE-2010-3436)Pierre Joye2010-09-281-2/+7
|
* Fixed bug #52772 (var_dump() doesn't check for the existence of ↵Kalle Sommer Nielsen2010-09-132-3/+9
| | | | get_class_name before calling it)
* Sorry, forgot the news update for the previous commit.Adam Harvey2010-08-241-0/+2
|
* MFB5.3: The fix (and the fix to the fix) for bug #52546 (pdo_dblib segmentationAdam Harvey2010-08-241-2/+2
| | | | | fault when iterating MONEY values).
* Revert fix for #52636 in 5.2Kalle Sommer Nielsen2010-08-212-3/+1
|
* Use userland function name, not internal name for NEWSKalle Sommer Nielsen2010-08-181-1/+1
|
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-182-2/+12
| | | | # Also fix NEWS entry in PHP_5_2 for previous commit