]> granicus.if.org Git - php/log
php
19 years ago*** empty log message ***
Andrei Zmievski [Sun, 2 Oct 2005 03:10:33 +0000 (03:10 +0000)]
*** empty log message ***

19 years ago- MFB spl/simplexml integration (when sxe is shared)
Marcus Boerger [Sat, 1 Oct 2005 15:55:27 +0000 (15:55 +0000)]
- MFB spl/simplexml integration (when sxe is shared)

19 years ago- MF51: Implemented better timezone guessing algorithm.
Derick Rethans [Sat, 1 Oct 2005 15:07:20 +0000 (15:07 +0000)]
- MF51: Implemented better timezone guessing algorithm.

19 years agoChangeLog update
<changelog@php.net> [Sat, 1 Oct 2005 05:42:39 +0000 (05:42 +0000)]
ChangeLog update

19 years ago- MFB: #33125, alpha emulation broken
Pierre Joye [Fri, 30 Sep 2005 20:58:41 +0000 (20:58 +0000)]
- MFB: #33125, alpha emulation broken

19 years ago- substr_replace(): call correct funcn for string conversion
Rolland Santimano [Fri, 30 Sep 2005 13:19:15 +0000 (13:19 +0000)]
- substr_replace(): call correct funcn for string conversion

19 years ago- Unicode impl of levenshtein()
Rolland Santimano [Fri, 30 Sep 2005 06:20:47 +0000 (06:20 +0000)]
- Unicode impl of levenshtein()

19 years agoChangeLog update
<changelog@php.net> [Fri, 30 Sep 2005 05:38:16 +0000 (05:38 +0000)]
ChangeLog update

19 years agoFixed possible crash and/or memory corruption in import_request_variables()
Ilia Alshanetsky [Thu, 29 Sep 2005 16:30:15 +0000 (16:30 +0000)]
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().

19 years ago- Unicode impl of strtok()
Rolland Santimano [Thu, 29 Sep 2005 11:05:30 +0000 (11:05 +0000)]
- Unicode impl of strtok()

19 years agoFixed wrong array autodetection
Dmitry Stogov [Thu, 29 Sep 2005 10:00:59 +0000 (10:00 +0000)]
Fixed wrong array autodetection

19 years ago- Updated addslashes(): add codepoints directly rather than with zend_codepoint_to_uc...
Rolland Santimano [Thu, 29 Sep 2005 09:33:38 +0000 (09:33 +0000)]
- Updated addslashes(): add codepoints directly rather than with zend_codepoint_to_uchar()

19 years agoChangeLog update
<changelog@php.net> [Thu, 29 Sep 2005 05:41:36 +0000 (05:41 +0000)]
ChangeLog update

19 years agoadd dsp file
Rob Richards [Thu, 29 Sep 2005 01:05:17 +0000 (01:05 +0000)]
add dsp file

19 years agoUpdate php4 build file, compile against istantclient
Edin Kadribasic [Wed, 28 Sep 2005 22:31:45 +0000 (22:31 +0000)]
Update php4 build file, compile against istantclient

19 years agoFixed possible GLOBALS variable override when register_globals are ON.
Ilia Alshanetsky [Wed, 28 Sep 2005 22:31:29 +0000 (22:31 +0000)]
Fixed possible GLOBALS variable override when register_globals are ON.
Fixed possible register_globals toggle via parse_str().

19 years ago- Updated substr_replace() to use:
Rolland Santimano [Wed, 28 Sep 2005 14:58:31 +0000 (14:58 +0000)]
- Updated substr_replace() to use:
  - zend_get_unified_string_type()/convert_to_explicit_type() for type conversion
  - u_countChar32() for counting codepoints

19 years ago{add,strip}slashes()
Rolland Santimano [Wed, 28 Sep 2005 12:25:34 +0000 (12:25 +0000)]
{add,strip}slashes()

19 years agoFixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)
Dmitry Stogov [Wed, 28 Sep 2005 11:23:32 +0000 (11:23 +0000)]
Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)

19 years ago- Unicode impl of {add,strip}slashes()
Rolland Santimano [Wed, 28 Sep 2005 09:22:08 +0000 (09:22 +0000)]
- Unicode impl of {add,strip}slashes()

