Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed crash on recursive error handler invocationPHP-5.2 | Dmitry Stogov | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Fixed crash when passing invalid timestamp (negative integer on win32) | Dmitry Stogov | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | MFH fixed bug #52784 (Race condition when handling many | Arnaud Le Blanc | 2011-02-14 | 3 | -5/+24 |
| | | | | | concurrent signals) | ||||
* | revert commit 307876 | Boris Lytochkin | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #51336 | Boris Lytochkin | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Added ability to connect to HTTPS sites through proxy with basic ↵ | Dmitry Stogov | 2011-01-28 | 1 | -8/+108 |
| | | | | authentication using stream_context/http/header/Proxy-Authorization | ||||
* | - Fixed bug #53568 (swapped memset arguments in struct initialization) ↵ | Felipe Pena | 2011-01-11 | 1 | -3/+1 |
| | | | | [backported] | ||||
* | MFH: Optimize unix timestamp to date-string conversion for very high year values | Ilia Alshanetsky | 2011-01-05 | 2 | -0/+23 |
| | |||||
* | fixed 6 tests to pass on non-linux os, by removing the generic linux error ↵ | Eyal Teutsch | 2010-12-26 | 7 | -6/+9 |
| | | | | string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings | ||||
* | added value for PHP_MAXPATHLEN for os which is not windows/linux | Eyal Teutsch | 2010-12-14 | 1 | -0/+2 |
| | |||||
* | moved the second unlink() to the CLEAN section in the ↵ | Eyal Teutsch | 2010-12-12 | 3 | -0/+12 |
| | | | | SplFileObject_fwrite_variation* tests | ||||
* | Merge from trunk: | Martin Jansen | 2010-12-11 | 1 | -2/+2 |
| | | | | | | | * Fixed parameter check introduced with the recent fix for bug #53492. * Improved the error message along the way. | ||||
* | - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) | Felipe Pena | 2010-12-10 | 1 | -1/+1 |
| | | | | | patch by: gyp at balabit dot hu | ||||
* | Fixed bug #53492 (fix crash if anti-aliasing steps are invalid). | Ilia Alshanetsky | 2010-12-08 | 1 | -0/+5 |
| | |||||
* | curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ↵ | Eyal Teutsch | 2010-12-08 | 5 | -9/+14 |
| | | | | tests pass too | ||||
* | - Fixed test (Eyal Teutsch) | Felipe Pena | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | - Fixed tests | Felipe Pena | 2010-12-04 | 4 | -5/+20 |
| | |||||
* | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 1 | -0/+3 |
| | |||||
* | - Fixed extract() to do not overwrite $GLOBALS and $this when using ↵ | Felipe Pena | 2010-11-19 | 2 | -2/+26 |
| | | | | | | | EXTR_OVERWRITE. patch by: jorto at redhat dot com | ||||
* | - Revert bad changes | Felipe Pena | 2010-11-17 | 1 | -4/+0 |
| | |||||
* | - Updated QA and User note maintainers credits | Felipe Pena | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
| | | | | | patch by: preeves at ibphoenix dot com | ||||
* | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4) | Felipe Pena | 2010-11-11 | 1 | -2/+2 |
| | |||||
* | - Remove duplicate portion. | Moriyoshi Koizumi | 2010-11-09 | 1 | -31/+0 |
| | |||||
* | - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵ | Moriyoshi Koizumi | 2010-11-09 | 1 | -0/+62 |
| | | | | parameter). | ||||
* | Fixed WSDL loading using https through proxy | Dmitry Stogov | 2010-11-08 | 1 | -4/+7 |
| | |||||
* | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 7 | -21/+21 |
| | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | - Added fix to bug #49687 to PHP 5.2. | Gustavo André dos Santos Lopes | 2010-11-03 | 2 | -30/+134 |
| | |||||
* | Fixed a possible double free in imap extension (Identified by Mateusz ↵ | Ilia Alshanetsky | 2010-11-02 | 1 | -0/+2 |
| | | | | Kocielski). | ||||
* | - fix Isotopp | Pierre Joye | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵ | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
| | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz | ||||
* | Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵ | Dmitry Stogov | 2010-10-05 | 1 | -0/+7 |
| | | | | with SoapClient object). | ||||
* | MFH: Fix for bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with | Adam Harvey | 2010-09-30 | 2 | -0/+23 |
| | | | | | large amount of data). | ||||
* | - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵ | Gustavo André dos Santos Lopes | 2010-09-29 | 2 | -0/+160 |
| | | | | inflate filter fed invalid data). | ||||
* | Fixed bug #52772 (var_dump() doesn't check for the existence of ↵ | Kalle Sommer Nielsen | 2010-09-13 | 1 | -3/+7 |
| | | | | get_class_name before calling it) | ||||
* | MFB5.3: The fix (and the fix to the fix) for bug #52546 (pdo_dblib segmentation | Adam Harvey | 2010-08-24 | 1 | -2/+2 |
| | | | | | fault when iterating MONEY values). | ||||
* | Revert fix for #52636 in 5.2 | Kalle Sommer Nielsen | 2010-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed possible crash in php_mssql_get_column_content_without_type() | Kalle Sommer Nielsen | 2010-08-18 | 1 | -0/+8 |
| | | | | # Also fix NEWS entry in PHP_5_2 for previous commit | ||||
* | Fixed bug #52636 (php_mysql_fetch_hash writes long value into int) | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
| | | | | # Tested by rein at basefarm dot no | ||||
* | Fix Windows build | Kalle Sommer Nielsen | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | Changed mysqli_report() to be per-request specific rather than per-process ↵ | Kalle Sommer Nielsen | 2010-08-13 | 1 | -0/+1 |
| | | | | specific (Fixes #52390) | ||||
* | - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h) | Sriram Natarajan | 2010-07-27 | 1 | -0/+7 |
| | | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h | ||||
* | MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x | Adam Harvey | 2010-07-19 | 1 | -0/+1 |
| | | | | | (only 64 bit)). | ||||
* | Update the re2c files aswell (bug #51943) | Kalle Sommer Nielsen | 2010-07-14 | 1 | -0/+2 |
| | |||||
* | Fixed bug #51943 (Several files are out of ANSI spec) | Kalle Sommer Nielsen | 2010-07-13 | 3 | -4/+6 |
| | | | | # Based on patch by CoreyStup at gmail dot com | ||||
* | - MFH: Fix a bug when var_export() causes a fatal error that could ↵ | Pierre Joye | 2010-07-13 | 4 | -56/+96 |
| | | | | inadvertently display data due to flushing of the output buffer. | ||||
* | - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platforms | Timm Friebe | 2010-07-07 | 1 | -2/+43 |
| | | | | | | - MFT: Added checks for 64 bit versions of sybase libraries - MFT: Added checks for sybase libraries prefixed with "libsyb" | ||||
* | - Fixed tests | Felipe Pena | 2010-07-06 | 3 | -11/+3 |
| | |||||
* | Fix bug #52238: Crash when an Exception occured in iterator_to_array | Johannes Schlüter | 2010-07-02 | 2 | -1/+27 |
| | |||||
* | - Fixed a possible interruption array leak in trim() | Felipe Pena | 2010-07-02 | 1 | -0/+3 |
| |