]> granicus.if.org Git - php/log
php
18 years agoTypo
Rasmus Lerdorf [Wed, 6 Dec 2006 21:20:39 +0000 (21:20 +0000)]
Typo

18 years agoMFH
Antony Dovgal [Wed, 6 Dec 2006 16:28:36 +0000 (16:28 +0000)]
MFH

18 years agoMFH: add missing 'F' modified (noticed by Matt)
Antony Dovgal [Wed, 6 Dec 2006 14:47:36 +0000 (14:47 +0000)]
MFH: add missing 'F' modified (noticed by Matt)

18 years agoFix win32 build
Rob Richards [Wed, 6 Dec 2006 13:18:36 +0000 (13:18 +0000)]
Fix win32 build

18 years agoMFH
Antony Dovgal [Wed, 6 Dec 2006 10:49:27 +0000 (10:49 +0000)]
MFH

18 years agonews
Antony Dovgal [Wed, 6 Dec 2006 09:53:15 +0000 (09:53 +0000)]
news

18 years agoMFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
Antony Dovgal [Wed, 6 Dec 2006 09:52:51 +0000 (09:52 +0000)]
MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()

18 years agoMFH
Antony Dovgal [Tue, 5 Dec 2006 23:51:30 +0000 (23:51 +0000)]
MFH

18 years agoFixed bug #39724 (Broken build due to spl/filter usage of pcre extension).
Ilia Alshanetsky [Tue, 5 Dec 2006 23:37:57 +0000 (23:37 +0000)]
Fixed bug #39724 (Broken build due to spl/filter usage of pcre extension).

18 years agocosmetic improvements
Antony Dovgal [Tue, 5 Dec 2006 23:03:19 +0000 (23:03 +0000)]
cosmetic improvements

18 years agoRemove PHP4.x stuff
Frank M. Kromann [Tue, 5 Dec 2006 21:46:23 +0000 (21:46 +0000)]
Remove PHP4.x stuff

18 years ago#39429 Update API
Frank M. Kromann [Tue, 5 Dec 2006 21:02:46 +0000 (21:02 +0000)]
#39429 Update API

18 years agoFixed bug #39721 (Runtime inheritance causes data corruption)
Dmitry Stogov [Tue, 5 Dec 2006 19:03:51 +0000 (19:03 +0000)]
Fixed bug #39721 (Runtime inheritance causes data corruption)

18 years agoMFH: nuke redundant zval_ptr_dtor() call
Antony Dovgal [Tue, 5 Dec 2006 18:42:38 +0000 (18:42 +0000)]
MFH: nuke redundant zval_ptr_dtor() call

18 years agoFixed bug #36798 (Error parsing named parameters with queries containing
Ilia Alshanetsky [Tue, 5 Dec 2006 18:04:59 +0000 (18:04 +0000)]
Fixed bug #36798 (Error parsing named parameters with queries containing
high-ascii chars).

18 years agoRevert previous patch and it breaks builds with built-in cdb lib
Ilia Alshanetsky [Tue, 5 Dec 2006 17:54:52 +0000 (17:54 +0000)]
Revert previous patch and it breaks builds with built-in cdb lib

18 years agoFix test
Hannes Magnusson [Tue, 5 Dec 2006 15:55:55 +0000 (15:55 +0000)]
Fix test

18 years agoBFN
Rob Richards [Tue, 5 Dec 2006 12:05:43 +0000 (12:05 +0000)]
BFN

18 years agofix bug #39625 (Apache crashes on importStylesheet call)
Rob Richards [Tue, 5 Dec 2006 12:04:34 +0000 (12:04 +0000)]
fix bug #39625 (Apache crashes on importStylesheet call)

18 years agoFixed FastCGI impersonation for persistent connections on Windows
Dmitry Stogov [Tue, 5 Dec 2006 08:55:15 +0000 (08:55 +0000)]
Fixed FastCGI impersonation for persistent connections on Windows

18 years agoRemoved unused zend_mm.*
Dmitry Stogov [Tue, 5 Dec 2006 08:07:57 +0000 (08:07 +0000)]
Removed unused zend_mm.*

18 years agoFixed bug #39571 (timeout ssl:// connections).
Ilia Alshanetsky [Tue, 5 Dec 2006 01:39:07 +0000 (01:39 +0000)]
Fixed bug #39571 (timeout ssl:// connections).

18 years ago- invalid filter
Pierre Joye [Tue, 5 Dec 2006 01:25:29 +0000 (01:25 +0000)]
- invalid filter

