]> granicus.if.org Git - php/log
php
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

19 years ago- Moved constants to private .h file
Derick Rethans [Tue, 20 Sep 2005 15:01:42 +0000 (15:01 +0000)]
- Moved constants to private .h file
- Added comments to filter stubs as per discussion with Ilia
- Renamed regexp to validate_regexp filter
- Added stubs for validate_url, validate_email and validate_ip filters.
- Implemented "string" (stripped) filter

19 years agofix crash on restarting static PHP having session modules loaded
Stanislav Malyshev [Tue, 20 Sep 2005 14:05:16 +0000 (14:05 +0000)]
fix crash on restarting static PHP having session modules loaded

19 years ago- Synch utest with test
Marcus Boerger [Tue, 20 Sep 2005 09:21:11 +0000 (09:21 +0000)]
- Synch utest with test

19 years agoZTS fix
Dmitry Stogov [Tue, 20 Sep 2005 06:17:30 +0000 (06:17 +0000)]
ZTS fix

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

19 years agoMFB: remove PDO_ prefix
Ilia Alshanetsky [Tue, 20 Sep 2005 00:46:07 +0000 (00:46 +0000)]
MFB: remove PDO_ prefix

19 years agouse PDO:: class constants
Wez Furlong [Tue, 20 Sep 2005 00:45:16 +0000 (00:45 +0000)]
use PDO:: class constants

19 years agoMake PDO use class constants
Ilia Alshanetsky [Tue, 20 Sep 2005 00:33:42 +0000 (00:33 +0000)]
Make PDO use class constants

19 years ago- Add eytension consts to extension output (Johannes)
Marcus Boerger [Mon, 19 Sep 2005 20:29:33 +0000 (20:29 +0000)]
- Add eytension consts to extension output (Johannes)
- Fix WS in output

19 years ago- Fix filename
Marcus Boerger [Mon, 19 Sep 2005 19:03:38 +0000 (19:03 +0000)]
- Fix filename

19 years agoMF5.0: add new test
Antony Dovgal [Mon, 19 Sep 2005 18:59:50 +0000 (18:59 +0000)]
MF5.0: add new test

19 years agoFixed access to uninitialized value
Dmitry Stogov [Mon, 19 Sep 2005 18:47:36 +0000 (18:47 +0000)]
Fixed access to uninitialized value

19 years ago- Fix filename in docu
Marcus Boerger [Mon, 19 Sep 2005 18:28:01 +0000 (18:28 +0000)]
- Fix filename in docu

19 years ago- Add deprecated/compatibility class for BC
Marcus Boerger [Mon, 19 Sep 2005 18:25:23 +0000 (18:25 +0000)]
- Add deprecated/compatibility class for BC

19 years ago- More TSRM fixes
Marcus Boerger [Mon, 19 Sep 2005 18:17:39 +0000 (18:17 +0000)]
- More TSRM fixes

19 years ago- Fix building with 5.0
Marcus Boerger [Mon, 19 Sep 2005 18:05:00 +0000 (18:05 +0000)]
- Fix building with 5.0

19 years agoMFH (removed unnecesary call to zval_ptr_dtor)
Dmitry Stogov [Mon, 19 Sep 2005 17:50:11 +0000 (17:50 +0000)]
MFH (removed unnecesary call to zval_ptr_dtor)

19 years agoFixed access to memory that is already freed (in case of __call() method)
Dmitry Stogov [Mon, 19 Sep 2005 16:28:43 +0000 (16:28 +0000)]
Fixed access to memory that is already freed (in case of __call() method)

19 years agoFixed parameter passing incompatibilities.
Dmitry Stogov [Mon, 19 Sep 2005 16:01:56 +0000 (16:01 +0000)]
Fixed parameter passing incompatibilities.
Now it is possible to call array_pop(explode("&","1&2&3")) again.

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

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

19 years agoFixed test file
Dmitry Stogov [Mon, 19 Sep 2005 06:11:12 +0000 (06:11 +0000)]
Fixed test file

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

19 years agoAdd blame :)
Ilia Alshanetsky [Mon, 19 Sep 2005 03:21:34 +0000 (03:21 +0000)]
Add blame :)

