]>
granicus.if.org Git - php/log
Andrei Zmievski [Thu, 23 Mar 2006 21:52:49 +0000 (21:52 +0000)]
Allow conversion between binary/Unicode strings (based on
runtime_encoding setting).
Marcus Boerger [Thu, 23 Mar 2006 21:26:50 +0000 (21:26 +0000)]
- My eyes hurt
Seiji Masugata [Thu, 23 Mar 2006 20:14:41 +0000 (20:14 +0000)]
added mb_list_encodings_alias_names( ).
Marcus Boerger [Thu, 23 Mar 2006 19:34:20 +0000 (19:34 +0000)]
- Make spl_autoload_register() return bool
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
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
Antony Dovgal [Thu, 23 Mar 2006 15:05:02 +0000 (15:05 +0000)]
add missing skipif sections
Antony Dovgal [Thu, 23 Mar 2006 14:55:48 +0000 (14:55 +0000)]
fix typos
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
Marcus Boerger [Thu, 23 Mar 2006 13:09:28 +0000 (13:09 +0000)]
- Initialize callable_name if requested
Marcus Boerger [Thu, 23 Mar 2006 12:55:58 +0000 (12:55 +0000)]
- Make spl_autoload_unregister() accept any callable like spl_autoload_register()
Marcus Boerger [Thu, 23 Mar 2006 12:20:35 +0000 (12:20 +0000)]
- Add new test
Marcus Boerger [Thu, 23 Mar 2006 11:57:15 +0000 (11:57 +0000)]
- Add new test
Marcus Boerger [Thu, 23 Mar 2006 11:49:53 +0000 (11:49 +0000)]
- MF51 Add missing bug title and synch with other tests
Dmitry Stogov [Thu, 23 Mar 2006 11:42:41 +0000 (11:42 +0000)]
Fixed possible memory corruption
Dmitry Stogov [Thu, 23 Mar 2006 10:20:14 +0000 (10:20 +0000)]
MTH: Allowed '-b' with UNIX sockets
Antony Dovgal [Thu, 23 Mar 2006 09:44:30 +0000 (09:44 +0000)]
implement correct fix for segfault on 64bit platform
<changelog@php.net> [Thu, 23 Mar 2006 06:31:57 +0000 (06:31 +0000)]
ChangeLog update
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
Antony Dovgal [Wed, 22 Mar 2006 23:12:38 +0000 (23:12 +0000)]
fix leak, add test
Antony Dovgal [Wed, 22 Mar 2006 22:06:08 +0000 (22:06 +0000)]
MF51: prevent segfault when exception is thrown from Countable::count()
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
Antony Dovgal [Wed, 22 Mar 2006 19:41:42 +0000 (19:41 +0000)]
no magic_quotes anymore
Antony Dovgal [Wed, 22 Mar 2006 19:36:10 +0000 (19:36 +0000)]
don't segfault on 64bit platforms
Antony Dovgal [Wed, 22 Mar 2006 19:27:28 +0000 (19:27 +0000)]
use set_time_limit(), this test takes forever on AIX
Ilia Alshanetsky [Wed, 22 Mar 2006 17:32:21 +0000 (17:32 +0000)]
Simplify and optimize code.
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.
Antony Dovgal [Wed, 22 Mar 2006 09:46:13 +0000 (09:46 +0000)]
MF51: fix #36820 (Privileged connection with an Oracle password file fails)
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
<changelog@php.net> [Wed, 22 Mar 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Tue, 21 Mar 2006 19:02:00 +0000 (19:02 +0000)]
- add tests files
Pierre Joye [Tue, 21 Mar 2006 18:57:04 +0000 (18:57 +0000)]
- update, wrong file added
Pierre Joye [Tue, 21 Mar 2006 18:49:45 +0000 (18:49 +0000)]
- first serie of tests
Pierre Joye [Tue, 21 Mar 2006 18:45:31 +0000 (18:45 +0000)]
- typo
- bump api version
Sara Golemon [Tue, 21 Mar 2006 18:28:42 +0000 (18:28 +0000)]
Allow grow_mode && !bufstart (original assertion logic)
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
Pierre Joye [Tue, 21 Mar 2006 18:10:45 +0000 (18:10 +0000)]
- add enchant_broker_list_dicts
Pierre Joye [Tue, 21 Mar 2006 17:25:41 +0000 (17:25 +0000)]
- fix proto
Pierre Joye [Tue, 21 Mar 2006 17:18:57 +0000 (17:18 +0000)]
- cs
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)
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).
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
Derick Rethans [Tue, 21 Mar 2006 13:57:16 +0000 (13:57 +0000)]
- Update windows file too (not tested, but should work).
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.
Antony Dovgal [Tue, 21 Mar 2006 13:46:51 +0000 (13:46 +0000)]
fix spelling
Dmitry Stogov [Tue, 21 Mar 2006 12:27:10 +0000 (12:27 +0000)]
Fixed compatibility with auto_globals_jit
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)
Pierre Joye [Tue, 21 Mar 2006 11:28:20 +0000 (11:28 +0000)]
- replace the pkg version in phpinfo
Pierre Joye [Tue, 21 Mar 2006 11:13:12 +0000 (11:13 +0000)]
- cs
Pierre Joye [Tue, 21 Mar 2006 10:38:59 +0000 (10:38 +0000)]
- convert package to 2.0, prepare changelog for 1.0.1
Dmitry Stogov [Tue, 21 Mar 2006 08:49:58 +0000 (08:49 +0000)]
Fixed bug #36809 (__FILE__ behavior changed)
Rui Hirokawa [Tue, 21 Mar 2006 07:47:43 +0000 (07:47 +0000)]
added mb_check_encoding() to detect possible invalid encoding attack.
<changelog@php.net> [Tue, 21 Mar 2006 06:31:49 +0000 (06:31 +0000)]
ChangeLog update
Rui Hirokawa [Tue, 21 Mar 2006 02:19:59 +0000 (02:19 +0000)]
changed a option name based on PHP naming convension.
Rui Hirokawa [Tue, 21 Mar 2006 02:11:55 +0000 (02:11 +0000)]
MF PHP_5_1
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).
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)
Antony Dovgal [Mon, 20 Mar 2006 23:33:07 +0000 (23:33 +0000)]
shutdown syslog module before freeing basic_globals
Antony Dovgal [Mon, 20 Mar 2006 23:07:31 +0000 (23:07 +0000)]
MF51: fix #36808 (syslog ident becomes garbage between requests)
Marcus Boerger [Mon, 20 Mar 2006 22:18:15 +0000 (22:18 +0000)]
- Drop PDO::setDefaultFetchMode()
Marcus Boerger [Mon, 20 Mar 2006 22:17:41 +0000 (22:17 +0000)]
- WS
Antony Dovgal [Mon, 20 Mar 2006 22:08:59 +0000 (22:08 +0000)]
fix #36741 (userstreams testcase have off-by-one error on fseek())
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
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
Dmitry Stogov [Mon, 20 Mar 2006 15:12:54 +0000 (15:12 +0000)]
Removed unreachable code
Antony Dovgal [Mon, 20 Mar 2006 14:10:23 +0000 (14:10 +0000)]
fix buffer overrun
Antony Dovgal [Mon, 20 Mar 2006 13:53:56 +0000 (13:53 +0000)]
initialize retval
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)
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).
<changelog@php.net> [Mon, 20 Mar 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Mon, 20 Mar 2006 00:07:08 +0000 (00:07 +0000)]
- fix compilation warning
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
Antony Dovgal [Sun, 19 Mar 2006 22:34:26 +0000 (22:34 +0000)]
MFB: first check stream for NULL, then dereference
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
Marcus Boerger [Sun, 19 Mar 2006 20:57:53 +0000 (20:57 +0000)]
- Make all compile without errors/warnings
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
Marcus Boerger [Sun, 19 Mar 2006 20:33:51 +0000 (20:33 +0000)]
- Handle attributes in dbh ctor (jean pütz aka tony)
Marcus Boerger [Sun, 19 Mar 2006 20:26:20 +0000 (20:26 +0000)]
- CS
Marcus Boerger [Sun, 19 Mar 2006 20:08:29 +0000 (20:08 +0000)]
- Explicitly make the default default FETCH_BOTH
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
Marcus Boerger [Sun, 19 Mar 2006 19:05:28 +0000 (19:05 +0000)]
- Must use > 0 here (decrement after check)
Marcus Boerger [Sun, 19 Mar 2006 19:04:32 +0000 (19:04 +0000)]
- Simplify, default mode transfer also in prepare
Ilia Alshanetsky [Sun, 19 Mar 2006 17:35:56 +0000 (17:35 +0000)]
MFB51: Properly calculate the size of the result array.
Michael Wallner [Sun, 19 Mar 2006 14:58:06 +0000 (14:58 +0000)]
MFB: fix php_apache_sapi_header_handler() modifying sapi_header
Pierre Joye [Sun, 19 Mar 2006 11:26:25 +0000 (11:26 +0000)]
- typos
<changelog@php.net> [Sun, 19 Mar 2006 06:31:43 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 18 Mar 2006 23:44:30 +0000 (23:44 +0000)]
MFB: fix several leaks in date_sun*() functions
Marcus Boerger [Sat, 18 Mar 2006 23:35:34 +0000 (23:35 +0000)]
- Need to change Pierre's patch abit
Marcus Boerger [Sat, 18 Mar 2006 23:13:43 +0000 (23:13 +0000)]
- Add test
Marcus Boerger [Sat, 18 Mar 2006 23:10:40 +0000 (23:10 +0000)]
- Add PDO::setDEfaultFetchMode() (Pierre)
Marcus Boerger [Sat, 18 Mar 2006 23:09:47 +0000 (23:09 +0000)]
- Simplify
Antony Dovgal [Sat, 18 Mar 2006 22:25:29 +0000 (22:25 +0000)]
check stream for NULL before writing to it
remove unnecessary semicolons
Antony Dovgal [Sat, 18 Mar 2006 22:06:45 +0000 (22:06 +0000)]
MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)
Marcus Boerger [Sat, 18 Mar 2006 19:56:35 +0000 (19:56 +0000)]
- Fix seek/eof issue in temp streams
Marcus Boerger [Sat, 18 Mar 2006 19:44:51 +0000 (19:44 +0000)]
- Fix issue in _php_stream_get_line(): Allow maxchars == 0 as macro
php_stream_get_line() does
Rob Richards [Sat, 18 Mar 2006 11:46:13 +0000 (11:46 +0000)]
MFB51: Fixed bug #36756 (DOMDocument::removeChild corrupts node)
add test
<changelog@php.net> [Sat, 18 Mar 2006 06:31:51 +0000 (06:31 +0000)]
ChangeLog update
Omar Kilani [Sat, 18 Mar 2006 04:15:16 +0000 (04:15 +0000)]
Fix PECL bug #7147 - rework comma insertion whilst encoding.
Add tests to package.xml.
Marcus Boerger [Fri, 17 Mar 2006 23:14:55 +0000 (23:14 +0000)]
- Fix TSRM
Andrei Zmievski [Fri, 17 Mar 2006 23:00:20 +0000 (23:00 +0000)]
Make is_string() return TRUE for both Unicode and binary strings.