]>
granicus.if.org Git - php/log
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)
Sebastian Bergmann [Tue, 6 Jul 2004 08:01:07 +0000 (08:01 +0000)]
Fix ZTS build.
Dmitry Stogov [Tue, 6 Jul 2004 07:30:33 +0000 (07:30 +0000)]
Fixed bug #28751 (SoapServer does not call _autoload())
<changelog@php.net> [Tue, 6 Jul 2004 00:33:32 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 5 Jul 2004 21:31:35 +0000 (21:31 +0000)]
Eliminate alloca() calls where they can be affected 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.
Marcus Boerger [Mon, 5 Jul 2004 19:36:10 +0000 (19:36 +0000)]
- Bugfix: #29019 Database not closing
Andi Gutmans [Mon, 5 Jul 2004 17:06:41 +0000 (17:06 +0000)]
- Disable zend_mm for 5.0.0
Sascha Schumann [Mon, 5 Jul 2004 11:41:31 +0000 (11:41 +0000)]
- revert to proper behaviour
Moriyoshi Koizumi [Mon, 5 Jul 2004 07:53:41 +0000 (07:53 +0000)]
- Add test for bug #28325.
<changelog@php.net> [Mon, 5 Jul 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 4 Jul 2004 17:13:58 +0000 (17:13 +0000)]
Eliminate potentially dangerous alloca().
Ilia Alshanetsky [Sun, 4 Jul 2004 16:52:59 +0000 (16:52 +0000)]
Fixed bug #28963 (Missing space for \0 in address allocation).
Marcus Boerger [Sun, 4 Jul 2004 11:14:17 +0000 (11:14 +0000)]
Fix TSRM build
<changelog@php.net> [Sun, 4 Jul 2004 00:32:20 +0000 (00:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sat, 3 Jul 2004 16:14:46 +0000 (16:14 +0000)]
BFN
Moriyoshi Koizumi [Sat, 3 Jul 2004 16:10:28 +0000 (16:10 +0000)]
- Bugfix #28325 (circular reference serialisation).
<changelog@php.net> [Sat, 3 Jul 2004 00:32:18 +0000 (00:32 +0000)]
ChangeLog update
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!
<changelog@php.net> [Fri, 2 Jul 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update
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.
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.
Sara Golemon [Thu, 1 Jul 2004 04:43:29 +0000 (04:43 +0000)]
That hashtable should never have been an argument....
<changelog@php.net> [Thu, 1 Jul 2004 00:32:13 +0000 (00:32 +0000)]
ChangeLog update
Frank M. Kromann [Wed, 30 Jun 2004 19:51:28 +0000 (19:51 +0000)]
Fix for #28512. news entry
Frank M. Kromann [Wed, 30 Jun 2004 19:46:57 +0000 (19:46 +0000)]
Fix for #28512. Allocate enough space to store data
Ilia Alshanetsky [Wed, 30 Jun 2004 13:43:16 +0000 (13:43 +0000)]
Another instance where alloca() is not needed.
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
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.
<changelog@php.net> [Wed, 30 Jun 2004 00:32:27 +0000 (00:32 +0000)]
ChangeLog update
Wez Furlong [Tue, 29 Jun 2004 21:51:53 +0000 (21:51 +0000)]
Fix for Bug #28964 fread "greedy" behaviour
<changelog@php.net> [Tue, 29 Jun 2004 00:32:44 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 28 Jun 2004 22:31:28 +0000 (22:31 +0000)]
Removed pointless allocation check.
Sebastian Bergmann [Mon, 28 Jun 2004 16:41:01 +0000 (16:41 +0000)]
Fix #28921 (Bad grammar in INSTALL).
Derick Rethans [Mon, 28 Jun 2004 14:33:57 +0000 (14:33 +0000)]
- Fixed bug with leap year checking.
Ard Biesheuvel [Mon, 28 Jun 2004 11:41:08 +0000 (11:41 +0000)]
Revert at Derick's request
Ard Biesheuvel [Mon, 28 Jun 2004 11:28:12 +0000 (11:28 +0000)]
BFN
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)
<changelog@php.net> [Mon, 28 Jun 2004 00:33:21 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 27 Jun 2004 21:49:47 +0000 (21:49 +0000)]
Removed unneeded if().
Marcus Boerger [Sun, 27 Jun 2004 13:28:01 +0000 (13:28 +0000)]
Add more tests
Marcus Boerger [Sun, 27 Jun 2004 13:15:31 +0000 (13:15 +0000)]
Add more tests
<changelog@php.net> [Sun, 27 Jun 2004 00:32:20 +0000 (00:32 +0000)]
ChangeLog update
Marcus Boerger [Sat, 26 Jun 2004 22:08:19 +0000 (22:08 +0000)]
BFN
Moriyoshi Koizumi [Sat, 26 Jun 2004 17:04:39 +0000 (17:04 +0000)]
*** empty log message ***
Uwe Schindler [Sat, 26 Jun 2004 10:30:07 +0000 (10:30 +0000)]
replace strncpy with strlcpy
Stefan Esser [Sat, 26 Jun 2004 08:09:28 +0000 (08:09 +0000)]
As long we pass values by reference this is needed. Ugly!
Stefan Esser [Sat, 26 Jun 2004 07:57:37 +0000 (07:57 +0000)]
Fixed input_filter functions need emalloc()ed values.
Stefan Esser [Sat, 26 Jun 2004 07:46:08 +0000 (07:46 +0000)]
strip_tags() news
Stefan Esser [Sat, 26 Jun 2004 07:43:02 +0000 (07:43 +0000)]
IE we love you all...
Moriyoshi Koizumi [Sat, 26 Jun 2004 05:41:14 +0000 (05:41 +0000)]
- WS
Moriyoshi Koizumi [Sat, 26 Jun 2004 05:39:00 +0000 (05:39 +0000)]
- Fix bug #28466 (mbstring_convert_variables() problem).
<changelog@php.net> [Sat, 26 Jun 2004 00:32:25 +0000 (00:32 +0000)]
ChangeLog update
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ä.
Wez Furlong [Fri, 25 Jun 2004 12:55:11 +0000 (12:55 +0000)]
export zend stream functions for zend extensions under windows
<changelog@php.net> [Fri, 25 Jun 2004 00:32:18 +0000 (00:32 +0000)]
ChangeLog update
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)
Ilia Alshanetsky [Thu, 24 Jun 2004 14:20:59 +0000 (14:20 +0000)]
MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).
Stefan Esser [Thu, 24 Jun 2004 08:49:00 +0000 (08:49 +0000)]
Fixed zend_parse_parameters arguments...
Ilia Alshanetsky [Thu, 24 Jun 2004 00:48:58 +0000 (00:48 +0000)]
Added missing safe_mode & open_basedir checks.
<changelog@php.net> [Thu, 24 Jun 2004 00:32:21 +0000 (00:32 +0000)]
ChangeLog update
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)
George Schlossnagle [Wed, 23 Jun 2004 18:06:00 +0000 (18:06 +0000)]
fix for inheritability
Georg Richter [Wed, 23 Jun 2004 16:47:25 +0000 (16:47 +0000)]
added php_mysqli_construct_get to support __construct in extended classes
Ard Biesheuvel [Wed, 23 Jun 2004 13:42:06 +0000 (13:42 +0000)]
Changed name to all caps
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
Ard Biesheuvel [Wed, 23 Jun 2004 13:20:54 +0000 (13:20 +0000)]
Fixed some int-long issues
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
Dmitry Stogov [Wed, 23 Jun 2004 08:18:42 +0000 (08:18 +0000)]
Added SOAP configuration directives
<changelog@php.net> [Wed, 23 Jun 2004 00:32:34 +0000 (00:32 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 22 Jun 2004 22:21:58 +0000 (22:21 +0000)]
MFB (better error checking in pcre_fullinfo() calls).
Ilia Alshanetsky [Tue, 22 Jun 2004 20:27:46 +0000 (20:27 +0000)]
Fixed possible buffer overflow.
Alex Leigh [Tue, 22 Jun 2004 18:08:03 +0000 (18:08 +0000)]
Updated the author's contact information.
Uwe Schindler [Tue, 22 Jun 2004 15:37:40 +0000 (15:37 +0000)]
Fix bug #28878: php.ini values in php5_execute
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")
<changelog@php.net> [Tue, 22 Jun 2004 00:32:17 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 21 Jun 2004 22:53:52 +0000 (22:53 +0000)]
Added missing safe_mode check.
Sara Golemon [Mon, 21 Jun 2004 21:09:13 +0000 (21:09 +0000)]
BFN
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.
Marcus Boerger [Mon, 21 Jun 2004 19:15:27 +0000 (19:15 +0000)]
Fixed bug #28822: ArrayObject::offsetExists() works inverted
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.
Dmitry Stogov [Mon, 21 Jun 2004 12:56:33 +0000 (12:56 +0000)]
Support for HTTP redirection.
Tomas V.V.Cox [Mon, 21 Jun 2004 04:36:17 +0000 (04:36 +0000)]
More output magic on nested exceptions
Tomas V.V.Cox [Mon, 21 Jun 2004 04:06:18 +0000 (04:06 +0000)]
Be more consistent with CS
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
<changelog@php.net> [Mon, 21 Jun 2004 00:32:07 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 20 Jun 2004 21:40:43 +0000 (21:40 +0000)]
Removed unneeded checks around Zend allocation macros.
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)
Marcus Boerger [Sun, 20 Jun 2004 16:49:49 +0000 (16:49 +0000)]
BFN
Marcus Boerger [Sun, 20 Jun 2004 16:46:27 +0000 (16:46 +0000)]
Fix 2nd issue of bug #28831
Marcus Boerger [Sun, 20 Jun 2004 09:39:09 +0000 (09:39 +0000)]
BFN
Marcus Boerger [Sun, 20 Jun 2004 09:37:35 +0000 (09:37 +0000)]
Bugfix #28851: call_user_func_array has typo in error message
<changelog@php.net> [Sun, 20 Jun 2004 00:32:22 +0000 (00:32 +0000)]
ChangeLog update
Jan Lehnardt [Sat, 19 Jun 2004 20:32:07 +0000 (20:32 +0000)]
- do it right (phpize path issue)
Jan Lehnardt [Sat, 19 Jun 2004 19:39:56 +0000 (19:39 +0000)]
- phpize now can handle directories with spaces in their name (#28847)
Sebastian Bergmann [Sat, 19 Jun 2004 16:52:04 +0000 (16:52 +0000)]
Reflection_* -> Reflection*. Patch by Timm Friebe.
<changelog@php.net> [Sat, 19 Jun 2004 00:32:22 +0000 (00:32 +0000)]
ChangeLog update
Sara Golemon [Fri, 18 Jun 2004 18:33:46 +0000 (18:33 +0000)]
Another typo in converting array index doubles to long.
George Schlossnagle [Fri, 18 Jun 2004 18:10:52 +0000 (18:10 +0000)]
tests for the crash in bug 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.