]>
granicus.if.org Git - php/log
Christian Stocker [Mon, 17 Jan 2005 15:56:17 +0000 (15:56 +0000)]
fix protos (by Mehdi Achour )
Antony Dovgal [Mon, 17 Jan 2005 15:05:11 +0000 (15:05 +0000)]
fix leak appearing when odbc_errormsg() got invalid resource
Joe Orton [Mon, 17 Jan 2005 12:24:40 +0000 (12:24 +0000)]
Fixed bug #31519: Set r->status_line to SAPI-provided status-line.
Stefan Esser [Mon, 17 Jan 2005 11:45:09 +0000 (11:45 +0000)]
Fix compiler warning.
Edin Kadribasic [Mon, 17 Jan 2005 10:37:41 +0000 (10:37 +0000)]
Use PQescapeBytea() for quoting. Need to think how to add binary safe
quoting for blobls (pgsql bytea type).
Fixes #2818
Wez Furlong [Mon, 17 Jan 2005 05:28:46 +0000 (05:28 +0000)]
don't raise errors for the no-error case
Wez Furlong [Mon, 17 Jan 2005 05:28:13 +0000 (05:28 +0000)]
tidy up a few things
<changelog@php.net> [Mon, 17 Jan 2005 01:40:52 +0000 (01:40 +0000)]
ChangeLog update
Wez Furlong [Mon, 17 Jan 2005 01:31:14 +0000 (01:31 +0000)]
Missing 1
Wez Furlong [Mon, 17 Jan 2005 01:15:14 +0000 (01:15 +0000)]
Add a PDO driver for Sybase style DB-lib (including MS SQL).
Only the basics are here right now.
Zak Greant [Sun, 16 Jan 2005 19:28:55 +0000 (19:28 +0000)]
Added standard emacs and vim modelines
Moriyoshi Koizumi [Sun, 16 Jan 2005 15:55:17 +0000 (15:55 +0000)]
- Fix a critical bug that request-local settings leak to another request.
<changelog@php.net> [Sun, 16 Jan 2005 01:34:48 +0000 (01:34 +0000)]
ChangeLog update
Stefan Esser [Sat, 15 Jan 2005 18:30:16 +0000 (18:30 +0000)]
and use it...
Stefan Esser [Sat, 15 Jan 2005 18:19:49 +0000 (18:19 +0000)]
finally use what we calculated
Stefan Esser [Sat, 15 Jan 2005 18:18:08 +0000 (18:18 +0000)]
Restore unserialize() speed
foobar [Sat, 15 Jan 2005 04:50:26 +0000 (04:50 +0000)]
CS fix
foobar [Sat, 15 Jan 2005 04:34:30 +0000 (04:34 +0000)]
ws fix
<changelog@php.net> [Sat, 15 Jan 2005 01:33:59 +0000 (01:33 +0000)]
ChangeLog update
Andi Gutmans [Sat, 15 Jan 2005 00:11:20 +0000 (00:11 +0000)]
- Unload on MAC OS X (shouldn't be a reason not to)
foobar [Fri, 14 Jan 2005 23:07:46 +0000 (23:07 +0000)]
- Fixed bug #31060 (imageftbbox() does not use linespacing parameter)
foobar [Fri, 14 Jan 2005 22:43:15 +0000 (22:43 +0000)]
- Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters)
foobar [Fri, 14 Jan 2005 20:44:28 +0000 (20:44 +0000)]
- Fix another generated header include
Dmitry Stogov [Fri, 14 Jan 2005 09:02:02 +0000 (09:02 +0000)]
Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/tests/network/unixloop.phpt
Dmitry Stogov [Fri, 14 Jan 2005 09:01:22 +0000 (09:01 +0000)]
Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again)
<changelog@php.net> [Fri, 14 Jan 2005 01:36:11 +0000 (01:36 +0000)]
ChangeLog update
Wez Furlong [Thu, 13 Jan 2005 18:02:13 +0000 (18:02 +0000)]
fix compile.
Someone with firebird needs to sit down and give this extension some love
Dmitry Stogov [Thu, 13 Jan 2005 08:49:06 +0000 (08:49 +0000)]
Additional fix for fix of bug #29883
Wez Furlong [Thu, 13 Jan 2005 04:55:56 +0000 (04:55 +0000)]
Add configure support for Oracle InstantClient SDK
Wez Furlong [Thu, 13 Jan 2005 02:06:39 +0000 (02:06 +0000)]
Add support for ODBCRouter
Wez Furlong [Thu, 13 Jan 2005 01:59:39 +0000 (01:59 +0000)]
Take a blind stab at implementing scrollable cursors for pgsql.
We allocate a unique cursor name for each statement, so that we
don't interfere with other open statement handles on the same dbh.
Note, however, that we force a new transaction for each open scrollable cursor
(postgres requires cursors to be used inside a transaction). This is okay,
except for the case where a scrollable cursor is opened, an update is made and
the cursor is closed; closing the cursor commits the transaction that was begun
when it was opened.
It might well be better to avoid the transaction in PDO and force the user to
be aware of the requirements of cursors and explicitly initiate the transaction
themselves.
This is all untested code; it compiles and looks like it will work, but I
encourage someone with a real postgres setup to actually sit down and try to
use it.
<changelog@php.net> [Thu, 13 Jan 2005 01:35:42 +0000 (01:35 +0000)]
ChangeLog update
Wez Furlong [Thu, 13 Jan 2005 01:12:34 +0000 (01:12 +0000)]
detect funky kerberos deps that chain on from openssl deps on RH distros
Dmitry Stogov [Wed, 12 Jan 2005 09:18:31 +0000 (09:18 +0000)]
Fixed bug #31098 (isset false positive)
Wez Furlong [Wed, 12 Jan 2005 06:12:26 +0000 (06:12 +0000)]
stub out scrollable cursors here too
Wez Furlong [Wed, 12 Jan 2005 06:11:33 +0000 (06:11 +0000)]
stub out scrollable cursors
Wez Furlong [Wed, 12 Jan 2005 06:10:31 +0000 (06:10 +0000)]
stub out scrollable cursor change
Wez Furlong [Wed, 12 Jan 2005 06:08:59 +0000 (06:08 +0000)]
be aware of scrollable cursors; sqlite doesn't support them
Wez Furlong [Wed, 12 Jan 2005 06:08:36 +0000 (06:08 +0000)]
touch generated file to avoid implicit yacc rule from eating it
Wez Furlong [Wed, 12 Jan 2005 05:59:27 +0000 (05:59 +0000)]
Remove bogus scroll attribute.
Expose cursor constants to the script
Wez Furlong [Wed, 12 Jan 2005 05:58:58 +0000 (05:58 +0000)]
make scrollable cursors consistent with odbc; removing bogus attribute
Wez Furlong [Wed, 12 Jan 2005 05:58:19 +0000 (05:58 +0000)]
Support 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.
Wez Furlong [Wed, 12 Jan 2005 04:49:12 +0000 (04:49 +0000)]
API support for scrollable cursors
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.
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).
<changelog@php.net> [Wed, 12 Jan 2005 01:35:50 +0000 (01:35 +0000)]
ChangeLog update
Moriyoshi Koizumi [Tue, 11 Jan 2005 21:57:01 +0000 (21:57 +0000)]
- Test renaming
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)
Moriyoshi Koizumi [Tue, 11 Jan 2005 21:10:47 +0000 (21:10 +0000)]
- BFN
Moriyoshi Koizumi [Tue, 11 Jan 2005 20:58:46 +0000 (20:58 +0000)]
- Fix the fix :)
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
Moriyoshi Koizumi [Tue, 11 Jan 2005 17:17:48 +0000 (17:17 +0000)]
- Fix bug #31478 (segfault with empty())
Wez Furlong [Tue, 11 Jan 2005 14:28:37 +0000 (14:28 +0000)]
Fix build
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.
foobar [Tue, 11 Jan 2005 13:35:56 +0000 (13:35 +0000)]
Fix ZTS build
Rob Richards [Tue, 11 Jan 2005 10:36:08 +0000 (10:36 +0000)]
revert fix for bug #28817 - fix is bad
foobar [Tue, 11 Jan 2005 04:56:06 +0000 (04:56 +0000)]
- Added check for IMAP 2005 version
Wez Furlong [Tue, 11 Jan 2005 02:59:52 +0000 (02:59 +0000)]
update for recent adjustments
<changelog@php.net> [Tue, 11 Jan 2005 01:35:48 +0000 (01:35 +0000)]
ChangeLog update
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.
Antony Dovgal [Mon, 10 Jan 2005 21:37:17 +0000 (21:37 +0000)]
fix Konstantin's last name Chugeuv -> Chuguev
foobar [Mon, 10 Jan 2005 16:00:08 +0000 (16:00 +0000)]
update test to include negative floats as strings too
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).
foobar [Mon, 10 Jan 2005 15:20:53 +0000 (15:20 +0000)]
Missing $Id$ tag
foobar [Mon, 10 Jan 2005 15:11:17 +0000 (15:11 +0000)]
- Update credits
foobar [Mon, 10 Jan 2005 15:07:51 +0000 (15:07 +0000)]
- Compressed 2004 Changelog
foobar [Mon, 10 Jan 2005 14:57:36 +0000 (14:57 +0000)]
- Added missing header sections.
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.
Marcus Boerger [Mon, 10 Jan 2005 07:19:08 +0000 (07:19 +0000)]
- Fix proto
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)
Marcus Boerger [Mon, 10 Jan 2005 07:13:56 +0000 (07:13 +0000)]
- Implement iterator interface in sqlite
<changelog@php.net> [Mon, 10 Jan 2005 01:35:59 +0000 (01:35 +0000)]
ChangeLog update
foobar [Mon, 10 Jan 2005 01:33:29 +0000 (01:33 +0000)]
- Added AC_ZEND_C_BIGENDIAN macro (as requested by Andi)
foobar [Mon, 10 Jan 2005 01:11:09 +0000 (01:11 +0000)]
- The pic/no-pic patch by Joe Orton.
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.
Antony Dovgal [Sun, 9 Jan 2005 18:22:12 +0000 (18:22 +0000)]
add skipif section
Antony Dovgal [Sun, 9 Jan 2005 18:15:49 +0000 (18:15 +0000)]
add test for bug #31454
Antony Dovgal [Sun, 9 Jan 2005 17:49:51 +0000 (17:49 +0000)]
efree(name)
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)
foobar [Sun, 9 Jan 2005 16:30:09 +0000 (16:30 +0000)]
- Fix leaks with registered shutdown functions.
foobar [Sun, 9 Jan 2005 16:18:39 +0000 (16:18 +0000)]
MFB: - Rationalize code a bit
<changelog@php.net> [Sun, 9 Jan 2005 01:36:09 +0000 (01:36 +0000)]
ChangeLog update
foobar [Sun, 9 Jan 2005 00:18:28 +0000 (00:18 +0000)]
Remove done stuff
foobar [Sat, 8 Jan 2005 20:44:23 +0000 (20:44 +0000)]
- Fix possible crash (PR#26223). Leaks remain.
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
Dmitry Stogov [Sat, 8 Jan 2005 13:53:45 +0000 (13:53 +0000)]
Unnecesary check was removed
Marcus Boerger [Sat, 8 Jan 2005 13:47:05 +0000 (13:47 +0000)]
- Add new test
Marcus Boerger [Sat, 8 Jan 2005 13:46:18 +0000 (13:46 +0000)]
- Unify
Marcus Boerger [Sat, 8 Jan 2005 13:36:17 +0000 (13:36 +0000)]
- Fix shared build
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).
Marcus Boerger [Sat, 8 Jan 2005 13:24:39 +0000 (13:24 +0000)]
- Fix dependency
Marcus Boerger [Sat, 8 Jan 2005 12:35:50 +0000 (12:35 +0000)]
- Fix warning
- Fix tsrm usage
foobar [Sat, 8 Jan 2005 12:16:31 +0000 (12:16 +0000)]
NN
foobar [Sat, 8 Jan 2005 12:02:22 +0000 (12:02 +0000)]
- Fix some memory leaks
<changelog@php.net> [Sat, 8 Jan 2005 01:35:57 +0000 (01:35 +0000)]
ChangeLog update
Antony Dovgal [Fri, 7 Jan 2005 20:55:46 +0000 (20:55 +0000)]
remove duplicated include
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.
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)
Georg Richter [Fri, 7 Jan 2005 16:34:55 +0000 (16:34 +0000)]
forgot to remove some comments in last commit:(