]> granicus.if.org Git - php/log
php
18 years agoFixed bug #36840 (Memory leak if cast operator throws an exception that is caught)
Dmitry Stogov [Fri, 24 Mar 2006 10:11:49 +0000 (10:11 +0000)]
Fixed bug #36840 (Memory leak if cast operator throws an exception that is caught)

18 years agoFixed SoapFault::getMessage()
Dmitry Stogov [Fri, 24 Mar 2006 08:46:14 +0000 (08:46 +0000)]
Fixed SoapFault::getMessage()

18 years agoSupport warning/exceptions flag for conversion errors.
Andrei Zmievski [Fri, 24 Mar 2006 07:38:07 +0000 (07:38 +0000)]
Support warning/exceptions flag for conversion errors.

18 years agoChangeLog update
<changelog@php.net> [Fri, 24 Mar 2006 06:31:51 +0000 (06:31 +0000)]
ChangeLog update

18 years agoUTODO note
Andrei Zmievski [Fri, 24 Mar 2006 00:25:49 +0000 (00:25 +0000)]
UTODO note

18 years agoAdd some error checking when stream converters are instantiated.
Sara Golemon [Fri, 24 Mar 2006 00:19:39 +0000 (00:19 +0000)]
Add some error checking when stream converters are instantiated.

Use the global conversion error handlers for output conversion (for now)
We may want to make this customizable on a per-stream basis
via context param later on...

18 years ago- Fix arginfo for (Recursive)RegExIterator
Marcus Boerger [Thu, 23 Mar 2006 22:25:46 +0000 (22:25 +0000)]
- Fix arginfo for (Recursive)RegExIterator

18 years agoUpdate conversion error behavior and add some new modes.
Andrei Zmievski [Thu, 23 Mar 2006 22:00:42 +0000 (22:00 +0000)]
Update conversion error behavior and add some new modes.

# The various escape modes are what ICU calls them. We may want to come
# up with different names for UNICODE/ICU/JAVA ones..

18 years agoAdd (binary) cast operator.
Andrei Zmievski [Thu, 23 Mar 2006 21:54:00 +0000 (21:54 +0000)]
Add (binary) cast operator.