19 years ago- Implemented input_filters_list() function to return all supported filters.
Derick Rethans [Wed, 28 Sep 2005 09:10:45 +0000 (09:10 +0000)]
- Implemented input_filters_list() function to return all supported filters.

19 years ago- Add missing .cvsignore
Marcus Boerger [Wed, 28 Sep 2005 07:10:38 +0000 (07:10 +0000)]
- Add missing .cvsignore

19 years agoChangeLog update
<changelog@php.net> [Wed, 28 Sep 2005 07:05:48 +0000 (07:05 +0000)]
ChangeLog update

19 years agoChangeLog update
<changelog@php.net> [Wed, 28 Sep 2005 06:31:02 +0000 (06:31 +0000)]
ChangeLog update

19 years agostrrev() walkthrough
Andrei Zmievski [Tue, 27 Sep 2005 19:56:39 +0000 (19:56 +0000)]
strrev() walkthrough

19 years agoFixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destro...
Dmitry Stogov [Tue, 27 Sep 2005 18:08:26 +0000 (18:08 +0000)]
Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called)

19 years agoUnicode fixes.
Andrei Zmievski [Tue, 27 Sep 2005 17:50:00 +0000 (17:50 +0000)]
Unicode fixes.

19 years agoFixed bug #34643 (wsdl default value has no effect)
Dmitry Stogov [Tue, 27 Sep 2005 15:24:47 +0000 (15:24 +0000)]
Fixed bug #34643 (wsdl default value has no effect)

19 years agoFixed bug #32937 (open_basedir looses trailing / in the limiter).
Ilia Alshanetsky [Tue, 27 Sep 2005 15:07:38 +0000 (15:07 +0000)]
Fixed bug #32937 (open_basedir looses trailing / in the limiter).

Patch by Adam Conrad

19 years agoMFH
Dmitry Stogov [Tue, 27 Sep 2005 08:50:23 +0000 (08:50 +0000)]
MFH

19 years ago- Need to rename in expectations, too
Marcus Boerger [Tue, 27 Sep 2005 08:46:53 +0000 (08:46 +0000)]
- Need to rename in expectations, too

19 years ago- Rename test to be consistent
Marcus Boerger [Tue, 27 Sep 2005 08:41:23 +0000 (08:41 +0000)]
- Rename test to be consistent

19 years ago- Add new tests
Marcus Boerger [Tue, 27 Sep 2005 08:37:37 +0000 (08:37 +0000)]
- Add new tests

19 years ago- BFN
Marcus Boerger [Tue, 27 Sep 2005 08:25:34 +0000 (08:25 +0000)]
- BFN

19 years agoChanged __toString() behavior to call it in all necessary places
Dmitry Stogov [Tue, 27 Sep 2005 07:59:18 +0000 (07:59 +0000)]
Changed __toString() behavior to call it in all necessary places

19 years agoChangeLog update
<changelog@php.net> [Tue, 27 Sep 2005 05:33:02 +0000 (05:33 +0000)]
ChangeLog update

19 years agoAllow substr_compare() to take a negative offset to facilitate start of the
Ilia Alshanetsky [Mon, 26 Sep 2005 23:08:10 +0000 (23:08 +0000)]
Allow substr_compare() to take a negative offset to facilitate start of the
comparison from the end of string.

19 years agoTouch generated file
Ilia Alshanetsky [Mon, 26 Sep 2005 19:32:17 +0000 (19:32 +0000)]
Touch generated file

19 years agoUpdate bundled libsqlite3 to version 3.2.7
Ilia Alshanetsky [Mon, 26 Sep 2005 19:31:41 +0000 (19:31 +0000)]
Update bundled libsqlite3 to version 3.2.7

19 years ago- Implemented callback filter.
Derick Rethans [Mon, 26 Sep 2005 18:38:49 +0000 (18:38 +0000)]
- Implemented callback filter.

19 years ago- Reset global pointer to NULL after mem free (required for apache 1.3)
Marcus Boerger [Mon, 26 Sep 2005 17:54:57 +0000 (17:54 +0000)]
- Reset global pointer to NULL after mem free (required for apache 1.3)

