]> granicus.if.org Git - php/log
php
20 years agoadd an open mode for the memory streams that allows the stream to take
Wez Furlong [Sun, 6 Feb 2005 21:41:36 +0000 (21:41 +0000)]
add an open mode for the memory streams that allows the stream to take
ownership of the passed-in buffer

20 years agobetter handling of pdo-level errors
Wez Furlong [Sun, 6 Feb 2005 21:05:59 +0000 (21:05 +0000)]
better handling of pdo-level errors

20 years agotouch again
Wez Furlong [Sun, 6 Feb 2005 21:05:28 +0000 (21:05 +0000)]
touch again

20 years agoupdate todo
Wez Furlong [Sun, 6 Feb 2005 19:59:32 +0000 (19:59 +0000)]
update todo

20 years agosupport getting some more attributes
Wez Furlong [Sun, 6 Feb 2005 17:49:48 +0000 (17:49 +0000)]
support getting some more attributes

20 years agothis one too
Wez Furlong [Sun, 6 Feb 2005 17:33:12 +0000 (17:33 +0000)]
this one too

20 years agohandle some generic attributes here
Wez Furlong [Sun, 6 Feb 2005 17:25:09 +0000 (17:25 +0000)]
handle some generic attributes here

20 years agoThis will probably fix PECL Bug #3273
Wez Furlong [Sun, 6 Feb 2005 16:46:18 +0000 (16:46 +0000)]
This will probably fix PECL Bug #3273

20 years agotouch file
Wez Furlong [Sun, 6 Feb 2005 16:29:33 +0000 (16:29 +0000)]
touch file

20 years ago- Made error handler not output anything if error was not in error_reporting() mask
Timm Friebe [Sun, 6 Feb 2005 14:08:11 +0000 (14:08 +0000)]
- Made error handler not output anything if error was not in error_reporting() mask

20 years ago- Fixed error handler for situations in which an error
Timm Friebe [Sun, 6 Feb 2005 14:06:21 +0000 (14:06 +0000)]
- Fixed error handler for situations in which an error
  was raised in an include file

20 years ago- Initial release
Timm Friebe [Sun, 6 Feb 2005 13:35:09 +0000 (13:35 +0000)]
- Initial release
# Used for being able to run .phpt-files in a webserver environment
# Incomplete and pretty basic but serves its purpose ATM

20 years ago- Prefixed all temporary names with "phpt_"
Timm Friebe [Sun, 6 Feb 2005 12:59:03 +0000 (12:59 +0000)]
- Prefixed all temporary names with "phpt_"

20 years ago- Initial release
Timm Friebe [Sun, 6 Feb 2005 11:58:53 +0000 (11:58 +0000)]
- Initial release
# Works perfectly with php-cli

20 years ago- "Unified" test name
Timm Friebe [Sun, 6 Feb 2005 11:58:18 +0000 (11:58 +0000)]
- "Unified" test name

20 years agoChangeLog update
<changelog@php.net> [Sun, 6 Feb 2005 01:43:36 +0000 (01:43 +0000)]
ChangeLog update

20 years agoFinalized pgsql LOB support using native pgsql bytea type.
Edin Kadribasic [Sun, 6 Feb 2005 01:27:27 +0000 (01:27 +0000)]
Finalized pgsql LOB support using native pgsql bytea type.
If paramater is bound with type PDO_PARAM_LOB the quoter function
gets a hint that specific LOB type quoting should be used:

$stmt->bindParam(":lob", $lob, PDO_PARAM_LOB);

20 years agoDon't segault when we have placeholders but no bound params
Edin Kadribasic [Sun, 6 Feb 2005 00:46:17 +0000 (00:46 +0000)]
Don't segault when we have placeholders but no bound params

20 years agoDecode pgsql LOB objects (bytea type) on fetch
Edin Kadribasic [Sat, 5 Feb 2005 22:55:23 +0000 (22:55 +0000)]
Decode pgsql LOB objects (bytea type) on fetch