18 years agoAllow conversion between binary/Unicode strings (based on
Andrei Zmievski [Thu, 23 Mar 2006 21:52:49 +0000 (21:52 +0000)]
Allow conversion between binary/Unicode strings (based on
runtime_encoding setting).

18 years ago- My eyes hurt
Marcus Boerger [Thu, 23 Mar 2006 21:26:50 +0000 (21:26 +0000)]
- My eyes hurt

18 years agoadded mb_list_encodings_alias_names( ).
Seiji Masugata [Thu, 23 Mar 2006 20:14:41 +0000 (20:14 +0000)]
added mb_list_encodings_alias_names( ).

18 years ago- Make spl_autoload_register() return bool
Marcus Boerger [Thu, 23 Mar 2006 19:34:20 +0000 (19:34 +0000)]
- Make spl_autoload_register() return bool

18 years agoreturn FALSE if driver doesn't support quoting and returns 0
Antony Dovgal [Thu, 23 Mar 2006 19:03:30 +0000 (19:03 +0000)]
return FALSE if driver doesn't support quoting and returns 0
also fixes PECL bug #6365

18 years agoMFB51:
Ilia Alshanetsky [Thu, 23 Mar 2006 18:39:12 +0000 (18:39 +0000)]
MFB51:
Added myself to PDO and PDO_MySQL credits
Added Wez to PDO_MySQL credits
Added Tony to Q&A team credits
Regenerated the credits file

18 years agoadd missing skipif sections
Antony Dovgal [Thu, 23 Mar 2006 15:05:02 +0000 (15:05 +0000)]
add missing skipif sections

18 years agofix typos
Antony Dovgal [Thu, 23 Mar 2006 14:55:48 +0000 (14:55 +0000)]
fix typos

18 years agoUnder threat of being slept with by Marcus, adding new getParent() method
John Coggeshall [Thu, 23 Mar 2006 14:22:40 +0000 (14:22 +0000)]
Under threat of being slept with by Marcus, adding new getParent() method
for node traversals

18 years ago- Initialize callable_name if requested
Marcus Boerger [Thu, 23 Mar 2006 13:09:28 +0000 (13:09 +0000)]
- Initialize callable_name if requested

18 years ago- Make spl_autoload_unregister() accept any callable like spl_autoload_register()
Marcus Boerger [Thu, 23 Mar 2006 12:55:58 +0000 (12:55 +0000)]
- Make spl_autoload_unregister() accept any callable like spl_autoload_register()

18 years ago- Add new test
Marcus Boerger [Thu, 23 Mar 2006 12:20:35 +0000 (12:20 +0000)]
- Add new test

18 years ago- Add new test
Marcus Boerger [Thu, 23 Mar 2006 11:57:15 +0000 (11:57 +0000)]
- Add new test

18 years ago- MF51 Add missing bug title and synch with other tests
Marcus Boerger [Thu, 23 Mar 2006 11:49:53 +0000 (11:49 +0000)]
- MF51 Add missing bug title and synch with other tests

18 years agoFixed possible memory corruption
Dmitry Stogov [Thu, 23 Mar 2006 11:42:41 +0000 (11:42 +0000)]
Fixed possible memory corruption

18 years agoMTH: Allowed '-b' with UNIX sockets
Dmitry Stogov [Thu, 23 Mar 2006 10:20:14 +0000 (10:20 +0000)]
MTH: Allowed '-b' with UNIX sockets

18 years agoimplement correct fix for segfault on 64bit platform
Antony Dovgal [Thu, 23 Mar 2006 09:44:30 +0000 (09:44 +0000)]
implement correct fix for segfault on 64bit platform

18 years agoChangeLog update
<changelog@php.net> [Thu, 23 Mar 2006 06:31:57 +0000 (06:31 +0000)]
ChangeLog update

18 years ago. MFB: Fixed fetching of string value bigger than 128bytes when no options
Pierre Joye [Thu, 23 Mar 2006 01:37:38 +0000 (01:37 +0000)]
. MFB: Fixed fetching of string value bigger than 128bytes when no options
  are used

18 years agofix leak, add test
Antony Dovgal [Wed, 22 Mar 2006 23:12:38 +0000 (23:12 +0000)]
fix leak, add test

18 years agoMF51: prevent segfault when exception is thrown from Countable::count()
Antony Dovgal [Wed, 22 Mar 2006 22:06:08 +0000 (22:06 +0000)]
MF51: prevent segfault when exception is thrown from Countable::count()

18 years agoMFH: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
Antony Dovgal [Wed, 22 Mar 2006 21:57:10 +0000 (21:57 +0000)]
MFH: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
fix similar issue in offsetExists()
remove redundant semicolons

18 years agono magic_quotes anymore
Antony Dovgal [Wed, 22 Mar 2006 19:41:42 +0000 (19:41 +0000)]
no magic_quotes anymore

18 years agodon't segfault on 64bit platforms
Antony Dovgal [Wed, 22 Mar 2006 19:36:10 +0000 (19:36 +0000)]
don't segfault on 64bit platforms

18 years agouse set_time_limit(), this test takes forever on AIX
Antony Dovgal [Wed, 22 Mar 2006 19:27:28 +0000 (19:27 +0000)]
use set_time_limit(), this test takes forever on AIX

18 years agoSimplify and optimize code.
Ilia Alshanetsky [Wed, 22 Mar 2006 17:32:21 +0000 (17:32 +0000)]
Simplify and optimize code.

18 years ago- Moved strtotitle to ext/standard and implemented the fallback case to
Derick Rethans [Wed, 22 Mar 2006 10:20:20 +0000 (10:20 +0000)]
- Moved strtotitle to ext/standard and implemented the fallback case to
  non-unicode with ucwords. There is also an implementation for unicode ucwords
  but that returns different results then strtotitle as it uppercases the
  first character of every word, and doesn't *titlecase* a word. The test case
  shows that.

18 years agoMF51: fix #36820 (Privileged connection with an Oracle password file fails)
Antony Dovgal [Wed, 22 Mar 2006 09:46:13 +0000 (09:46 +0000)]
MF51: fix #36820 (Privileged connection with an Oracle password file fails)

18 years agoFix the bullshit register_globals emulation
Stefan Esser [Wed, 22 Mar 2006 08:21:01 +0000 (08:21 +0000)]
Fix the bullshit register_globals emulation

1) S is not _SESSION but _SERVER
2) EXTR_OVERWRITE is evil