19 years agothe last 64bit fix
Antony Dovgal [Mon, 26 Sep 2005 16:48:24 +0000 (16:48 +0000)]
the last 64bit fix

19 years ago- Implement validate_ip filter for IPv4.
Derick Rethans [Mon, 26 Sep 2005 13:45:38 +0000 (13:45 +0000)]
- Implement validate_ip filter for IPv4.

19 years agoUnicode support
Dmitry Stogov [Mon, 26 Sep 2005 07:23:49 +0000 (07:23 +0000)]
Unicode support

19 years ago- Implemented validate_url filter.
Derick Rethans [Mon, 26 Sep 2005 06:57:05 +0000 (06:57 +0000)]
- Implemented validate_url filter.

19 years agoChangeLog update
<changelog@php.net> [Mon, 26 Sep 2005 05:32:43 +0000 (05:32 +0000)]
ChangeLog update

19 years ago2nd part of previous fix
Antony Dovgal [Sun, 25 Sep 2005 23:49:13 +0000 (23:49 +0000)]
2nd part of previous fix

19 years agomore 64-bit fixes
Antony Dovgal [Sun, 25 Sep 2005 23:46:28 +0000 (23:46 +0000)]
more 64-bit fixes

19 years agofix 64bit issues caused by wrong "long" usage
Antony Dovgal [Sun, 25 Sep 2005 21:44:32 +0000 (21:44 +0000)]
fix 64bit issues caused by wrong "long" usage

19 years agofix arguments-by-ref with 5.x (problem appeared after the last 4.x compat patch)
Antony Dovgal [Sun, 25 Sep 2005 18:24:52 +0000 (18:24 +0000)]
fix arguments-by-ref with 5.x (problem appeared after the last 4.x compat patch)
make sure username_len is always initialized

19 years ago- Make code more readable, fix issue with parameter parsing introduced with
Marcus Boerger [Sun, 25 Sep 2005 18:06:08 +0000 (18:06 +0000)]
- Make code more readable, fix issue with parameter parsing introduced with
  unicode update

19 years agoFixed bug #34321 (Possible crash in filter code).
Ilia Alshanetsky [Sun, 25 Sep 2005 13:26:19 +0000 (13:26 +0000)]
Fixed bug #34321 (Possible crash in filter code).

19 years ago- Implement RecursiveIteratorIterator::setMaxDepth()/getMaxDepth()
Marcus Boerger [Sun, 25 Sep 2005 12:01:31 +0000 (12:01 +0000)]
- Implement RecursiveIteratorIterator::setMaxDepth()/getMaxDepth()

19 years agoChangeLog update
<changelog@php.net> [Sun, 25 Sep 2005 05:43:30 +0000 (05:43 +0000)]
ChangeLog update

19 years ago- Rename here too
Marcus Boerger [Sat, 24 Sep 2005 23:48:26 +0000 (23:48 +0000)]
- Rename here too

19 years agofix typo
foobar [Sat, 24 Sep 2005 23:22:44 +0000 (23:22 +0000)]
fix typo

19 years ago- Serializeable was renamed to Serializable long ago
Marcus Boerger [Sat, 24 Sep 2005 23:18:14 +0000 (23:18 +0000)]
- Serializeable was renamed to Serializable long ago

19 years agoMFB: Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg...
Edin Kadribasic [Sat, 24 Sep 2005 15:22:57 +0000 (15:22 +0000)]
MFB: Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg(), needed for mbstring

19 years agoMFB: Build PDO and SQLite as shared
Edin Kadribasic [Sat, 24 Sep 2005 15:15:13 +0000 (15:15 +0000)]
MFB: Build PDO and SQLite as shared

19 years ago- #33220, fix infinite loop while loading invalid gif, this patch fixes
Pierre Joye [Sat, 24 Sep 2005 14:37:49 +0000 (14:37 +0000)]
- #33220, fix infinite loop while loading invalid gif, this patch fixes
  at least many cases (nlopess)

19 years agoMFB: sqlite3.h is a generated file
Edin Kadribasic [Sat, 24 Sep 2005 14:22:02 +0000 (14:22 +0000)]
MFB: sqlite3.h is a generated file

