]> granicus.if.org Git - php/log
php
20 years agostub out scrollable cursors here too
Wez Furlong [Wed, 12 Jan 2005 06:12:26 +0000 (06:12 +0000)]
stub out scrollable cursors here too

20 years agostub out scrollable cursors
Wez Furlong [Wed, 12 Jan 2005 06:11:33 +0000 (06:11 +0000)]
stub out scrollable cursors

20 years agostub out scrollable cursor change
Wez Furlong [Wed, 12 Jan 2005 06:10:31 +0000 (06:10 +0000)]
stub out scrollable cursor change

20 years agobe aware of scrollable cursors; sqlite doesn't support them
Wez Furlong [Wed, 12 Jan 2005 06:08:59 +0000 (06:08 +0000)]
be aware of scrollable cursors; sqlite doesn't support them

20 years agotouch generated file to avoid implicit yacc rule from eating it
Wez Furlong [Wed, 12 Jan 2005 06:08:36 +0000 (06:08 +0000)]
touch generated file to avoid implicit yacc rule from eating it

20 years agoRemove bogus scroll attribute.
Wez Furlong [Wed, 12 Jan 2005 05:59:27 +0000 (05:59 +0000)]
Remove bogus scroll attribute.
Expose cursor constants to the script

20 years agomake scrollable cursors consistent with odbc; removing bogus attribute
Wez Furlong [Wed, 12 Jan 2005 05:58:58 +0000 (05:58 +0000)]
make scrollable cursors consistent with odbc; removing bogus attribute

20 years agoSupport scrollable cursors
Wez Furlong [Wed, 12 Jan 2005 05:58:19 +0000 (05:58 +0000)]
Support scrollable cursors

20 years agoAdd support for scrollable cursors.
Wez Furlong [Wed, 12 Jan 2005 05:47:03 +0000 (05:47 +0000)]
Add support for scrollable cursors.
Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.

20 years agoAPI support for scrollable cursors
Wez Furlong [Wed, 12 Jan 2005 04:49:12 +0000 (04:49 +0000)]
API support for scrollable cursors

20 years agoadd theoretical support for returning ints as ints and bools as bools.
Wez Furlong [Wed, 12 Jan 2005 03:26:46 +0000 (03:26 +0000)]
add theoretical support for returning ints as ints and bools as bools.
individual drivers need to support returning data in these formats.

20 years agoAdd configure support for ODBCRouter and generic ODBC libs.
Wez Furlong [Wed, 12 Jan 2005 02:19:30 +0000 (02:19 +0000)]
Add configure support for ODBCRouter and generic ODBC libs.

Note that ODBCRouter doesn't directly implement ODBC 3.0, so
using it here won't really work.

Expand the ODBC 3 check to better explain what happened and
how to make progress (e.g.: use an ODBC manager library like
unixODBC).

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

20 years ago- Test renaming
Moriyoshi Koizumi [Tue, 11 Jan 2005 21:57:01 +0000 (21:57 +0000)]
- Test renaming

20 years ago- Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong type)
Moriyoshi Koizumi [Tue, 11 Jan 2005 21:53:11 +0000 (21:53 +0000)]
- Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong type)

20 years ago- BFN
Moriyoshi Koizumi [Tue, 11 Jan 2005 21:10:47 +0000 (21:10 +0000)]
- BFN

20 years ago- Fix the fix :)
Moriyoshi Koizumi [Tue, 11 Jan 2005 20:58:46 +0000 (20:58 +0000)]
- Fix the fix :)

20 years ago- Fix htmlentities() / html_decode_entity() UTF-8 related bugs
Moriyoshi Koizumi [Tue, 11 Jan 2005 20:44:04 +0000 (20:44 +0000)]
- Fix htmlentities() / html_decode_entity() UTF-8 related bugs
  initially reported by Kamesh Jayachandran

20 years ago- Fix bug #31478 (segfault with empty())
Moriyoshi Koizumi [Tue, 11 Jan 2005 17:17:48 +0000 (17:17 +0000)]
- Fix bug #31478 (segfault with empty())

20 years agoFix build
Wez Furlong [Tue, 11 Jan 2005 14:28:37 +0000 (14:28 +0000)]
Fix build

20 years agoFixed bug #30446 - virtual() includes files out of sequence,
Joe Orton [Tue, 11 Jan 2005 14:01:32 +0000 (14:01 +0000)]
Fixed bug #30446 - virtual() includes files out of sequence,
work around 2.0 subrequest/internal redirect issue.

20 years agoFix ZTS build
foobar [Tue, 11 Jan 2005 13:35:56 +0000 (13:35 +0000)]
Fix ZTS build