18 years agoChangeLog update
<changelog@php.net> [Wed, 22 Mar 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- add tests files
Pierre Joye [Tue, 21 Mar 2006 19:02:00 +0000 (19:02 +0000)]
- add tests files

18 years ago- update, wrong file added
Pierre Joye [Tue, 21 Mar 2006 18:57:04 +0000 (18:57 +0000)]
- update, wrong file added

18 years ago- first serie of tests
Pierre Joye [Tue, 21 Mar 2006 18:49:45 +0000 (18:49 +0000)]
- first serie of tests

18 years ago- typo
Pierre Joye [Tue, 21 Mar 2006 18:45:31 +0000 (18:45 +0000)]
- typo
- bump api version

18 years agoAllow grow_mode && !bufstart (original assertion logic)
Sara Golemon [Tue, 21 Mar 2006 18:28:42 +0000 (18:28 +0000)]
Allow grow_mode && !bufstart (original assertion logic)

18 years ago- Drop --no-prefix as disables --prefix which we do for http://gcov.php.net
Marcus Boerger [Tue, 21 Mar 2006 18:17:03 +0000 (18:17 +0000)]
- Drop --no-prefix as disables --prefix which we do for http://gcov.php.net
# If you need/want this edit your makefile or provide a LTP_GENHTML export
# of your need when running buildconf

18 years ago- add enchant_broker_list_dicts
Pierre Joye [Tue, 21 Mar 2006 18:10:45 +0000 (18:10 +0000)]
- add enchant_broker_list_dicts

18 years ago- fix proto
Pierre Joye [Tue, 21 Mar 2006 17:25:41 +0000 (17:25 +0000)]
- fix proto

18 years ago- cs
Pierre Joye [Tue, 21 Mar 2006 17:18:57 +0000 (17:18 +0000)]
- cs

18 years agochange oci_field_type() to return VARCHAR2 instead of VARCHAR
Antony Dovgal [Tue, 21 Mar 2006 15:47:38 +0000 (15:47 +0000)]
change oci_field_type() to return VARCHAR2 instead of VARCHAR
(fixes feature request #36800)

18 years agoMFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).
Ilia Alshanetsky [Tue, 21 Mar 2006 15:35:48 +0000 (15:35 +0000)]
MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).

18 years agoreimplement php_oci_lob_read() and fix PECL bug #5995
Antony Dovgal [Tue, 21 Mar 2006 15:07:14 +0000 (15:07 +0000)]
reimplement php_oci_lob_read() and fix PECL bug #5995
now the function dosn't try to read data by blocks, as this is nearly impossible
to do with Unicode and regular LOBs in the same time

18 years ago- Update windows file too (not tested, but should work).
Derick Rethans [Tue, 21 Mar 2006 13:57:16 +0000 (13:57 +0000)]
- Update windows file too (not tested, but should work).

18 years ago- Make ext/unicode an extension that is always there and can not be disabled.
Derick Rethans [Tue, 21 Mar 2006 13:56:50 +0000 (13:56 +0000)]
- Make ext/unicode an extension that is always there and can not be disabled.

18 years agofix spelling
Antony Dovgal [Tue, 21 Mar 2006 13:46:51 +0000 (13:46 +0000)]
fix spelling

18 years agoFixed compatibility with auto_globals_jit
Dmitry Stogov [Tue, 21 Mar 2006 12:27:10 +0000 (12:27 +0000)]
Fixed compatibility with auto_globals_jit

18 years agoFixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)
Dmitry Stogov [Tue, 21 Mar 2006 12:05:10 +0000 (12:05 +0000)]
Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)

18 years ago- replace the pkg version in phpinfo
Pierre Joye [Tue, 21 Mar 2006 11:28:20 +0000 (11:28 +0000)]
- replace the pkg version in phpinfo

18 years ago- cs
Pierre Joye [Tue, 21 Mar 2006 11:13:12 +0000 (11:13 +0000)]
- cs

18 years ago- convert package to 2.0, prepare changelog for 1.0.1
Pierre Joye [Tue, 21 Mar 2006 10:38:59 +0000 (10:38 +0000)]
- convert package to 2.0, prepare changelog for 1.0.1

