]>
granicus.if.org Git - php/log
Antony Dovgal [Tue, 3 Oct 2006 17:54:32 +0000 (17:54 +0000)]
throw a warning when doing modulus by 0 (fr #39027)
Ilia Alshanetsky [Tue, 3 Oct 2006 17:45:16 +0000 (17:45 +0000)]
MFB: optimize zend_hash_init() with known hash table sizes.
Hannes Magnusson [Tue, 3 Oct 2006 16:36:57 +0000 (16:36 +0000)]
compact() doesnt throw "wrong param count"
Sara Golemon [Tue, 3 Oct 2006 16:28:02 +0000 (16:28 +0000)]
PHP6 Update for get_included_files() and export of path decode for Zend
Hannes Magnusson [Tue, 3 Oct 2006 15:22:54 +0000 (15:22 +0000)]
MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count"
Hannes Magnusson [Tue, 3 Oct 2006 14:55:42 +0000 (14:55 +0000)]
use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY
Antony Dovgal [Tue, 3 Oct 2006 13:44:14 +0000 (13:44 +0000)]
fix ZTS build
Dmitry Stogov [Tue, 3 Oct 2006 11:10:54 +0000 (11:10 +0000)]
Speedup array/HashTable copying. (Matt W)
Dmitry Stogov [Tue, 3 Oct 2006 09:59:24 +0000 (09:59 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)
Dmitry Stogov [Tue, 3 Oct 2006 09:05:35 +0000 (09:05 +0000)]
Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
Michael Wallner [Tue, 3 Oct 2006 08:15:44 +0000 (08:15 +0000)]
- use fci/fcc instead of zval* for user ob handler
Dmitry Stogov [Tue, 3 Oct 2006 07:31:10 +0000 (07:31 +0000)]
Fixed memory leak (Nuno)
Dmitry Stogov [Tue, 3 Oct 2006 07:00:57 +0000 (07:00 +0000)]
Fixed possible crash with default namespaces
<changelog@php.net> [Tue, 3 Oct 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update
Rui Hirokawa [Mon, 2 Oct 2006 23:27:43 +0000 (23:27 +0000)]
fixed --disable-mbregex to disable multibe-regex.
Antony Dovgal [Mon, 2 Oct 2006 22:07:58 +0000 (22:07 +0000)]
fix #38996 (PDO_MYSQL doesn't check connections for liveness)
Sara Golemon [Mon, 2 Oct 2006 21:02:08 +0000 (21:02 +0000)]
Flag the easy stuff out of the way, proc_open() is the real beast in here
Antony Dovgal [Mon, 2 Oct 2006 20:49:13 +0000 (20:49 +0000)]
the last part of the fix for #39004
Andrei Zmievski [Mon, 2 Oct 2006 19:18:14 +0000 (19:18 +0000)]
- Fix strrpos() logic (which was broken even in PHP 5).
- Optimizations for a couple of functions.
Antony Dovgal [Mon, 2 Oct 2006 19:17:43 +0000 (19:17 +0000)]
fix the fix for #39004
Sara Golemon [Mon, 2 Oct 2006 18:14:42 +0000 (18:14 +0000)]
Update glob() for PHP6
Sara Golemon [Mon, 2 Oct 2006 18:13:56 +0000 (18:13 +0000)]
Unused label, now how the heck did it get there?
Sara Golemon [Mon, 2 Oct 2006 17:47:02 +0000 (17:47 +0000)]
Note context param changes in opendir(), dir(), and scandir()
Sara Golemon [Mon, 2 Oct 2006 17:45:30 +0000 (17:45 +0000)]
Switch opendir/chroot/chdir to new path_param API and upgrade scandir() for PHP6
Andrei Zmievski [Mon, 2 Oct 2006 16:52:22 +0000 (16:52 +0000)]
Make stripos() work with Unicode strings.
Antony Dovgal [Mon, 2 Oct 2006 16:08:11 +0000 (16:08 +0000)]
don't rely on uninitialized var
Ilia Alshanetsky [Mon, 2 Oct 2006 15:34:56 +0000 (15:34 +0000)]
MFB: Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).
Rui Hirokawa [Mon, 2 Oct 2006 15:32:48 +0000 (15:32 +0000)]
fixed bug #37103: libmbfl headers was not installed correctly.
Antony Dovgal [Mon, 2 Oct 2006 14:31:32 +0000 (14:31 +0000)]
fix tests
Hannes Magnusson [Mon, 2 Oct 2006 14:17:42 +0000 (14:17 +0000)]
Rename utils.php to utils.inc
Antony Dovgal [Mon, 2 Oct 2006 12:15:47 +0000 (12:15 +0000)]
fix #39001 (ReflectionProperty returns incorrect declaring class for protected properties)
Antony Dovgal [Mon, 2 Oct 2006 11:05:02 +0000 (11:05 +0000)]
fix #39003 (__autoload() is called for type hinting)
Hannes Magnusson [Mon, 2 Oct 2006 08:35:43 +0000 (08:35 +0000)]
Fix test
# failes atm though
Hannes Magnusson [Mon, 2 Oct 2006 07:54:37 +0000 (07:54 +0000)]
Protos
Hannes Magnusson [Mon, 2 Oct 2006 07:42:49 +0000 (07:42 +0000)]
Fix protos
Hannes Magnusson [Mon, 2 Oct 2006 07:35:09 +0000 (07:35 +0000)]
Fix proto
Hannes Magnusson [Mon, 2 Oct 2006 07:32:16 +0000 (07:32 +0000)]
add proto
Hannes Magnusson [Mon, 2 Oct 2006 07:26:51 +0000 (07:26 +0000)]
Add .cvsignore
Sara Golemon [Mon, 2 Oct 2006 03:17:48 +0000 (03:17 +0000)]
Note context parameter in copy() function and group streams related additions
Sara Golemon [Mon, 2 Oct 2006 03:13:47 +0000 (03:13 +0000)]
Apply new path encoding style to the rest of e/s/file.c
This layout is definately simpler to maintain
and every bit as functional as the other version.
Sara Golemon [Mon, 2 Oct 2006 02:47:34 +0000 (02:47 +0000)]
Apply simplified path encoding to copy() and give it a context param.
Funnily enough, this makes the copy() implementation almost identical
to what it was back in PHP5.
Sara Golemon [Mon, 2 Oct 2006 02:24:29 +0000 (02:24 +0000)]
Try out simplified API for encoding paths/filenames
Sara Golemon [Mon, 2 Oct 2006 01:38:05 +0000 (01:38 +0000)]
Allow hash()/hash_hmac() to accept ascii-unicode data,
Update tests to work in unicode.semantics mode.
<changelog@php.net> [Mon, 2 Oct 2006 01:30:51 +0000 (01:30 +0000)]
ChangeLog update
Sara Golemon [Mon, 2 Oct 2006 01:11:04 +0000 (01:11 +0000)]
ZTS fix
Sara Golemon [Mon, 2 Oct 2006 00:32:13 +0000 (00:32 +0000)]
Allow unicode-ascii to binary conversion and do proper path conversion for file variants
Georg Richter [Sun, 1 Oct 2006 21:01:31 +0000 (21:01 +0000)]
unicode fixes
Ilia Alshanetsky [Sun, 1 Oct 2006 21:00:00 +0000 (21:00 +0000)]
MFB: Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
session.save_path, allowing them to account for extra parameters).
<changelog@php.net> [Sun, 1 Oct 2006 01:30:51 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 30 Sep 2006 17:17:31 +0000 (17:17 +0000)]
MFB: Added safety checks against integer overflow.
<changelog@php.net> [Sat, 30 Sep 2006 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 29 Sep 2006 22:36:00 +0000 (22:36 +0000)]
MFB: Added missing API function declaration.
Ilia Alshanetsky [Fri, 29 Sep 2006 21:40:35 +0000 (21:40 +0000)]
MFB: Added missing declaration of the php_get_uname() PHPAPI function.
Andrei Zmievski [Fri, 29 Sep 2006 21:00:07 +0000 (21:00 +0000)]
Heck, might as well commit this..
Andrei Zmievski [Fri, 29 Sep 2006 20:59:26 +0000 (20:59 +0000)]
Fix off-by-one error.
Hannes Magnusson [Fri, 29 Sep 2006 13:22:43 +0000 (13:22 +0000)]
fix proto
Hannes Magnusson [Fri, 29 Sep 2006 12:28:57 +0000 (12:28 +0000)]
Fix arginfo
Antony Dovgal [Fri, 29 Sep 2006 12:18:54 +0000 (12:18 +0000)]
declare subclass after adding class constants to the parent
Georg Richter [Fri, 29 Sep 2006 08:35:19 +0000 (08:35 +0000)]
Fixed error message (thanks to Ulf Wendel)
<changelog@php.net> [Fri, 29 Sep 2006 01:30:57 +0000 (01:30 +0000)]
ChangeLog update
Antony Dovgal [Thu, 28 Sep 2006 23:27:49 +0000 (23:27 +0000)]
more 64bit fixes
Ilia Alshanetsky [Thu, 28 Sep 2006 23:18:29 +0000 (23:18 +0000)]
MFB: Fixed a large leak inside _php_image_create_from()
Antony Dovgal [Thu, 28 Sep 2006 23:03:45 +0000 (23:03 +0000)]
more 64bit fixes
Antony Dovgal [Thu, 28 Sep 2006 22:32:56 +0000 (22:32 +0000)]
64bit fixes
Antony Dovgal [Thu, 28 Sep 2006 22:01:46 +0000 (22:01 +0000)]
fix test name
Hannes Magnusson [Thu, 28 Sep 2006 19:39:25 +0000 (19:39 +0000)]
MFB: remove unused ini options
Hannes Magnusson [Thu, 28 Sep 2006 19:11:26 +0000 (19:11 +0000)]
MFB; new ini options
Ilia Alshanetsky [Thu, 28 Sep 2006 15:48:52 +0000 (15:48 +0000)]
MFB: Added handling for virtual_file_ex() failures.
Ilia Alshanetsky [Thu, 28 Sep 2006 14:52:55 +0000 (14:52 +0000)]
MFB: Fixed bug #38859 (parse_url() fails if passing '@' in passwd).
Antony Dovgal [Thu, 28 Sep 2006 12:55:02 +0000 (12:55 +0000)]
fix #38981 (using FTP URLs in get_headers() causes crash)
Antony Dovgal [Thu, 28 Sep 2006 12:08:44 +0000 (12:08 +0000)]
new tests
Hannes Magnusson [Thu, 28 Sep 2006 12:03:24 +0000 (12:03 +0000)]
fix test
Antony Dovgal [Thu, 28 Sep 2006 11:45:55 +0000 (11:45 +0000)]
add new tests
Rob Richards [Thu, 28 Sep 2006 10:11:20 +0000 (10:11 +0000)]
fix some compiler warnings
Pierre Joye [Thu, 28 Sep 2006 08:52:23 +0000 (08:52 +0000)]
- MFB: imagefill(), infinite loop with wrong color index
Antony Dovgal [Thu, 28 Sep 2006 08:26:19 +0000 (08:26 +0000)]
fix compile warning
Dmitry Stogov [Thu, 28 Sep 2006 07:26:19 +0000 (07:26 +0000)]
Fixed wrong pipe detection code
Dmitry Stogov [Thu, 28 Sep 2006 07:16:59 +0000 (07:16 +0000)]
Fixed wrong return value
<changelog@php.net> [Thu, 28 Sep 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 27 Sep 2006 23:44:34 +0000 (23:44 +0000)]
MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).
Derick Rethans [Wed, 27 Sep 2006 18:32:24 +0000 (18:32 +0000)]
- Return timezone's names as Unicode strings.
Derick Rethans [Wed, 27 Sep 2006 18:18:59 +0000 (18:18 +0000)]
- Updated the Apache 1.3 sapi as add_assoc_string's signature has been changed.
Antony Dovgal [Wed, 27 Sep 2006 15:40:09 +0000 (15:40 +0000)]
use if() instead of ?: and avoid possible optimization problems
Georg Richter [Wed, 27 Sep 2006 15:25:52 +0000 (15:25 +0000)]
ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)
Rob Richards [Wed, 27 Sep 2006 10:32:11 +0000 (10:32 +0000)]
MFB: fix bug #38949 (Cannot get xmlns value attribute)
add test
Antony Dovgal [Wed, 27 Sep 2006 08:44:12 +0000 (08:44 +0000)]
fix test
the error message is different in Oracle10
Antony Dovgal [Wed, 27 Sep 2006 08:31:35 +0000 (08:31 +0000)]
fix #38961 (metaphone() results in segmentation fault on NetBSD)
<changelog@php.net> [Wed, 27 Sep 2006 01:30:54 +0000 (01:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 26 Sep 2006 15:40:59 +0000 (15:40 +0000)]
MFB: 64bit fix (Possible fix for bug #38961)
Georg Richter [Tue, 26 Sep 2006 13:06:13 +0000 (13:06 +0000)]
added unicode support for mysqli extension
Dmitry Stogov [Tue, 26 Sep 2006 10:31:04 +0000 (10:31 +0000)]
Fixed bug #38808 ("maybe ref" issue for current() and others)
Dmitry Stogov [Tue, 26 Sep 2006 07:55:54 +0000 (07:55 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)
<changelog@php.net> [Tue, 26 Sep 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update
Hannes Magnusson [Mon, 25 Sep 2006 21:16:51 +0000 (21:16 +0000)]
Fix arginfo&proto
Ilia Alshanetsky [Mon, 25 Sep 2006 16:02:19 +0000 (16:02 +0000)]
MFB: Fixed bug #38891 (get_headers() do not work with curl-wrappers).
Ilia Alshanetsky [Mon, 25 Sep 2006 14:49:34 +0000 (14:49 +0000)]
MFB: Fixed bug #38904 (apache2filter changes cwd to /).
Antony Dovgal [Mon, 25 Sep 2006 11:05:29 +0000 (11:05 +0000)]
change CXXFLAGS along with CFLAGS as there might be C++ code
Pierre Joye [Mon, 25 Sep 2006 09:17:56 +0000 (09:17 +0000)]
- fix test, php6 displays the class
- mv 38943.phpt to bug38943.phpt
Pierre Joye [Mon, 25 Sep 2006 09:09:53 +0000 (09:09 +0000)]
- MFB: #38944, freshly created archive has no comment or cdir
Antony Dovgal [Mon, 25 Sep 2006 08:44:58 +0000 (08:44 +0000)]
add test