20 years agoReturn lobs as strings for now
Edin Kadribasic [Sat, 5 Feb 2005 22:46:26 +0000 (22:46 +0000)]
Return lobs as strings for now

20 years agoupdate separately
Wez Furlong [Sat, 5 Feb 2005 21:30:19 +0000 (21:30 +0000)]
update separately

20 years agopass param type to quoter functions
Wez Furlong [Sat, 5 Feb 2005 21:29:42 +0000 (21:29 +0000)]
pass param type to quoter functions

20 years agoRemoved unused variebles.
Edin Kadribasic [Sat, 5 Feb 2005 20:38:47 +0000 (20:38 +0000)]
Removed unused variebles.
Return OID as int.

20 years ago- Cleanup foreach statement
Marcus Boerger [Sat, 5 Feb 2005 14:01:59 +0000 (14:01 +0000)]
- Cleanup foreach statement

20 years agofix for bug #29329
Georg Richter [Sat, 5 Feb 2005 10:59:38 +0000 (10:59 +0000)]
fix for bug #29329

20 years agoChangeLog update
<changelog@php.net> [Sat, 5 Feb 2005 01:34:50 +0000 (01:34 +0000)]
ChangeLog update

20 years agofix test
foobar [Fri, 4 Feb 2005 23:23:34 +0000 (23:23 +0000)]
fix test

20 years agoadded some missing zend_[declare|update]_property_...() convenience
Hartmut Holzgraefe [Fri, 4 Feb 2005 20:24:21 +0000 (20:24 +0000)]
added some missing zend_[declare|update]_property_...() convenience
functions for bool, double and binary safe string data

20 years agoFixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple...
Dmitry Stogov [Fri, 4 Feb 2005 15:42:46 +0000 (15:42 +0000)]
Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)

20 years ago- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
Derick Rethans [Fri, 4 Feb 2005 14:28:50 +0000 (14:28 +0000)]
- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)

20 years ago- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
foobar [Fri, 4 Feb 2005 13:08:56 +0000 (13:08 +0000)]
- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).

20 years ago- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
foobar [Fri, 4 Feb 2005 10:39:33 +0000 (10:39 +0000)]
- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
# patch by: lukem at NetBSD dot org

20 years agoGet OID of the last inserted row
Edin Kadribasic [Fri, 4 Feb 2005 01:48:01 +0000 (01:48 +0000)]
Get OID of the last inserted row

20 years agoChangeLog update
<changelog@php.net> [Fri, 4 Feb 2005 01:34:25 +0000 (01:34 +0000)]
ChangeLog update

20 years agoProper fix for bug #31796 .
Ilia Alshanetsky [Fri, 4 Feb 2005 00:21:50 +0000 (00:21 +0000)]
Proper fix for bug #31796 .

20 years agoFixed bug #31796 (readline completion handler does not handle empty return
Ilia Alshanetsky [Thu, 3 Feb 2005 22:45:36 +0000 (22:45 +0000)]
Fixed bug #31796 (readline completion handler does not handle empty return
values).

20 years agoUse the created connection string.
Ilia Alshanetsky [Thu, 3 Feb 2005 22:24:50 +0000 (22:24 +0000)]
Use the created connection string.

20 years ago- Fix buildconf with BSD make
foobar [Thu, 3 Feb 2005 17:42:42 +0000 (17:42 +0000)]
- Fix buildconf with BSD make

20 years agoFix typos.
Magnus M��tt� [Thu, 3 Feb 2005 17:02:42 +0000 (17:02 +0000)]
Fix typos.

20 years agocleanup
foobar [Thu, 3 Feb 2005 15:46:15 +0000 (15:46 +0000)]
cleanup

20 years ago- Fixed bug #28804 (ini-file section parsing pattern is buggy).
foobar [Thu, 3 Feb 2005 03:01:56 +0000 (03:01 +0000)]
- Fixed bug #28804 (ini-file section parsing pattern is buggy).

20 years agows fix
foobar [Thu, 3 Feb 2005 02:58:21 +0000 (02:58 +0000)]
ws fix

