]> granicus.if.org Git - php/log
php
20 years agoDon't copy ini items to module globals
Ard Biesheuvel [Tue, 6 Jul 2004 13:46:19 +0000 (13:46 +0000)]
Don't copy ini items to module globals
(fixed unregistered bug with mangled default_db setting)

20 years agoFix ZTS build.
Sebastian Bergmann [Tue, 6 Jul 2004 08:01:07 +0000 (08:01 +0000)]
Fix ZTS build.

20 years agoFixed bug #28751 (SoapServer does not call _autoload())
Dmitry Stogov [Tue, 6 Jul 2004 07:30:33 +0000 (07:30 +0000)]
Fixed bug #28751 (SoapServer does not call _autoload())

20 years agoChangeLog update
<changelog@php.net> [Tue, 6 Jul 2004 00:33:32 +0000 (00:33 +0000)]
ChangeLog update

20 years agoEliminate alloca() calls where they can be affected by the users.
Ilia Alshanetsky [Mon, 5 Jul 2004 21:31:35 +0000 (21:31 +0000)]
Eliminate alloca() calls where they can be affected by the users.

20 years agoDon't use alloca() where it can reached by the users.
Ilia Alshanetsky [Mon, 5 Jul 2004 21:16:29 +0000 (21:16 +0000)]
Don't use alloca() where it can reached by the users.

20 years ago- Bugfix: #29019 Database not closing
Marcus Boerger [Mon, 5 Jul 2004 19:36:10 +0000 (19:36 +0000)]
- Bugfix: #29019 Database not closing

20 years ago- Disable zend_mm for 5.0.0
Andi Gutmans [Mon, 5 Jul 2004 17:06:41 +0000 (17:06 +0000)]
- Disable zend_mm for 5.0.0

20 years ago- revert to proper behaviour
Sascha Schumann [Mon, 5 Jul 2004 11:41:31 +0000 (11:41 +0000)]
- revert to proper behaviour

20 years ago- Add test for bug #28325.
Moriyoshi Koizumi [Mon, 5 Jul 2004 07:53:41 +0000 (07:53 +0000)]
- Add test for bug #28325.

