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

20 years ago- Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)
foobar [Tue, 25 Jan 2005 13:42:52 +0000 (13:42 +0000)]
- Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)

20 years agoNew versions of glibc support a RTLD_DEEPBIND flag to dlopen. The
foobar [Tue, 25 Jan 2005 13:08:05 +0000 (13:08 +0000)]
New versions of glibc support a RTLD_DEEPBIND flag to dlopen.  The
effect of this flag when loading a "foo.so" with undefined symbols is
that the search that symbol starts at foo.so and its dependencies
*before* the loading process' global symbol table.

This is an effective workaround for symbol namespace collisions between
various modules and the libraries on which they depend (where fixing the
respective modules or libraries is not possible e.g. due to API
constraints).

(By: Joe Orton)

20 years ago- Fix macosx shared extension build
foobar [Tue, 25 Jan 2005 13:02:25 +0000 (13:02 +0000)]
- Fix macosx shared extension build

20 years ago- Return of the automake requirement.
foobar [Tue, 25 Jan 2005 12:53:43 +0000 (12:53 +0000)]
- Return of the automake requirement.
# Unfortunately we can't control what macros are used by the 3rd party
# extensions so..

20 years agoFixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)
Dmitry Stogov [Tue, 25 Jan 2005 11:03:20 +0000 (11:03 +0000)]
Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)

20 years ago- Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)
Marcus Boerger [Tue, 25 Jan 2005 10:40:51 +0000 (10:40 +0000)]
- Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)

20 years ago- Fix dependency
Marcus Boerger [Tue, 25 Jan 2005 10:39:49 +0000 (10:39 +0000)]
- Fix dependency

20 years ago- Use correct freeing (thx Dmitry)
Marcus Boerger [Tue, 25 Jan 2005 10:07:52 +0000 (10:07 +0000)]
- Use correct freeing (thx Dmitry)

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

20 years agomassage
foobar [Tue, 25 Jan 2005 00:09:44 +0000 (00:09 +0000)]
massage

20 years agoFixed ZTS build
Ilia Alshanetsky [Mon, 24 Jan 2005 23:53:00 +0000 (23:53 +0000)]
Fixed ZTS build

20 years agoUse multibyte specific code for handling files and generic basename based
Ilia Alshanetsky [Mon, 24 Jan 2005 22:35:23 +0000 (22:35 +0000)]
Use multibyte specific code for handling files and generic basename based
code in all other instances.

20 years ago- Unify
Marcus Boerger [Mon, 24 Jan 2005 21:28:56 +0000 (21:28 +0000)]
- Unify

20 years ago- Bugfix #31346
Marcus Boerger [Mon, 24 Jan 2005 21:27:36 +0000 (21:27 +0000)]
- Bugfix #31346

20 years ago- Update
Marcus Boerger [Mon, 24 Jan 2005 21:13:52 +0000 (21:13 +0000)]
- Update

20 years ago- Add new test
Marcus Boerger [Mon, 24 Jan 2005 20:22:56 +0000 (20:22 +0000)]
- Add new test

20 years ago- bugfix 31348
Marcus Boerger [Mon, 24 Jan 2005 20:21:11 +0000 (20:21 +0000)]
- bugfix 31348

20 years ago- Second and last part of #30725 fix
Marcus Boerger [Mon, 24 Jan 2005 20:02:55 +0000 (20:02 +0000)]
- Second and last part of #30725 fix

20 years ago- Allow getIterator() to fail
Marcus Boerger [Mon, 24 Jan 2005 19:18:37 +0000 (19:18 +0000)]
- Allow getIterator() to fail

20 years ago- Add new test
Marcus Boerger [Mon, 24 Jan 2005 19:16:06 +0000 (19:16 +0000)]
- Add new test

20 years ago- mysqli/sqlite changes
Marcus Boerger [Mon, 24 Jan 2005 18:49:01 +0000 (18:49 +0000)]
- mysqli/sqlite changes

20 years ago- Synch with MYSQLi extension and use RuntimeException as base for
Marcus Boerger [Mon, 24 Jan 2005 18:46:50 +0000 (18:46 +0000)]
- Synch with MYSQLi extension and use RuntimeException as base for
  SQLiteException if SPL is present.

20 years ago- Revert irrelevant part.
Moriyoshi Koizumi [Mon, 24 Jan 2005 16:47:18 +0000 (16:47 +0000)]
- Revert irrelevant part.

20 years agoadd test
Antony Dovgal [Mon, 24 Jan 2005 14:19:53 +0000 (14:19 +0000)]
add test