20 years agoChangeLog update
<changelog@php.net> [Thu, 3 Feb 2005 01:33:55 +0000 (01:33 +0000)]
ChangeLog update

20 years agoFixed bug #31514 (open_basedir uses path_translated rather then cwd for .
Ilia Alshanetsky [Wed, 2 Feb 2005 23:43:17 +0000 (23:43 +0000)]
Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
translation).

20 years agoRemoving this file has been long due...
Zeev Suraski [Wed, 2 Feb 2005 17:22:19 +0000 (17:22 +0000)]
Removing this file has been long due...
API's and functionality are stable.

20 years agopecl movement
foobar [Wed, 2 Feb 2005 14:44:36 +0000 (14:44 +0000)]
pecl movement

20 years ago- Moved ext/w32api to PECL.
foobar [Wed, 2 Feb 2005 14:43:26 +0000 (14:43 +0000)]
- Moved ext/w32api to PECL.

20 years agoPECL
foobar [Wed, 2 Feb 2005 14:33:53 +0000 (14:33 +0000)]
PECL

20 years ago- Moved ext/yp to PECL.
foobar [Wed, 2 Feb 2005 14:33:23 +0000 (14:33 +0000)]
- Moved ext/yp to PECL.

20 years agoNEWS
foobar [Wed, 2 Feb 2005 14:32:23 +0000 (14:32 +0000)]
NEWS

20 years ago- Moved ext/dio to PECL.
foobar [Wed, 2 Feb 2005 14:29:58 +0000 (14:29 +0000)]
- Moved ext/dio to PECL.

20 years agofix memory leak if function call fails
Stanislav Malyshev [Wed, 2 Feb 2005 10:37:50 +0000 (10:37 +0000)]
fix memory leak if function call fails

20 years agoFix #31720 Invalid object callbacks not caught in array_walk() (patch from Antony...
Stanislav Malyshev [Wed, 2 Feb 2005 10:36:02 +0000 (10:36 +0000)]
Fix #31720    Invalid object callbacks not caught in array_walk() (patch from Antony Dovgal)

20 years agoFixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue...
Dmitry Stogov [Wed, 2 Feb 2005 10:34:39 +0000 (10:34 +0000)]
Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)

20 years agotest for Bug #31720
Stanislav Malyshev [Wed, 2 Feb 2005 10:31:53 +0000 (10:31 +0000)]
test for Bug #31720

20 years agoFixed bug #31755 (Cannot create SOAP header in no namespace)
Dmitry Stogov [Wed, 2 Feb 2005 09:11:46 +0000 (09:11 +0000)]
Fixed bug #31755 (Cannot create SOAP header in no namespace)

20 years agoFixed bugs #29767 and #31683 (__get and __set methods must not modify property name).
Dmitry Stogov [Wed, 2 Feb 2005 07:19:22 +0000 (07:19 +0000)]
Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name).

20 years agoChangeLog update
<changelog@php.net> [Wed, 2 Feb 2005 01:33:27 +0000 (01:33 +0000)]
ChangeLog update

20 years agoFixed bug #31797 (exif_read_data() uses too low nesting limit).
Ilia Alshanetsky [Tue, 1 Feb 2005 23:27:33 +0000 (23:27 +0000)]
Fixed bug #31797 (exif_read_data() uses too low nesting limit).

20 years agoFix debug_trace with eval (patch from Antony Dovgal)
Stanislav Malyshev [Tue, 1 Feb 2005 19:05:56 +0000 (19:05 +0000)]
Fix debug_trace with eval (patch from Antony Dovgal)

20 years agotest for eval debug_backtrace bug
Stanislav Malyshev [Tue, 1 Feb 2005 19:03:50 +0000 (19:03 +0000)]
test for eval debug_backtrace bug

20 years agoNetWare has a compliant pthread implementation
Anantha Kesari H Y [Tue, 1 Feb 2005 13:04:26 +0000 (13:04 +0000)]
NetWare has a compliant pthread implementation

20 years agoFinal version of filename upload handling.
Ilia Alshanetsky [Tue, 1 Feb 2005 02:33:07 +0000 (02:33 +0000)]
Final version of filename upload handling.