18 years agoFixed bug #36809 (__FILE__ behavior changed)
Dmitry Stogov [Tue, 21 Mar 2006 08:49:58 +0000 (08:49 +0000)]
Fixed bug #36809 (__FILE__ behavior changed)

18 years agoadded mb_check_encoding() to detect possible invalid encoding attack.
Rui Hirokawa [Tue, 21 Mar 2006 07:47:43 +0000 (07:47 +0000)]
added mb_check_encoding() to detect possible invalid encoding attack.

18 years agoChangeLog update
<changelog@php.net> [Tue, 21 Mar 2006 06:31:49 +0000 (06:31 +0000)]
ChangeLog update

18 years agochanged a option name based on PHP naming convension.
Rui Hirokawa [Tue, 21 Mar 2006 02:19:59 +0000 (02:19 +0000)]
changed a option name based on PHP naming convension.

18 years agoMF PHP_5_1
Rui Hirokawa [Tue, 21 Mar 2006 02:11:55 +0000 (02:11 +0000)]
MF PHP_5_1

18 years agoMFB51: Fixed bug #36689 (Removed arbitrary limit on the length of syslog
Ilia Alshanetsky [Tue, 21 Mar 2006 00:59:41 +0000 (00:59 +0000)]
MFB51: Fixed bug #36689 (Removed arbitrary limit on the length of syslog
messages).

18 years ago- add some UTF-8 hindi files, first of a serie of data used
Pierre Joye [Mon, 20 Mar 2006 23:44:47 +0000 (23:44 +0000)]
- add some UTF-8 hindi files, first of a serie of data used
  by the tests (will follow)

18 years agoshutdown syslog module before freeing basic_globals
Antony Dovgal [Mon, 20 Mar 2006 23:33:07 +0000 (23:33 +0000)]
shutdown syslog module before freeing basic_globals

18 years agoMF51: fix #36808 (syslog ident becomes garbage between requests)
Antony Dovgal [Mon, 20 Mar 2006 23:07:31 +0000 (23:07 +0000)]
MF51: fix #36808 (syslog ident becomes garbage between requests)

18 years ago- Drop PDO::setDefaultFetchMode()
Marcus Boerger [Mon, 20 Mar 2006 22:18:15 +0000 (22:18 +0000)]
- Drop PDO::setDefaultFetchMode()

18 years ago- WS
Marcus Boerger [Mon, 20 Mar 2006 22:17:41 +0000 (22:17 +0000)]
- WS

18 years agofix #36741 (userstreams testcase have off-by-one error on fseek())
Antony Dovgal [Mon, 20 Mar 2006 22:08:59 +0000 (22:08 +0000)]
fix #36741 (userstreams testcase have off-by-one error on fseek())

18 years ago- Added PDO_ATTR_DEFAULT_FETCH_MODE which controls the default fetch mode
Marcus Boerger [Mon, 20 Mar 2006 20:54:34 +0000 (20:54 +0000)]
- Added PDO_ATTR_DEFAULT_FETCH_MODE which controls the default fetch mode

18 years agodon't leak memory even though the code is not stable yet
Antony Dovgal [Mon, 20 Mar 2006 20:09:20 +0000 (20:09 +0000)]
don't leak memory even though the code is not stable yet

18 years agoRemoved unreachable code
Dmitry Stogov [Mon, 20 Mar 2006 15:12:54 +0000 (15:12 +0000)]
Removed unreachable code

18 years agofix buffer overrun
Antony Dovgal [Mon, 20 Mar 2006 14:10:23 +0000 (14:10 +0000)]
fix buffer overrun

18 years agoinitialize retval
Antony Dovgal [Mon, 20 Mar 2006 13:53:56 +0000 (13:53 +0000)]
initialize retval

18 years agoFixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
Dmitry Stogov [Mon, 20 Mar 2006 10:37:09 +0000 (10:37 +0000)]
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)

18 years agoFixed register_argc_argv behavior. Now it behave in the same way as before in combina...
Dmitry Stogov [Mon, 20 Mar 2006 10:18:50 +0000 (10:18 +0000)]
Fixed register_argc_argv behavior. Now it behave in the same way as before in combinations with variables_order and auto_globals_jit.
$argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off).

