]>
granicus.if.org Git - php/log
Marcus Boerger [Mon, 18 Dec 2006 23:01:29 +0000 (23:01 +0000)]
- More tests
- Test naming
Hannes Magnusson [Mon, 18 Dec 2006 22:59:36 +0000 (22:59 +0000)]
Fix ZTS
Marcus Boerger [Mon, 18 Dec 2006 22:32:10 +0000 (22:32 +0000)]
- Support members in SplObjectStorage serialization / shorter serialization
Andrei Zmievski [Mon, 18 Dec 2006 20:47:57 +0000 (20:47 +0000)]
Unicode support in get_cfg_var().
Andrei Zmievski [Mon, 18 Dec 2006 20:40:51 +0000 (20:40 +0000)]
Fix macro.
Andrei Zmievski [Mon, 18 Dec 2006 20:39:40 +0000 (20:39 +0000)]
Unicode support in parse_ini_file().
Ilia Alshanetsky [Mon, 18 Dec 2006 17:56:51 +0000 (17:56 +0000)]
MFB: Fixed bug #39845 (Persistent connections generate a warning in
pdo_pgsql).
Ilia Alshanetsky [Mon, 18 Dec 2006 15:42:31 +0000 (15:42 +0000)]
MFB: Cleanup & optimize php_filter_encode_url()
Ilia Alshanetsky [Mon, 18 Dec 2006 15:04:36 +0000 (15:04 +0000)]
MFB: Less hackish support for spaces at the start of tags within
strip_tags()
Ilia Alshanetsky [Mon, 18 Dec 2006 14:57:20 +0000 (14:57 +0000)]
MFB: Fixed bugs with trimming of spaces
Antony Dovgal [Mon, 18 Dec 2006 14:55:23 +0000 (14:55 +0000)]
fix #39850 (SplFileObject throws contradictory/wrong error messages when trying to open "php://wrong")
Dmitry Stogov [Mon, 18 Dec 2006 14:39:39 +0000 (14:39 +0000)]
Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0)
Antony Dovgal [Mon, 18 Dec 2006 13:15:18 +0000 (13:15 +0000)]
fix possible invalid read (reproducible only on big-endian machines)
Dmitry Stogov [Mon, 18 Dec 2006 11:39:34 +0000 (11:39 +0000)]
Fixed random generation of cookies and canaries
Antony Dovgal [Mon, 18 Dec 2006 11:12:41 +0000 (11:12 +0000)]
fix test names
Hannes Magnusson [Mon, 18 Dec 2006 09:25:32 +0000 (09:25 +0000)]
- make %f locale aware again
- fix precision loss with %F (noticed by Sebastian Nohn)
- add new tests
Ilia Alshanetsky [Mon, 18 Dec 2006 04:24:38 +0000 (04:24 +0000)]
MFB: Filter fixes:
Fixed possible double encoding problem with sanitizing filters
Make use of space-strict strip_tags() function
<changelog@php.net> [Mon, 18 Dec 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update
Marcus Boerger [Sun, 17 Dec 2006 23:23:33 +0000 (23:23 +0000)]
- Make this work in unicode mode
# Well of course i should have set the return type to ascii here :-)
Ilia Alshanetsky [Sun, 17 Dec 2006 18:30:50 +0000 (18:30 +0000)]
Fixed compiler warning
Ilia Alshanetsky [Sun, 17 Dec 2006 18:23:10 +0000 (18:23 +0000)]
MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying
libc-client).
Hannes Magnusson [Sun, 17 Dec 2006 12:02:19 +0000 (12:02 +0000)]
MFB: fix build
<changelog@php.net> [Sun, 17 Dec 2006 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 16 Dec 2006 21:48:21 +0000 (21:48 +0000)]
MFB: Fixed bug #39846 (Invalid IPv4 treated as valid).
Hannes Magnusson [Sat, 16 Dec 2006 19:15:25 +0000 (19:15 +0000)]
Remove items that are already in 5.2
Hannes Magnusson [Sat, 16 Dec 2006 18:31:23 +0000 (18:31 +0000)]
Fix ZTS build
Marcus Boerger [Sat, 16 Dec 2006 13:55:14 +0000 (13:55 +0000)]
- Implement feature request #39836i (SplObjectStorage empty after
unserialize)
# Unicode mode currently does not work...looks like funny changes in the
# unserializer.
<changelog@php.net> [Sat, 16 Dec 2006 01:31:02 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Sat, 16 Dec 2006 00:21:41 +0000 (00:21 +0000)]
Make convert_to_*() APIs return SUCCESS/FAILURE.
Andrei Zmievski [Fri, 15 Dec 2006 23:33:48 +0000 (23:33 +0000)]
Update with INI file info.
Andrei Zmievski [Fri, 15 Dec 2006 23:28:10 +0000 (23:28 +0000)]
Unicode support in ini_*() functions.
Andrei Zmievski [Fri, 15 Dec 2006 22:47:09 +0000 (22:47 +0000)]
__builtin_expect() exists only in GCC 3.0 and higher.
Andrei Zmievski [Fri, 15 Dec 2006 22:35:23 +0000 (22:35 +0000)]
Make all macros (RETURN_*, RETVAL_*, ZVAL_*, add_*) that convert binary
strings to Unicode actually issues errors on failure. I'm surprised we
haven't done this already.
Andrei Zmievski [Fri, 15 Dec 2006 22:33:28 +0000 (22:33 +0000)]
Fix potential buffer overflow in default conversion error handler.
Andrei Zmievski [Fri, 15 Dec 2006 22:30:44 +0000 (22:30 +0000)]
Make utf8_conv stop on conversion errors when converting to UTF-16.
Andi Gutmans [Fri, 15 Dec 2006 17:17:57 +0000 (17:17 +0000)]
- MF 5.2 (put cookie in first place)
Dmitry Stogov [Fri, 15 Dec 2006 13:25:47 +0000 (13:25 +0000)]
Added internal heap protection
. safe unlinking
. cookies
. canary protection (debug build only)
Wez Furlong [Fri, 15 Dec 2006 05:03:02 +0000 (05:03 +0000)]
merge php5 pdo_sqlite into head; this source compiles on both php5 and php6.
<changelog@php.net> [Fri, 15 Dec 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 14 Dec 2006 23:41:57 +0000 (23:41 +0000)]
Use 'S' for escaped binary strings and 's' for non-escaped.
Rob Richards [Thu, 14 Dec 2006 16:24:00 +0000 (16:24 +0000)]
add ability to call PHP functions from XPath
update test
<changelog@php.net> [Thu, 14 Dec 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 13 Dec 2006 01:31:03 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 13 Dec 2006 00:41:45 +0000 (00:41 +0000)]
MFB: Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
Sara Golemon [Tue, 12 Dec 2006 23:09:01 +0000 (23:09 +0000)]
Bugfix# 39435: 'foo' instanceof bar gives invalid opcode error
Antony Dovgal [Tue, 12 Dec 2006 22:38:30 +0000 (22:38 +0000)]
erm.. somehow this part got here twice
Michael Wallner [Tue, 12 Dec 2006 19:32:18 +0000 (19:32 +0000)]
- utf8
Michael Wallner [Tue, 12 Dec 2006 19:25:47 +0000 (19:25 +0000)]
- utf8 CREDITS and php_info API
- unicode progress in info.c
Andrei Zmievski [Tue, 12 Dec 2006 18:28:31 +0000 (18:28 +0000)]
*** empty log message ***
Andrei Zmievski [Tue, 12 Dec 2006 18:24:16 +0000 (18:24 +0000)]
Do not convert args to Unicode in getopt(), they should stay binary.
Andrei Zmievski [Tue, 12 Dec 2006 18:17:56 +0000 (18:17 +0000)]
Make hebrev(c) support only binary strings.
Ilia Alshanetsky [Tue, 12 Dec 2006 18:05:38 +0000 (18:05 +0000)]
MFB: Fixed bug #39797 (virtual() does not reset changed INI settings).
Andrei Zmievski [Tue, 12 Dec 2006 18:05:07 +0000 (18:05 +0000)]
Keep CLI args as binary strings.
Antony Dovgal [Tue, 12 Dec 2006 13:22:33 +0000 (13:22 +0000)]
disable tests
I don't think it makes sense to test a segfault which we cannot fix..
Antony Dovgal [Tue, 12 Dec 2006 13:12:22 +0000 (13:12 +0000)]
fix test
Antony Dovgal [Tue, 12 Dec 2006 12:57:02 +0000 (12:57 +0000)]
BFILE tests are only valid when Oracle is installed on the same host
skip them if it's not
Antony Dovgal [Tue, 12 Dec 2006 12:11:44 +0000 (12:11 +0000)]
_THREAD_SAFE might be used instead of _REENTRANT
Antony Dovgal [Tue, 12 Dec 2006 12:06:00 +0000 (12:06 +0000)]
missing part of the fix for #39795
crypt.h defines struct crypt_data only if _REENTRANT is defined
Antony Dovgal [Tue, 12 Dec 2006 10:31:36 +0000 (10:31 +0000)]
fix test
Antony Dovgal [Tue, 12 Dec 2006 10:31:22 +0000 (10:31 +0000)]
fix LOBs internal position in Unicode mode
Antony Dovgal [Tue, 12 Dec 2006 10:15:58 +0000 (10:15 +0000)]
fix typo
Antony Dovgal [Tue, 12 Dec 2006 09:33:17 +0000 (09:33 +0000)]
add new tests
Antony Dovgal [Tue, 12 Dec 2006 09:28:07 +0000 (09:28 +0000)]
OCILobGetChunkSize() does not like BFILEs, return read_length right away
Antony Dovgal [Tue, 12 Dec 2006 07:36:37 +0000 (07:36 +0000)]
fix #39795 (build fails on AIX because crypt_r() uses different data struct)
<changelog@php.net> [Tue, 12 Dec 2006 01:31:15 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Mon, 11 Dec 2006 21:48:07 +0000 (21:48 +0000)]
Clarify stream_encoding.
Ilia Alshanetsky [Mon, 11 Dec 2006 21:08:44 +0000 (21:08 +0000)]
MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday
yields incorrect results).
Ilia Alshanetsky [Mon, 11 Dec 2006 14:54:29 +0000 (14:54 +0000)]
MFB: Fixed bug #39787 (PHP doesn't work with Apache 2.3).
Antony Dovgal [Mon, 11 Dec 2006 12:33:55 +0000 (12:33 +0000)]
prevent any possible problems with negative values
Antony Dovgal [Mon, 11 Dec 2006 12:31:54 +0000 (12:31 +0000)]
add new test
Ilia Alshanetsky [Mon, 11 Dec 2006 05:04:58 +0000 (05:04 +0000)]
MFB: Fixed bug #39791 (Crash in strtotime() on overly long relative date
multipliers).
<changelog@php.net> [Mon, 11 Dec 2006 01:31:01 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Sun, 10 Dec 2006 23:44:35 +0000 (23:44 +0000)]
- Fix comparison of RecursiveDualIterators
Hannes Magnusson [Sun, 10 Dec 2006 15:43:13 +0000 (15:43 +0000)]
Fix build
Michael Wallner [Sun, 10 Dec 2006 15:02:50 +0000 (15:02 +0000)]
- upgrade phpinfo() and phpcredits()
Pierre Joye [Sun, 10 Dec 2006 03:12:11 +0000 (03:12 +0000)]
- build fix the other driver as well (a macro would be nicer)
Pierre Joye [Sun, 10 Dec 2006 03:10:55 +0000 (03:10 +0000)]
- MFB: addDir returns true
Pierre Joye [Sun, 10 Dec 2006 03:03:48 +0000 (03:03 +0000)]
- MFB: #39286, misleading error message when invalid dimensions are given
Pierre Joye [Sun, 10 Dec 2006 02:32:17 +0000 (02:32 +0000)]
- 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)
Pierre Joye [Sun, 10 Dec 2006 02:08:07 +0000 (02:08 +0000)]
- MFB: #39508, imagefill crashes with small image
<changelog@php.net> [Sun, 10 Dec 2006 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Sun, 10 Dec 2006 01:28:01 +0000 (01:28 +0000)]
- #39780, PNG image with CRC/data error raises fatal error
Edin Kadribasic [Sun, 10 Dec 2006 01:24:13 +0000 (01:24 +0000)]
MFB: Fixed by #39751 by KevinJohnHoffman at gmail dot com
Wez Furlong [Sat, 9 Dec 2006 22:18:43 +0000 (22:18 +0000)]
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!
Hannes Magnusson [Sat, 9 Dec 2006 15:57:33 +0000 (15:57 +0000)]
Cookie tests
Ilia Alshanetsky [Sat, 9 Dec 2006 14:37:40 +0000 (14:37 +0000)]
Improve handling of POST data with Andrei's help.
Ilia Alshanetsky [Sat, 9 Dec 2006 14:17:17 +0000 (14:17 +0000)]
MFB:
Fixed handling of multiple cookies with the same name.
Added support for cookies into run-tests.php
Hannes Magnusson [Sat, 9 Dec 2006 14:07:13 +0000 (14:07 +0000)]
Fix build
Ilia Alshanetsky [Sat, 9 Dec 2006 13:14:06 +0000 (13:14 +0000)]
MFB: Strip leading spaces from cookie names, that can come from multi-cookie
headers where ; can be followed by any number of spaces.
Rob Richards [Sat, 9 Dec 2006 10:53:05 +0000 (10:53 +0000)]
MFB: fix heap corruption when adding/caching typelib (also fixes bug 39606)
add test
Ilia Alshanetsky [Sat, 9 Dec 2006 03:18:21 +0000 (03:18 +0000)]
MFB: Fixed tests
Ilia Alshanetsky [Sat, 9 Dec 2006 03:07:49 +0000 (03:07 +0000)]
MFB: fixed test
<changelog@php.net> [Sat, 9 Dec 2006 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 8 Dec 2006 21:18:16 +0000 (21:18 +0000)]
don't change public API
Antony Dovgal [Fri, 8 Dec 2006 20:59:06 +0000 (20:59 +0000)]
fix possible issue in the serializer, which might currupt struc when reallocating arguments stack
(no reproduce case, sorry)
Antony Dovgal [Fri, 8 Dec 2006 20:55:14 +0000 (20:55 +0000)]
fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit)
Antony Dovgal [Fri, 8 Dec 2006 20:17:31 +0000 (20:17 +0000)]
fix typo
Ilia Alshanetsky [Fri, 8 Dec 2006 19:51:29 +0000 (19:51 +0000)]
MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple result
sets in pdo_mysql).
Andrei Zmievski [Fri, 8 Dec 2006 19:13:51 +0000 (19:13 +0000)]
Unicode filename support in dl().
Andrei Zmievski [Fri, 8 Dec 2006 19:13:31 +0000 (19:13 +0000)]
Don't use zend_ascii_hash_find() here -- module names are binary strings.