]>
granicus.if.org Git - php/log
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.
Antony Dovgal [Fri, 8 Dec 2006 17:03:26 +0000 (17:03 +0000)]
revert the fix for #39763
Rob Richards [Fri, 8 Dec 2006 16:49:25 +0000 (16:49 +0000)]
mark more functions unicode safe
add test
Rob Richards [Fri, 8 Dec 2006 16:28:33 +0000 (16:28 +0000)]
mark more functions unicode safe
add tests
Dmitry Stogov [Fri, 8 Dec 2006 16:23:04 +0000 (16:23 +0000)]
Fixed bug #39775 ("Indirect modification ..." message is not shown)
Antony Dovgal [Fri, 8 Dec 2006 14:38:53 +0000 (14:38 +0000)]
add new tests by <zoe dot slattery at googlemail dot co dot uk>
Dmitry Stogov [Fri, 8 Dec 2006 12:47:58 +0000 (12:47 +0000)]
Fixed possible failure
Nuno Lopes [Fri, 8 Dec 2006 12:15:21 +0000 (12:15 +0000)]
MFB: new tests
Ilia Alshanetsky [Fri, 8 Dec 2006 03:13:41 +0000 (03:13 +0000)]
Fixed typo
<changelog@php.net> [Fri, 8 Dec 2006 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Fri, 8 Dec 2006 01:02:49 +0000 (01:02 +0000)]
More BC bodges for fgets/fgetss
Ilia Alshanetsky [Fri, 8 Dec 2006 00:46:01 +0000 (00:46 +0000)]
Allow POST of unicode data as utf8
Antony Dovgal [Thu, 7 Dec 2006 23:10:58 +0000 (23:10 +0000)]
MFB test
Antony Dovgal [Thu, 7 Dec 2006 23:00:45 +0000 (23:00 +0000)]
MFB tests (they still fail though)
fix BC in fgetss()
Andrei Zmievski [Thu, 7 Dec 2006 22:00:55 +0000 (22:00 +0000)]
Unicode support in strptime(). Uses runtime encoding for conversion.
# Blah, those new _ut_ macros might be necessary after all.
Andrei Zmievski [Thu, 7 Dec 2006 21:18:45 +0000 (21:18 +0000)]
version_compare() will use runtime encoding.
Andrei Zmievski [Thu, 7 Dec 2006 21:11:54 +0000 (21:11 +0000)]
Unicode support/safety in iptc* functions. Untested, cause I know crap
about IPTC.
Antony Dovgal [Thu, 7 Dec 2006 20:45:21 +0000 (20:45 +0000)]
initialize variables and make Coverity happy
Andrei Zmievski [Thu, 7 Dec 2006 18:56:25 +0000 (18:56 +0000)]
Apply Matt W's patch to only allow ASCII digits and not use u_digit().
Andrei Zmievski [Thu, 7 Dec 2006 18:19:21 +0000 (18:19 +0000)]
Guard against ambiguous 'else' clauses.
Andrei Zmievski [Thu, 7 Dec 2006 18:18:49 +0000 (18:18 +0000)]
Unicode support in parse_url().
Antony Dovgal [Thu, 7 Dec 2006 10:59:35 +0000 (10:59 +0000)]
fix #39763 (magic quotes are applied twice by ext/filter)
no need to add slashes manually, they are added by php_register_variable_ex()
Sara Golemon [Thu, 7 Dec 2006 09:51:36 +0000 (09:51 +0000)]
Change fgets() behavior back to BC version
Ilia Alshanetsky [Thu, 7 Dec 2006 01:41:29 +0000 (01:41 +0000)]
MFB: Fixed bug #39754 (Some POSIX extension functions not thread safe).
<changelog@php.net> [Thu, 7 Dec 2006 01:31:16 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 7 Dec 2006 01:06:54 +0000 (01:06 +0000)]
Allow submission of unicode data in utf8 form
Sara Golemon [Wed, 6 Dec 2006 23:14:15 +0000 (23:14 +0000)]
Use proper zstr for str_getcsv() and add documentation for Andrei's peace of mind
Antony Dovgal [Wed, 6 Dec 2006 20:21:27 +0000 (20:21 +0000)]
test. please ignore
Ilia Alshanetsky [Wed, 6 Dec 2006 18:40:55 +0000 (18:40 +0000)]
Final set of unicode changes
Ilia Alshanetsky [Wed, 6 Dec 2006 17:52:11 +0000 (17:52 +0000)]
First part of unicode upgrade
Antony Dovgal [Wed, 6 Dec 2006 17:42:47 +0000 (17:42 +0000)]
fix import_request_variables()
Antony Dovgal [Wed, 6 Dec 2006 16:42:27 +0000 (16:42 +0000)]
add Unicode support to oci_statement_type()
Antony Dovgal [Wed, 6 Dec 2006 16:36:27 +0000 (16:36 +0000)]
mark most of the OCI8 functions as unicode aware
Antony Dovgal [Wed, 6 Dec 2006 16:28:27 +0000 (16:28 +0000)]
move handling of 'F' to the top
Ilia Alshanetsky [Wed, 6 Dec 2006 16:25:17 +0000 (16:25 +0000)]
Make functions as being unicode safe
Antony Dovgal [Wed, 6 Dec 2006 14:47:19 +0000 (14:47 +0000)]
add missing 'F' modified (noticed by Matt)
Antony Dovgal [Wed, 6 Dec 2006 13:21:48 +0000 (13:21 +0000)]
fix tests
Rob Richards [Wed, 6 Dec 2006 13:20:17 +0000 (13:20 +0000)]
MFB: Fix win32 build
Antony Dovgal [Wed, 6 Dec 2006 13:11:02 +0000 (13:11 +0000)]
fix tests
Antony Dovgal [Wed, 6 Dec 2006 12:25:29 +0000 (12:25 +0000)]
add zend_u_strtod() implementation by Matt Wilmas
major speedup when using floats in Unicode mode
also fixes several problems with the current code
Antony Dovgal [Wed, 6 Dec 2006 10:49:19 +0000 (10:49 +0000)]
destroy freelist before destroying the mutexes
Antony Dovgal [Wed, 6 Dec 2006 09:50:28 +0000 (09:50 +0000)]
use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()
<changelog@php.net> [Wed, 6 Dec 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 5 Dec 2006 23:51:18 +0000 (23:51 +0000)]
let PHP_ADD_EXTENSION_DEP() to take care of this
Ilia Alshanetsky [Tue, 5 Dec 2006 23:38:10 +0000 (23:38 +0000)]
MFB: Fixed bug #39724 (Broken build due to spl/filter usage of pcre
extension).
Andrei Zmievski [Tue, 5 Dec 2006 23:17:06 +0000 (23:17 +0000)]
extract() should convert keys using runtime encoding.
Antony Dovgal [Tue, 5 Dec 2006 23:03:42 +0000 (23:03 +0000)]
cosmetic improvements
Frank M. Kromann [Tue, 5 Dec 2006 21:46:33 +0000 (21:46 +0000)]
Remove PHP4.x stuff
Frank M. Kromann [Tue, 5 Dec 2006 21:02:29 +0000 (21:02 +0000)]
#39429 Update API
Dmitry Stogov [Tue, 5 Dec 2006 19:04:51 +0000 (19:04 +0000)]
Fixed bug #39721 (Runtime inheritance causes data corruption)
Antony Dovgal [Tue, 5 Dec 2006 18:42:22 +0000 (18:42 +0000)]
nuke redundant zval_ptr_dtor() call and fix memory corruption/segfault
Andrei Zmievski [Tue, 5 Dec 2006 18:41:23 +0000 (18:41 +0000)]
Unicode support in http_build_query().
Ilia Alshanetsky [Tue, 5 Dec 2006 18:05:56 +0000 (18:05 +0000)]
MFB: Fixed bug #36798 (Error parsing named parameters with queries
containing high-ascii chars).
Hannes Magnusson [Tue, 5 Dec 2006 15:59:09 +0000 (15:59 +0000)]
MFB: fix test
Antony Dovgal [Tue, 5 Dec 2006 13:45:49 +0000 (13:45 +0000)]
don't pass negative maxchars to php_stream_get_line_ex()
Antony Dovgal [Tue, 5 Dec 2006 12:55:38 +0000 (12:55 +0000)]
remove duplicating line
Rob Richards [Tue, 5 Dec 2006 12:05:03 +0000 (12:05 +0000)]
MFB: fix bug #39625 (Apache crashes on importStylesheet call)
Dmitry Stogov [Tue, 5 Dec 2006 08:55:34 +0000 (08:55 +0000)]
Fixed FastCGI impersonation for persistent connections on Windows
Dmitry Stogov [Tue, 5 Dec 2006 08:08:33 +0000 (08:08 +0000)]
Removed unused zend_mm.*
Sara Golemon [Tue, 5 Dec 2006 04:52:44 +0000 (04:52 +0000)]
Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementation
Sara Golemon [Tue, 5 Dec 2006 04:13:47 +0000 (04:13 +0000)]
Unicode upgrade for fgetcsv()
Stanislav Malyshev [Tue, 5 Dec 2006 02:55:27 +0000 (02:55 +0000)]
Merge from 5.2:
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
Ilia Alshanetsky [Tue, 5 Dec 2006 01:39:21 +0000 (01:39 +0000)]
MFB: Fixed bug #39571 (timeout ssl:// connections).
<changelog@php.net> [Tue, 5 Dec 2006 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Tue, 5 Dec 2006 01:23:42 +0000 (01:23 +0000)]
- invalid filter id should not return unsafe values
Pierre Joye [Mon, 4 Dec 2006 21:34:48 +0000 (21:34 +0000)]
- WS
Pierre Joye [Mon, 4 Dec 2006 21:23:02 +0000 (21:23 +0000)]
- MFB: use %s
Pierre Joye [Mon, 4 Dec 2006 21:16:46 +0000 (21:16 +0000)]
- WS
Andrei Zmievski [Mon, 4 Dec 2006 20:43:42 +0000 (20:43 +0000)]
Make headers-related functions accept Unicode strings, but only if their
contents can be converted to ASCII.
Andrei Zmievski [Mon, 4 Dec 2006 18:55:40 +0000 (18:55 +0000)]
Unicode support in var_export().
Ilia Alshanetsky [Mon, 4 Dec 2006 18:30:05 +0000 (18:30 +0000)]
MFB: Fixed tests
Antony Dovgal [Mon, 4 Dec 2006 18:28:34 +0000 (18:28 +0000)]
fix build with Sun compiler, which doesn't support -O0
Antony Dovgal [Mon, 4 Dec 2006 18:01:24 +0000 (18:01 +0000)]
partly fix #39724
ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
Ilia Alshanetsky [Mon, 4 Dec 2006 17:55:56 +0000 (17:55 +0000)]
MFB: Fixed test (user is a reserved keyword in pgsql)
Antony Dovgal [Mon, 4 Dec 2006 17:48:27 +0000 (17:48 +0000)]
fix tests, use -n to prevent any problems with existing php.ini
Dmitry Stogov [Mon, 4 Dec 2006 16:30:59 +0000 (16:30 +0000)]
Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi)
Antony Dovgal [Mon, 4 Dec 2006 15:58:35 +0000 (15:58 +0000)]
fix retval type
it should be int, not zend_bool
Andrey Hristov [Mon, 4 Dec 2006 15:27:18 +0000 (15:27 +0000)]
dummy change
Antony Dovgal [Mon, 4 Dec 2006 13:07:00 +0000 (13:07 +0000)]
look for tests in sapi/cli
Ilia Alshanetsky [Mon, 4 Dec 2006 03:08:52 +0000 (03:08 +0000)]
MFB: Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).
Ilia Alshanetsky [Mon, 4 Dec 2006 02:40:20 +0000 (02:40 +0000)]
MFB: Fixed bug #38252 (Incorrect PDO error message on invalid default fetch
mode).
<changelog@php.net> [Mon, 4 Dec 2006 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 4 Dec 2006 00:41:07 +0000 (00:41 +0000)]
MFB: Added test for previous bug
Ilia Alshanetsky [Mon, 4 Dec 2006 00:39:47 +0000 (00:39 +0000)]
MFB: Fixed bug #39483 (Problem with handling of \ char in prepared
statements).
Ilia Alshanetsky [Sun, 3 Dec 2006 23:30:24 +0000 (23:30 +0000)]
MFB:
Default to buffered queries (much faster)
Default to prepared statement emulation to avoid hitting MySQL bugs
Ilia Alshanetsky [Sun, 3 Dec 2006 23:28:00 +0000 (23:28 +0000)]
MFB: Added missing check for mismatching number of tokens & bound params in
prepared statement emulation.
Ilia Alshanetsky [Sun, 3 Dec 2006 21:27:51 +0000 (21:27 +0000)]
MFB: Added "default" option that allows a default value to be set for an
invalid or missing value.
Ilia Alshanetsky [Sun, 3 Dec 2006 17:13:27 +0000 (17:13 +0000)]
MFB: Fixed bug #39718 (possible crash if assert.callback is set in ini).
Ilia Alshanetsky [Sun, 3 Dec 2006 15:52:37 +0000 (15:52 +0000)]
MFB: Fixed php_readdir_r() usage in scandir emulation
Antony Dovgal [Sun, 3 Dec 2006 14:38:05 +0000 (14:38 +0000)]
fix Solaris build
Antony Dovgal [Sun, 3 Dec 2006 13:58:54 +0000 (13:58 +0000)]
fix leaks