1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

19586 Commits

Author SHA1 Message Date
Pierre Joye 80ecfc354e - MFB: #39286, misleading error message when invalid dimensions are given 2006-12-10 03:03:48 +00:00
Pierre Joye a6ec097ef9 - fix build on HEAD
(not sure if it should compile on 6 and 5 or if it is required only for
   pdo, other drivers require this fix)
2006-12-10 02:32:17 +00:00
Pierre Joye df5d4a52f9 - MFB: #39508, imagefill crashes with small image 2006-12-10 02:08:07 +00:00
Pierre Joye ad5d1383de - #39780, PNG image with CRC/data error raises fatal error 2006-12-10 01:28:01 +00:00
Edin Kadribasic 5ac9df24b6 MFB: Fixed by #39751 by KevinJohnHoffman at gmail dot com 2006-12-10 01:24:13 +00:00
Wez Furlong bcb1fed3a7 merge PHP 5 pdo into HEAD. This source compiles on both PHP 5 and PHP 6.
If you're poking around in here, please make sure that any changes you make
compile on both PHP 5 and 6.  Thanks!
2006-12-09 22:18:43 +00:00
Ilia Alshanetsky e0b72d28c6 Improve handling of POST data with Andrei's help. 2006-12-09 14:37:40 +00:00
Ilia Alshanetsky 9901e4a31d MFB:
Fixed handling of multiple cookies with the same name.
	Added support for cookies into run-tests.php
2006-12-09 14:17:17 +00:00
Hannes Magnusson 815ec53657 Fix build 2006-12-09 14:07:13 +00:00
Rob Richards fb2db6e6b1 MFB: fix heap corruption when adding/caching typelib (also fixes bug 39606)
add test
2006-12-09 10:53:05 +00:00
Ilia Alshanetsky 2dd22beedb MFB: Fixed tests 2006-12-09 03:18:21 +00:00
Ilia Alshanetsky a8f337d33c MFB: fixed test 2006-12-09 03:07:49 +00:00
Antony Dovgal ef6bcc4fb3 don't change public API 2006-12-08 21:18:16 +00:00
Antony Dovgal ef7e4b1332 fix possible issue in the serializer, which might currupt struc when reallocating arguments stack
(no reproduce case, sorry)
2006-12-08 20:59:06 +00:00
Antony Dovgal a14c81e3c2 fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit) 2006-12-08 20:55:14 +00:00
Antony Dovgal cb4183daeb fix typo 2006-12-08 20:17:31 +00:00
Ilia Alshanetsky ccc4783e4a MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple result
sets in pdo_mysql).
2006-12-08 19:51:29 +00:00
Andrei Zmievski 59ce8b640b Unicode filename support in dl(). 2006-12-08 19:13:51 +00:00
Antony Dovgal 3945133579 revert the fix for #39763 2006-12-08 17:03:26 +00:00
Rob Richards 45364aea04 mark more functions unicode safe
add test
2006-12-08 16:49:25 +00:00
Rob Richards 95accd75bb mark more functions unicode safe
add tests
2006-12-08 16:28:33 +00:00
Dmitry Stogov f37ad2e146 Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 16:23:04 +00:00
Antony Dovgal e07f11c421 add new tests by <zoe dot slattery at googlemail dot co dot uk> 2006-12-08 14:38:53 +00:00
Nuno Lopes 90496dbb26 MFB: new tests 2006-12-08 12:15:21 +00:00
Ilia Alshanetsky 6ef2d0dd23 Fixed typo 2006-12-08 03:13:41 +00:00
Sara Golemon aa08686c85 More BC bodges for fgets/fgetss 2006-12-08 01:02:49 +00:00
Ilia Alshanetsky e8101a6d16 Allow POST of unicode data as utf8 2006-12-08 00:46:01 +00:00
Antony Dovgal e0a37e4cf6 MFB test 2006-12-07 23:10:58 +00:00
Antony Dovgal 7ea07ff6dc MFB tests (they still fail though)
fix BC in fgetss()
2006-12-07 23:00:45 +00:00
Andrei Zmievski 3e6c056584 Unicode support in strptime(). Uses runtime encoding for conversion.
# Blah, those new _ut_ macros might be necessary after all.
2006-12-07 22:00:55 +00:00
Andrei Zmievski de33cc6471 version_compare() will use runtime encoding. 2006-12-07 21:18:45 +00:00
Andrei Zmievski 10af5e6296 Unicode support/safety in iptc* functions. Untested, cause I know crap
about IPTC.
2006-12-07 21:11:54 +00:00
Antony Dovgal 2122cf4fab initialize variables and make Coverity happy 2006-12-07 20:45:21 +00:00
Andrei Zmievski 162dc4c774 Unicode support in parse_url(). 2006-12-07 18:18:49 +00:00
Antony Dovgal 04872050e4 fix #39763 (magic quotes are applied twice by ext/filter)
no need to add slashes manually, they are added by php_register_variable_ex()
2006-12-07 10:59:35 +00:00
Sara Golemon 53a4c18c6a Change fgets() behavior back to BC version 2006-12-07 09:51:36 +00:00
Ilia Alshanetsky 85213a12dc MFB: Fixed bug #39754 (Some POSIX extension functions not thread safe). 2006-12-07 01:41:29 +00:00
Ilia Alshanetsky 38d622732d Allow submission of unicode data in utf8 form 2006-12-07 01:06:54 +00:00
Sara Golemon 982af2061f Use proper zstr for str_getcsv() and add documentation for Andrei's peace of mind 2006-12-06 23:14:15 +00:00
Antony Dovgal faf0146281 test. please ignore 2006-12-06 20:21:27 +00:00
Ilia Alshanetsky 374a5b63c6 Final set of unicode changes 2006-12-06 18:40:55 +00:00
Ilia Alshanetsky aa6e70f216 First part of unicode upgrade 2006-12-06 17:52:11 +00:00
Antony Dovgal 6c8ce9805b fix import_request_variables() 2006-12-06 17:42:47 +00:00
Antony Dovgal e56bd8eed2 add Unicode support to oci_statement_type() 2006-12-06 16:42:27 +00:00
Antony Dovgal 826f06ea88 mark most of the OCI8 functions as unicode aware 2006-12-06 16:36:27 +00:00
Antony Dovgal b93db04a1d move handling of 'F' to the top 2006-12-06 16:28:27 +00:00
Ilia Alshanetsky f7289c93db Make functions as being unicode safe 2006-12-06 16:25:17 +00:00
Antony Dovgal 34398156d8 add missing 'F' modified (noticed by Matt) 2006-12-06 14:47:19 +00:00
Antony Dovgal e7d6927ed6 fix tests 2006-12-06 13:21:48 +00:00
Rob Richards 3d73c5da0d MFB: Fix win32 build 2006-12-06 13:20:17 +00:00