Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_1_4'.php-5.1.4 | SVN Migration | 2006-05-03 | 14 | -1582/+71 |
| | |||||
* | go with 5.1.4 | Ilia Alshanetsky | 2006-05-03 | 2 | -7/+7 |
| | |||||
* | News entry for exporting PDO::PARAM_EVT_* constants | Sara Golemon | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | mfh(r-1.129) Expose PARAM_EVT_* constants | Sara Golemon | 2006-05-03 | 1 | -0/+8 |
| | |||||
* | - remove debug part | Pierre Joye | 2006-05-03 | 1 | -1/+0 |
| | | | | | nota bene, there is still work in this area, but this is a start | ||||
* | - add test for multipart POST | Pierre Joye | 2006-05-03 | 1 | -0/+42 |
| | | | | | - also first example of the POST_RAW section | ||||
* | - add support for POST_RAW, allow to pass raw POST data | Pierre Joye | 2006-05-03 | 1 | -7/+46 |
| | | | | | | - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible to set both TEST_PHP_EXECUTABLE and CGI | ||||
* | MFH: plug leak | Antony Dovgal | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | more POST+array tests | Antony Dovgal | 2006-05-03 | 8 | -0/+155 |
| | |||||
* | Fixed bug #37205 (incompatibility with mod_fastcgi) | Dmitry Stogov | 2006-05-03 | 2 | -18/+4 |
| | |||||
* | Prepare news file for release | Ilia Alshanetsky | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | Revert previous optimization if preparation for 5.1.4 | Ilia Alshanetsky | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll) | Dmitry Stogov | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | Fixed incompatibility with isapi_fcgi.dll | Dmitry Stogov | 2006-05-03 | 1 | -0/+4 |
| | |||||
* | Fixed bug #37276 (problems witch $_POST array) | Dmitry Stogov | 2006-05-03 | 2 | -1/+2 |
| | |||||
* | - document the --with-pdo-sqlite[=dir] | Pierre Joye | 2006-05-03 | 1 | -0/+3 |
| | |||||
* | BFN | Rob Richards | 2006-05-03 | 1 | -1/+2 |
| | | | | | re-order news | ||||
* | Fix bug #37277 (cloning Dom Documents or Nodes does not work) | Rob Richards | 2006-05-03 | 4 | -3/+27 |
| | | | | | | Proper fix for bug #36859 add test | ||||
* | MFH | Dmitry Stogov | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | typo | Dmitry Stogov | 2006-05-02 | 1 | -0/+1 |
| | |||||
* | Fixed possible crash in highlight_string() (proper place) | Dmitry Stogov | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | Attempt to increase smart_str performance through the use of larger | Ilia Alshanetsky | 2006-05-02 | 1 | -2/+2 |
| | | | | | default buffers. Biased micro benchmarks show it makes sense :P | ||||
* | Fixed ossible crash in highlight_string(). | Dmitry Stogov | 2006-05-02 | 1 | -0/+1 |
| | |||||
* | set min pdo dep to 1.0.3, which will be the new pecl release | Wez Furlong | 2006-05-02 | 7 | -10/+13 |
| | |||||
* | prep for pecl release | Wez Furlong | 2006-05-02 | 5 | -16/+36 |
| | |||||
* | tweak for better compatibility when building as SCE. | Wez Furlong | 2006-05-02 | 1 | -2/+3 |
| | | | | | (library order is important) | ||||
* | - Make SplTempFileObject work in 5.1 | Marcus Boerger | 2006-05-01 | 1 | -1/+21 |
| | |||||
* | add note about ssl context options. | Wez Furlong | 2006-05-01 | 1 | -0/+2 |
| | |||||
* | Add two new context options for ssl: | Wez Furlong | 2006-04-30 | 2 | -1/+61 |
| | | | | | | | | | | | | | "capture_peer_cert" and "capture_peer_cert_chain" If true, the peer certificate and peer certificate chain respectively will be captured and made available in the ssl context variables "peer_certificate" and "peer_certificate_chain" respectively. The certificates are exposed as x509 certificate resources and can be inspected using the existing openssl extension functions. This allows applications to perform extended validation. | ||||
* | - After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from | Marcus Boerger | 2006-04-30 | 1 | -1/+1 |
| | | | | | this point of development (ilia will do so) | ||||
* | fix PECL #6544 | Wez Furlong | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | Fix #36632 | Wez Furlong | 2006-04-30 | 2 | -0/+9 |
| | |||||
* | Fix #35552 | Wez Furlong | 2006-04-30 | 2 | -3/+12 |
| | |||||
* | Revert patch for pdb files. No need to have it twice! | Frank M. Kromann | 2006-04-29 | 1 | -5/+0 |
| | |||||
* | Add new configure option --enable-pdb-files | Frank M. Kromann | 2006-04-29 | 1 | -0/+5 |
| | | | | | This will generate .pdb files for debugging | ||||
* | Proper fix for bug #37205 | Dmitry Stogov | 2006-04-27 | 2 | -0/+14 |
| | |||||
* | - MFH: fix bug #37176 (iconv_strpos() fails to find a string) | Moriyoshi Koizumi | 2006-04-27 | 2 | -18/+24 |
| | |||||
* | Revert wrong fix | Dmitry Stogov | 2006-04-26 | 1 | -6/+4 |
| | |||||
* | Restore dev | Ilia Alshanetsky | 2006-04-26 | 3 | -8/+10 |
| | |||||
* | Remove soap cache news | Ilia Alshanetsky | 2006-04-26 | 1 | -4/+0 |
| | |||||
* | BFN | Edin Kadribasic | 2006-04-26 | 1 | -0/+1 |
| | |||||
* | Go with 5.1.3 | Ilia Alshanetsky | 2006-04-26 | 2 | -3/+3 |
| | |||||
* | Prepare the news file for release | Ilia Alshanetsky | 2006-04-26 | 1 | -142/+136 |
| | |||||
* | Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵ | Dmitry Stogov | 2006-04-26 | 2 | -4/+24 |
| | | | | aborted" FastCGI err) | ||||
* | Correctly import external data (#33292) | Edin Kadribasic | 2006-04-26 | 1 | -0/+5 |
| | |||||
* | fix tests | Antony Dovgal | 2006-04-25 | 2 | -3/+3 |
| | |||||
* | remove nonexistent tag | Antony Dovgal | 2006-04-25 | 1 | -2/+0 |
| | |||||
* | fix possible substr_compare() crash | Antony Dovgal | 2006-04-25 | 3 | -2/+60 |
| | | | | | add new tests | ||||
* | -improve last entry | Michael Wallner | 2006-04-25 | 1 | -1/+2 |
| | |||||
* | fix #37191 (chmod takes off sticky bit when safe_mode is On) | Antony Dovgal | 2006-04-25 | 2 | -3/+19 |
| |