20 years agoChangeLog update
<changelog@php.net> [Mon, 5 Jul 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update

20 years agoEliminate potentially dangerous alloca().
Ilia Alshanetsky [Sun, 4 Jul 2004 17:13:58 +0000 (17:13 +0000)]
Eliminate potentially dangerous alloca().

20 years agoFixed bug #28963 (Missing space for \0 in address allocation).
Ilia Alshanetsky [Sun, 4 Jul 2004 16:52:59 +0000 (16:52 +0000)]
Fixed bug #28963 (Missing space for \0 in address allocation).

20 years agoFix TSRM build
Marcus Boerger [Sun, 4 Jul 2004 11:14:17 +0000 (11:14 +0000)]
Fix TSRM build

20 years agoChangeLog update
<changelog@php.net> [Sun, 4 Jul 2004 00:32:20 +0000 (00:32 +0000)]
ChangeLog update

20 years agoBFN
Moriyoshi Koizumi [Sat, 3 Jul 2004 16:14:46 +0000 (16:14 +0000)]
BFN

20 years ago- Bugfix #28325 (circular reference serialisation).
Moriyoshi Koizumi [Sat, 3 Jul 2004 16:10:28 +0000 (16:10 +0000)]
- Bugfix #28325 (circular reference serialisation).

20 years agoChangeLog update
<changelog@php.net> [Sat, 3 Jul 2004 00:32:18 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- Should fix mem leak with ZEND_MM. I made this change a while ago and
Andi Gutmans [Sat, 3 Jul 2004 00:16:39 +0000 (00:16 +0000)]
- Should fix mem leak with ZEND_MM. I made this change a while ago and
- rolled it back but I don't remember why. Please test!

20 years agoChangeLog update
<changelog@php.net> [Fri, 2 Jul 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update

20 years agoDo not use alloca() where it can be easily abused by the users.
Ilia Alshanetsky [Thu, 1 Jul 2004 16:28:32 +0000 (16:28 +0000)]
Do not use alloca() where it can be easily abused by the users.

# This probably should go into reflection code as well.

20 years agofix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:
Sterling Hughes [Thu, 1 Jul 2004 06:50:46 +0000 (06:50 +0000)]
fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:

$fields = array('foo' => 'bar');
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_exec($ch);
as opposed to :

curl_setopt($ch, CURLOPT_POSTFIELDS, array('foo' => 'bar'));

you'll get a segv or no results, depending on the mood and cycle of the
moon.

20 years agoThat hashtable should never have been an argument....
Sara Golemon [Thu, 1 Jul 2004 04:43:29 +0000 (04:43 +0000)]
That hashtable should never have been an argument....

20 years agoChangeLog update
<changelog@php.net> [Thu, 1 Jul 2004 00:32:13 +0000 (00:32 +0000)]
ChangeLog update

20 years agoFix for #28512. news entry
Frank M. Kromann [Wed, 30 Jun 2004 19:51:28 +0000 (19:51 +0000)]
Fix for #28512. news entry

20 years agoFix for #28512. Allocate enough space to store data
Frank M. Kromann [Wed, 30 Jun 2004 19:46:57 +0000 (19:46 +0000)]
Fix for #28512. Allocate enough space to store data

20 years agoAnother instance where alloca() is not needed.
Ilia Alshanetsky [Wed, 30 Jun 2004 13:43:16 +0000 (13:43 +0000)]
Another instance where alloca() is not needed.

20 years agoFixed Ilia's alloca() issue/exploit
Ard Biesheuvel [Wed, 30 Jun 2004 10:55:03 +0000 (10:55 +0000)]
Fixed Ilia's alloca() issue/exploit
Removed pointless RINIT()
Use macros for consistent resource type names

20 years agoDo not use alloca() where it can be abused through user input.
Ilia Alshanetsky [Wed, 30 Jun 2004 01:12:06 +0000 (01:12 +0000)]
Do not use alloca() where it can be abused through user input.

20 years agoChangeLog update
<changelog@php.net> [Wed, 30 Jun 2004 00:32:27 +0000 (00:32 +0000)]
ChangeLog update

20 years agoFix for Bug #28964 fread "greedy" behaviour
Wez Furlong [Tue, 29 Jun 2004 21:51:53 +0000 (21:51 +0000)]
Fix for Bug #28964 fread "greedy" behaviour

20 years agoChangeLog update
<changelog@php.net> [Tue, 29 Jun 2004 00:32:44 +0000 (00:32 +0000)]
ChangeLog update

20 years agoRemoved pointless allocation check.
Ilia Alshanetsky [Mon, 28 Jun 2004 22:31:28 +0000 (22:31 +0000)]
Removed pointless allocation check.

20 years agoFix #28921 (Bad grammar in INSTALL).
Sebastian Bergmann [Mon, 28 Jun 2004 16:41:01 +0000 (16:41 +0000)]
Fix #28921 (Bad grammar in INSTALL).

20 years ago- Fixed bug with leap year checking.
Derick Rethans [Mon, 28 Jun 2004 14:33:57 +0000 (14:33 +0000)]
- Fixed bug with leap year checking.

20 years agoRevert at Derick's request
Ard Biesheuvel [Mon, 28 Jun 2004 11:41:08 +0000 (11:41 +0000)]
Revert at Derick's request

20 years agoBFN
Ard Biesheuvel [Mon, 28 Jun 2004 11:28:12 +0000 (11:28 +0000)]
BFN

20 years agoMFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)
Ard Biesheuvel [Mon, 28 Jun 2004 11:27:05 +0000 (11:27 +0000)]
MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)

20 years agoChangeLog update
<changelog@php.net> [Mon, 28 Jun 2004 00:33:21 +0000 (00:33 +0000)]
ChangeLog update

20 years agoRemoved unneeded if().
Ilia Alshanetsky [Sun, 27 Jun 2004 21:49:47 +0000 (21:49 +0000)]
Removed unneeded if().

20 years agoAdd more tests
Marcus Boerger [Sun, 27 Jun 2004 13:28:01 +0000 (13:28 +0000)]
Add more tests

20 years agoAdd more tests
Marcus Boerger [Sun, 27 Jun 2004 13:15:31 +0000 (13:15 +0000)]
Add more tests

20 years agoChangeLog update
<changelog@php.net> [Sun, 27 Jun 2004 00:32:20 +0000 (00:32 +0000)]
ChangeLog update

20 years agoBFN
Marcus Boerger [Sat, 26 Jun 2004 22:08:19 +0000 (22:08 +0000)]
BFN

20 years ago*** empty log message ***
Moriyoshi Koizumi [Sat, 26 Jun 2004 17:04:39 +0000 (17:04 +0000)]
*** empty log message ***

20 years agoreplace strncpy with strlcpy
Uwe Schindler [Sat, 26 Jun 2004 10:30:07 +0000 (10:30 +0000)]
replace strncpy with strlcpy

20 years agoAs long we pass values by reference this is needed. Ugly!
Stefan Esser [Sat, 26 Jun 2004 08:09:28 +0000 (08:09 +0000)]
As long we pass values by reference this is needed. Ugly!

20 years agoFixed input_filter functions need emalloc()ed values.
Stefan Esser [Sat, 26 Jun 2004 07:57:37 +0000 (07:57 +0000)]
Fixed input_filter functions need emalloc()ed values.

20 years agostrip_tags() news
Stefan Esser [Sat, 26 Jun 2004 07:46:08 +0000 (07:46 +0000)]
strip_tags() news

20 years agoIE we love you all...
Stefan Esser [Sat, 26 Jun 2004 07:43:02 +0000 (07:43 +0000)]
IE we love you all...

20 years ago- WS
Moriyoshi Koizumi [Sat, 26 Jun 2004 05:41:14 +0000 (05:41 +0000)]
- WS

20 years ago- Fix bug #28466 (mbstring_convert_variables() problem).
Moriyoshi Koizumi [Sat, 26 Jun 2004 05:39:00 +0000 (05:39 +0000)]
- Fix bug #28466 (mbstring_convert_variables() problem).

20 years agoChangeLog update
<changelog@php.net> [Sat, 26 Jun 2004 00:32:25 +0000 (00:32 +0000)]
ChangeLog update

20 years agoMFB: Memory leak fix (patch by Joe Orton)
Edin Kadribasic [Fri, 25 Jun 2004 13:00:48 +0000 (13:00 +0000)]
MFB: Memory leak fix (patch by Joe Orton)
Fixes #28113. Adapted to php5 by Magnus Määttä.

20 years agoexport zend stream functions for zend extensions under windows
Wez Furlong [Fri, 25 Jun 2004 12:55:11 +0000 (12:55 +0000)]
export zend stream functions for zend extensions under windows

20 years agoChangeLog update
<changelog@php.net> [Fri, 25 Jun 2004 00:32:18 +0000 (00:32 +0000)]
ChangeLog update

20 years agoEase off on severity of new error (Using Resources as array offsets)
Sara Golemon [Thu, 24 Jun 2004 16:35:34 +0000 (16:35 +0000)]
Ease off on severity of new error (Using Resources as array offsets)

20 years agoMFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).
Ilia Alshanetsky [Thu, 24 Jun 2004 14:20:59 +0000 (14:20 +0000)]
MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).