20 years agorevert fix for bug #28817 - fix is bad
Rob Richards [Tue, 11 Jan 2005 10:36:08 +0000 (10:36 +0000)]
revert fix for bug #28817 - fix is bad

20 years ago- Added check for IMAP 2005 version
foobar [Tue, 11 Jan 2005 04:56:06 +0000 (04:56 +0000)]
- Added check for IMAP 2005 version

20 years agoupdate for recent adjustments
Wez Furlong [Tue, 11 Jan 2005 02:59:52 +0000 (02:59 +0000)]
update for recent adjustments

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

20 years agoFix OSX DL_UNLOAD macro and actually use it to make shared extensions
Rasmus Lerdorf [Mon, 10 Jan 2005 21:57:30 +0000 (21:57 +0000)]
Fix OSX DL_UNLOAD macro and actually use it to make shared extensions
work on OSX.

20 years agofix Konstantin's last name Chugeuv -> Chuguev
Antony Dovgal [Mon, 10 Jan 2005 21:37:17 +0000 (21:37 +0000)]
fix Konstantin's last name Chugeuv -> Chuguev

20 years agoupdate test to include negative floats as strings too
foobar [Mon, 10 Jan 2005 16:00:08 +0000 (16:00 +0000)]
update test to include negative floats as strings too

20 years ago- Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
foobar [Mon, 10 Jan 2005 15:38:24 +0000 (15:38 +0000)]
- Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).

20 years agoMissing $Id$ tag
foobar [Mon, 10 Jan 2005 15:20:53 +0000 (15:20 +0000)]
Missing $Id$ tag

20 years ago- Update credits
foobar [Mon, 10 Jan 2005 15:11:17 +0000 (15:11 +0000)]
- Update credits

20 years ago- Compressed 2004 Changelog
foobar [Mon, 10 Jan 2005 15:07:51 +0000 (15:07 +0000)]
- Compressed 2004 Changelog

20 years ago- Added missing header sections.
foobar [Mon, 10 Jan 2005 14:57:36 +0000 (14:57 +0000)]
- Added missing header sections.

20 years agoDon't scribble over the stack; icc compiler warning fix
Joe Orton [Mon, 10 Jan 2005 11:26:56 +0000 (11:26 +0000)]
Don't scribble over the stack; icc compiler warning fix
from dcb314@hotmail.com via Red Hat bugzilla #143795.

20 years ago- Fix proto
Marcus Boerger [Mon, 10 Jan 2005 07:19:08 +0000 (07:19 +0000)]
- Fix proto

20 years ago- Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail dot com)
Marcus Boerger [Mon, 10 Jan 2005 07:16:25 +0000 (07:16 +0000)]
- Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail dot com)

20 years ago- Implement iterator interface in sqlite
Marcus Boerger [Mon, 10 Jan 2005 07:13:56 +0000 (07:13 +0000)]
- Implement iterator interface in sqlite

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

20 years ago- Added AC_ZEND_C_BIGENDIAN macro (as requested by Andi)
foobar [Mon, 10 Jan 2005 01:33:29 +0000 (01:33 +0000)]
- Added AC_ZEND_C_BIGENDIAN macro (as requested by Andi)

20 years ago- The pic/no-pic patch by Joe Orton.
foobar [Mon, 10 Jan 2005 01:11:09 +0000 (01:11 +0000)]
- The pic/no-pic patch by Joe Orton.

20 years ago- Fix outside-source-tree builds. Always include generated header files
foobar [Sun, 9 Jan 2005 21:05:06 +0000 (21:05 +0000)]
- Fix outside-source-tree builds. Always include generated header files
  with #include <some_header.h> to make sure the correct file is used.

20 years agoadd skipif section
Antony Dovgal [Sun, 9 Jan 2005 18:22:12 +0000 (18:22 +0000)]
add skipif section

20 years agoadd test for bug #31454
Antony Dovgal [Sun, 9 Jan 2005 18:15:49 +0000 (18:15 +0000)]
add test for bug #31454

20 years agoefree(name)
Antony Dovgal [Sun, 9 Jan 2005 17:49:51 +0000 (17:49 +0000)]
efree(name)

20 years agofix bug #31454 (session_set_save_handler crashes PHP when supplied non-existent objec...
Antony Dovgal [Sun, 9 Jan 2005 17:42:02 +0000 (17:42 +0000)]
fix bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref)

20 years ago- Fix leaks with registered shutdown functions.
foobar [Sun, 9 Jan 2005 16:30:09 +0000 (16:30 +0000)]
- Fix leaks with registered shutdown functions.

20 years agoMFB: - Rationalize code a bit
foobar [Sun, 9 Jan 2005 16:18:39 +0000 (16:18 +0000)]
MFB: - Rationalize code a bit

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