20 years agoChangeLog update
<changelog@php.net> [Tue, 1 Feb 2005 01:33:19 +0000 (01:33 +0000)]
ChangeLog update

20 years ago- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
Marcus Boerger [Mon, 31 Jan 2005 22:56:01 +0000 (22:56 +0000)]
- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
  to complete api (johannes@php.net)

20 years agoFixed SIGSEGV when restoring WSDL without functions from cache
Dmitry Stogov [Mon, 31 Jan 2005 15:08:24 +0000 (15:08 +0000)]
Fixed SIGSEGV when restoring WSDL without functions from cache

20 years agofix segfault when failed to open magic file
Antony Dovgal [Mon, 31 Jan 2005 15:01:47 +0000 (15:01 +0000)]
fix segfault when failed to open magic file

20 years agoEmpty "detail" was removed from SoapFault object.
Dmitry Stogov [Mon, 31 Jan 2005 14:26:06 +0000 (14:26 +0000)]
Empty "detail" was removed from SoapFault object.

20 years agoFixed memory allocation bug
Dmitry Stogov [Mon, 31 Jan 2005 14:02:19 +0000 (14:02 +0000)]
Fixed memory allocation bug

20 years agoChangeLog update
<changelog@php.net> [Mon, 31 Jan 2005 01:34:53 +0000 (01:34 +0000)]
ChangeLog update

20 years agoFix handling of INF/NAN in unserialize().
Ilia Alshanetsky [Sun, 30 Jan 2005 16:38:53 +0000 (16:38 +0000)]
Fix handling of INF/NAN in unserialize().

20 years agoChangeLog update
<changelog@php.net> [Sat, 29 Jan 2005 01:38:40 +0000 (01:38 +0000)]
ChangeLog update

20 years ago- Fix severity (found by johannes)
Marcus Boerger [Fri, 28 Jan 2005 20:24:20 +0000 (20:24 +0000)]
- Fix severity (found by johannes)

20 years agofixed a bug in mysql_affected_rows and mysql_stmt_affected_rows
Georg Richter [Fri, 28 Jan 2005 17:35:37 +0000 (17:35 +0000)]
fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows
in case affected_rows function returns (my_ulonglong) -1 for errors.
(Thanks to Antony Dovgal for reporting this bug)

20 years agoimprove CS & error messages
Antony Dovgal [Fri, 28 Jan 2005 16:42:26 +0000 (16:42 +0000)]
improve CS & error messages

20 years agoMFB: explain why ftok() failed
Antony Dovgal [Fri, 28 Jan 2005 16:36:46 +0000 (16:36 +0000)]
MFB: explain why ftok() failed

20 years agoMemory leak was fixed
Dmitry Stogov [Fri, 28 Jan 2005 10:33:46 +0000 (10:33 +0000)]
Memory leak was fixed

20 years agoMFB: fix #31732
Antony Dovgal [Fri, 28 Jan 2005 02:00:39 +0000 (02:00 +0000)]
MFB: fix #31732

20 years agochange return type from NULL to FALSE when parameter parsing failed
Antony Dovgal [Fri, 28 Jan 2005 01:38:56 +0000 (01:38 +0000)]
change return type from NULL to FALSE when parameter parsing failed
(as was requested by Ilia)

20 years agoChangeLog update
<changelog@php.net> [Fri, 28 Jan 2005 01:35:59 +0000 (01:35 +0000)]
ChangeLog update

20 years agoMFB: fix posix_getsid() & posix_getpgid()
Antony Dovgal [Fri, 28 Jan 2005 00:27:48 +0000 (00:27 +0000)]
MFB: fix posix_getsid() & posix_getpgid()

20 years agoHack to fix crash caused by FBCAccess not returning errors when creating an index...
Frank M. Kromann [Thu, 27 Jan 2005 20:13:04 +0000 (20:13 +0000)]
Hack to fix crash caused by FBCAccess not returning errors when creating an index that exists in the database.

