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

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

21 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

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

21 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

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

21 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

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

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

21 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).

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

21 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.

21 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

21 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")

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

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

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

21 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.

21 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

21 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.

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

21 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

21 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

21 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

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

21 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.

21 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)

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

21 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

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

21 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

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

21 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)

21 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)

21 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.

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

21 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.

21 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

21 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.

21 years ago* Replaced the nonexistent word "postfix" with "suffix".
Martin Jansen [Fri, 18 Jun 2004 14:41:01 +0000 (14:41 +0000)]
* Replaced the nonexistent word "postfix" with "suffix".

21 years agoString lengths should never be char pointers.
Sara Golemon [Fri, 18 Jun 2004 00:44:37 +0000 (00:44 +0000)]
String lengths should never be char pointers.

21 years agoFixed possible memory leak.
Ilia Alshanetsky [Fri, 18 Jun 2004 00:44:35 +0000 (00:44 +0000)]
Fixed possible memory leak.

21 years agoFixed bug #28818 (Apache 2 sapis do not export st_dev).
Ilia Alshanetsky [Fri, 18 Jun 2004 00:36:58 +0000 (00:36 +0000)]
Fixed bug #28818 (Apache 2 sapis do not export st_dev).

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

21 years agoString length in parse_parameters should be int
Sara Golemon [Thu, 17 Jun 2004 18:23:47 +0000 (18:23 +0000)]
String length in parse_parameters should be int

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

21 years agoProperly handly high ascii values in soundex().
Ilia Alshanetsky [Thu, 17 Jun 2004 00:17:49 +0000 (00:17 +0000)]
Properly handly high ascii values in soundex().

21 years ago64-bit bugsquash party
Ard Biesheuvel [Wed, 16 Jun 2004 23:57:25 +0000 (23:57 +0000)]
64-bit bugsquash party

21 years ago* don't register object on destructors list if it does not define its
Stig Bakken [Wed, 16 Jun 2004 16:26:12 +0000 (16:26 +0000)]
* don't register object on destructors list if it does not define its
  own emulated destructor

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

21 years agoFixed: made 3rd parameter to strrpos 64bit safe.
Stefan Esser [Tue, 15 Jun 2004 22:38:18 +0000 (22:38 +0000)]
Fixed: made 3rd parameter to strrpos 64bit safe.

21 years agoBFN
Marcus Boerger [Tue, 15 Jun 2004 20:40:58 +0000 (20:40 +0000)]
BFN

21 years ago#28789: ReflectionProperty getValue() fails on public static members
Marcus Boerger [Tue, 15 Jun 2004 20:39:49 +0000 (20:39 +0000)]
#28789: ReflectionProperty getValue() fails on public static members

21 years ago- Fix #1602 (reported by Cox)
Pierre Joye [Tue, 15 Jun 2004 16:48:49 +0000 (16:48 +0000)]
- Fix #1602 (reported by Cox)
  Do not display var=value using config-get (easy scripting)

