Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHP 5.3.4php-5.3.4 | Johannes Schlüter | 2010-12-08 | 0 | -0/+0 |
| | |||||
* | PHP 5.3.4 | Johannes Schlüter | 2010-12-08 | 3 | -67/+54 |
| | |||||
* | curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ↵ | Eyal Teutsch | 2010-12-08 | 5 | -9/+9 |
| | | | | tests pass too | ||||
* | - new warning in imagepstext | Pierre Joye | 2010-12-08 | 1 | -0/+2 |
| | |||||
* | - Fix #53492, fix crash if aa steps are invalid | Pierre Joye | 2010-12-08 | 2 | -1/+9 |
| | |||||
* | - not anymore in core or builtin | Pierre Joye | 2010-12-07 | 2 | -7/+0 |
| | |||||
* | switch this off for the release | Andrey Hristov | 2010-12-07 | 1 | -1/+2 |
| | |||||
* | - add CVE | Pierre Joye | 2010-12-07 | 1 | -1/+2 |
| | |||||
* | Skip additional result sets sent by MySQL 5.5 servers | Andrey Hristov | 2010-12-06 | 1 | -2/+17 |
| | | | | | | | which break the Protocol API (see http://bugs.mysql.com/bug.php?id=58700) | ||||
* | don't crash if the API is used incorrectly | Andrey Hristov | 2010-12-06 | 1 | -2/+6 |
| | |||||
* | - Fixed test (Eyal Teutsch) | Felipe Pena | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | - Fixed test | Felipe Pena | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | - Fixed tests | Felipe Pena | 2010-12-04 | 2 | -2/+14 |
| | |||||
* | - Fixed test | Felipe Pena | 2010-12-03 | 1 | -2/+0 |
| | |||||
* | - Fixed test | Felipe Pena | 2010-12-03 | 1 | -1/+6 |
| | |||||
* | - Order | Felipe Pena | 2010-12-03 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) | Felipe Pena | 2010-12-03 | 3 | -1/+38 |
| | |||||
* | - CS + reorder to match trunk better, removed trailing dots from error messages | Jani Taskinen | 2010-12-03 | 11 | -168/+154 |
| | |||||
* | - Fix test | Jani Taskinen | 2010-12-03 | 1 | -0/+1 |
| | |||||
* | - Add test for the ob_start($foo); leak/crash bug | Jani Taskinen | 2010-12-03 | 1 | -0/+39 |
| | |||||
* | - Fix leaks and crash bug when passing the callback as variable | Jani Taskinen | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | - Fix #29085, bad default include_path on Windows | Pierre Joye | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | - Cosmetics | Felipe Pena | 2010-12-02 | 1 | -3/+3 |
| | |||||
* | - some missing entries | Pierre Joye | 2010-12-02 | 1 | -0/+4 |
| | |||||
* | fix test after newly introduced constant | Andrey Hristov | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | - Back to -dev | Johannes Schlüter | 2010-12-02 | 3 | -3/+5 |
| | |||||
* | and export the new constant | Andrey Hristov | 2010-12-02 | 1 | -0/+3 |
| | |||||
* | new server constant as of 5.5 | Andrey Hristov | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | - PHP 5.3.4RC2 | Johannes Schlüter | 2010-12-02 | 3 | -4/+4 |
| | |||||
* | - not TS and useless on server, also not required anymore with the supported ↵ | Pierre Joye | 2010-12-02 | 1 | -4/+1 |
| | | | | windows versions | ||||
* | Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer | Adam Harvey | 2010-12-02 | 1 | -12/+24 |
| | | | | | | to php.ini-production). There are a lot more issues with the INSTALL file, though, which I'll file another bug for. | ||||
* | Remove OCI8 devel status in preparation for PHP 5.3.4 release | Christopher Jones | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | Add Berkeley DB 5.1 support to the DBA extension | Christopher Jones | 2010-12-01 | 2 | -1/+4 |
| | |||||
* | Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) | Ilia Alshanetsky | 2010-12-01 | 3 | -2/+35 |
| | |||||
* | add a comment | Andrey Hristov | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #53412 (segfault when using -y) | Jérôme Loyet | 2010-11-30 | 3 | -4/+16 |
| | |||||
* | Missing bits from last commit | Ilia Alshanetsky | 2010-11-30 | 1 | -2/+0 |
| | |||||
* | Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). | Ilia Alshanetsky | 2010-11-30 | 3 | -14/+32 |
| | |||||
* | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 2 | -0/+5 |
| | |||||
* | Fixed bug #52656 (DOMCdataSection does not work with splitText). | Ilia Alshanetsky | 2010-11-29 | 3 | -1/+18 |
| | |||||
* | Fixed bug #52828 (curl_setopt does not accept persistent streams). | Ilia Alshanetsky | 2010-11-29 | 2 | -1/+5 |
| | |||||
* | Update INI files per doc bug #53420 (mail.log is poorly documented). | Adam Harvey | 2010-11-29 | 2 | -2/+4 |
| | |||||
* | - Reorganize slightly as there was already a date and an intl extension | Derick Rethans | 2010-11-28 | 1 | -6/+5 |
| | | | | | header/section. | ||||
* | - Fixed two more test cases. | Derick Rethans | 2010-11-28 | 2 | -332/+132 |
| | |||||
* | - Fixed a few test cases. | Derick Rethans | 2010-11-28 | 4 | -590/+23 |
| | |||||
* | Missing bit from previous commit | Ilia Alshanetsky | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #52327 (base64_decode() improper handling of leading padding in ↵ | Ilia Alshanetsky | 2010-11-26 | 2 | -0/+14 |
| | | | | strict mode) | ||||
* | - Fixed #53409, sleep() return NULL on Windows | Pierre Joye | 2010-11-26 | 4 | -2/+5 |
| | |||||
* | - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has ↵ | Jérôme Loyet | 2010-11-26 | 14 | -360/+460 |
| | | | | been removed) | ||||
* | - Remove outdated, unmaintained, misleading ChangeLog files | Johannes Schlüter | 2010-11-26 | 7 | -14191/+0 |
| |