20 years agoFixed zend_parse_parameters arguments...
Stefan Esser [Thu, 24 Jun 2004 08:49:00 +0000 (08:49 +0000)]
Fixed zend_parse_parameters arguments...

20 years agoAdded missing safe_mode & open_basedir checks.
Ilia Alshanetsky [Thu, 24 Jun 2004 00:48:58 +0000 (00:48 +0000)]
Added missing safe_mode & open_basedir checks.

20 years agoChangeLog update
<changelog@php.net> [Thu, 24 Jun 2004 00:32:21 +0000 (00:32 +0000)]
ChangeLog update

20 years agoBugFix #28879 Inconsistent behavior between explicit and implicit array creation.
Sara Golemon [Wed, 23 Jun 2004 23:20:44 +0000 (23:20 +0000)]
BugFix #28879  Inconsistent behavior between explicit and implicit array creation.

Changes:

Throw E_WARNING "Illegal offset type" when explicitly creating
array elements with objects, arrays, or resorces as indexes.
This matches implicit creation w/ obj/arr indices.

Throw E_WARNING "Resource ID#%ld used as offset, casting to integer (%ld)"
when implicitly creating array with resource as index. (BC)

20 years agofix for inheritability
George Schlossnagle [Wed, 23 Jun 2004 18:06:00 +0000 (18:06 +0000)]
fix for inheritability