21 years ago- Fix licence (#1645)
Pierre Joye [Tue, 15 Jun 2004 16:33:46 +0000 (16:33 +0000)]
- Fix licence (#1645)
- update my status there, reflecting the fact for the past 11 months

21 years agoRefactored statement allocation
Ard Biesheuvel [Tue, 15 Jun 2004 14:16:22 +0000 (14:16 +0000)]
Refactored statement allocation
Added emulated support for named input parameters

21 years agoBFN
Rob Richards [Tue, 15 Jun 2004 11:51:09 +0000 (11:51 +0000)]
BFN

21 years agoFixed bug #28771 (Segfault when using xslt and clone)
Rob Richards [Tue, 15 Jun 2004 11:50:56 +0000 (11:50 +0000)]
Fixed bug #28771 (Segfault when using xslt and clone)
Add test case for bug #28721

21 years agoUn-revert param index fix
Ard Biesheuvel [Tue, 15 Jun 2004 10:22:21 +0000 (10:22 +0000)]
Un-revert param index fix

21 years agoRevert (at Wez's request)
Ard Biesheuvel [Tue, 15 Jun 2004 10:06:41 +0000 (10:06 +0000)]
Revert (at Wez's request)

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

21 years agoadd tests
Antony Dovgal [Mon, 14 Jun 2004 20:10:27 +0000 (20:10 +0000)]
add tests

21 years agofix config.m4
Antony Dovgal [Mon, 14 Jun 2004 19:58:35 +0000 (19:58 +0000)]
fix config.m4
add fold markers

21 years agoNeed {} here
Marcus Boerger [Mon, 14 Jun 2004 19:09:42 +0000 (19:09 +0000)]
Need {} here

21 years agoAdded support for fetching and binding to blob fields
Ard Biesheuvel [Mon, 14 Jun 2004 10:56:49 +0000 (10:56 +0000)]
Added support for fetching and binding to blob fields

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

21 years agoRelease isc statement handle when dtor is called
Ard Biesheuvel [Sun, 13 Jun 2004 23:24:31 +0000 (23:24 +0000)]
Release isc statement handle when dtor is called
Don't separate() bound zvals

21 years agoReport param binding error
Ard Biesheuvel [Sun, 13 Jun 2004 22:09:54 +0000 (22:09 +0000)]
Report param binding error

21 years agoStandardize error reporting.
Ilia Alshanetsky [Sun, 13 Jun 2004 17:04:36 +0000 (17:04 +0000)]
Standardize error reporting.

21 years ago- Typo (#1627) (cox)
Pierre Joye [Sun, 13 Jun 2004 14:06:01 +0000 (14:06 +0000)]
- Typo (#1627) (cox)

21 years agoAdded double param type
Ard Biesheuvel [Sun, 13 Jun 2004 10:35:01 +0000 (10:35 +0000)]
Added double param type

21 years agoBFN
Rob Richards [Sun, 13 Jun 2004 10:13:12 +0000 (10:13 +0000)]
BFN

21 years agoFix bug #28721 (appendChild() and insertBefore() unset DOMText)
Rob Richards [Sun, 13 Jun 2004 10:12:47 +0000 (10:12 +0000)]
Fix bug #28721 (appendChild() and insertBefore() unset DOMText)

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

21 years agoGCC fixes
Ard Biesheuvel [Sat, 12 Jun 2004 22:17:16 +0000 (22:17 +0000)]
GCC fixes

21 years agoRevert
Ard Biesheuvel [Sat, 12 Jun 2004 20:52:07 +0000 (20:52 +0000)]
Revert

21 years agoAdded client/server info attributes
Ard Biesheuvel [Sat, 12 Jun 2004 18:56:07 +0000 (18:56 +0000)]
Added client/server info attributes

21 years agoHope I finally got it right this time
Ard Biesheuvel [Sat, 12 Jun 2004 18:42:13 +0000 (18:42 +0000)]
Hope I finally got it right this time

21 years agoFolding markers
Ard Biesheuvel [Sat, 12 Jun 2004 17:09:33 +0000 (17:09 +0000)]
Folding markers

21 years agoImproved error handling
Ard Biesheuvel [Sat, 12 Jun 2004 16:58:20 +0000 (16:58 +0000)]
Improved error handling
Added some comments

21 years agoRemoved dependency on regular interbase extension
Ard Biesheuvel [Sat, 12 Jun 2004 16:07:52 +0000 (16:07 +0000)]
Removed dependency on regular interbase extension
Added support for all datatypes except BLOBs

21 years agoRemoved dependency on regular interbase extension
Ard Biesheuvel [Sat, 12 Jun 2004 16:05:49 +0000 (16:05 +0000)]
Removed dependency on regular interbase extension

21 years agoUse snaps. LIB path
Ard Biesheuvel [Sat, 12 Jun 2004 14:59:45 +0000 (14:59 +0000)]
Use snaps. LIB path

21 years agoChanged LIB path
Ard Biesheuvel [Sat, 12 Jun 2004 10:23:31 +0000 (10:23 +0000)]
Changed LIB path

21 years agofix bug #1610: pear package doesn't validate deps
Greg Beaver [Sat, 12 Jun 2004 06:15:55 +0000 (06:15 +0000)]
fix bug #1610: pear package doesn't validate deps

It was never validating deps at all!

21 years agofix bug #1615: installer must create extension dir if it doesn't exist, patch by...
Greg Beaver [Sat, 12 Jun 2004 05:48:10 +0000 (05:48 +0000)]
fix bug #1615: installer must create extension dir if it doesn't exist, patch by Tomas

21 years agofix bug #1617, exception never returned from PEAR_ErrorStack->push()
Greg Beaver [Sat, 12 Jun 2004 05:36:40 +0000 (05:36 +0000)]
fix bug #1617, exception never returned from PEAR_ErrorStack->push()

21 years agoNew test
Ard Biesheuvel [Sat, 12 Jun 2004 03:11:16 +0000 (03:11 +0000)]
New test

21 years agoNearly complete implementation
Ard Biesheuvel [Sat, 12 Jun 2004 03:09:48 +0000 (03:09 +0000)]
Nearly complete implementation
No date/time fields yet ...

21 years agoAdded export macros
Ard Biesheuvel [Sat, 12 Jun 2004 02:49:47 +0000 (02:49 +0000)]
Added export macros

21 years agoAdded double param type
Ard Biesheuvel [Sat, 12 Jun 2004 02:35:34 +0000 (02:35 +0000)]
Added double param type
Added param struct initialiser
Reversed param parsing order (long <=> string)

21 years agoInitial revision (incomplete)
Ard Biesheuvel [Fri, 11 Jun 2004 01:37:06 +0000 (01:37 +0000)]
Initial revision (incomplete)

21 years agoChangeLog update
<changelog@php.net> [Fri, 11 Jun 2004 00:34:13 +0000 (00:34 +0000)]
ChangeLog update

21 years agohypot() is not experimental.
Ilia Alshanetsky [Thu, 10 Jun 2004 19:38:24 +0000 (19:38 +0000)]
hypot() is not experimental.

21 years agoFixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
Ilia Alshanetsky [Thu, 10 Jun 2004 14:06:17 +0000 (14:06 +0000)]
Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
command does not support -e parameter).

21 years agoChanged that a bit
Marcus Boerger [Thu, 10 Jun 2004 13:39:30 +0000 (13:39 +0000)]
Changed that a bit

21 years ago- Require a single white-space char after /** to start a doc comment that
Marcus Boerger [Thu, 10 Jun 2004 13:38:31 +0000 (13:38 +0000)]
- Require a single white-space char after /** to start a doc comment that
  way we prevent /*** from becoming a doc comment (as requested Derick).

21 years agoAdd missing declaration
Marcus Boerger [Thu, 10 Jun 2004 12:32:09 +0000 (12:32 +0000)]
Add missing declaration

21 years agoSmall code layout change
Marcus Boerger [Thu, 10 Jun 2004 12:11:16 +0000 (12:11 +0000)]
Small code layout change

21 years agoBFN
Marcus Boerger [Thu, 10 Jun 2004 11:57:04 +0000 (11:57 +0000)]
BFN