20 years agoFixed bug #31705 (parse_url() does not recognize http://foo.com#bar)
Ilia Alshanetsky [Thu, 27 Jan 2005 16:37:34 +0000 (16:37 +0000)]
Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)

20 years agoMFB: fix leak in mysqli_fetch_array()
Antony Dovgal [Thu, 27 Jan 2005 14:41:48 +0000 (14:41 +0000)]
MFB: fix leak in mysqli_fetch_array()

20 years agofix for bug #31710 (return value for mysql_rollback is reverted)
Georg Richter [Thu, 27 Jan 2005 10:18:28 +0000 (10:18 +0000)]
fix for bug #31710 (return value for mysql_rollback is reverted)
fixed also same behaviour for mysql_commit and mysql_autocommit

20 years agoChangeLog update
<changelog@php.net> [Thu, 27 Jan 2005 01:35:48 +0000 (01:35 +0000)]
ChangeLog update

20 years agoMFB: fix segfault when invalid field offset is passed to mysqli_fetch_field_direct()
Antony Dovgal [Thu, 27 Jan 2005 01:14:43 +0000 (01:14 +0000)]
MFB: fix segfault when invalid field offset is passed to mysqli_fetch_field_direct()

20 years ago- Move tests to proper location now that the tested classes are hardcoded
Marcus Boerger [Thu, 27 Jan 2005 00:34:13 +0000 (00:34 +0000)]
- Move tests to proper location now that the tested classes are hardcoded

20 years ago- Unify
Marcus Boerger [Thu, 27 Jan 2005 00:26:13 +0000 (00:26 +0000)]
- Unify

20 years ago- Add new test
Marcus Boerger [Thu, 27 Jan 2005 00:22:28 +0000 (00:22 +0000)]
- Add new test

20 years ago- Know whether ew refer to an external array (is_ref) or not
Marcus Boerger [Thu, 27 Jan 2005 00:22:06 +0000 (00:22 +0000)]
- Know whether ew refer to an external array (is_ref) or not

20 years ago- There is no --with-apache2, only apxs2
Derick Rethans [Wed, 26 Jan 2005 18:03:04 +0000 (18:03 +0000)]
- There is no --with-apache2, only apxs2

20 years agoFixed bug #31699 (unserialize() float problem on non-English locales).
Ilia Alshanetsky [Wed, 26 Jan 2005 16:55:17 +0000 (16:55 +0000)]
Fixed bug #31699 (unserialize() float problem on non-English locales).

20 years agoChangeLog update
<changelog@php.net> [Wed, 26 Jan 2005 01:42:26 +0000 (01:42 +0000)]
ChangeLog update

20 years agoFixed bug #29733 (printf() handles repeated placeholders wrong).
Ilia Alshanetsky [Wed, 26 Jan 2005 00:01:26 +0000 (00:01 +0000)]
Fixed bug #29733 (printf() handles repeated placeholders wrong).

# Original patch by bugs dot php dot net at bluetwanger dot de

20 years agoDon't depend on empty_string.
Andrei Zmievski [Tue, 25 Jan 2005 23:58:22 +0000 (23:58 +0000)]
Don't depend on empty_string.

20 years agoFixed bug #31465 (False warning in unpack() when working with *).
Ilia Alshanetsky [Tue, 25 Jan 2005 22:50:39 +0000 (22:50 +0000)]
Fixed bug #31465 (False warning in unpack() when working with *).

20 years agoMFB (Fix several egregious leaks in ext/browscap and sapi/embed).
Andrei Zmievski [Tue, 25 Jan 2005 21:33:58 +0000 (21:33 +0000)]
MFB (Fix several egregious leaks in ext/browscap and sapi/embed).

20 years ago- Proto fix
Marcus Boerger [Tue, 25 Jan 2005 19:08:38 +0000 (19:08 +0000)]
- Proto fix

20 years agocheck body for NULL before using and prevent segfaults
Antony Dovgal [Tue, 25 Jan 2005 14:20:02 +0000 (14:20 +0000)]
check body for NULL before using and prevent segfaults