]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Sun, 3 Dec 2006 21:27:36 +0000 (21:27 +0000)]
Added "default" option that allows a default value to be set for an invalid
or missing value.
Ilia Alshanetsky [Sun, 3 Dec 2006 19:54:55 +0000 (19:54 +0000)]
Config fix from Gentoo
Ilia Alshanetsky [Sun, 3 Dec 2006 17:13:11 +0000 (17:13 +0000)]
Fixed bug #39718 (possible crash if assert.callback is set in ini).
Ilia Alshanetsky [Sun, 3 Dec 2006 15:52:17 +0000 (15:52 +0000)]
Fixed php_readdir_r() usage in scandir emulation
Antony Dovgal [Sun, 3 Dec 2006 14:37:32 +0000 (14:37 +0000)]
MFH
Antony Dovgal [Sun, 3 Dec 2006 13:59:11 +0000 (13:59 +0000)]
MFH: fix leaks
Antony Dovgal [Sun, 3 Dec 2006 13:46:37 +0000 (13:46 +0000)]
MFH: fix AIX build
Hannes Magnusson [Sun, 3 Dec 2006 08:04:57 +0000 (08:04 +0000)]
Fix test on fbsd
Nuno Lopes [Sat, 2 Dec 2006 21:39:28 +0000 (21:39 +0000)]
new tests. increase coverage for more than 90%
Ilia Alshanetsky [Sat, 2 Dec 2006 17:53:44 +0000 (17:53 +0000)]
Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,
prepared statements are used in pdo_mysql).
Frank M. Kromann [Fri, 1 Dec 2006 20:24:58 +0000 (20:24 +0000)]
Fix win32 build
Frank M. Kromann [Fri, 1 Dec 2006 20:17:50 +0000 (20:17 +0000)]
Fix win32 build
Ilia Alshanetsky [Fri, 1 Dec 2006 20:10:35 +0000 (20:10 +0000)]
Fixed typo
Dmitry Stogov [Fri, 1 Dec 2006 20:01:50 +0000 (20:01 +0000)]
Bug #39438 (Fatal error: Out of memory)
Dmitry Stogov [Fri, 1 Dec 2006 19:41:57 +0000 (19:41 +0000)]
typo
Ilia Alshanetsky [Fri, 1 Dec 2006 19:10:50 +0000 (19:10 +0000)]
Fixed a possible memory corruption in dbase_open() with invalid open mode
Nuno Lopes [Fri, 1 Dec 2006 16:37:39 +0000 (16:37 +0000)]
tests + BFN
Nuno Lopes [Fri, 1 Dec 2006 16:34:43 +0000 (16:34 +0000)]
fix bug #39458: ftp_nlist() returns false on empty dirs
Dmitry Stogov [Fri, 1 Dec 2006 15:33:06 +0000 (15:33 +0000)]
Fixed bug #39702 (php crashes in the allocator on linux-m68k)
Dmitry Stogov [Fri, 1 Dec 2006 13:54:29 +0000 (13:54 +0000)]
Fixed bug #39640 (Segfault with "Allowed memory size exhausted")
Dmitry Stogov [Fri, 1 Dec 2006 11:42:20 +0000 (11:42 +0000)]
Fixed bug #39652 (Wrong negative results from memeory_get_usage())
Marcus Boerger [Fri, 1 Dec 2006 09:29:15 +0000 (09:29 +0000)]
- MFH: Fix handling of recursive inner iterators
Ilia Alshanetsky [Fri, 1 Dec 2006 00:27:20 +0000 (00:27 +0000)]
Disallow \0 chars inside session.save_path
Ilia Alshanetsky [Thu, 30 Nov 2006 23:51:24 +0000 (23:51 +0000)]
Small hash table optimization
Ilia Alshanetsky [Thu, 30 Nov 2006 17:10:46 +0000 (17:10 +0000)]
Added check for crypt_r()
Ilia Alshanetsky [Thu, 30 Nov 2006 16:48:03 +0000 (16:48 +0000)]
Added missing function checks
Ilia Alshanetsky [Thu, 30 Nov 2006 16:38:37 +0000 (16:38 +0000)]
last set of zts fixes
Ilia Alshanetsky [Thu, 30 Nov 2006 16:21:24 +0000 (16:21 +0000)]
Thread safety fixes.
Ilia Alshanetsky [Thu, 30 Nov 2006 16:10:38 +0000 (16:10 +0000)]
Thread-safety issues
Ilia Alshanetsky [Thu, 30 Nov 2006 15:59:53 +0000 (15:59 +0000)]
Use reantrant crypt_r() whenever possible.
Ilia Alshanetsky [Thu, 30 Nov 2006 15:13:19 +0000 (15:13 +0000)]
Use thread-safe code
Antony Dovgal [Thu, 30 Nov 2006 13:09:32 +0000 (13:09 +0000)]
fix test
Ilia Alshanetsky [Thu, 30 Nov 2006 00:35:15 +0000 (00:35 +0000)]
Thread safety fixed for *nix systems
Ilia Alshanetsky [Wed, 29 Nov 2006 23:34:49 +0000 (23:34 +0000)]
Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are
not thread safe).
Antony Dovgal [Wed, 29 Nov 2006 22:53:26 +0000 (22:53 +0000)]
MFH
Derick Rethans [Wed, 29 Nov 2006 20:00:49 +0000 (20:00 +0000)]
- Updated timezone database to version 2006.16.
Ilia Alshanetsky [Wed, 29 Nov 2006 15:45:59 +0000 (15:45 +0000)]
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:12:59 +0000 (11:12 +0000)]
MFH: fix #39673 (file_get_contents causes bus error on certain offsets)
Rob Richards [Wed, 29 Nov 2006 08:51:36 +0000 (08:51 +0000)]
correct fix for bug #39662 to fix leak and tree corruption
fix test
Marcus Boerger [Tue, 28 Nov 2006 22:20:01 +0000 (22:20 +0000)]
- MFH: Add new example
Antony Dovgal [Tue, 28 Nov 2006 21:20:33 +0000 (21:20 +0000)]
MFH: resolve coverity issue #224
Antony Dovgal [Tue, 28 Nov 2006 20:41:07 +0000 (20:41 +0000)]
add php_unescape_html_entities() proto to the header
(fixes #39665)
Antony Dovgal [Tue, 28 Nov 2006 18:59:53 +0000 (18:59 +0000)]
MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
Antony Dovgal [Tue, 28 Nov 2006 16:55:05 +0000 (16:55 +0000)]
add test
Ilia Alshanetsky [Tue, 28 Nov 2006 16:27:53 +0000 (16:27 +0000)]
Fixed bug #39656 (crash when calling fetch() on a PDO statment object
after closeCursor()).
Antony Dovgal [Tue, 28 Nov 2006 11:40:41 +0000 (11:40 +0000)]
BFN
Antony Dovgal [Tue, 28 Nov 2006 11:39:19 +0000 (11:39 +0000)]
MFH: fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled)
Pierre Joye [Tue, 28 Nov 2006 01:31:53 +0000 (01:31 +0000)]
- fix warning
- addEmptyDir returns true on success
- remove useless semi column
Ilia Alshanetsky [Tue, 28 Nov 2006 00:22:05 +0000 (00:22 +0000)]
Replace non-threadsafe rand() with php_rand_r()
Antony Dovgal [Mon, 27 Nov 2006 12:14:09 +0000 (12:14 +0000)]
MFH: fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails)
Antony Dovgal [Mon, 27 Nov 2006 11:43:59 +0000 (11:43 +0000)]
MFH: fix test on FreeBSD
Alex Waugh [Sun, 26 Nov 2006 19:51:23 +0000 (19:51 +0000)]
MFH: Improve robustness of sending routines
Ilia Alshanetsky [Sun, 26 Nov 2006 17:02:13 +0000 (17:02 +0000)]
Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).
Ilia Alshanetsky [Sun, 26 Nov 2006 16:31:43 +0000 (16:31 +0000)]
Fixed test, in some versions of c-client returned value is always uppercase
Ilia Alshanetsky [Sun, 26 Nov 2006 16:29:42 +0000 (16:29 +0000)]
Fixed test
Ilia Alshanetsky [Sun, 26 Nov 2006 16:26:18 +0000 (16:26 +0000)]
Added a meta tag to phpinfo() output to prevent search engines from
indexing the page.
Antony Dovgal [Fri, 24 Nov 2006 21:59:09 +0000 (21:59 +0000)]
MFH: fix #39621 (str_replace() is not binary safe on strings with equal length)
Nuno Lopes [Fri, 24 Nov 2006 20:18:54 +0000 (20:18 +0000)]
more tests
Nuno Lopes [Fri, 24 Nov 2006 15:47:45 +0000 (15:47 +0000)]
fix tests after Tony's commit and add a test for the bug he fixed
Antony Dovgal [Fri, 24 Nov 2006 13:40:43 +0000 (13:40 +0000)]
fix test
Antony Dovgal [Fri, 24 Nov 2006 13:33:38 +0000 (13:33 +0000)]
add tests for CLI
Antony Dovgal [Fri, 24 Nov 2006 12:39:39 +0000 (12:39 +0000)]
MFH: fix #39583 (ftp_put() does not change transfer mode to ASCII)
Antony Dovgal [Fri, 24 Nov 2006 10:30:02 +0000 (10:30 +0000)]
BFN
Antony Dovgal [Fri, 24 Nov 2006 10:28:51 +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
Antony Dovgal [Thu, 23 Nov 2006 22:04:54 +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:47:38 +0000 (20:47 +0000)]
add tests for 2 old bugs
Antony Dovgal [Thu, 23 Nov 2006 20:06:10 +0000 (20:06 +0000)]
do not set an env variable without a name and a value
Nuno Lopes [Thu, 23 Nov 2006 17:34:34 +0000 (17:34 +0000)]
add two more tests (test bogus parameters and bogus server respsnes)
Ilia Alshanetsky [Thu, 23 Nov 2006 14:41:35 +0000 (14:41 +0000)]
Fixed a possible crash
Dmitry Stogov [Thu, 23 Nov 2006 09:32:39 +0000 (09:32 +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:21 +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:05 +0000 (08:07 +0000)]
Fixed bug #39602 (Invalid session.save_handler crashes PHP)
Ilia Alshanetsky [Wed, 22 Nov 2006 17:30:34 +0000 (17:30 +0000)]
Fixed a possible crash in dbase_open() on empty filename.
Pierre Joye [Wed, 22 Nov 2006 12:59:49 +0000 (12:59 +0000)]
- MFH: #39538, fgetcsv can't handle starting newlines and trailing odd
number of backslashes (David Soria Parra, Pierre)
Antony Dovgal [Wed, 22 Nov 2006 11:55:36 +0000 (11:55 +0000)]
fix #39575 (move_uploaded_file() no longer working (safe mode related))
Michael Wallner [Wed, 22 Nov 2006 10:45:06 +0000 (10:45 +0000)]
- fix ENV section handling
Antony Dovgal [Wed, 22 Nov 2006 10:42:41 +0000 (10:42 +0000)]
MFH: fix #39576 (array_walk() doesn't separate userdata zval)
Antony Dovgal [Tue, 21 Nov 2006 20:58:17 +0000 (20:58 +0000)]
ensure that bucket->brigade is NULL in newly created bucket
Antony Dovgal [Tue, 21 Nov 2006 18:17:11 +0000 (18:17 +0000)]
add test
Antony Dovgal [Tue, 21 Nov 2006 17:42:11 +0000 (17:42 +0000)]
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
Ilia Alshanetsky [Tue, 21 Nov 2006 15:53:23 +0000 (15:53 +0000)]
Adjust previous patch to work better
Antony Dovgal [Tue, 21 Nov 2006 11:11:39 +0000 (11:11 +0000)]
add test
Antony Dovgal [Tue, 21 Nov 2006 10:48:29 +0000 (10:48 +0000)]
MFH: fix proto
Antony Dovgal [Mon, 20 Nov 2006 22:17:10 +0000 (22:17 +0000)]
add new test
Antony Dovgal [Mon, 20 Nov 2006 20:55:51 +0000 (20:55 +0000)]
MFH test
Marcus Boerger [Mon, 20 Nov 2006 20:04:03 +0000 (20:04 +0000)]
- MFH: Fix arginfo
Marcus Boerger [Mon, 20 Nov 2006 19:58:01 +0000 (19:58 +0000)]
- MFH: Add new test
Ilia Alshanetsky [Mon, 20 Nov 2006 19:04:21 +0000 (19:04 +0000)]
Fixed compiler warnings
Antony Dovgal [Mon, 20 Nov 2006 16:33:06 +0000 (16:33 +0000)]
MFH
Antony Dovgal [Mon, 20 Nov 2006 16:28:26 +0000 (16:28 +0000)]
fix test on Solaris
Antony Dovgal [Mon, 20 Nov 2006 11:12:42 +0000 (11:12 +0000)]
MFH
Nuno Lopes [Sun, 19 Nov 2006 18:37:28 +0000 (18:37 +0000)]
new tests. what a crazy idea...
Ilia Alshanetsky [Sun, 19 Nov 2006 18:31:07 +0000 (18:31 +0000)]
pack()/unpack() tests
Ilia Alshanetsky [Sun, 19 Nov 2006 18:20:48 +0000 (18:20 +0000)]
Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
Dmitry Stogov [Fri, 17 Nov 2006 11:40:52 +0000 (11:40 +0000)]
COM initialization/deinitialization are done only if necessary
Nuno Lopes [Thu, 16 Nov 2006 18:58:02 +0000 (18:58 +0000)]
remove old file (which was already removed from 4.4 and HEAD trees)
Ilia Alshanetsky [Thu, 16 Nov 2006 17:33:39 +0000 (17:33 +0000)]
Fixed compiler warnings
Hannes Magnusson [Thu, 16 Nov 2006 16:06:51 +0000 (16:06 +0000)]
Fix ftruncate() with negative size on FreeBSD
Antony Dovgal [Thu, 16 Nov 2006 13:49:20 +0000 (13:49 +0000)]
fix tests
Antony Dovgal [Thu, 16 Nov 2006 13:01:23 +0000 (13:01 +0000)]
add new tests