1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

34474 Commits

Author SHA1 Message Date
Edin Kadribasic 4eab123723 MFB: Missing definition, patch by Steph Fox 2006-05-25 18:48:30 +00:00
Marcus Boerger 0638b7cfec - Make recursive part and identical part work correct 2006-05-25 18:15:04 +00:00
Marcus Boerger 711c43406f - Add DualIterator and RecursiveDualIterator to examples including a test 2006-05-25 17:44:59 +00:00
Pierre Joye e8f043b449 -#7715, fix float validation when using '.23' or '123'
have worked before using my version, bug introduced in later commits.
2006-05-25 13:27:51 +00:00
Michael Wallner 9b884c1dbe MFB: fix bug #34180, --with-curlwrappers discards stream context options 2006-05-25 12:47:46 +00:00
Antony Dovgal a1cb265e4a remove debug output and fix bug #37589 2006-05-25 11:46:12 +00:00
Pierre Joye f4890ace58 - remove 033.php 2006-05-25 11:13:42 +00:00
Pierre Joye c0e8d54844 - move 033.php to 033_run.php, 033.php cannot be run 2006-05-25 11:13:23 +00:00
Marcus Boerger 875caa4870 - MFB 2006-05-25 10:50:53 +00:00
Antony Dovgal c0dd2b80ac fix tests in unicode mode 2006-05-25 10:38:01 +00:00
Antony Dovgal 34126e4a64 MFB: fix error messages when converting objects to other types 2006-05-25 10:34:01 +00:00
Marcus Boerger 40439b1670 - Bugfix 37587 2006-05-25 09:51:58 +00:00
Rasmus Lerdorf 3562f88b7e Fix expected output 2006-05-25 09:12:11 +00:00
Dmitry Stogov d5236aaf96 Fixed bug #37278 (SOAP not respecting uri in __soapCall) 2006-05-25 08:15:57 +00:00
Rasmus Lerdorf 804a44e7bc Big filter test - note that a number of these currently fail 2006-05-25 08:06:34 +00:00
Dmitry Stogov 7e59bc4d89 Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr) 2006-05-25 07:23:38 +00:00
Dmitry Stogov c6256d890a Fixed bug #37496 (FastCGI output buffer overrun) 2006-05-25 06:40:47 +00:00
4f6d6f6594 ChangeLog update 2006-05-25 05:31:52 +00:00
Ilia Alshanetsky 940ed4a426 MFB: Fixed bug #37563 (array_key_exists performance is poor for &$array). 2006-05-24 23:14:36 +00:00
Antony Dovgal a2f0632198 fix test 2006-05-24 23:05:30 +00:00
Edin Kadribasic 7d605c31d1 MFB: Initialize windows globals, fixes #37428 2006-05-24 22:00:57 +00:00
Antony Dovgal 2873c3a5ad MFB: fix #37418 (tidy module crashes CLI version of PHP) 2006-05-24 21:22:27 +00:00
Antony Dovgal 3819d8e435 MFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled)) 2006-05-24 20:22:34 +00:00
Dmitry Stogov db2452bb42 Fixed CGI tests 2006-05-24 13:29:19 +00:00
Pierre Joye b629056504 - #7625, update doc 2006-05-24 11:51:55 +00:00
Dmitry Stogov 94004da0ed Fixed bug #37256 (php-fastcgi dosen't handle connection abort) 2006-05-24 09:41:55 +00:00
Dmitry Stogov 0f9c8e550e Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used). 2006-05-24 07:52:58 +00:00
b549e5b503 ChangeLog update 2006-05-24 05:31:57 +00:00
Marcus Boerger c627a4819b - Add more tests from Ligaya Turmelle 2006-05-23 23:45:39 +00:00
Ilia Alshanetsky 45b278cc34 MFB: Fixed handling of extremely long paths inside tempnam() function. 2006-05-23 23:22:16 +00:00
Marcus Boerger 47343620cb - Add new test 2006-05-23 22:26:55 +00:00
Marcus Boerger 25d5adec0d - Fix feof() with temp/memory streams 2006-05-23 22:26:23 +00:00
Marcus Boerger 8fcbc7c062 - Done in 5.2 2006-05-23 22:24:10 +00:00
Marcus Boerger 16f403f79a - Readd NULL as allowed classname to skip parameter 2006-05-23 22:22:35 +00:00
Marcus Boerger 30bc5adf3b - Handle NULL in C argument parsing correct 2006-05-23 22:21:52 +00:00
Marcus Boerger b1154bd4f7 - Add new test 2006-05-23 21:56:36 +00:00
Marcus Boerger ccd2bc0005 - Fix SEGV in case class to generate is not derived from SimpleXMLElement
by issueing an error
2006-05-23 21:37:17 +00:00
Sebastian Bergmann 9ac660b72e Add bison 2.2 to the list of supported versions. 2006-05-23 11:10:54 +00:00
1d91955c54 ChangeLog update 2006-05-23 05:31:51 +00:00
Marcus Boerger 55d6d41e3e - Provide user func printztype to retrieve the name of a zval type 2006-05-22 19:43:15 +00:00
Rob Richards e88f13a86d add test 2006-05-22 17:05:38 +00:00
Ilia Alshanetsky 4a6464f22a MFB: E_ERROR > E_RECOVERABLE_ERROR 2006-05-22 14:23:01 +00:00
Dmitry Stogov dbf6f9b81c Fixed bug #37496 (FastCGI output buffer overrun) 2006-05-22 09:23:01 +00:00
Antony Dovgal 0e5ce38c04 fix typo 2006-05-22 06:49:44 +00:00
9b35a2aad8 ChangeLog update 2006-05-22 05:31:58 +00:00
Antony Dovgal 1304bd655b re-enable OCILobRead2() support on win32 2006-05-22 04:17:24 +00:00
Marcus Boerger e843518509 - More exception related issues 2006-05-21 17:36:52 +00:00
Marcus Boerger c7bf318305 - Make code exception safe
- Make RecursiveRegexIterator::getChildren pass regex to inner ctor
- Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
- Add CachingIterator::getCache()
- Add tests
2006-05-21 17:27:12 +00:00
Ilia Alshanetsky ef29a49de6 Added control character checks for cURL extension's open_basedir/safe_mode
checks.
2006-05-21 16:32:10 +00:00
Marcus Boerger a4d6c5a6f0 - Handle corrupt base64 data in data: url 2006-05-21 13:35:06 +00:00