20 years agofix msg_recieve() returning TRUE instead of FALSE when unserialize failed
Antony Dovgal [Mon, 24 Jan 2005 14:12:01 +0000 (14:12 +0000)]
fix msg_recieve() returning TRUE instead of FALSE when unserialize failed
(patch by Andrey Hristov)

20 years agoFixed regression #31645 - only flush before running the subrequest.
Joe Orton [Mon, 24 Jan 2005 11:44:56 +0000 (11:44 +0000)]
Fixed regression #31645 - only flush before running the subrequest.

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

20 years agomake this the right size...
Wez Furlong [Sun, 23 Jan 2005 15:34:48 +0000 (15:34 +0000)]
make this the right size...

20 years ago- A bug in mnogosearch module in ispell loading code was fixed
Sergey Kartashoff [Sun, 23 Jan 2005 15:01:20 +0000 (15:01 +0000)]
- A bug in mnogosearch module in ispell loading code was fixed

20 years agoAdd support for fetching meta data
Edin Kadribasic [Sun, 23 Jan 2005 14:50:06 +0000 (14:50 +0000)]
Add support for fetching meta data

20 years agoStore pgsql_type, intval and boolav per column
Edin Kadribasic [Sun, 23 Jan 2005 10:57:11 +0000 (10:57 +0000)]
Store pgsql_type, intval and boolav per column

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

20 years agoRemove debug stuff
Edin Kadribasic [Sat, 22 Jan 2005 23:51:09 +0000 (23:51 +0000)]
Remove debug stuff

20 years agoSupport for native nulls, bools and ints
Edin Kadribasic [Sat, 22 Jan 2005 23:31:19 +0000 (23:31 +0000)]
Support for native nulls, bools and ints

20 years ago- Remove also autom4te.cache dir with phpize --clean
foobar [Sat, 22 Jan 2005 20:30:05 +0000 (20:30 +0000)]
- Remove also autom4te.cache dir with phpize --clean

20 years ago- Compile fix for systems without uint32_t typedef
foobar [Sat, 22 Jan 2005 20:28:17 +0000 (20:28 +0000)]
- Compile fix for systems without uint32_t typedef

20 years ago- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)
Marcus Boerger [Sat, 22 Jan 2005 12:23:01 +0000 (12:23 +0000)]
- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)

20 years ago- Update after fixing it
Marcus Boerger [Sat, 22 Jan 2005 12:22:01 +0000 (12:22 +0000)]
- Update after fixing it

20 years ago _ Add test for bug 31651
Marcus Boerger [Sat, 22 Jan 2005 11:46:56 +0000 (11:46 +0000)]
 _ Add test for bug 31651

20 years agoGenerate files needed for php5ts.dll build
Edin Kadribasic [Sat, 22 Jan 2005 03:36:38 +0000 (03:36 +0000)]
Generate files needed for php5ts.dll build

20 years ago- Two new API calls for Derick (retreive CV name and value) by Dmitry
Andi Gutmans [Sat, 22 Jan 2005 02:29:18 +0000 (02:29 +0000)]
- Two new API calls for Derick (retreive CV name and value) by Dmitry

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

20 years ago- Typofix + removed unnecessary unsets caused by it
foobar [Sat, 22 Jan 2005 01:31:54 +0000 (01:31 +0000)]
- Typofix + removed unnecessary unsets caused by it

20 years agoMFB (bugfix for 24851)
Andrei Zmievski [Sat, 22 Jan 2005 00:01:33 +0000 (00:01 +0000)]
MFB (bugfix for 24851)

20 years agoCorrectly initialize ZVAL
Stefan Esser [Fri, 21 Jan 2005 16:03:47 +0000 (16:03 +0000)]
Correctly initialize ZVAL

20 years agodestruct return_value
Antony Dovgal [Fri, 21 Jan 2005 10:55:41 +0000 (10:55 +0000)]
destruct return_value

20 years agopicky picky.
Wez Furlong [Fri, 21 Jan 2005 06:11:10 +0000 (06:11 +0000)]
picky picky.
Lets make those OUTPUT rather than INPUT-OUTPUT.
We need some flag from the user if they want that.

20 years agoAllow static build (better detection of PDO headers).
Wez Furlong [Fri, 21 Jan 2005 04:43:06 +0000 (04:43 +0000)]
Allow static build (better detection of PDO headers).
Copy error code into driver code, so PDO can handle it correctly.
Less leaks

20 years agofix leak
Wez Furlong [Fri, 21 Jan 2005 04:41:52 +0000 (04:41 +0000)]
fix leak

