]>
granicus.if.org Git - php/log
<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.
Martin Jansen [Fri, 18 Jun 2004 14:41:01 +0000 (14:41 +0000)]
* Replaced the nonexistent word "postfix" with "suffix".
Sara Golemon [Fri, 18 Jun 2004 00:44:37 +0000 (00:44 +0000)]
String lengths should never be char pointers.
Ilia Alshanetsky [Fri, 18 Jun 2004 00:44:35 +0000 (00:44 +0000)]
Fixed possible memory leak.
Ilia Alshanetsky [Fri, 18 Jun 2004 00:36:58 +0000 (00:36 +0000)]
Fixed bug #28818 (Apache 2 sapis do not export st_dev).
<changelog@php.net> [Fri, 18 Jun 2004 00:32:27 +0000 (00:32 +0000)]
ChangeLog update
Sara Golemon [Thu, 17 Jun 2004 18:23:47 +0000 (18:23 +0000)]
String length in parse_parameters should be int
<changelog@php.net> [Thu, 17 Jun 2004 00:32:34 +0000 (00:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 17 Jun 2004 00:17:49 +0000 (00:17 +0000)]
Properly handly high ascii values in soundex().
Ard Biesheuvel [Wed, 16 Jun 2004 23:57:25 +0000 (23:57 +0000)]
64-bit bugsquash party
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
<changelog@php.net> [Wed, 16 Jun 2004 00:32:45 +0000 (00:32 +0000)]
ChangeLog update
Stefan Esser [Tue, 15 Jun 2004 22:38:18 +0000 (22:38 +0000)]
Fixed: made 3rd parameter to strrpos 64bit safe.
Marcus Boerger [Tue, 15 Jun 2004 20:40:58 +0000 (20:40 +0000)]
BFN
Marcus Boerger [Tue, 15 Jun 2004 20:39:49 +0000 (20:39 +0000)]
#28789: ReflectionProperty getValue() fails on public static members
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)
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
Ard Biesheuvel [Tue, 15 Jun 2004 14:16:22 +0000 (14:16 +0000)]
Refactored statement allocation
Added emulated support for named input parameters
Rob Richards [Tue, 15 Jun 2004 11:51:09 +0000 (11:51 +0000)]
BFN
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
Ard Biesheuvel [Tue, 15 Jun 2004 10:22:21 +0000 (10:22 +0000)]
Un-revert param index fix
Ard Biesheuvel [Tue, 15 Jun 2004 10:06:41 +0000 (10:06 +0000)]
Revert (at Wez's request)
<changelog@php.net> [Tue, 15 Jun 2004 00:32:13 +0000 (00:32 +0000)]
ChangeLog update
Antony Dovgal [Mon, 14 Jun 2004 20:10:27 +0000 (20:10 +0000)]
add tests
Antony Dovgal [Mon, 14 Jun 2004 19:58:35 +0000 (19:58 +0000)]
fix config.m4
add fold markers
Marcus Boerger [Mon, 14 Jun 2004 19:09:42 +0000 (19:09 +0000)]
Need {} here
Ard Biesheuvel [Mon, 14 Jun 2004 10:56:49 +0000 (10:56 +0000)]
Added support for fetching and binding to blob fields
<changelog@php.net> [Mon, 14 Jun 2004 00:32:15 +0000 (00:32 +0000)]
ChangeLog update
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
Ard Biesheuvel [Sun, 13 Jun 2004 22:09:54 +0000 (22:09 +0000)]
Report param binding error
Ilia Alshanetsky [Sun, 13 Jun 2004 17:04:36 +0000 (17:04 +0000)]
Standardize error reporting.
Pierre Joye [Sun, 13 Jun 2004 14:06:01 +0000 (14:06 +0000)]
- Typo (#1627) (cox)
Ard Biesheuvel [Sun, 13 Jun 2004 10:35:01 +0000 (10:35 +0000)]
Added double param type
Rob Richards [Sun, 13 Jun 2004 10:13:12 +0000 (10:13 +0000)]
BFN
Rob Richards [Sun, 13 Jun 2004 10:12:47 +0000 (10:12 +0000)]
Fix bug #28721 (appendChild() and insertBefore() unset DOMText)
<changelog@php.net> [Sun, 13 Jun 2004 00:32:14 +0000 (00:32 +0000)]
ChangeLog update
Ard Biesheuvel [Sat, 12 Jun 2004 22:17:16 +0000 (22:17 +0000)]
GCC fixes
Ard Biesheuvel [Sat, 12 Jun 2004 20:52:07 +0000 (20:52 +0000)]
Revert
Ard Biesheuvel [Sat, 12 Jun 2004 18:56:07 +0000 (18:56 +0000)]
Added client/server info attributes
Ard Biesheuvel [Sat, 12 Jun 2004 18:42:13 +0000 (18:42 +0000)]
Hope I finally got it right this time
Ard Biesheuvel [Sat, 12 Jun 2004 17:09:33 +0000 (17:09 +0000)]
Folding markers
Ard Biesheuvel [Sat, 12 Jun 2004 16:58:20 +0000 (16:58 +0000)]
Improved error handling
Added some comments
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
Ard Biesheuvel [Sat, 12 Jun 2004 16:05:49 +0000 (16:05 +0000)]
Removed dependency on regular interbase extension
Ard Biesheuvel [Sat, 12 Jun 2004 14:59:45 +0000 (14:59 +0000)]
Use snaps. LIB path
Ard Biesheuvel [Sat, 12 Jun 2004 10:23:31 +0000 (10:23 +0000)]
Changed LIB path
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!
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
Greg Beaver [Sat, 12 Jun 2004 05:36:40 +0000 (05:36 +0000)]
fix bug #1617, exception never returned from PEAR_ErrorStack->push()
Ard Biesheuvel [Sat, 12 Jun 2004 03:11:16 +0000 (03:11 +0000)]
New test
Ard Biesheuvel [Sat, 12 Jun 2004 03:09:48 +0000 (03:09 +0000)]
Nearly complete implementation
No date/time fields yet ...
Ard Biesheuvel [Sat, 12 Jun 2004 02:49:47 +0000 (02:49 +0000)]
Added export macros
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)
Ard Biesheuvel [Fri, 11 Jun 2004 01:37:06 +0000 (01:37 +0000)]
Initial revision (incomplete)
<changelog@php.net> [Fri, 11 Jun 2004 00:34:13 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 10 Jun 2004 19:38:24 +0000 (19:38 +0000)]
hypot() is not experimental.