20 years agoRemove done stuff
foobar [Sun, 9 Jan 2005 00:18:28 +0000 (00:18 +0000)]
Remove done stuff

20 years ago- Fix possible crash (PR#26223). Leaks remain.
foobar [Sat, 8 Jan 2005 20:44:23 +0000 (20:44 +0000)]
- Fix possible crash (PR#26223). Leaks remain.

20 years agofixed compile bug under Windows (libmysql.def currently doesn't export mysql_server_i...
Georg Richter [Sat, 8 Jan 2005 15:11:37 +0000 (15:11 +0000)]
fixed compile bug under Windows (libmysql.def currently doesn't export mysql_server_init/end).
Thanks to Sebastian Bergmann for reporting

20 years agoUnnecesary check was removed
Dmitry Stogov [Sat, 8 Jan 2005 13:53:45 +0000 (13:53 +0000)]
Unnecesary check was removed

20 years ago- Add new test
Marcus Boerger [Sat, 8 Jan 2005 13:47:05 +0000 (13:47 +0000)]
- Add new test

20 years ago- Unify
Marcus Boerger [Sat, 8 Jan 2005 13:46:18 +0000 (13:46 +0000)]
- Unify

20 years ago- Fix shared build
Marcus Boerger [Sat, 8 Jan 2005 13:36:17 +0000 (13:36 +0000)]
- Fix shared build

20 years ago- Remove double destroy (which is definitively wrong and prevents php from
Marcus Boerger [Sat, 8 Jan 2005 13:34:03 +0000 (13:34 +0000)]
- Remove double destroy (which is definitively wrong and prevents php from
  normal execution).

20 years ago- Fix dependency
Marcus Boerger [Sat, 8 Jan 2005 13:24:39 +0000 (13:24 +0000)]
- Fix dependency

20 years ago- Fix warning
Marcus Boerger [Sat, 8 Jan 2005 12:35:50 +0000 (12:35 +0000)]
- Fix warning
- Fix tsrm usage

20 years agoNN
foobar [Sat, 8 Jan 2005 12:16:31 +0000 (12:16 +0000)]
NN

20 years ago- Fix some memory leaks
foobar [Sat, 8 Jan 2005 12:02:22 +0000 (12:02 +0000)]
- Fix some memory leaks

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

20 years agoremove duplicated include
Antony Dovgal [Fri, 7 Jan 2005 20:55:46 +0000 (20:55 +0000)]
remove duplicated include

20 years agoArgh.. Committed old patch.
Magnus M��tt� [Fri, 7 Jan 2005 17:38:03 +0000 (17:38 +0000)]
Argh.. Committed old patch.
Add safe_mode check and fix error code.

20 years agofix PHP_CHECK_64BIT macro (finally got 64bit machine to test it)
Antony Dovgal [Fri, 7 Jan 2005 16:57:23 +0000 (16:57 +0000)]
fix PHP_CHECK_64BIT macro (finally got 64bit machine to test it)

20 years agoforgot to remove some comments in last commit:(
Georg Richter [Fri, 7 Jan 2005 16:34:55 +0000 (16:34 +0000)]
forgot to remove some comments in last commit:(

20 years agoZTS fix.
Sebastian Bergmann [Fri, 7 Jan 2005 16:24:51 +0000 (16:24 +0000)]
ZTS fix.

20 years agoSync with config.m4.
Sebastian Bergmann [Fri, 7 Jan 2005 16:23:13 +0000 (16:23 +0000)]
Sync with config.m4.

20 years agoAdded new function: posix_access()
Magnus M��tt� [Fri, 7 Jan 2005 16:05:06 +0000 (16:05 +0000)]
Added new function: posix_access()
Feature requests: #29615, #14924

20 years agonew mysqli stuff
Georg Richter [Fri, 7 Jan 2005 15:05:09 +0000 (15:05 +0000)]
new mysqli stuff

20 years agoAdded new classes:
Georg Richter [Fri, 7 Jan 2005 14:59:59 +0000 (14:59 +0000)]
Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite to work also with embedded server

Made statement and resultset classes extendable

minor fixes

20 years ago- Fixed bug #31055 (apache2filter: per request leak proportional to the full path...
foobar [Fri, 7 Jan 2005 06:28:08 +0000 (06:28 +0000)]
- Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI)

20 years ago- Make sure $host_alias is never empty
foobar [Fri, 7 Jan 2005 06:12:42 +0000 (06:12 +0000)]
- Make sure $host_alias is never empty

20 years agoupdate by steph
Wez Furlong [Fri, 7 Jan 2005 05:39:27 +0000 (05:39 +0000)]
update by steph

20 years agojumbo commit; implement sqlstate error codes.
Wez Furlong [Fri, 7 Jan 2005 05:27:27 +0000 (05:27 +0000)]
jumbo commit; implement sqlstate error codes.
Bundle sqlite3

20 years agolame implementation of SQLSTATE error codes
Wez Furlong [Fri, 7 Jan 2005 05:25:57 +0000 (05:25 +0000)]
lame implementation of SQLSTATE error codes

20 years agoremove error map; odbc speaks SQLSTATE natively
Wez Furlong [Fri, 7 Jan 2005 05:25:35 +0000 (05:25 +0000)]
remove error map; odbc speaks SQLSTATE natively

20 years agohalf-hearted adjustment for sqlstate error codes; will do a better job
Wez Furlong [Fri, 7 Jan 2005 05:25:02 +0000 (05:25 +0000)]
half-hearted adjustment for sqlstate error codes; will do a better job
when I'm sitting down with a working oci env

20 years agotidy up some parts of the build (could do with more work)
Wez Furlong [Fri, 7 Jan 2005 05:24:21 +0000 (05:24 +0000)]
tidy up some parts of the build (could do with more work)
Partially implement SQLSTATE error codes

20 years agohalf-update for sqlstate error codes
Wez Furlong [Fri, 7 Jan 2005 05:23:48 +0000 (05:23 +0000)]
half-update for sqlstate error codes

20 years agoimplement SQLSTATE style error codes.
Wez Furlong [Fri, 7 Jan 2005 05:23:10 +0000 (05:23 +0000)]
implement SQLSTATE style error codes.
Allow drivers to add methods to dbh and stmt objects
(note that we can't use a class, because the use only sees the PDO class).
Clarify the api slightly:
  PDO::exec() is used for one-shot queries that don't return rows
  PDO::query() is a convenience function for returning a rowset without
  having to go through the steps of preparing and executing.

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

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

20 years agoFix #31413: curl POSTFIELDS usage on 64-bit platforms.
Joe Orton [Wed, 5 Jan 2005 21:33:56 +0000 (21:33 +0000)]
Fix #31413: curl POSTFIELDS usage on 64-bit platforms.

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

20 years agoAllow gmp to compile under Win32
Frank M. Kromann [Tue, 4 Jan 2005 22:39:29 +0000 (22:39 +0000)]
Allow gmp to compile under Win32

20 years agoFix #31408: memory leak in stream_socket_recvfrom
Wez Furlong [Tue, 4 Jan 2005 15:30:45 +0000 (15:30 +0000)]
Fix #31408: memory leak in stream_socket_recvfrom

20 years ago- Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)
foobar [Tue, 4 Jan 2005 06:51:45 +0000 (06:51 +0000)]
- Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)

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

20 years agomerge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953
Stanislav Malyshev [Mon, 3 Jan 2005 11:29:27 +0000 (11:29 +0000)]
merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953
bug led to PHP exiting on queries with unknown columns

20 years agoFix the following nasty bug:
Stanislav Malyshev [Mon, 3 Jan 2005 10:01:03 +0000 (10:01 +0000)]
Fix the following nasty bug:
- if compile bails out from the middle of compiling, current_buffer is not restored
- if current_buffer is not null, yy_switch_to_buffer will do: *yy_c_buf_p = yy_hold_char; on
the next request
- which would lead to memory corruption on next request

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

20 years agoFixed bug #31371 (highlight_file() trims new line after heredoc).
Ilia Alshanetsky [Sun, 2 Jan 2005 23:53:43 +0000 (23:53 +0000)]
Fixed bug #31371 (highlight_file() trims new line after heredoc).

20 years agoallow parser flags to be passed to xinclude()
Rob Richards [Sun, 2 Jan 2005 12:22:36 +0000 (12:22 +0000)]
allow parser flags to be passed to xinclude()

20 years agoadd NONET flag to disable network access when loading xml
Rob Richards [Sun, 2 Jan 2005 12:21:14 +0000 (12:21 +0000)]
add NONET flag to disable network access when loading xml

20 years agoFixed bug #31361 (simplexml/domxml segfault when adding node twice)
Rob Richards [Sun, 2 Jan 2005 12:08:41 +0000 (12:08 +0000)]
Fixed bug #31361 (simplexml/domxml segfault when adding node twice)

20 years ago- Add testcases for bug #29493 and #31213.
Moriyoshi Koizumi [Sun, 2 Jan 2005 06:51:03 +0000 (06:51 +0000)]
- Add testcases for bug #29493 and #31213.

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

20 years agoFix build...
Wez Furlong [Sat, 1 Jan 2005 14:32:59 +0000 (14:32 +0000)]
Fix build...

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