]>
granicus.if.org Git - php/log
Andrei Zmievski [Fri, 1 Dec 2006 19:25:11 +0000 (19:25 +0000)]
Finalize Unicode support in serialize() and unserialize().
Ilia Alshanetsky [Fri, 1 Dec 2006 19:10:59 +0000 (19:10 +0000)]
MFB: Fixed a possible memory corruption in dbase_open() with invalid open
mode
Andrei Zmievski [Fri, 1 Dec 2006 18:42:24 +0000 (18:42 +0000)]
Fix group macro access.
Nuno Lopes [Fri, 1 Dec 2006 16:42:48 +0000 (16:42 +0000)]
MFB: fix #39458
Dmitry Stogov [Fri, 1 Dec 2006 15:33:20 +0000 (15:33 +0000)]
Fixed bug #39702 (php crashes in the allocator on linux-m68k)
Dmitry Stogov [Fri, 1 Dec 2006 14:57:44 +0000 (14:57 +0000)]
Fixed buffer overflow. (Rob)
Dmitry Stogov [Fri, 1 Dec 2006 13:54:49 +0000 (13:54 +0000)]
Fixed bug #39640 (Segfault with "Allowed memory size exhausted")
Dmitry Stogov [Fri, 1 Dec 2006 11:40:23 +0000 (11:40 +0000)]
Fixed bug #39652 (Wrong negative results from memeory_get_usage())
Marcus Boerger [Fri, 1 Dec 2006 09:28:38 +0000 (09:28 +0000)]
- Fix handling of recursive inner iterators
<changelog@php.net> [Fri, 1 Dec 2006 01:31:01 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 1 Dec 2006 00:27:33 +0000 (00:27 +0000)]
MFB: Disallow \0 chars inside session.save_path
Andrei Zmievski [Thu, 30 Nov 2006 22:26:27 +0000 (22:26 +0000)]
get_headers() will keep headers as binary strings.
Andrei Zmievski [Thu, 30 Nov 2006 21:46:54 +0000 (21:46 +0000)]
Mark setlocale() as Unicode-safe. It shouldn't be used in
unicode.semantics=on mode anyway.
Andrei Zmievski [Thu, 30 Nov 2006 21:23:07 +0000 (21:23 +0000)]
Forgot to mark import_request_variables() as Unicode-safe.
Andrei Zmievski [Thu, 30 Nov 2006 21:20:56 +0000 (21:20 +0000)]
Mark strtr() as Unicode-safe.
# Right, Derick?
Andrei Zmievski [Thu, 30 Nov 2006 21:18:22 +0000 (21:18 +0000)]
Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings
but convert them to binary. We can revisit supporting something like 'U'
format in the future, if it's needed.
Andrei Zmievski [Thu, 30 Nov 2006 18:32:59 +0000 (18:32 +0000)]
Make quoted_printable_decode() take only ASCII strings.
Ilia Alshanetsky [Thu, 30 Nov 2006 17:10:55 +0000 (17:10 +0000)]
MFB: Added check for crypt_r()
Ilia Alshanetsky [Thu, 30 Nov 2006 16:48:27 +0000 (16:48 +0000)]
MFB: Added missing function checks
Ilia Alshanetsky [Thu, 30 Nov 2006 16:38:53 +0000 (16:38 +0000)]
zts fixes
Ilia Alshanetsky [Thu, 30 Nov 2006 16:21:36 +0000 (16:21 +0000)]
MFB: Thread safety fixes.
Ilia Alshanetsky [Thu, 30 Nov 2006 16:10:48 +0000 (16:10 +0000)]
MFB: Thread-safety issues
Ilia Alshanetsky [Thu, 30 Nov 2006 16:00:05 +0000 (16:00 +0000)]
MFB: Use reantrant crypt_r() whenever possible.
Ilia Alshanetsky [Thu, 30 Nov 2006 15:13:33 +0000 (15:13 +0000)]
MFB: Use thread-safe code
Antony Dovgal [Thu, 30 Nov 2006 13:09:24 +0000 (13:09 +0000)]
fix test
<changelog@php.net> [Thu, 30 Nov 2006 01:30:59 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 30 Nov 2006 00:35:27 +0000 (00:35 +0000)]
MFB: Thread safety fixed for *nix systems
Ilia Alshanetsky [Wed, 29 Nov 2006 23:46:25 +0000 (23:46 +0000)]
MFB: Fixed bug #39648 (Implementation of PHP functions chown() and chgrp()
are not thread safe).
Antony Dovgal [Wed, 29 Nov 2006 22:53:21 +0000 (22:53 +0000)]
add missing folding marker
Derick Rethans [Wed, 29 Nov 2006 20:01:28 +0000 (20:01 +0000)]
- Updated timezone database to version 2006.16.
Ilia Alshanetsky [Wed, 29 Nov 2006 15:47:41 +0000 (15:47 +0000)]
MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
corruption on Windows in pgsql and pdo_pgsql extensions).
Antony Dovgal [Wed, 29 Nov 2006 11:10:49 +0000 (11:10 +0000)]
fix #39673 (file_get_contents causes bus error on certain offsets)
Rob Richards [Wed, 29 Nov 2006 08:52:08 +0000 (08:52 +0000)]
MFB: correct fix for bug #39662 to fix leak and tree corruption
fix test
<changelog@php.net> [Wed, 29 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 28 Nov 2006 22:19:22 +0000 (22:19 +0000)]
- Add new example
Antony Dovgal [Tue, 28 Nov 2006 21:19:58 +0000 (21:19 +0000)]
resolve coverity issue #224
Antony Dovgal [Tue, 28 Nov 2006 20:40:29 +0000 (20:40 +0000)]
add php_unescape_html_entities() proto to the header
Antony Dovgal [Tue, 28 Nov 2006 18:57:37 +0000 (18:57 +0000)]
fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
Antony Dovgal [Tue, 28 Nov 2006 16:55:25 +0000 (16:55 +0000)]
add test
Ilia Alshanetsky [Tue, 28 Nov 2006 16:28:07 +0000 (16:28 +0000)]
MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment object
after closeCursor()).
Antony Dovgal [Tue, 28 Nov 2006 11:38:57 +0000 (11:38 +0000)]
fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled)
<changelog@php.net> [Tue, 28 Nov 2006 01:31:25 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 28 Nov 2006 00:24:16 +0000 (00:24 +0000)]
MFB: Replace non-threadsafe rand() with php_rand_r()
Antony Dovgal [Mon, 27 Nov 2006 12:13:02 +0000 (12:13 +0000)]
fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails)
Antony Dovgal [Mon, 27 Nov 2006 11:43:45 +0000 (11:43 +0000)]
fix test
this errmsg is different on FreeBSD
<changelog@php.net> [Mon, 27 Nov 2006 01:31:08 +0000 (01:31 +0000)]
ChangeLog update
Alex Waugh [Sun, 26 Nov 2006 19:50:30 +0000 (19:50 +0000)]
Improve robustness of sending routines
Ilia Alshanetsky [Sun, 26 Nov 2006 17:03:15 +0000 (17:03 +0000)]
MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic extenion).
Ilia Alshanetsky [Sun, 26 Nov 2006 16:31:57 +0000 (16:31 +0000)]
MFB: Fixed test, in some versions of c-client returned value is always
uppercase
Ilia Alshanetsky [Sun, 26 Nov 2006 16:29:55 +0000 (16:29 +0000)]
MFB: fixed test
Ilia Alshanetsky [Sun, 26 Nov 2006 16:26:32 +0000 (16:26 +0000)]
MFB: Added a meta tag to phpinfo() output to prevent search engines from
indexing the page.
<changelog@php.net> [Sat, 25 Nov 2006 01:31:23 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 24 Nov 2006 21:57:31 +0000 (21:57 +0000)]
fix #39621 (str_replace() is not binary safe on strings with equal length)
Antony Dovgal [Fri, 24 Nov 2006 21:54:41 +0000 (21:54 +0000)]
add missing argument to zend_parse_parameters()
Nuno Lopes [Fri, 24 Nov 2006 20:20:51 +0000 (20:20 +0000)]
more tests
Nuno Lopes [Fri, 24 Nov 2006 15:50:45 +0000 (15:50 +0000)]
MFB
Antony Dovgal [Fri, 24 Nov 2006 13:40:29 +0000 (13:40 +0000)]
fix test
Antony Dovgal [Fri, 24 Nov 2006 13:32:59 +0000 (13:32 +0000)]
add .cvsignore
Antony Dovgal [Fri, 24 Nov 2006 13:32:07 +0000 (13:32 +0000)]
add tests for CLI
Antony Dovgal [Fri, 24 Nov 2006 12:38:25 +0000 (12:38 +0000)]
fix #39583 (ftp_put() does not change transfer mode to ASCII)
Antony Dovgal [Fri, 24 Nov 2006 11:54:48 +0000 (11:54 +0000)]
call sapi_deactivate() & friends on error
fixes leak with `php-cli -n -c ..`
Antony Dovgal [Fri, 24 Nov 2006 11:36:40 +0000 (11:36 +0000)]
initialize CG(literal_type) using ZEND_STR_TYPE macro
add CG(literal_type) initialization in non-ZTS mode
fixes backticks operator
Antony Dovgal [Fri, 24 Nov 2006 10:28:26 +0000 (10:28 +0000)]
fix #39613 (Possible segfault in imap initialization due to missing module dependency)
patch by wharmby at uk dot ibm dot com
<changelog@php.net> [Fri, 24 Nov 2006 01:31:16 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 23 Nov 2006 22:04:32 +0000 (22:04 +0000)]
nullify opened_path and filename (when required)
fixes invalid reads with `php-cli -F <script>`
Nuno Lopes [Thu, 23 Nov 2006 20:48:21 +0000 (20:48 +0000)]
MFB
Antony Dovgal [Thu, 23 Nov 2006 20:06:02 +0000 (20:06 +0000)]
do not set an env variable without a name and a value
Nuno Lopes [Thu, 23 Nov 2006 17:37:16 +0000 (17:37 +0000)]
MFB
Antony Dovgal [Thu, 23 Nov 2006 16:08:41 +0000 (16:08 +0000)]
fix error messages in Unicode mode when global error handle is used
Antony Dovgal [Thu, 23 Nov 2006 15:23:10 +0000 (15:23 +0000)]
fix oci_bind_array_by_name() with SQLT_ODT type
fix tests
Ilia Alshanetsky [Thu, 23 Nov 2006 14:41:51 +0000 (14:41 +0000)]
MFB: Fixed a possible crash
Antony Dovgal [Thu, 23 Nov 2006 14:36:55 +0000 (14:36 +0000)]
fix tests
Antony Dovgal [Thu, 23 Nov 2006 14:20:59 +0000 (14:20 +0000)]
fix oci_bind_array_by_name() in Unicode mode
Dmitry Stogov [Thu, 23 Nov 2006 09:33:01 +0000 (09:33 +0000)]
Fixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com)
Dmitry Stogov [Thu, 23 Nov 2006 08:37:34 +0000 (08:37 +0000)]
Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows)
Dmitry Stogov [Thu, 23 Nov 2006 08:07:16 +0000 (08:07 +0000)]
Fixed bug #39602 (Invalid session.save_handler crashes PHP)
<changelog@php.net> [Thu, 23 Nov 2006 01:31:17 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Wed, 22 Nov 2006 22:18:46 +0000 (22:18 +0000)]
Unicode support in get_html_translation_table().
Andrei Zmievski [Wed, 22 Nov 2006 21:22:27 +0000 (21:22 +0000)]
*** empty log message ***
Andrei Zmievski [Wed, 22 Nov 2006 21:22:14 +0000 (21:22 +0000)]
Unicode support in ftok().
Andrei Zmievski [Wed, 22 Nov 2006 19:15:07 +0000 (19:15 +0000)]
*** empty log message ***
Andrei Zmievski [Wed, 22 Nov 2006 19:13:19 +0000 (19:13 +0000)]
- Unicode support for tick functions.
- Update unicode-progress.txt
Ilia Alshanetsky [Wed, 22 Nov 2006 17:30:52 +0000 (17:30 +0000)]
MFB: Fixed a possible crash in dbase_open() on empty filename.
Pierre Joye [Wed, 22 Nov 2006 12:56:26 +0000 (12:56 +0000)]
- #39538, fgetcsv can't handle starting newlines and trailing odd
number of backslashes (David Soria Parra, Pierre)
Antony Dovgal [Wed, 22 Nov 2006 10:58:11 +0000 (10:58 +0000)]
fix #39576 (array_walk() doesn't separate userdata zval)
Michael Wallner [Wed, 22 Nov 2006 10:44:54 +0000 (10:44 +0000)]
- fix ENV section handling
Andrey Hristov [Wed, 22 Nov 2006 10:11:58 +0000 (10:11 +0000)]
space to tab
<changelog@php.net> [Wed, 22 Nov 2006 01:31:26 +0000 (01:31 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 21 Nov 2006 22:21:38 +0000 (22:21 +0000)]
Unicode support in import_request_variables().
Andrei Zmievski [Tue, 21 Nov 2006 18:45:21 +0000 (18:45 +0000)]
Note.
Andrei Zmievski [Tue, 21 Nov 2006 18:40:58 +0000 (18:40 +0000)]
Unicode support in highlight_string().
Antony Dovgal [Tue, 21 Nov 2006 17:40:38 +0000 (17:40 +0000)]
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:29 +0000 (15:58 +0000)]
Fixed build
Ilia Alshanetsky [Tue, 21 Nov 2006 15:58:12 +0000 (15:58 +0000)]
MFB: Adjust previous patch to work better
Antony Dovgal [Tue, 21 Nov 2006 15:47:44 +0000 (15:47 +0000)]
fix #39551 (Segfault with stream_bucket_new in user filter)
also fixes several segfaults and leaks
add test
Antony Dovgal [Tue, 21 Nov 2006 11:11:25 +0000 (11:11 +0000)]
add test for some of builtin funcs
Antony Dovgal [Tue, 21 Nov 2006 11:10:01 +0000 (11:10 +0000)]
fix leak in get_extension_funcs()
Antony Dovgal [Tue, 21 Nov 2006 10:48:16 +0000 (10:48 +0000)]
fix proto
<changelog@php.net> [Tue, 21 Nov 2006 01:31:11 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 20 Nov 2006 22:17:00 +0000 (22:17 +0000)]
add new test