19 years ago- Update docu: new slides are available
Marcus Boerger [Sun, 18 Sep 2005 17:51:37 +0000 (17:51 +0000)]
- Update docu: new slides are available

19 years ago- Observer/Subject have been renamed
Marcus Boerger [Sun, 18 Sep 2005 17:44:50 +0000 (17:44 +0000)]
- Observer/Subject have been renamed

19 years ago- Add missing docu
Marcus Boerger [Sun, 18 Sep 2005 17:39:12 +0000 (17:39 +0000)]
- Add missing docu

19 years ago- Derick changed the test but forgot to make the code use E_RECOVERABLE_ERROR
Marcus Boerger [Sun, 18 Sep 2005 17:32:52 +0000 (17:32 +0000)]
- Derick changed the test but forgot to make the code use E_RECOVERABLE_ERROR

19 years ago- Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that
Marcus Boerger [Sun, 18 Sep 2005 16:51:24 +0000 (16:51 +0000)]
- Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that
  all of those follow the naming scheme 'Recursive<*>Iterator'

19 years ago- Move RecursiveArrayIterator into .c
Marcus Boerger [Sun, 18 Sep 2005 11:34:36 +0000 (11:34 +0000)]
- Move RecursiveArrayIterator into .c
- Add ability to control iterator class of ArrayObject
- Implement option to make CachingIterator cache all read elements
- Implement ArrayAccess to CachingIterator to access cached elements
- Update docu
- Update tests

19 years agoMFB
Edin Kadribasic [Sat, 17 Sep 2005 22:07:20 +0000 (22:07 +0000)]
MFB

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

19 years agocheck class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
Antony Dovgal [Fri, 16 Sep 2005 20:20:46 +0000 (20:20 +0000)]
check class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
when called statically in a function that is called statically too (without being
declared as static)

19 years agoPlease, only add entries for fixed bugs if they are ONLY fixed in HEAD!
foobar [Fri, 16 Sep 2005 19:43:46 +0000 (19:43 +0000)]
Please, only add entries for fixed bugs if they are ONLY fixed in HEAD!

19 years agoFixed bug #34478 (Incorrect parsing of url's fragment (#...))
Dmitry Stogov [Fri, 16 Sep 2005 15:47:42 +0000 (15:47 +0000)]
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))

19 years agoFixed tests
Dmitry Stogov [Fri, 16 Sep 2005 15:24:50 +0000 (15:24 +0000)]
Fixed tests

19 years agoMFH
Dmitry Stogov [Fri, 16 Sep 2005 15:24:09 +0000 (15:24 +0000)]
MFH

19 years ago- MFB
Marcus Boerger [Fri, 16 Sep 2005 15:23:37 +0000 (15:23 +0000)]
- MFB

19 years agoFixed bug #34518 (Unset doesn't separate container in CV)
Dmitry Stogov [Fri, 16 Sep 2005 14:40:49 +0000 (14:40 +0000)]
Fixed bug #34518 (Unset doesn't separate container in CV)

19 years agoMFH (overriding of protected static property)
Dmitry Stogov [Fri, 16 Sep 2005 13:42:31 +0000 (13:42 +0000)]
MFH (overriding of protected static property)

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

19 years ago- Fixed bug #34052 (date('U') returns %ld not unix timestamp).
Derick Rethans [Thu, 15 Sep 2005 19:10:13 +0000 (19:10 +0000)]
- Fixed bug #34052 (date('U') returns %ld not unix timestamp).

19 years ago- Added tests.
Derick Rethans [Thu, 15 Sep 2005 16:20:06 +0000 (16:20 +0000)]
- Added tests.

19 years ago- Add E_RECOVERABLE.
Derick Rethans [Thu, 15 Sep 2005 16:19:48 +0000 (16:19 +0000)]
- Add E_RECOVERABLE.
#- Thought I did this before already actually...

19 years ago- Rename file class again by popular demmand: calling it SplFileObject now
Marcus Boerger [Thu, 15 Sep 2005 14:07:39 +0000 (14:07 +0000)]
- Rename file class again by popular demmand: calling it SplFileObject now
# Any other idea about the name? Or should i come up with a renaming plan
# for the upcoming versions? :-)

19 years agoMFB
foobar [Thu, 15 Sep 2005 13:20:24 +0000 (13:20 +0000)]
MFB

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