]>
granicus.if.org Git - php/log
Wez Furlong [Tue, 27 Jul 2004 22:17:00 +0000 (22:17 +0000)]
"better" "fix" for #29392.
This fixes the crash; the sample script:
$c = new COM('ADODB.Connection');
echo $c;
still does not work because the engine tries to call $c->__toString() and the
ADODB object *might* implement that method, but doesn't know until you open the
connection.
Rob Richards [Tue, 27 Jul 2004 21:06:04 +0000 (21:06 +0000)]
prep for stable release
Ilia Alshanetsky [Tue, 27 Jul 2004 16:40:43 +0000 (16:40 +0000)]
Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty
strings).
Original Patch by: Tony
Marcus Boerger [Tue, 27 Jul 2004 16:21:56 +0000 (16:21 +0000)]
- Be specific about visibility
Ilia Alshanetsky [Tue, 27 Jul 2004 12:44:25 +0000 (12:44 +0000)]
Added missing comma. Thanks Tony.
Wez Furlong [Tue, 27 Jul 2004 03:57:31 +0000 (03:57 +0000)]
Major re-jig.
With thanks to Rob Richards for tracking down a couple of big bugs caused by
teeny bits of code.
Wez Furlong [Tue, 27 Jul 2004 03:44:40 +0000 (03:44 +0000)]
protect caller from a potential bailout
Wez Furlong [Tue, 27 Jul 2004 02:37:54 +0000 (02:37 +0000)]
Revert last fix, because it breaks dynamic methods
Wez Furlong [Tue, 27 Jul 2004 01:59:44 +0000 (01:59 +0000)]
Fix #29392 COM behaved badly for non-existant methods
Wez Furlong [Tue, 27 Jul 2004 01:33:25 +0000 (01:33 +0000)]
Fix two possible crashes. Latter is unlikely unless you are doing scary
things, but former looks nasty.
<changelog@php.net> [Tue, 27 Jul 2004 00:34:31 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 27 Jul 2004 00:27:06 +0000 (00:27 +0000)]
Fixed bug #29349 (imagecreatefromstring() crashes with external GD library)
Original Patch By: adconrad at debian dot org
Stanislav Malyshev [Mon, 26 Jul 2004 17:12:17 +0000 (17:12 +0000)]
quick fix for #29382
George Schlossnagle [Mon, 26 Jul 2004 07:42:46 +0000 (07:42 +0000)]
allow pdo to be functionally inherited from.
Georg Richter [Mon, 26 Jul 2004 07:19:05 +0000 (07:19 +0000)]
fixed bug #29335
Andrey Hristov [Mon, 26 Jul 2004 06:32:54 +0000 (06:32 +0000)]
proto fix
(thanks to dave%php.net for spotting)
Georg Richter [Mon, 26 Jul 2004 05:44:06 +0000 (05:44 +0000)]
fixed bug in mysql->client_version
added mysql->client_info property
<changelog@php.net> [Mon, 26 Jul 2004 00:32:29 +0000 (00:32 +0000)]
ChangeLog update
Marcus Boerger [Sun, 25 Jul 2004 19:23:17 +0000 (19:23 +0000)]
- Do not autoload classes in skip code
Marcus Boerger [Sun, 25 Jul 2004 19:21:21 +0000 (19:21 +0000)]
- Add new test
Marcus Boerger [Sun, 25 Jul 2004 19:20:47 +0000 (19:20 +0000)]
- Add test
Ilia Alshanetsky [Sun, 25 Jul 2004 19:19:26 +0000 (19:19 +0000)]
Fixed bug #29369 (Uploaded files with ' or " in their names get their names
truncated at those characters).
Marcus Boerger [Sun, 25 Jul 2004 18:50:24 +0000 (18:50 +0000)]
- Fixed Bug #29354 Exception constructor marked as both public and
protected
# If the constructor should be protected then it needs to be overwritten
# with a method that simply calls the parent, this function simply changes
# the visibility of the original function and makes that (public+protected)
Marcus Boerger [Sun, 25 Jul 2004 18:20:33 +0000 (18:20 +0000)]
- Show visibility errors (try to fix #29354)
Marcus Boerger [Sun, 25 Jul 2004 17:25:44 +0000 (17:25 +0000)]
- Fix bug #29368 : The destructor is called when an exception is thrown from the constructor
Marcus Boerger [Sun, 25 Jul 2004 16:12:18 +0000 (16:12 +0000)]
- Add new patch for reordered shutdown sequence
Christian Stocker [Sun, 25 Jul 2004 14:59:21 +0000 (14:59 +0000)]
renamed registerNamespace() to registerXPathNamespace()
Rob Richards [Sun, 25 Jul 2004 12:00:28 +0000 (12:00 +0000)]
export php_libxml_error_handler for win32 build
Christian Stocker [Sun, 25 Jul 2004 11:02:43 +0000 (11:02 +0000)]
added new method SimpleXMLElement->registerNamespace(string prefix, string uri)
"registers a prefix <-> namespaceURI combination for use in a later xpath query. "
Christian Stocker [Sun, 25 Jul 2004 10:37:27 +0000 (10:37 +0000)]
use php_error_docref for libxml2 errors
Christian Stocker [Sun, 25 Jul 2004 08:37:39 +0000 (08:37 +0000)]
set errorhandler to generic php_libxml_error_handler
Marcus Boerger [Sun, 25 Jul 2004 07:14:49 +0000 (07:14 +0000)]
- Execute destructors earlier (Florian Schaper, fschaper at intux org)
Marcus Boerger [Sun, 25 Jul 2004 07:06:53 +0000 (07:06 +0000)]
- Add ReflectionParameter::isOptional() to test whether a parameter is
optional and also show this information in export.
Marcus Boerger [Sun, 25 Jul 2004 07:05:48 +0000 (07:05 +0000)]
- Add optional parameters $filename and $lineno to ErrorException
constructor to allow overwriting automatically retrieved information.
# It may be reasonable to delete the trace in case that feature is used.
<changelog@php.net> [Sun, 25 Jul 2004 00:32:53 +0000 (00:32 +0000)]
ChangeLog update
Rob Richards [Sat, 24 Jul 2004 14:07:08 +0000 (14:07 +0000)]
fix build for VC++ 6
update dsp (Enable IObjectSafety)
Wez Furlong [Sat, 24 Jul 2004 13:18:56 +0000 (13:18 +0000)]
Enable IObjectSafety so that we can be used in the M$ scripting control.
Thanks to Rob for checking this out.
Andrey Hristov [Sat, 24 Jul 2004 09:25:52 +0000 (09:25 +0000)]
make behavior a bit field
Sara Golemon [Sat, 24 Jul 2004 04:14:26 +0000 (04:14 +0000)]
Oh by the way, only use proxy mode for reading...
Sara Golemon [Sat, 24 Jul 2004 04:01:48 +0000 (04:01 +0000)]
Add proxy support to ftp using http wrapper
<changelog@php.net> [Sat, 24 Jul 2004 00:32:58 +0000 (00:32 +0000)]
ChangeLog update
Andi Gutmans [Fri, 23 Jul 2004 21:53:16 +0000 (21:53 +0000)]
- There's no reason why gettimeofday() shouldn''t return the same time in
successive calls; this test fails spuriously on Linux/x86_64 (which has
a particularly fast gettimeofday() implementation).
- Joe Orton <jorton@redhat>
Georg Richter [Fri, 23 Jul 2004 12:47:36 +0000 (12:47 +0000)]
fixed bug #29311
added support for Cursors (MySQL 5.0.x)
Marcus Boerger [Fri, 23 Jul 2004 07:13:54 +0000 (07:13 +0000)]
Fix 0 Byte leak after alloca to emalloc change
Edin Kadribasic [Fri, 23 Jul 2004 02:28:18 +0000 (02:28 +0000)]
Updated version number
Ilia Alshanetsky [Fri, 23 Jul 2004 02:05:49 +0000 (02:05 +0000)]
Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).
<changelog@php.net> [Fri, 23 Jul 2004 00:36:00 +0000 (00:36 +0000)]
ChangeLog update
Stefan Esser [Thu, 22 Jul 2004 22:42:35 +0000 (22:42 +0000)]
Fix .dsp
Stefan Esser [Thu, 22 Jul 2004 22:38:59 +0000 (22:38 +0000)]
Merge changes from GD 2.0.28
Marcus Boerger [Thu, 22 Jul 2004 18:40:19 +0000 (18:40 +0000)]
Fix testcase
Rob Richards [Thu, 22 Jul 2004 15:50:44 +0000 (15:50 +0000)]
add optional name parameter to next()
move to next named sibling skipping subtrees
Wez Furlong [Thu, 22 Jul 2004 12:15:12 +0000 (12:15 +0000)]
news...
Wez Furlong [Thu, 22 Jul 2004 12:12:28 +0000 (12:12 +0000)]
Added stream_context_get_default() which returns the default context option.
You may then set options that affect streams operations for the whole script.
Added stream_socket_enable_crypto() which allows you to turn on or off a crypto
layer (eg: SSL/TLS) on stream, if supported by the underlying transport.
Registered a bunch of constants for that.
Zeev Suraski [Thu, 22 Jul 2004 11:54:27 +0000 (11:54 +0000)]
Fix bug in handling of protected properties
Zeev Suraski [Thu, 22 Jul 2004 08:06:52 +0000 (08:06 +0000)]
Fix Windows build
Georg Richter [Thu, 22 Jul 2004 07:24:55 +0000 (07:24 +0000)]
changed warning (bug #29298) for outdated client library
Sara Golemon [Thu, 22 Jul 2004 03:23:33 +0000 (03:23 +0000)]
This should fix binary safety for bound results or may coogle strike me down.
<changelog@php.net> [Thu, 22 Jul 2004 00:34:33 +0000 (00:34 +0000)]
ChangeLog update
Edin Kadribasic [Wed, 21 Jul 2004 23:02:28 +0000 (23:02 +0000)]
HEAD is 5.1.0-dev now
Edin Kadribasic [Wed, 21 Jul 2004 22:52:50 +0000 (22:52 +0000)]
Fix for #28929 by Michael Sisolak
Edin Kadribasic [Wed, 21 Jul 2004 22:13:31 +0000 (22:13 +0000)]
Fixed build
Ilia Alshanetsky [Wed, 21 Jul 2004 21:57:03 +0000 (21:57 +0000)]
Fixed bug #29209 (imap_fetchbody() doesn't check message index).
# Initial Patch by tony2001 at phpclub dot net
Andrey Hristov [Wed, 21 Jul 2004 21:17:56 +0000 (21:17 +0000)]
add array_:
intersect_key()
intersect_ukey()
diff_key()
diff_ukey()
The first two by a patch of Cristiano Duarte. The second two were
implemented in almost the same way except one small difference.
Marcus Boerger [Wed, 21 Jul 2004 18:36:51 +0000 (18:36 +0000)]
- Fixded #29291: get_class_vars() return names with NULLs
Christian Stocker [Wed, 21 Jul 2004 11:19:09 +0000 (11:19 +0000)]
Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn)
Sara Golemon [Wed, 21 Jul 2004 04:38:47 +0000 (04:38 +0000)]
MDTM added to ftp_url_stat
Sara Golemon [Wed, 21 Jul 2004 04:37:47 +0000 (04:37 +0000)]
Add MTDM support to ftp_fopen_wrapper::url_stat()
Sara Golemon [Wed, 21 Jul 2004 02:39:53 +0000 (02:39 +0000)]
Oops, copy/paste typo
Sara Golemon [Wed, 21 Jul 2004 02:38:40 +0000 (02:38 +0000)]
Persistent mallocs can return NULL (on failure)
<changelog@php.net> [Wed, 21 Jul 2004 00:34:28 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 21 Jul 2004 00:14:48 +0000 (00:14 +0000)]
Abort earlier on invalid format.
Moriyoshi Koizumi [Tue, 20 Jul 2004 21:55:57 +0000 (21:55 +0000)]
- Add safe_pemalloc()
Rob Richards [Tue, 20 Jul 2004 20:57:10 +0000 (20:57 +0000)]
prep for alpha release
Moriyoshi Koizumi [Tue, 20 Jul 2004 20:08:08 +0000 (20:08 +0000)]
- Correct range checks.
- Normalize negative values.
Moriyoshi Koizumi [Tue, 20 Jul 2004 19:41:37 +0000 (19:41 +0000)]
- Cleanups.
Moriyoshi Koizumi [Tue, 20 Jul 2004 19:35:38 +0000 (19:35 +0000)]
oops...
Marcus Boerger [Tue, 20 Jul 2004 19:23:55 +0000 (19:23 +0000)]
- Need to set handle prior to calling zend_register_module_ex()
(Marcus, Kamesh Jayachandran <kameshj at fastmail dot fm>)
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:46:39 +0000 (18:46 +0000)]
- Fix possible leaks / segfaults in persistent filter
Marcus Boerger [Tue, 20 Jul 2004 18:22:31 +0000 (18:22 +0000)]
- Fixed bug 28895 again (long live the dead)
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:16:36 +0000 (18:16 +0000)]
- Add more null checks.
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:03:19 +0000 (18:03 +0000)]
- pemalloc() might return NULL.
Rob Richards [Tue, 20 Jul 2004 15:13:53 +0000 (15:13 +0000)]
add optional flush paramter to xmlwriter_output_memory
Zeev Suraski [Tue, 20 Jul 2004 10:43:19 +0000 (10:43 +0000)]
Fix prototypes
Zeev Suraski [Tue, 20 Jul 2004 09:24:22 +0000 (09:24 +0000)]
Add descriptions
Stanislav Malyshev [Tue, 20 Jul 2004 08:58:18 +0000 (08:58 +0000)]
add todo
Dmitry Stogov [Tue, 20 Jul 2004 07:39:32 +0000 (07:39 +0000)]
Fixed incorrect HTTP headers in SOAP response
Sara Golemon [Tue, 20 Jul 2004 05:26:33 +0000 (05:26 +0000)]
Add bz2 stream filter support
Sara Golemon [Tue, 20 Jul 2004 05:08:52 +0000 (05:08 +0000)]
Make persistency safe
Ilia Alshanetsky [Tue, 20 Jul 2004 01:03:16 +0000 (01:03 +0000)]
Fixed bug #29226 (ctype_* functions missing validation of numeric string
representations).
<changelog@php.net> [Tue, 20 Jul 2004 00:33:57 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 20 Jul 2004 00:33:21 +0000 (00:33 +0000)]
Allow pgsql driver to accept login & password as separate parameters like
other PDO drivers can.
Frank M. Kromann [Mon, 19 Jul 2004 22:23:13 +0000 (22:23 +0000)]
Fix compilation with older versions of libMing. Thanks Markus
Marcus Boerger [Mon, 19 Jul 2004 21:30:22 +0000 (21:30 +0000)]
Add missing .cvsignore
Frank M. Kromann [Mon, 19 Jul 2004 21:10:10 +0000 (21:10 +0000)]
Sync. with the API of libMing 0.3b1
Sebastian Bergmann [Mon, 19 Jul 2004 19:17:32 +0000 (19:17 +0000)]
Fix prototypes: Reflection_* -> Reflection*.
Sebastian Bergmann [Mon, 19 Jul 2004 19:14:10 +0000 (19:14 +0000)]
Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise an ReflectionException instead of returning NULL on failure.
Sebastian Bergmann [Mon, 19 Jul 2004 19:02:11 +0000 (19:02 +0000)]
Do not use contracted forms.
Moriyoshi Koizumi [Mon, 19 Jul 2004 18:49:20 +0000 (18:49 +0000)]
- Fix test name
Moriyoshi Koizumi [Mon, 19 Jul 2004 17:51:41 +0000 (17:51 +0000)]
- Oops, actual PR # is 29119, not 29199...
Moriyoshi Koizumi [Mon, 19 Jul 2004 17:46:30 +0000 (17:46 +0000)]
- Fix bug #29199 (html_entity_decode() misbehaves with UTF-8)