20 years agoadded php_mysqli_construct_get to support __construct in extended classes
Georg Richter [Wed, 23 Jun 2004 16:47:25 +0000 (16:47 +0000)]
added php_mysqli_construct_get to support __construct in extended classes

20 years agoChanged name to all caps
Ard Biesheuvel [Wed, 23 Jun 2004 13:42:06 +0000 (13:42 +0000)]
Changed name to all caps

20 years agoReturn all results as strings until I can convince the other guys that
Ard Biesheuvel [Wed, 23 Jun 2004 13:26:09 +0000 (13:26 +0000)]
Return all results as strings until I can convince the other guys that
it should be otherwise

20 years agoFixed some int-long issues
Ard Biesheuvel [Wed, 23 Jun 2004 13:20:54 +0000 (13:20 +0000)]
Fixed some int-long issues

20 years agoAddendum to bug #28878: change ini keys as PHP_INI_SYSTEM
Uwe Schindler [Wed, 23 Jun 2004 13:02:01 +0000 (13:02 +0000)]
Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM
Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables

20 years agoAdded SOAP configuration directives
Dmitry Stogov [Wed, 23 Jun 2004 08:18:42 +0000 (08:18 +0000)]
Added SOAP configuration directives

20 years agoChangeLog update
<changelog@php.net> [Wed, 23 Jun 2004 00:32:34 +0000 (00:32 +0000)]
ChangeLog update

20 years agoMFB (better error checking in pcre_fullinfo() calls).
Andrei Zmievski [Tue, 22 Jun 2004 22:21:58 +0000 (22:21 +0000)]
MFB (better error checking in pcre_fullinfo() calls).

20 years agoFixed possible buffer overflow.
Ilia Alshanetsky [Tue, 22 Jun 2004 20:27:46 +0000 (20:27 +0000)]
Fixed possible buffer overflow.

20 years agoUpdated the author's contact information.
Alex Leigh [Tue, 22 Jun 2004 18:08:03 +0000 (18:08 +0000)]
Updated the author's contact information.

20 years agoFix bug #28878: php.ini values in php5_execute
Uwe Schindler [Tue, 22 Jun 2004 15:37:40 +0000 (15:37 +0000)]
Fix bug #28878: php.ini values in php5_execute

20 years agoBUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180")
Dmitry Stogov [Tue, 22 Jun 2004 12:42:17 +0000 (12:42 +0000)]
BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180")