19 years agoMFB: Declare functions used by driver as PDO_API in php_pdo_driver.h
Edin Kadribasic [Sat, 24 Sep 2005 14:19:24 +0000 (14:19 +0000)]
MFB: Declare functions used by driver as PDO_API in php_pdo_driver.h

19 years agoChangeLog update
<changelog@php.net> [Sat, 24 Sep 2005 05:35:43 +0000 (05:35 +0000)]
ChangeLog update

19 years ago- Implemented filter_int, filter_float and filter_bool.
Derick Rethans [Fri, 23 Sep 2005 23:09:47 +0000 (23:09 +0000)]
- Implemented filter_int, filter_float and filter_bool.

19 years ago- Remove unused variable
Marcus Boerger [Fri, 23 Sep 2005 23:02:29 +0000 (23:02 +0000)]
- Remove unused variable

19 years ago- WS
Marcus Boerger [Fri, 23 Sep 2005 22:55:10 +0000 (22:55 +0000)]
- WS

19 years ago- WS fix
Marcus Boerger [Fri, 23 Sep 2005 22:49:57 +0000 (22:49 +0000)]
- WS fix

19 years agosubstr() sample case
Andrei Zmievski [Fri, 23 Sep 2005 21:24:31 +0000 (21:24 +0000)]
substr() sample case

19 years agofix test
Antony Dovgal [Fri, 23 Sep 2005 10:34:02 +0000 (10:34 +0000)]
fix test

19 years agofix tests to work with HEAD and its new E_* values
Antony Dovgal [Fri, 23 Sep 2005 10:28:23 +0000 (10:28 +0000)]
fix tests to work with HEAD and its new E_* values

19 years agoremove double EXPECT tag
Antony Dovgal [Fri, 23 Sep 2005 09:39:59 +0000 (09:39 +0000)]
remove double EXPECT tag

19 years agoadd new tests
Antony Dovgal [Fri, 23 Sep 2005 09:39:29 +0000 (09:39 +0000)]
add new tests

19 years agoMF5.1:
Antony Dovgal [Fri, 23 Sep 2005 09:38:37 +0000 (09:38 +0000)]
MF5.1:
- store current value of error_reporting only if it's not stored yet
- reset old_error_reporting to NULL only it points to the tmp_var at current opline

19 years ago- Improved the fix for #21306 a bit
foobar [Fri, 23 Sep 2005 08:13:57 +0000 (08:13 +0000)]
- Improved the fix for #21306 a bit

19 years agoMFH
Dmitry Stogov [Fri, 23 Sep 2005 07:16:06 +0000 (07:16 +0000)]
MFH

19 years agoChangeLog update
<changelog@php.net> [Fri, 23 Sep 2005 05:33:26 +0000 (05:33 +0000)]
ChangeLog update

19 years agofix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no effect...
Antony Dovgal [Thu, 22 Sep 2005 20:14:15 +0000 (20:14 +0000)]
fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no effect) for real

19 years agobump API number
Antony Dovgal [Thu, 22 Sep 2005 19:13:52 +0000 (19:13 +0000)]
bump API number

19 years agofix #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
Antony Dovgal [Thu, 22 Sep 2005 19:03:04 +0000 (19:03 +0000)]
fix #33771 (error_reporting falls to 0 when @ was used inside try/catch block)

19 years ago.. and the fix
Antony Dovgal [Thu, 22 Sep 2005 16:42:21 +0000 (16:42 +0000)]
.. and the fix

19 years agofix Win32 builds for PHP_4_4
Antony Dovgal [Thu, 22 Sep 2005 16:25:59 +0000 (16:25 +0000)]
fix Win32 builds for PHP_4_4
(patch by Edin)

19 years ago- Changed variable handling code so that filter flags work for the unsafe_raw
Derick Rethans [Thu, 22 Sep 2005 14:32:28 +0000 (14:32 +0000)]
- Changed variable handling code so that filter flags work for the unsafe_raw
  filter.
- Added better support for \0 characters.
- Added utility function to HTML encode low/high characters.
- Added support for encode low/high flags to the string and special_chars
  filter.
