]> granicus.if.org Git - php/log
php
18 years agoUnicode string support for extension_loaded().
Andrei Zmievski [Fri, 6 Oct 2006 17:11:17 +0000 (17:11 +0000)]
Unicode string support for extension_loaded().

18 years agoUnicode string support in get_extension_funcs().
Andrei Zmievski [Fri, 6 Oct 2006 17:05:22 +0000 (17:05 +0000)]
Unicode string support in get_extension_funcs().

18 years agofix #39060 (virtual_file_ex() is broken on *BSD)
Antony Dovgal [Fri, 6 Oct 2006 14:01:55 +0000 (14:01 +0000)]
fix #39060 (virtual_file_ex() is broken on *BSD)

18 years agofix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise...
Antony Dovgal [Fri, 6 Oct 2006 12:46:08 +0000 (12:46 +0000)]
fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
patch by jeff at badtz-maru dot com

18 years agoMFB: Fix for #38985 (Wez)
Edin Kadribasic [Fri, 6 Oct 2006 12:24:11 +0000 (12:24 +0000)]
MFB: Fix for #38985  (Wez)

18 years agonew test
Antony Dovgal [Fri, 6 Oct 2006 09:57:29 +0000 (09:57 +0000)]
new test

18 years agoMFB: Fix ZTS build.
Sebastian Bergmann [Fri, 6 Oct 2006 03:49:04 +0000 (03:49 +0000)]
MFB: Fix ZTS build.

18 years agoChangeLog update
<changelog@php.net> [Fri, 6 Oct 2006 01:32:17 +0000 (01:32 +0000)]
ChangeLog update

18 years agoPreserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()
Sara Golemon [Thu, 5 Oct 2006 23:24:55 +0000 (23:24 +0000)]
Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()

18 years agoThis might not be necessary if we clean it all up ourselves.
Andrei Zmievski [Thu, 5 Oct 2006 22:45:34 +0000 (22:45 +0000)]
This might not be necessary if we clean it all up ourselves.

18 years agoTODO
Andrei Zmievski [Thu, 5 Oct 2006 22:44:31 +0000 (22:44 +0000)]
TODO

18 years agoUnicode support for str_replace() and str_ireplace().
Andrei Zmievski [Thu, 5 Oct 2006 22:40:38 +0000 (22:40 +0000)]
Unicode support for str_replace() and str_ireplace().

# This was not trivial.

18 years agoUpdated for PHP6
Sara Golemon [Thu, 5 Oct 2006 21:28:19 +0000 (21:28 +0000)]
Updated for PHP6

18 years ago- env/server support is not yet fixed
Pierre Joye [Thu, 5 Oct 2006 20:15:02 +0000 (20:15 +0000)]
- env/server support is not yet fixed

18 years agoadd test
Antony Dovgal [Thu, 5 Oct 2006 19:49:20 +0000 (19:49 +0000)]
add test

18 years agoMFB:
Hannes Magnusson [Thu, 5 Oct 2006 16:08:12 +0000 (16:08 +0000)]
MFB:
- nuke unused variable
- "prefer" two arguments
- only print "wrong parameter count" once

18 years agodecrement ch->uses (or destroy handle) when destroying multi handle
Antony Dovgal [Thu, 5 Oct 2006 15:06:11 +0000 (15:06 +0000)]
decrement ch->uses (or destroy handle) when destroying multi handle

18 years agoMFB: fix build with new c-client
Antony Dovgal [Thu, 5 Oct 2006 14:28:33 +0000 (14:28 +0000)]
MFB: fix build with new c-client

18 years agomark functions unicode compliant
Rob Richards [Thu, 5 Oct 2006 11:59:43 +0000 (11:59 +0000)]
mark functions unicode compliant
add test

18 years agoMFB: Added PQescapeStringConn support to windows too
Edin Kadribasic [Thu, 5 Oct 2006 11:14:17 +0000 (11:14 +0000)]
MFB: Added PQescapeStringConn support to windows too

18 years agoAllow future extensibility without binary compatibility break
Dmitry Stogov [Thu, 5 Oct 2006 08:09:12 +0000 (08:09 +0000)]
Allow future extensibility without binary compatibility break

18 years agoFixed bug #38989 (Absolute path with slash at beginning doesn't work on win)
Dmitry Stogov [Thu, 5 Oct 2006 08:04:51 +0000 (08:04 +0000)]
Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)

