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

19126 Commits

Author SHA1 Message Date
Ilia Alshanetsky 07f22a8d4c MFB: make input_get_args() not modify the original values. 2006-09-19 23:58:47 +00:00
Ilia Alshanetsky c1891a9bdf MFB: array_key_exists() should not work by by-ref 2006-09-19 23:45:12 +00:00
Sara Golemon c8f96d157d Strip unused implementations of md5(), md5_file(), sha1(), and sha1_file()
from this extension.

It was decided a few months ago that those implementations would simply
stay in ext/standard and never leave.
2006-09-19 23:42:49 +00:00
Sara Golemon 17f279b2ca Refactor parameter parsing into the 21st century and flag Unicode readiness 2006-09-19 23:27:03 +00:00
Andrei Zmievski 1fd91e40f8 Unicode support in preg_grep(). 2006-09-19 20:41:56 +00:00
Sara Golemon 3f56da6eba Add INI controlled default stream encoding (unicode.stream_encoding).
Add convenience function stream_defualt_encoding() for setting it.
2006-09-19 20:36:48 +00:00
Andrei Zmievski 723baf6608 Upgrade preg_quote() to support Unicode. 2006-09-19 20:01:10 +00:00
Andrei Zmievski 5066424135 Fix offset calculation in add_offset_pair(). 2006-09-19 17:37:48 +00:00
Ilia Alshanetsky 8690a5a2d9 MFB:
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
	Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
	Fixed test for bug #38253 not to use faulty SQL that generates
	errors in PostgreSQL
2006-09-19 15:46:25 +00:00
Antony Dovgal 19ac74fd23 fix tests 2006-09-19 12:06:49 +00:00
Antony Dovgal 074615035f fix spl tests 2006-09-19 12:01:18 +00:00
Antony Dovgal ad1d0e6d65 fix tests 2006-09-19 11:49:21 +00:00
Antony Dovgal 5d42e808a3 fix leak in preg_split() 2006-09-19 11:48:59 +00:00
Antony Dovgal 8bc414ee8e fix test 2006-09-19 11:29:50 +00:00
Antony Dovgal 3914ce4c1a fix tests 2006-09-19 11:25:07 +00:00
Dmitry Stogov 128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
Antony Dovgal 591477b143 support objects in array_walk*()
add new tests, fix old ones
2006-09-19 09:33:02 +00:00
Antony Dovgal cb7a7995b6 fix #34066 (recursive array_walk causes segfault)
add tests
2006-09-19 09:02:39 +00:00
Dmitry Stogov d5ecb40eeb Fixed PCRE related compilation errors 2006-09-19 07:39:07 +00:00
Andrei Zmievski 30d7168bbd Upgrade preg_split() to support Unicode strings. 2006-09-18 20:16:36 +00:00
Andrei Zmievski 81b83f327b More work on Unicode support in PCRE. When UG(unicode) is on, all
strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
encoding. Failure to do so will result in unpredictable results.
2006-09-18 17:59:10 +00:00
Ilia Alshanetsky b8b3ade128 MFB: Fixed bug #38574 (missing curl constants and improper constant
detection).
2006-09-18 16:13:00 +00:00
Antony Dovgal f3fa436ba3 fix test 2006-09-18 12:35:59 +00:00
Johannes Schlüter f1ed29ffd8 - Unicode fix 2006-09-17 09:39:04 +00:00
Ilia Alshanetsky 1d611c862c MFB: One last expand_filepath() check 2006-09-16 19:08:59 +00:00
Nuno Lopes f2da2decd4 MFB: fix compiler warnings introduced in my previous commit 2006-09-16 19:08:21 +00:00
Ilia Alshanetsky 9d48f6fb61 MFB: Additional expand_filepath() checks 2006-09-16 18:31:07 +00:00
Ilia Alshanetsky 1ed7d584c6 MFB: Added missing validation checks around expand_filepath() 2006-09-16 18:23:05 +00:00
Nuno Lopes 121a317695 MFB 2006-09-16 18:21:53 +00:00
Nuno Lopes 37a08a329c MFB 2006-09-16 17:42:44 +00:00
Nuno Lopes c88dc5752d fix lcov report 2006-09-16 14:21:07 +00:00
Rob Richards 49d8ec82fe MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)
fix bug #38850 (lookupNamespaceURI doesn't return default namespace)
add test
2006-09-16 13:56:25 +00:00
Nuno Lopes 61b043bfd7 MFB 2006-09-16 12:05:43 +00:00
Ilia Alshanetsky 71eac85de0 MFB: Added a check for PQftable() function 2006-09-15 19:48:55 +00:00
Nuno Lopes 678b162fef MFB 2006-09-15 16:14:57 +00:00
Antony Dovgal 4d4166fcbc missing part of the fix for #38844 2006-09-15 15:42:39 +00:00
Antony Dovgal b8e416139d MFB: still output an error, even if there is no curl_easy_strerror() 2006-09-15 15:33:30 +00:00
Nuno Lopes 22088632e2 MFB 2006-09-15 15:14:04 +00:00
Antony Dovgal da064ca404 fix segfault in curl_multi_info_read() 2006-09-15 15:04:03 +00:00
Nuno Lopes 0289bacc94 MFB 2006-09-15 14:59:04 +00:00
Nuno Lopes 7af2495f81 MFB 2006-09-15 14:43:08 +00:00
Antony Dovgal b6596bebc7 fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0) 2006-09-15 13:43:55 +00:00
Pierre Joye a072c66184 - PECL Bug #8700, zipArchive::getFromIndex() fails 2006-09-15 12:10:50 +00:00
Antony Dovgal c912fa4a90 fix leak when call to shutdown function fails 2006-09-15 09:11:31 +00:00
Antony Dovgal 4bbeaa70fa free node pointer using correct function
fixes leak in ext/dom/tests/dom_create_element.phpt
2006-09-15 07:43:59 +00:00
Antony Dovgal e264e460a4 fix double free(), add test 2006-09-15 07:26:19 +00:00
Dmitry Stogov 251bb2d7e1 Fixed memory leak 2006-09-15 07:11:09 +00:00
Ilia Alshanetsky 0fff2d8d45 MFB: Make float filter handle things like 02.324 properly 2006-09-14 17:48:11 +00:00
Antony Dovgal 367d65eced MFB 2006-09-14 15:30:37 +00:00
Antony Dovgal ba01adbd0e fix test 2006-09-14 15:00:52 +00:00