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

18776 Commits

Author SHA1 Message Date
Pierre Joye 8019b9d264 - please don't use base64 to test image files, it does not work
fix tests on 64bit platfrom
2006-08-23 12:00:05 +00:00
Antony Dovgal 7d019e4053 build ext/spl and ext/reflection as static (fixes #38556) 2006-08-23 09:47:07 +00:00
Hannes Magnusson f5e44be71c Fix arginfo for SplObjectStorage 2006-08-23 09:31:41 +00:00
Antony Dovgal 2fdd51a1a0 add test 2006-08-22 19:51:34 +00:00
Ilia Alshanetsky 994cf483e1 MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension request
shutdown order to ensure it is shutdown before the extensions it may depend
on).
2006-08-22 16:47:43 +00:00
Antony Dovgal bfccf875f1 minor improvements
dropped unused parameters, changed long to int where it should be int
2006-08-22 11:08:28 +00:00
Dmitry Stogov 9ea1f365d9 ZTS fix 2006-08-22 04:54:00 +00:00
Antony Dovgal ed72b00458 typo 2006-08-21 17:11:46 +00:00
Ilia Alshanetsky 1e101793bb MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error
retrieval inside a failed query executed via query() method).
2006-08-21 16:54:05 +00:00
Antony Dovgal f069754ab8 fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out) 2006-08-21 16:40:46 +00:00
Ilia Alshanetsky 285e5f69d6 MFB: Fixed bug #38524 (strptime() does not initialize the internal date
storage structure).
2006-08-20 18:20:59 +00:00
Andrei Zmievski 9f8bcf3f51 Unicode support for str_word_count() (using the same semantics as for
binary strings).

# These semantics seem quite broken, by the way, as it counts words
# ending or starting with dashes (-). Since this shouldn't really be
# used to count words in Unicode world anyway, supporting the "broken"
# behavior is okay if it helps people with migration.
2006-08-18 18:01:58 +00:00
Antony Dovgal 84060835f7 add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
(feature request #38496)
2006-08-18 12:50:36 +00:00
Antony Dovgal 831d3cd63f initialize static buffer with 0's 2006-08-17 14:32:27 +00:00
Andrei Zmievski 253a82d0cc Simplify php_u_trim(). 2006-08-16 18:07:22 +00:00
Ilia Alshanetsky 24441c81da MFB: Added skip condition for sqlite2 driver, that uses more forgiving
emulated prepared statements.
2006-08-16 14:10:16 +00:00
Sebastian Bergmann 8551b6d2dc Sync with php_trim() API change. 2006-08-16 08:51:34 +00:00
Rob Richards 951a640e9b fix bug #38454 (warning upon disabling handler via xml_set_element_handler)
fix bug #38427 (unicode causes xml_parser to misbehave)
remove need for TSRMLS_FETCH() call
add test
2006-08-15 22:45:18 +00:00
Andrei Zmievski 2dcfe8aaf5 Fix some trim() issues. 2006-08-15 20:38:12 +00:00
Antony Dovgal 3431cc4a1f don't try to use "auto", "none" and "pass" charsets returned from mbstring 2006-08-15 15:09:21 +00:00
Antony Dovgal 1789473eba minor CS/WS fixes 2006-08-15 13:08:18 +00:00
Antony Dovgal 43aab65e86 error message might be NULL 2006-08-15 12:27:04 +00:00
Antony Dovgal 7f2e2b105a OCIBreak() is not supported on Windows 2006-08-15 12:19:39 +00:00
Antony Dovgal c1b3a17034 new tests 2006-08-15 08:53:55 +00:00
Michael Wallner 7fc16dec3e - fix leak when cloning DateTimeZone, detected by Antony
- don't fetch objects multiple times when cloning
2006-08-15 06:53:02 +00:00
Andrei Zmievski bd927905ee Unicode support for strcoll(). 2006-08-14 22:00:46 +00:00
Andrei Zmievski aa9de18ef5 Unicode support for str_split(). 2006-08-14 21:04:50 +00:00
Andrei Zmievski 01e677b37b Unicode support in chunk_split(). 2006-08-14 20:43:23 +00:00
Michael Wallner 62f04bba34 - add cloning support to DateTime classes 2006-08-14 20:02:52 +00:00
Frank M. Kromann 17fc75214d Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:39:30 +00:00
Ilia Alshanetsky 5c01690d9b MFB: Upgraded libsqlite in pdo_sqlite to 3.3.7 2006-08-14 16:35:23 +00:00
Pierre Joye 3717342c9f - MFB: nuke unused parameter (not present in old versions) 2006-08-14 15:39:28 +00:00
Nuno Lopes a313548528 MFB: static keywording 2006-08-14 15:17:03 +00:00
Nuno Lopes d3eac2892f MFB: a few more static keywording 2006-08-14 14:54:19 +00:00
Edin Kadribasic 56a821ec02 Fixed windows build.
Looking at the macro definition it seems that the second argument
to U_STRING_DECL can only be a string literal, not an indetifier.
2006-08-14 11:59:07 +00:00
Rob Richards 71613983c0 MFB: fix bug #38424 (Different attribute assignment if new or existing)
add test
2006-08-14 11:58:49 +00:00
Rob Richards e1fa06393d MFB: fix underlying issue for bug #38438 2006-08-14 11:29:49 +00:00
Antony Dovgal cf400175ea fix segfault and leak in ext/xmlrpc
add tests
2006-08-14 08:15:44 +00:00
Pierre Joye 65c16fdbeb - locateName should not change the state/error, can be used to test
an entry
2006-08-13 23:39:57 +00:00
Pierre Joye 6f10c89a53 - remove all safe mode checks instead of borking the sources...Y 2006-08-13 20:54:27 +00:00
Pierre Joye 4ca1cc32e8 - package.xml is not needed here, only in pecl 2006-08-13 20:26:40 +00:00
Pierre Joye faa0291462 - add overwrite mode to ZipArchive::open, always starts a new archive
- fix build with php6
- remove safemode when built against php6
2006-08-13 20:16:48 +00:00
Pierre Joye 926d018ea6 - remove dl() usage 2006-08-13 19:06:46 +00:00
Ilia Alshanetsky a41723d0f4 MFB: Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 2006-08-13 15:03:19 +00:00
Marcus Boerger 2c2125ad56 - Add link 2006-08-13 10:37:46 +00:00
Ilia Alshanetsky cd6521ce30 PHP 6 does not have safe_mode 2006-08-11 18:06:28 +00:00
Antony Dovgal 8c434708ef fix #38431 (xmlrpc_get_type() crashes PHP on objects) 2006-08-11 17:41:49 +00:00
Nuno Lopes 70923e7011 MFB5.2: fix #38402 (wrong proto for Array*::offsetGet()) 2006-08-11 17:06:19 +00:00
Ilia Alshanetsky bf4b74eb01 MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well. 2006-08-11 15:09:43 +00:00
Antony Dovgal d3bb8d11f9 fix test 2006-08-11 10:36:07 +00:00