18 years agoChangeLog update
<changelog@php.net> [Thu, 5 Oct 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
Ilia Alshanetsky [Thu, 5 Oct 2006 00:38:19 +0000 (00:38 +0000)]
MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
servers running Google web server).

18 years agoMFB: Added support for character sets in PDO quote() method for PostgreSQL
Ilia Alshanetsky [Wed, 4 Oct 2006 23:53:54 +0000 (23:53 +0000)]
MFB:  Added support for character sets in PDO quote() method for PostgreSQL
8.1.4 and higher.

18 years agoMFB: Added support for character sets in pg_escape_string() for PostgreSQL
Ilia Alshanetsky [Wed, 4 Oct 2006 23:27:17 +0000 (23:27 +0000)]
MFB: Added support for character sets in pg_escape_string() for PostgreSQL
8.1.4 and higher.

18 years agoMFB: Fixed missing open_basedir check inside chdir() function.
Ilia Alshanetsky [Wed, 4 Oct 2006 23:20:54 +0000 (23:20 +0000)]
MFB: Fixed missing open_basedir check inside chdir() function.

18 years ago- Mark stristr() with U.
Andrei Zmievski [Wed, 4 Oct 2006 17:38:09 +0000 (17:38 +0000)]
- Mark stristr() with U.
- zpp support for ucwords()

18 years ago*** empty log message ***
Andrei Zmievski [Wed, 4 Oct 2006 17:25:15 +0000 (17:25 +0000)]
*** empty log message ***

18 years agoUnicode support in substr_compare().
Andrei Zmievski [Wed, 4 Oct 2006 17:25:12 +0000 (17:25 +0000)]
Unicode support in substr_compare().

18 years ago- ENV/SERVER entry
Pierre Joye [Wed, 4 Oct 2006 13:39:09 +0000 (13:39 +0000)]
- ENV/SERVER entry

18 years agoadd test for #39036 (reproducible with 5.1.6, but works fine in 5.2 and HEAD)
Antony Dovgal [Wed, 4 Oct 2006 13:35:31 +0000 (13:35 +0000)]
add test for #39036 (reproducible with 5.1.6, but works fine in 5.2 and HEAD)

18 years agoadd missing ifdef
Antony Dovgal [Wed, 4 Oct 2006 13:30:41 +0000 (13:30 +0000)]
add missing ifdef

18 years agominor AIX fix
Antony Dovgal [Wed, 4 Oct 2006 13:24:06 +0000 (13:24 +0000)]
minor AIX fix

18 years agoadd missing ifdef
Antony Dovgal [Wed, 4 Oct 2006 13:02:18 +0000 (13:02 +0000)]
add missing ifdef

18 years ago- output layer and ext/zlib news
Michael Wallner [Wed, 4 Oct 2006 12:58:02 +0000 (12:58 +0000)]
- output layer and ext/zlib news

18 years agoUpdate credits
Edin Kadribasic [Wed, 4 Oct 2006 12:53:03 +0000 (12:53 +0000)]
Update credits

18 years agoUpdate to the new parameter parsing API
Hannes Magnusson [Wed, 4 Oct 2006 12:50:02 +0000 (12:50 +0000)]
Update to the new parameter parsing API

18 years ago- Add Ilia
Pierre Joye [Wed, 4 Oct 2006 12:13:39 +0000 (12:13 +0000)]
-  Add Ilia

18 years ago- update changelog
Pierre Joye [Wed, 4 Oct 2006 12:11:15 +0000 (12:11 +0000)]
- update changelog

18 years ago- MFB: api shake up and bug fixes (Ilia,Pierre)
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

18 years agofix #39032 (strcspn() stops on null character)
Antony Dovgal [Wed, 4 Oct 2006 11:12:21 +0000 (11:12 +0000)]
fix #39032 (strcspn() stops on null character)

18 years agoreturn false on invalid mode and don't segfault
Antony Dovgal [Wed, 4 Oct 2006 10:52:32 +0000 (10:52 +0000)]
return false on invalid mode and don't segfault

18 years agofix test
Hannes Magnusson [Wed, 4 Oct 2006 08:45:21 +0000 (08:45 +0000)]
fix test