- Added support for strip and encoding flags to the unsafe_raw filter.

19 years agoMFB: Fix building of extensions that inlcude extname/header.h
Edin Kadribasic [Thu, 22 Sep 2005 13:18:14 +0000 (13:18 +0000)]
MFB: Fix building of extensions that inlcude extname/header.h

19 years agoprepare to release 1.1.1
Antony Dovgal [Thu, 22 Sep 2005 12:15:03 +0000 (12:15 +0000)]
prepare to release 1.1.1

19 years ago- Removed ALLOW_SIGN filter flag, as this will always be allowed.
Derick Rethans [Thu, 22 Sep 2005 10:06:57 +0000 (10:06 +0000)]
- Removed ALLOW_SIGN filter flag, as this will always be allowed.
- Added ALLOW_SCIENTIFIC flag for the FS_NUMBER_FLOAT filter.
- Implemented string, encoded, special_chars, unsafe_raw, email, url,
  number_int, number_float and magic_quotes filters.

19 years agoChangeLog update
<changelog@php.net> [Thu, 22 Sep 2005 05:45:59 +0000 (05:45 +0000)]
ChangeLog update

19 years ago- Fixed Bug #34590 User defined PDOStatement class can't implement methods
Marcus Boerger [Wed, 21 Sep 2005 22:53:50 +0000 (22:53 +0000)]
- Fixed Bug #34590 User defined PDOStatement class can't implement methods

19 years ago- MFB
Marcus Boerger [Wed, 21 Sep 2005 18:49:37 +0000 (18:49 +0000)]
- MFB

19 years agoFixed memory corruption
Dmitry Stogov [Wed, 21 Sep 2005 15:54:42 +0000 (15:54 +0000)]
Fixed memory corruption

19 years agoAllow fopen() make HTTPS requests throug HTTP proxies
Dmitry Stogov [Wed, 21 Sep 2005 15:04:48 +0000 (15:04 +0000)]
Allow fopen() make HTTPS requests throug HTTP proxies

19 years agoMFB: fixed compiler warnings
Ilia Alshanetsky [Wed, 21 Sep 2005 13:23:12 +0000 (13:23 +0000)]
MFB: fixed compiler warnings

19 years agoFixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
Ilia Alshanetsky [Wed, 21 Sep 2005 13:15:20 +0000 (13:15 +0000)]
Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)

19 years ago- Fix Bug #34243 ReflectionClass::getDocComment() returns no result
Marcus Boerger [Wed, 21 Sep 2005 09:56:35 +0000 (09:56 +0000)]
- Fix Bug #34243 ReflectionClass::getDocComment() returns no result

19 years ago- Fixed definition in correct file. (Patch by Nuno)
Derick Rethans [Wed, 21 Sep 2005 08:40:52 +0000 (08:40 +0000)]
- Fixed definition in correct file. (Patch by Nuno)

19 years ago- Moved the FREE_OP to after the execution of the included file, or eval
Derick Rethans [Wed, 21 Sep 2005 08:12:34 +0000 (08:12 +0000)]
- Moved the FREE_OP to after the execution of the included file, or eval
  statement so that it is safe to access this information in the overridden
  zend_execute() function, which is what Xdebug does.

19 years agoChangeLog update
<changelog@php.net> [Wed, 21 Sep 2005 05:35:49 +0000 (05:35 +0000)]
ChangeLog update

19 years ago- Remove HTML fragments from phpcredits() in CLI mode
Johannes Schlüter [Tue, 20 Sep 2005 22:17:34 +0000 (22:17 +0000)]
- Remove HTML fragments from phpcredits() in CLI mode

19 years ago- Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
foobar [Tue, 20 Sep 2005 20:56:21 +0000 (20:56 +0000)]
- Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)

19 years agoAllow overloading of PDO constructor.
Ilia Alshanetsky [Tue, 20 Sep 2005 19:52:05 +0000 (19:52 +0000)]
Allow overloading of PDO constructor.

19 years ago- Provide helper function to avoid TSRM issues with exception base and root
Marcus Boerger [Tue, 20 Sep 2005 18:46:15 +0000 (18:46 +0000)]
- Provide helper function to avoid TSRM issues with exception base and root