20 years agohrmm. Really really really really touch the timestamp in CVS to avoid
Wez Furlong [Fri, 21 Jan 2005 04:34:41 +0000 (04:34 +0000)]
hrmm.  Really really really really touch the timestamp in CVS to avoid
crappy makefile annoyance.

20 years agomake use of the query rewriter (even though it doesn't do anything yet)
Wez Furlong [Fri, 21 Jan 2005 04:22:06 +0000 (04:22 +0000)]
make use of the query rewriter (even though it doesn't do anything yet)

20 years agoupdate
Wez Furlong [Fri, 21 Jan 2005 04:02:41 +0000 (04:02 +0000)]
update

20 years agofix encoding nastiness that snuck in from the copy-n-paste of error code
Wez Furlong [Fri, 21 Jan 2005 03:59:41 +0000 (03:59 +0000)]
fix encoding nastiness that snuck in from the copy-n-paste of error code
descriptions from a web page.

20 years agoand check in the generated c file later, to avoid remaking it in fresh checkouts.
Wez Furlong [Fri, 21 Jan 2005 03:58:09 +0000 (03:58 +0000)]
and check in the generated c file later, to avoid remaking it in fresh checkouts.

20 years agoRevise query parser so that it can rewrite from one bind syntax to another.
Wez Furlong [Fri, 21 Jan 2005 03:57:06 +0000 (03:57 +0000)]
Revise query parser so that it can rewrite from one bind syntax to another.
Expose it as PDO_API.  No drivers utilize this feature yet.

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

20 years agoEliminate unused parameter.
Wez Furlong [Fri, 21 Jan 2005 00:39:03 +0000 (00:39 +0000)]
Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3

20 years agoEliminate unused parameter
Wez Furlong [Fri, 21 Jan 2005 00:38:09 +0000 (00:38 +0000)]
Eliminate unused parameter

20 years agofix backslash
Wez Furlong [Fri, 21 Jan 2005 00:04:50 +0000 (00:04 +0000)]
fix backslash

20 years agofix bug #31623 (OCILogin does not support password grace period)
Antony Dovgal [Thu, 20 Jan 2005 18:39:48 +0000 (18:39 +0000)]
fix bug #31623 (OCILogin does not support password grace period)

20 years agofix error message
Antony Dovgal [Thu, 20 Jan 2005 18:08:08 +0000 (18:08 +0000)]
fix error message

20 years agofix segfault in imap_sort() - it segfaults when options is less than 0.
Antony Dovgal [Thu, 20 Jan 2005 18:03:35 +0000 (18:03 +0000)]
fix segfault in imap_sort() - it segfaults when options is less than 0.
it looks like c-client bug, but we still need a workaround.
also, convert_to_string search criteria.

20 years agoFixed bug #31398 (When magic_guotes_gpc are enabled filenames with '
Ilia Alshanetsky [Thu, 20 Jan 2005 17:44:58 +0000 (17:44 +0000)]
Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with '
get cutoff).

20 years agoSupport for HTTP error codes
Dmitry Stogov [Thu, 20 Jan 2005 17:29:16 +0000 (17:29 +0000)]
Support for HTTP error codes

20 years agoAdd support for the 'official' build machine layout
Edin Kadribasic [Thu, 20 Jan 2005 15:54:35 +0000 (15:54 +0000)]
Add support for the 'official' build machine layout

20 years agoFixed bug #30901 (can't send cookies with soap envelop).
Dmitry Stogov [Thu, 20 Jan 2005 14:29:19 +0000 (14:29 +0000)]
Fixed bug #30901 (can't send cookies with soap envelop).
void SoapClient::__setCookie(string name [, string value])

20 years agofix segfault in imap_headerinfo() when fromlength or subjectlength are less than 0
Antony Dovgal [Thu, 20 Jan 2005 14:04:50 +0000 (14:04 +0000)]
fix segfault in imap_headerinfo() when fromlength or subjectlength are less than 0
+ fix protos

20 years agoFixed bug #31422 (No Error-Logging on SoapServer-Side).
Dmitry Stogov [Thu, 20 Jan 2005 12:48:01 +0000 (12:48 +0000)]
Fixed bug #31422 (No Error-Logging on SoapServer-Side).

20 years agoFixed bug #28817 (Var problem when extending domDocument).
Rob Richards [Thu, 20 Jan 2005 11:47:05 +0000 (11:47 +0000)]
Fixed bug #28817 (Var problem when extending domDocument).