18 years agoChangeLog update
<changelog@php.net> [Wed, 4 Oct 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- MFB
Pierre Joye [Tue, 3 Oct 2006 23:33:23 +0000 (23:33 +0000)]
- MFB

18 years agoremove TSRMLS_CC, php_stream_path_decode() is a macro
Antony Dovgal [Tue, 3 Oct 2006 23:26:14 +0000 (23:26 +0000)]
remove TSRMLS_CC, php_stream_path_decode() is a macro

18 years agoint -> size_t
Antony Dovgal [Tue, 3 Oct 2006 23:22:21 +0000 (23:22 +0000)]
int -> size_t

18 years agouse correct type for p_len
Antony Dovgal [Tue, 3 Oct 2006 23:09:08 +0000 (23:09 +0000)]
use correct type for p_len

18 years ago- typo
Michael Wallner [Tue, 3 Oct 2006 22:28:33 +0000 (22:28 +0000)]
- typo

18 years ago- fix failure with tests/lang/bug23489.phpt
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

18 years agoleaks--
Antony Dovgal [Tue, 3 Oct 2006 21:37:02 +0000 (21:37 +0000)]
leaks--
fix test

18 years agofix tests
Antony Dovgal [Tue, 3 Oct 2006 21:18:43 +0000 (21:18 +0000)]
fix tests

18 years agofix leak
Antony Dovgal [Tue, 3 Oct 2006 21:17:29 +0000 (21:17 +0000)]
fix leak

18 years agodon't forget to increase refcount when adding entry to the return_value
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

18 years agoMFB: Last set of zend_hash_init() optimizations
Ilia Alshanetsky [Tue, 3 Oct 2006 19:52:34 +0000 (19:52 +0000)]
MFB: Last set of zend_hash_init() optimizations

18 years agoPHP6 updates for convert_uu(en|de)code()
Sara Golemon [Tue, 3 Oct 2006 19:51:35 +0000 (19:51 +0000)]
PHP6 updates for convert_uu(en|de)code()

18 years agoUpdate proc_open() for PHP6
Sara Golemon [Tue, 3 Oct 2006 19:37:01 +0000 (19:37 +0000)]
Update proc_open() for PHP6

18 years agoUpdate.
Andrei Zmievski [Tue, 3 Oct 2006 19:35:37 +0000 (19:35 +0000)]
Update.

18 years agonuke unused variables
Antony Dovgal [Tue, 3 Oct 2006 18:40:14 +0000 (18:40 +0000)]
nuke unused variables

18 years agofix build
Antony Dovgal [Tue, 3 Oct 2006 18:38:57 +0000 (18:38 +0000)]
fix build

18 years agoUnicode support in strripos().
Andrei Zmievski [Tue, 3 Oct 2006 18:13:36 +0000 (18:13 +0000)]
Unicode support in strripos().

18 years agothrow a warning when doing modulus by 0 (fr #39027)
Antony Dovgal [Tue, 3 Oct 2006 17:54:32 +0000 (17:54 +0000)]
throw a warning when doing modulus by 0 (fr #39027)

18 years agoMFB: optimize zend_hash_init() with known hash table sizes.
Ilia Alshanetsky [Tue, 3 Oct 2006 17:45:16 +0000 (17:45 +0000)]
MFB: optimize zend_hash_init() with known hash table sizes.

18 years agocompact() doesnt throw "wrong param count"
Hannes Magnusson [Tue, 3 Oct 2006 16:36:57 +0000 (16:36 +0000)]
compact() doesnt throw "wrong param count"

18 years agoPHP6 Update for get_included_files() and export of path decode for Zend
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

18 years agoMFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw ...
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"

18 years agouse PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY
Hannes Magnusson [Tue, 3 Oct 2006 14:55:42 +0000 (14:55 +0000)]
use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY

18 years agofix ZTS build
Antony Dovgal [Tue, 3 Oct 2006 13:44:14 +0000 (13:44 +0000)]
fix ZTS build

18 years agoSpeedup array/HashTable copying. (Matt W)
Dmitry Stogov [Tue, 3 Oct 2006 11:10:54 +0000 (11:10 +0000)]
Speedup array/HashTable copying. (Matt W)

18 years agoFixed bug #38942 (Double old-style-ctor inheritance)
Dmitry Stogov [Tue, 3 Oct 2006 09:59:24 +0000 (09:59 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)

18 years agoFixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
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)

18 years ago- use fci/fcc instead of zval* for user ob handler
Michael Wallner [Tue, 3 Oct 2006 08:15:44 +0000 (08:15 +0000)]
- use fci/fcc instead of zval* for user ob handler

18 years agoFixed memory leak (Nuno)
Dmitry Stogov [Tue, 3 Oct 2006 07:31:10 +0000 (07:31 +0000)]
Fixed memory leak (Nuno)

18 years agoFixed possible crash with default namespaces
Dmitry Stogov [Tue, 3 Oct 2006 07:00:57 +0000 (07:00 +0000)]
Fixed possible crash with default namespaces

18 years agoChangeLog update
<changelog@php.net> [Tue, 3 Oct 2006 01:30:52 +0000 (01:30 +0000)]
ChangeLog update

18 years agofixed --disable-mbregex to disable multibe-regex.
Rui Hirokawa [Mon, 2 Oct 2006 23:27:43 +0000 (23:27 +0000)]
fixed --disable-mbregex to disable multibe-regex.

18 years agofix #38996 (PDO_MYSQL doesn't check connections for liveness)
Antony Dovgal [Mon, 2 Oct 2006 22:07:58 +0000 (22:07 +0000)]
fix #38996 (PDO_MYSQL doesn't check connections for liveness)

18 years agoFlag the easy stuff out of the way, proc_open() is the real beast in here
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

18 years agothe last part of the fix for #39004
Antony Dovgal [Mon, 2 Oct 2006 20:49:13 +0000 (20:49 +0000)]
the last part of the fix for #39004

18 years ago- Fix strrpos() logic (which was broken even in PHP 5).
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.

18 years agofix the fix for #39004
Antony Dovgal [Mon, 2 Oct 2006 19:17:43 +0000 (19:17 +0000)]
fix the fix for #39004

18 years agoUpdate glob() for PHP6
Sara Golemon [Mon, 2 Oct 2006 18:14:42 +0000 (18:14 +0000)]
Update glob() for PHP6

18 years agoUnused label, now how the heck did it get there?
Sara Golemon [Mon, 2 Oct 2006 18:13:56 +0000 (18:13 +0000)]
Unused label, now how the heck did it get there?

18 years agoNote context param changes in opendir(), dir(), and scandir()
Sara Golemon [Mon, 2 Oct 2006 17:47:02 +0000 (17:47 +0000)]
Note context param changes in opendir(), dir(), and scandir()

18 years agoSwitch opendir/chroot/chdir to new path_param API and upgrade scandir() for PHP6
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

18 years agoMake stripos() work with Unicode strings.
Andrei Zmievski [Mon, 2 Oct 2006 16:52:22 +0000 (16:52 +0000)]
Make stripos() work with Unicode strings.

18 years agodon't rely on uninitialized var
Antony Dovgal [Mon, 2 Oct 2006 16:08:11 +0000 (16:08 +0000)]
don't rely on uninitialized var

18 years agoMFB: Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).
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).

18 years agofixed bug #37103: libmbfl headers was not installed correctly.
Rui Hirokawa [Mon, 2 Oct 2006 15:32:48 +0000 (15:32 +0000)]
fixed bug #37103: libmbfl headers was not installed correctly.

18 years agofix tests
Antony Dovgal [Mon, 2 Oct 2006 14:31:32 +0000 (14:31 +0000)]
fix tests

18 years agoRename utils.php to utils.inc
Hannes Magnusson [Mon, 2 Oct 2006 14:17:42 +0000 (14:17 +0000)]
Rename utils.php to utils.inc

18 years agofix #39001 (ReflectionProperty returns incorrect declaring class for protected proper...
Antony Dovgal [Mon, 2 Oct 2006 12:15:47 +0000 (12:15 +0000)]
fix #39001 (ReflectionProperty returns incorrect declaring class for protected properties)

18 years agofix #39003 (__autoload() is called for type hinting)
Antony Dovgal [Mon, 2 Oct 2006 11:05:02 +0000 (11:05 +0000)]
fix #39003 (__autoload() is called for type hinting)

18 years agoFix test
Hannes Magnusson [Mon, 2 Oct 2006 08:35:43 +0000 (08:35 +0000)]
Fix test
# failes atm though

18 years agoProtos
Hannes Magnusson [Mon, 2 Oct 2006 07:54:37 +0000 (07:54 +0000)]
Protos

18 years agoFix protos
Hannes Magnusson [Mon, 2 Oct 2006 07:42:49 +0000 (07:42 +0000)]
Fix protos

18 years agoFix proto
Hannes Magnusson [Mon, 2 Oct 2006 07:35:09 +0000 (07:35 +0000)]
Fix proto

18 years agoadd proto
Hannes Magnusson [Mon, 2 Oct 2006 07:32:16 +0000 (07:32 +0000)]
add proto

18 years agoAdd .cvsignore
Hannes Magnusson [Mon, 2 Oct 2006 07:26:51 +0000 (07:26 +0000)]
Add .cvsignore