18 years ago- MFH: invalid filter id should not return unsafe values
Pierre Joye [Tue, 5 Dec 2006 01:24:18 +0000 (01:24 +0000)]
- MFH: invalid filter id should not return unsafe values

18 years ago- MFH: callback test
Pierre Joye [Mon, 4 Dec 2006 21:33:22 +0000 (21:33 +0000)]
- MFH: callback test

18 years ago- default filter is not string anymore (in comment)
Pierre Joye [Mon, 4 Dec 2006 21:16:01 +0000 (21:16 +0000)]
- default filter is not string anymore (in comment)
- WS and error msg sync with head

18 years ago- MFH: init tmp var
Pierre Joye [Mon, 4 Dec 2006 21:07:13 +0000 (21:07 +0000)]
- MFH: init tmp var

18 years agoImprove tolower()-related functions on Windows and VC2005 by caching locale and using
Stanislav Malyshev [Mon, 4 Dec 2006 18:37:15 +0000 (18:37 +0000)]
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
# Gives 10-18% speedup on bench.php
# Does not change behaviour for non-windows

18 years agoFixed tests
Ilia Alshanetsky [Mon, 4 Dec 2006 18:29:49 +0000 (18:29 +0000)]
Fixed tests

18 years agoMFH: fix build with Sun compiler, which doesn't support -O0
Antony Dovgal [Mon, 4 Dec 2006 18:28:49 +0000 (18:28 +0000)]
MFH: fix build with Sun compiler, which doesn't support -O0

18 years agoMFH: partly fix #39724
Antony Dovgal [Mon, 4 Dec 2006 18:01:53 +0000 (18:01 +0000)]
MFH: partly fix #39724
ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)

18 years agoFixed test (user is a reserved keyword in pgsql)
Ilia Alshanetsky [Mon, 4 Dec 2006 17:55:46 +0000 (17:55 +0000)]
Fixed test (user is a reserved keyword in pgsql)

18 years agofix tests
Antony Dovgal [Mon, 4 Dec 2006 17:48:52 +0000 (17:48 +0000)]
fix tests

18 years agoFixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi)
Dmitry Stogov [Mon, 4 Dec 2006 16:20:02 +0000 (16:20 +0000)]
Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi)

18 years agoMFH: fix retval type
Antony Dovgal [Mon, 4 Dec 2006 15:58:48 +0000 (15:58 +0000)]
MFH: fix retval type

18 years agoFixed bug #37627 (session save_path check checks the parent directory).
Ilia Alshanetsky [Mon, 4 Dec 2006 15:19:26 +0000 (15:19 +0000)]
Fixed bug #37627 (session save_path check checks the parent directory).

18 years agoMFH: look for tests in sapi/cli
Antony Dovgal [Mon, 4 Dec 2006 13:07:26 +0000 (13:07 +0000)]
MFH: look for tests in sapi/cli

18 years agoFixed bug #38319 (Remove bogus warnings from persistent PDO connections).
Ilia Alshanetsky [Mon, 4 Dec 2006 03:07:44 +0000 (03:07 +0000)]
Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).

18 years agoFixed bug #38252 (Incorrect PDO error message on invalid default fetch mode).
Ilia Alshanetsky [Mon, 4 Dec 2006 02:40:08 +0000 (02:40 +0000)]
Fixed bug #38252 (Incorrect PDO error message on invalid default fetch mode).

18 years agoAdded test for previous bug
Ilia Alshanetsky [Mon, 4 Dec 2006 00:40:31 +0000 (00:40 +0000)]
Added test for previous bug

18 years agoFixed bug #39483 (Problem with handling of \ char in prepared statements).
Ilia Alshanetsky [Mon, 4 Dec 2006 00:38:46 +0000 (00:38 +0000)]
Fixed bug #39483 (Problem with handling of \ char in prepared statements).

18 years agoDefault to buffered queries (much faster)
Ilia Alshanetsky [Sun, 3 Dec 2006 23:29:03 +0000 (23:29 +0000)]
Default to buffered queries (much faster)
Default to prepared statement emulation to avoid hitting MySQL bugs

18 years agoAdded missing check for mismatching number of tokens & bound params in
Ilia Alshanetsky [Sun, 3 Dec 2006 23:27:44 +0000 (23:27 +0000)]
Added missing check for mismatching number of tokens & bound params in
prepared statement emulation.

18 years agoAdded "default" option that allows a default value to be set for an invalid
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.

