summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_4'.php-5.1.4SVN Migration2006-05-0314-1582/+71
|
* go with 5.1.4Ilia Alshanetsky2006-05-032-7/+7
|
* News entry for exporting PDO::PARAM_EVT_* constantsSara Golemon2006-05-031-0/+1
|
* mfh(r-1.129) Expose PARAM_EVT_* constantsSara Golemon2006-05-031-0/+8
|
* - remove debug partPierre Joye2006-05-031-1/+0
| | | | | nota bene, there is still work in this area, but this is a start
* - add test for multipart POSTPierre Joye2006-05-031-0/+42
| | | | | - also first example of the POST_RAW section
* - add support for POST_RAW, allow to pass raw POST dataPierre Joye2006-05-031-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 leakAntony Dovgal2006-05-031-0/+1
|
* more POST+array testsAntony Dovgal2006-05-038-0/+155
|
* Fixed bug #37205 (incompatibility with mod_fastcgi)Dmitry Stogov2006-05-032-18/+4
|
* Prepare news file for releaseIlia Alshanetsky2006-05-031-2/+2
|
* Revert previous optimization if preparation for 5.1.4Ilia Alshanetsky2006-05-031-2/+2
|
* Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)Dmitry Stogov2006-05-031-0/+1
|
* Fixed incompatibility with isapi_fcgi.dllDmitry Stogov2006-05-031-0/+4
|
* Fixed bug #37276 (problems witch $_POST array)Dmitry Stogov2006-05-032-1/+2
|
* - document the --with-pdo-sqlite[=dir]Pierre Joye2006-05-031-0/+3
|
* BFNRob Richards2006-05-031-1/+2
| | | | | re-order news
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-034-3/+27
| | | | | | Proper fix for bug #36859 add test
* MFHDmitry Stogov2006-05-031-1/+1
|
* typoDmitry Stogov2006-05-021-0/+1
|
* Fixed possible crash in highlight_string() (proper place)Dmitry Stogov2006-05-021-1/+1
|
* Attempt to increase smart_str performance through the use of largerIlia Alshanetsky2006-05-021-2/+2
| | | | | default buffers. Biased micro benchmarks show it makes sense :P
* Fixed ossible crash in highlight_string().Dmitry Stogov2006-05-021-0/+1
|
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-027-10/+13
|
* prep for pecl releaseWez Furlong2006-05-025-16/+36
|
* tweak for better compatibility when building as SCE.Wez Furlong2006-05-021-2/+3
| | | | | (library order is important)
* - Make SplTempFileObject work in 5.1Marcus Boerger2006-05-011-1/+21
|
* add note about ssl context options.Wez Furlong2006-05-011-0/+2
|
* Add two new context options for ssl:Wez Furlong2006-04-302-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 fromMarcus Boerger2006-04-301-1/+1
| | | | | this point of development (ilia will do so)
* fix PECL #6544Wez Furlong2006-04-301-1/+1
|
* Fix #36632Wez Furlong2006-04-302-0/+9
|
* Fix #35552Wez Furlong2006-04-302-3/+12
|
* Revert patch for pdb files. No need to have it twice!Frank M. Kromann2006-04-291-5/+0
|
* Add new configure option --enable-pdb-filesFrank M. Kromann2006-04-291-0/+5
| | | | | This will generate .pdb files for debugging
* Proper fix for bug #37205Dmitry Stogov2006-04-272-0/+14
|
* - MFH: fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-272-18/+24
|
* Revert wrong fixDmitry Stogov2006-04-261-6/+4
|
* Restore devIlia Alshanetsky2006-04-263-8/+10
|
* Remove soap cache newsIlia Alshanetsky2006-04-261-4/+0
|
* BFNEdin Kadribasic2006-04-261-0/+1
|
* Go with 5.1.3Ilia Alshanetsky2006-04-262-3/+3
|
* Prepare the news file for releaseIlia Alshanetsky2006-04-261-142/+136
|
* Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵Dmitry Stogov2006-04-262-4/+24
| | | | aborted" FastCGI err)
* Correctly import external data (#33292)Edin Kadribasic2006-04-261-0/+5
|
* fix testsAntony Dovgal2006-04-252-3/+3
|
* remove nonexistent tagAntony Dovgal2006-04-251-2/+0
|
* fix possible substr_compare() crashAntony Dovgal2006-04-253-2/+60
| | | | | add new tests
* -improve last entryMichael Wallner2006-04-251-1/+2
|
* fix #37191 (chmod takes off sticky bit when safe_mode is On)Antony Dovgal2006-04-252-3/+19
|