18 years agoChangeLog update
<changelog@php.net> [Mon, 20 Mar 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- fix compilation warning
Pierre Joye [Mon, 20 Mar 2006 00:07:08 +0000 (00:07 +0000)]
- fix compilation warning

18 years agothis check should be present in HEAD as well, no only in 5_1
Antony Dovgal [Sun, 19 Mar 2006 22:57:47 +0000 (22:57 +0000)]
this check should be present in HEAD as well, no only in 5_1

18 years agoMFB: first check stream for NULL, then dereference
Antony Dovgal [Sun, 19 Mar 2006 22:34:26 +0000 (22:34 +0000)]
MFB: first check stream for NULL, then dereference

18 years agomake the code a bit cleaner - no need for two different checks that are doing effecti...
Antony Dovgal [Sun, 19 Mar 2006 22:12:39 +0000 (22:12 +0000)]
make the code a bit cleaner - no need for two different checks that are doing effectively the same

18 years ago- Make all compile without errors/warnings
Marcus Boerger [Sun, 19 Mar 2006 20:57:53 +0000 (20:57 +0000)]
- Make all compile without errors/warnings

18 years ago- Little reordering now and disable a bit of tony's code to make it compile again
Marcus Boerger [Sun, 19 Mar 2006 20:53:58 +0000 (20:53 +0000)]
- Little reordering now and disable a bit of tony's code to make it compile again

18 years ago- Handle attributes in dbh ctor (jean pütz aka tony)
Marcus Boerger [Sun, 19 Mar 2006 20:33:51 +0000 (20:33 +0000)]
- Handle attributes in dbh ctor (jean pütz aka tony)

18 years ago- CS
Marcus Boerger [Sun, 19 Mar 2006 20:26:20 +0000 (20:26 +0000)]
- CS

18 years ago- Explicitly make the default default FETCH_BOTH
Marcus Boerger [Sun, 19 Mar 2006 20:08:29 +0000 (20:08 +0000)]
- Explicitly make the default default FETCH_BOTH

18 years ago- Prevent default fetch mode (0) from passing down to actual fetching and
Marcus Boerger [Sun, 19 Mar 2006 19:46:18 +0000 (19:46 +0000)]
- Prevent default fetch mode (0) from passing down to actual fetching and
  make it behave like FETCH_BOTH which is the intended overall default

18 years ago- Must use > 0 here (decrement after check)
Marcus Boerger [Sun, 19 Mar 2006 19:05:28 +0000 (19:05 +0000)]
- Must use > 0 here (decrement after check)

18 years ago- Simplify, default mode transfer also in prepare
Marcus Boerger [Sun, 19 Mar 2006 19:04:32 +0000 (19:04 +0000)]
- Simplify, default mode transfer also in prepare

18 years agoMFB51: Properly calculate the size of the result array.
Ilia Alshanetsky [Sun, 19 Mar 2006 17:35:56 +0000 (17:35 +0000)]
MFB51: Properly calculate the size of the result array.

18 years agoMFB: fix php_apache_sapi_header_handler() modifying sapi_header
Michael Wallner [Sun, 19 Mar 2006 14:58:06 +0000 (14:58 +0000)]
MFB: fix php_apache_sapi_header_handler() modifying sapi_header

18 years ago- typos
Pierre Joye [Sun, 19 Mar 2006 11:26:25 +0000 (11:26 +0000)]
- typos

18 years agoChangeLog update
<changelog@php.net> [Sun, 19 Mar 2006 06:31:43 +0000 (06:31 +0000)]
ChangeLog update

18 years agoMFB: fix several leaks in date_sun*() functions
Antony Dovgal [Sat, 18 Mar 2006 23:44:30 +0000 (23:44 +0000)]
MFB: fix several leaks in date_sun*() functions

18 years ago- Need to change Pierre's patch abit
Marcus Boerger [Sat, 18 Mar 2006 23:35:34 +0000 (23:35 +0000)]
- Need to change Pierre's patch abit

18 years ago- Add test
Marcus Boerger [Sat, 18 Mar 2006 23:13:43 +0000 (23:13 +0000)]
- Add test

18 years ago- Add PDO::setDEfaultFetchMode() (Pierre)
Marcus Boerger [Sat, 18 Mar 2006 23:10:40 +0000 (23:10 +0000)]
- Add PDO::setDEfaultFetchMode() (Pierre)

18 years ago- Simplify
Marcus Boerger [Sat, 18 Mar 2006 23:09:47 +0000 (23:09 +0000)]
- Simplify