18 years agoConfig fix from Gentoo
Ilia Alshanetsky [Sun, 3 Dec 2006 19:54:55 +0000 (19:54 +0000)]
Config fix from Gentoo

18 years agoFixed bug #39718 (possible crash if assert.callback is set in ini).
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).

18 years agoFixed php_readdir_r() usage in scandir emulation
Ilia Alshanetsky [Sun, 3 Dec 2006 15:52:17 +0000 (15:52 +0000)]
Fixed php_readdir_r() usage in scandir emulation

18 years agoMFH
Antony Dovgal [Sun, 3 Dec 2006 14:37:32 +0000 (14:37 +0000)]
MFH

18 years agoMFH: fix leaks
Antony Dovgal [Sun, 3 Dec 2006 13:59:11 +0000 (13:59 +0000)]
MFH: fix leaks

18 years agoMFH: fix AIX build
Antony Dovgal [Sun, 3 Dec 2006 13:46:37 +0000 (13:46 +0000)]
MFH: fix AIX build

18 years agoFix test on fbsd
Hannes Magnusson [Sun, 3 Dec 2006 08:04:57 +0000 (08:04 +0000)]
Fix test on fbsd

18 years agonew tests. increase coverage for more than 90%
Nuno Lopes [Sat, 2 Dec 2006 21:39:28 +0000 (21:39 +0000)]
new tests. increase coverage for more than 90%

18 years agoFixed bug #39527 (Failure to retrieve results when multiple unbuffered,
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).

18 years agoFix win32 build
Frank M. Kromann [Fri, 1 Dec 2006 20:24:58 +0000 (20:24 +0000)]
Fix win32 build

18 years agoFix win32 build
Frank M. Kromann [Fri, 1 Dec 2006 20:17:50 +0000 (20:17 +0000)]
Fix win32 build

18 years agoFixed typo
Ilia Alshanetsky [Fri, 1 Dec 2006 20:10:35 +0000 (20:10 +0000)]
Fixed typo

18 years agoBug #39438 (Fatal error: Out of memory)
Dmitry Stogov [Fri, 1 Dec 2006 20:01:50 +0000 (20:01 +0000)]
Bug #39438 (Fatal error: Out of memory)

18 years agotypo
Dmitry Stogov [Fri, 1 Dec 2006 19:41:57 +0000 (19:41 +0000)]
typo

18 years agoFixed a possible memory corruption in dbase_open() with invalid open mode
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

18 years agotests + BFN
Nuno Lopes [Fri, 1 Dec 2006 16:37:39 +0000 (16:37 +0000)]
tests + BFN

18 years agofix bug #39458: ftp_nlist() returns false on empty dirs
Nuno Lopes [Fri, 1 Dec 2006 16:34:43 +0000 (16:34 +0000)]
fix bug #39458: ftp_nlist() returns false on empty dirs

18 years agoFixed bug #39702 (php crashes in the allocator on linux-m68k)
Dmitry Stogov [Fri, 1 Dec 2006 15:33:06 +0000 (15:33 +0000)]
Fixed bug #39702 (php crashes in the allocator on linux-m68k)

18 years agoFixed bug #39640 (Segfault with "Allowed memory size exhausted")
Dmitry Stogov [Fri, 1 Dec 2006 13:54:29 +0000 (13:54 +0000)]
Fixed bug #39640 (Segfault with "Allowed memory size exhausted")

18 years agoFixed bug #39652 (Wrong negative results from memeory_get_usage())
Dmitry Stogov [Fri, 1 Dec 2006 11:42:20 +0000 (11:42 +0000)]
Fixed bug #39652 (Wrong negative results from memeory_get_usage())

18 years ago- MFH: Fix handling of recursive inner iterators
Marcus Boerger [Fri, 1 Dec 2006 09:29:15 +0000 (09:29 +0000)]
- MFH: Fix handling of recursive inner iterators

18 years agoDisallow \0 chars inside session.save_path
Ilia Alshanetsky [Fri, 1 Dec 2006 00:27:20 +0000 (00:27 +0000)]
Disallow \0 chars inside session.save_path

18 years agoSmall hash table optimization
Ilia Alshanetsky [Thu, 30 Nov 2006 23:51:24 +0000 (23:51 +0000)]
Small hash table optimization

18 years agoAdded check for crypt_r()
Ilia Alshanetsky [Thu, 30 Nov 2006 17:10:46 +0000 (17:10 +0000)]
Added check for crypt_r()

18 years agoAdded missing function checks
Ilia Alshanetsky [Thu, 30 Nov 2006 16:48:03 +0000 (16:48 +0000)]
Added missing function checks

