1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

35634 Commits

Author SHA1 Message Date
Hannes Magnusson 8b427acfd0 Be overly picky: CURL->cURL 2006-09-09 20:03:55 +00:00
Derick Rethans 319a3dcb80 - The .c file is generated... so updating the .re file and cleaning up WS. 2006-09-09 12:25:54 +00:00
Michael Wallner 83eac101c3 - fix crash when unicode.sematics are enabled and unicode.output_encoding doesn't match iconv.internal_encoding 2006-09-09 12:10:28 +00:00
Antony Dovgal 41a6d22dd7 fix #38759 (PDO sqlite2 empty query causes segfault) 2006-09-09 10:58:39 +00:00
aee2284473 ChangeLog update 2006-09-09 01:31:01 +00:00
Antony Dovgal cb04bb6a4f fix #38721 (date_parse() invalid read) 2006-09-08 20:22:23 +00:00
Antony Dovgal 49f7759c27 implement feature request #38731 (openssl_pkey_new does not support DSA key generation)
patch by marci at balabit dot hu
2006-09-08 20:09:08 +00:00
Andrei Zmievski 82ace06252 convert_to_string_with_converter_ex() 2006-09-08 17:19:42 +00:00
Hannes Magnusson e22b06c957 MFB bug#35589 2006-09-08 16:51:32 +00:00
Nuno Lopes 62fd85f29e MFB 2006-09-08 16:37:19 +00:00
Rob Richards b855c33590 fix prototypes 2006-09-08 13:04:29 +00:00
Dmitry Stogov 78a47c08a0 Prevent opening of empty filename "" 2006-09-08 05:52:15 +00:00
2c1e49bf9a ChangeLog update 2006-09-08 01:30:52 +00:00
Rob Richards db883a8b9d add unicode support
registered_phpfunctions hashtable still needs to be handled
update tests
2006-09-07 21:57:26 +00:00
Michael Wallner aee8e73316 - add note why we can't have a chunk-sized output handler 2006-09-07 14:54:28 +00:00
Michael Wallner f8ff78deab -fix warnings 2006-09-07 14:21:02 +00:00
Michael Wallner 60274e3944 - use ucnv_compareNames
- check output_context->op for PHP_OUTPUT_HANDLER_CLEAN instead of php_output_get_status()
2006-09-07 14:20:16 +00:00
Ilia Alshanetsky cb1ba9379d MFB: Fixed memory leaks in openssl test #004 2006-09-07 14:16:54 +00:00
Dmitry Stogov 4cd00c73fc Fixed unicode support 2006-09-07 13:25:46 +00:00
Antony Dovgal ffe419fefc add new tests, increase code coverage 2006-09-07 11:47:57 +00:00
Rob Richards f79418bbd1 fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) 2006-09-07 11:24:22 +00:00
c20aae3e5d ChangeLog update 2006-09-07 01:30:54 +00:00
Rob Richards cd347ea2e5 update def file 2006-09-06 23:48:02 +00:00
Edin Kadribasic cf933ed410 MFB: Fixed bug #38190 (threading issues on windows 2003) 2006-09-06 21:48:57 +00:00
Michael Wallner 07f81e7fe4 - upgrade ob_iconv_handler 2006-09-06 20:49:03 +00:00
Hannes Magnusson 8f85e67b33 fix build 2006-09-06 19:50:22 +00:00
Michael Wallner 83429c1620 - upgrade ob_tidyhandler 2006-09-06 17:55:09 +00:00
Pierre Joye d21df00da5 - bump zip version, 2.0.0 2006-09-06 17:39:33 +00:00
Ilia Alshanetsky 803b3f4d77 MFB: Fixed bug #38464 (array_count_values() mishandles numeric strings). 2006-09-06 17:31:47 +00:00
Nuno Lopes 408a584d6e MFB: fix memleak of pcre study data 2006-09-06 16:31:28 +00:00
Nuno Lopes 984a56c9ab MFB 2006-09-06 15:32:19 +00:00
Nuno Lopes da0feb9dcd fix a few more zend_parse_parameters() issues 2006-09-06 15:13:16 +00:00
Antony Dovgal b08f8ed0c1 fix leak in pg_copy_to() when invalid resource was passed 2006-09-06 12:40:47 +00:00
Antony Dovgal bb89a868c4 do not search for empty strings with strpos() and strrpos() 2006-09-06 12:07:27 +00:00
Nuno Lopes 2320354d66 MFB: more int->zend_bool conversions 2006-09-06 11:55:12 +00:00
Antony Dovgal 38dcee0beb fix leaks & uninitialized vars
add test
2006-09-06 11:34:15 +00:00
Dmitry Stogov ba833d2bc0 Fixed support for endpoint's URL without <path> part (Rob) 2006-09-06 11:03:59 +00:00
Dmitry Stogov 97fdcf0f3b Fixed php_admin* bypass by ini_restore() 2006-09-06 08:54:57 +00:00
Derick Rethans 058b359800 - Added support for the full ISO week number format. (2006-W52-7) 2006-09-06 07:33:59 +00:00
Dmitry Stogov 2ea26c6570 Reverted last Ilia's patch (for #38579).
The patch didn't fix the bug and made new one.
2006-09-06 06:51:05 +00:00
1b7eded7ab ChangeLog update 2006-09-06 01:30:56 +00:00
Ilia Alshanetsky 2f0d258606 MFB: Fixed bug #38579 require_once/include_once optimization causes files
to be loaded multiple times.
2006-09-05 15:52:42 +00:00
Nuno Lopes cb07c93c04 sync code and tests with PHP_5_2 2006-09-05 15:25:44 +00:00
Ilia Alshanetsky f8c35ca367 Added missing defines needed for win32 build 2006-09-05 14:48:06 +00:00
Antony Dovgal 6c977ee076 add new test for multiple leaks in openssl_csr_new() 2006-09-05 14:04:36 +00:00
Antony Dovgal 4c6db31984 init variables 2006-09-05 13:59:08 +00:00
Antony Dovgal ac978370c9 fix test 2006-09-05 13:58:47 +00:00
Nuno Lopes 573f153e06 MFB: int->zend_bool where possible 2006-09-05 12:42:25 +00:00
Nuno Lopes 07b26e4e5f MFB (int->long) 2006-09-05 12:32:13 +00:00
Edin Kadribasic b279fe502a MFB 2006-09-05 11:55:08 +00:00