20 years agoChangeLog update
<changelog@php.net> [Tue, 22 Jun 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update

20 years agoAdded missing safe_mode check.
Ilia Alshanetsky [Mon, 21 Jun 2004 22:53:52 +0000 (22:53 +0000)]
Added missing safe_mode check.

20 years agoBFN
Sara Golemon [Mon, 21 Jun 2004 21:09:13 +0000 (21:09 +0000)]
BFN

20 years agoBugFix#28868 (Part Two): This fixes thread unsafety in the userspace
Sara Golemon [Mon, 21 Jun 2004 21:08:05 +0000 (21:08 +0000)]
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
filters which relates to the fix just applied for userspace wrappers.

20 years agoFixed bug #28822: ArrayObject::offsetExists() works inverted
Marcus Boerger [Mon, 21 Jun 2004 19:15:27 +0000 (19:15 +0000)]
Fixed bug #28822: ArrayObject::offsetExists() works inverted

20 years agoBugFix#28868: Wrapper hash not thread-safe.
Sara Golemon [Mon, 21 Jun 2004 18:58:55 +0000 (18:58 +0000)]
BugFix#28868: Wrapper hash not thread-safe.

Userdefined wrappers were being registered into a global wrapper hash
which can cross threads.  Termination of once instance then has the
potential to leave an active stream in another instance with no wrapper
leading to segfault.

20 years agoSupport for HTTP redirection.
Dmitry Stogov [Mon, 21 Jun 2004 12:56:33 +0000 (12:56 +0000)]
Support for HTTP redirection.

20 years agoMore output magic on nested exceptions
Tomas V.V.Cox [Mon, 21 Jun 2004 04:36:17 +0000 (04:36 +0000)]
More output magic on nested exceptions

20 years agoBe more consistent with CS
Tomas V.V.Cox [Mon, 21 Jun 2004 04:06:18 +0000 (04:06 +0000)]
Be more consistent with CS

20 years agoSome API changes:
Tomas V.V.Cox [Mon, 21 Jun 2004 03:53:39 +0000 (03:53 +0000)]
Some API changes:
- addObserver() params order switched
- signal() -> _signal()
- public:getCauseMessage() -> private:_getCauseMessage()
- some more docs

20 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jun 2004 00:32:07 +0000 (00:32 +0000)]
ChangeLog update

20 years agoRemoved unneeded checks around Zend allocation macros.
Ilia Alshanetsky [Sun, 20 Jun 2004 21:40:43 +0000 (21:40 +0000)]
Removed unneeded checks around Zend allocation macros.

20 years agoFirst release of the PEAR_Exception class
Tomas V.V.Cox [Sun, 20 Jun 2004 19:08:37 +0000 (19:08 +0000)]
First release of the PEAR_Exception class
                 (dedicated to otherbird)

20 years agoBFN
Marcus Boerger [Sun, 20 Jun 2004 16:49:49 +0000 (16:49 +0000)]
BFN

20 years agoFix 2nd issue of bug #28831
Marcus Boerger [Sun, 20 Jun 2004 16:46:27 +0000 (16:46 +0000)]
Fix 2nd issue of bug #28831

20 years agoBFN
Marcus Boerger [Sun, 20 Jun 2004 09:39:09 +0000 (09:39 +0000)]
BFN

20 years agoBugfix #28851: call_user_func_array has typo in error message
Marcus Boerger [Sun, 20 Jun 2004 09:37:35 +0000 (09:37 +0000)]
Bugfix #28851: call_user_func_array has typo in error message

20 years agoChangeLog update
<changelog@php.net> [Sun, 20 Jun 2004 00:32:22 +0000 (00:32 +0000)]
ChangeLog update

20 years ago- do it right (phpize path issue)
Jan Lehnardt [Sat, 19 Jun 2004 20:32:07 +0000 (20:32 +0000)]
- do it right (phpize path issue)

20 years ago- phpize now can handle directories with spaces in their name (#28847)
Jan Lehnardt [Sat, 19 Jun 2004 19:39:56 +0000 (19:39 +0000)]
- phpize now can handle directories with spaces in their name (#28847)

20 years agoReflection_* -> Reflection*. Patch by Timm Friebe.
Sebastian Bergmann [Sat, 19 Jun 2004 16:52:04 +0000 (16:52 +0000)]
Reflection_* -> Reflection*. Patch by Timm Friebe.

20 years agoChangeLog update
<changelog@php.net> [Sat, 19 Jun 2004 00:32:22 +0000 (00:32 +0000)]
ChangeLog update

20 years agoAnother typo in converting array index doubles to long.
Sara Golemon [Fri, 18 Jun 2004 18:33:46 +0000 (18:33 +0000)]
Another typo in converting array index doubles to long.

20 years agotests for the crash in bug 28213
George Schlossnagle [Fri, 18 Jun 2004 18:10:52 +0000 (18:10 +0000)]
tests for the crash in bug 28213

20 years agofix for 28213.
George Schlossnagle [Fri, 18 Jun 2004 17:34:58 +0000 (17:34 +0000)]
fix for 28213.

class_name and call_type should be reinitialized on every loop iter.