18 years agolast set of zts fixes
Ilia Alshanetsky [Thu, 30 Nov 2006 16:38:37 +0000 (16:38 +0000)]
last set of zts fixes

18 years agoThread safety fixes.
Ilia Alshanetsky [Thu, 30 Nov 2006 16:21:24 +0000 (16:21 +0000)]
Thread safety fixes.

18 years agoThread-safety issues
Ilia Alshanetsky [Thu, 30 Nov 2006 16:10:38 +0000 (16:10 +0000)]
Thread-safety issues

18 years agoUse reantrant crypt_r() whenever possible.
Ilia Alshanetsky [Thu, 30 Nov 2006 15:59:53 +0000 (15:59 +0000)]
Use reantrant crypt_r() whenever possible.

18 years agoUse thread-safe code
Ilia Alshanetsky [Thu, 30 Nov 2006 15:13:19 +0000 (15:13 +0000)]
Use thread-safe code

18 years agofix test
Antony Dovgal [Thu, 30 Nov 2006 13:09:32 +0000 (13:09 +0000)]
fix test

18 years agoThread safety fixed for *nix systems
Ilia Alshanetsky [Thu, 30 Nov 2006 00:35:15 +0000 (00:35 +0000)]
Thread safety fixed for *nix systems

18 years agoFixed bug #39648 (Implementation of PHP functions chown() and chgrp() are
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).

18 years agoMFH
Antony Dovgal [Wed, 29 Nov 2006 22:53:26 +0000 (22:53 +0000)]
MFH

18 years ago- Updated timezone database to version 2006.16.
Derick Rethans [Wed, 29 Nov 2006 20:00:49 +0000 (20:00 +0000)]
- Updated timezone database to version 2006.16.

18 years agoFixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
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).

18 years agoMFH: fix #39673 (file_get_contents causes bus error on certain offsets)
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)

18 years agocorrect fix for bug #39662 to fix leak and tree corruption
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

18 years ago- MFH: Add new example
Marcus Boerger [Tue, 28 Nov 2006 22:20:01 +0000 (22:20 +0000)]
- MFH: Add new example

18 years agoMFH: resolve coverity issue #224
Antony Dovgal [Tue, 28 Nov 2006 21:20:33 +0000 (21:20 +0000)]
MFH: resolve coverity issue #224

18 years agoadd php_unescape_html_entities() proto to the header
Antony Dovgal [Tue, 28 Nov 2006 20:41:07 +0000 (20:41 +0000)]
add php_unescape_html_entities() proto to the header
(fixes #39665)

18 years agoMFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
Antony Dovgal [Tue, 28 Nov 2006 18:59:53 +0000 (18:59 +0000)]
MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)

18 years agoadd test
Antony Dovgal [Tue, 28 Nov 2006 16:55:05 +0000 (16:55 +0000)]
add test

18 years agoFixed bug #39656 (crash when calling fetch() on a PDO statment object
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()).

18 years agoBFN
Antony Dovgal [Tue, 28 Nov 2006 11:40:41 +0000 (11:40 +0000)]
BFN

18 years agoMFH: fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is...
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)

18 years ago- fix warning
Pierre Joye [Tue, 28 Nov 2006 01:31:53 +0000 (01:31 +0000)]
- fix warning
- addEmptyDir returns true on success
- remove useless semi column

18 years agoReplace non-threadsafe rand() with php_rand_r()
Ilia Alshanetsky [Tue, 28 Nov 2006 00:22:05 +0000 (00:22 +0000)]
Replace non-threadsafe rand() with php_rand_r()

18 years agoMFH: fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step...
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)

18 years agoMFH: fix test on FreeBSD
Antony Dovgal [Mon, 27 Nov 2006 11:43:59 +0000 (11:43 +0000)]
MFH: fix test on FreeBSD

18 years agoMFH: Improve robustness of sending routines
Alex Waugh [Sun, 26 Nov 2006 19:51:23 +0000 (19:51 +0000)]
MFH: Improve robustness of sending routines

18 years agoFixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).
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).

18 years agoFixed test, in some versions of c-client returned value is always uppercase
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

18 years agoFixed test
Ilia Alshanetsky [Sun, 26 Nov 2006 16:29:42 +0000 (16:29 +0000)]
Fixed test

18 years agoAdded a meta tag to phpinfo() output to prevent search engines from
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.

18 years agoMFH: fix #39621 (str_replace() is not binary safe on strings with equal length)
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)