]>
granicus.if.org Git - php/log
Hannes Magnusson [Wed, 4 Oct 2006 12:50:02 +0000 (12:50 +0000)]
Update to the new parameter parsing API
Pierre Joye [Wed, 4 Oct 2006 12:13:39 +0000 (12:13 +0000)]
- Add Ilia
Pierre Joye [Wed, 4 Oct 2006 12:11:15 +0000 (12:11 +0000)]
- update changelog
Pierre Joye [Wed, 4 Oct 2006 11:56:15 +0000 (11:56 +0000)]
- MFB: api shake up and bug fixes (Ilia,Pierre)
all non unicode tests pass
Antony Dovgal [Wed, 4 Oct 2006 11:12:21 +0000 (11:12 +0000)]
fix #39032 (strcspn() stops on null character)
Antony Dovgal [Wed, 4 Oct 2006 10:52:32 +0000 (10:52 +0000)]
return false on invalid mode and don't segfault
Hannes Magnusson [Wed, 4 Oct 2006 08:45:21 +0000 (08:45 +0000)]
fix test
<changelog@php.net> [Wed, 4 Oct 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update
Pierre Joye [Tue, 3 Oct 2006 23:33:23 +0000 (23:33 +0000)]
- MFB
Antony Dovgal [Tue, 3 Oct 2006 23:26:14 +0000 (23:26 +0000)]
remove TSRMLS_CC, php_stream_path_decode() is a macro
Antony Dovgal [Tue, 3 Oct 2006 23:22:21 +0000 (23:22 +0000)]
int -> size_t
Antony Dovgal [Tue, 3 Oct 2006 23:09:08 +0000 (23:09 +0000)]
use correct type for p_len
Michael Wallner [Tue, 3 Oct 2006 22:28:33 +0000 (22:28 +0000)]
- typo
Michael Wallner [Tue, 3 Oct 2006 22:20:28 +0000 (22:20 +0000)]
- fix failure with tests/lang/bug23489.phpt
- allocate fci param space at once with php_output_handler_user_func_t
Antony Dovgal [Tue, 3 Oct 2006 21:37:02 +0000 (21:37 +0000)]
leaks--
fix test
Antony Dovgal [Tue, 3 Oct 2006 21:18:43 +0000 (21:18 +0000)]
fix tests
Antony Dovgal [Tue, 3 Oct 2006 21:17:29 +0000 (21:17 +0000)]
fix leak
Antony Dovgal [Tue, 3 Oct 2006 20:42:57 +0000 (20:42 +0000)]
don't forget to increase refcount when adding entry to the return_value
Ilia Alshanetsky [Tue, 3 Oct 2006 19:52:34 +0000 (19:52 +0000)]
MFB: Last set of zend_hash_init() optimizations
Sara Golemon [Tue, 3 Oct 2006 19:51:35 +0000 (19:51 +0000)]
PHP6 updates for convert_uu(en|de)code()
Sara Golemon [Tue, 3 Oct 2006 19:37:01 +0000 (19:37 +0000)]
Update proc_open() for PHP6
Andrei Zmievski [Tue, 3 Oct 2006 19:35:37 +0000 (19:35 +0000)]
Update.
Antony Dovgal [Tue, 3 Oct 2006 18:40:14 +0000 (18:40 +0000)]
nuke unused variables
Antony Dovgal [Tue, 3 Oct 2006 18:38:57 +0000 (18:38 +0000)]
fix build
Andrei Zmievski [Tue, 3 Oct 2006 18:13:36 +0000 (18:13 +0000)]
Unicode support in strripos().
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