]> granicus.if.org Git - php/log
php
20 years agoMake this compile with the generic ntwdblib from Microsoft
Frank M. Kromann [Tue, 18 Jan 2005 07:17:01 +0000 (07:17 +0000)]
Make this compile with the generic ntwdblib from Microsoft

20 years agouse the static dblib.lib to avoid the need for extra dll's
Frank M. Kromann [Tue, 18 Jan 2005 06:42:08 +0000 (06:42 +0000)]
use the static dblib.lib to avoid the need for extra dll's

20 years agoadd --with-freetds option to win32 build.
Frank M. Kromann [Tue, 18 Jan 2005 06:32:11 +0000 (06:32 +0000)]
add --with-freetds option to win32 build.
TODO make it work when both mssql and freetds is included or bail out with an error

20 years agomake the mssql extension work with freetds on win32
Frank M. Kromann [Tue, 18 Jan 2005 06:29:45 +0000 (06:29 +0000)]
make the mssql extension work with freetds on win32

20 years agomake the mssql extension work with freetds on win32
Frank M. Kromann [Tue, 18 Jan 2005 06:09:48 +0000 (06:09 +0000)]
make the mssql extension work with freetds on win32

20 years agoAllow drivers to select bind emulation on a per statement basis
Wez Furlong [Tue, 18 Jan 2005 04:58:50 +0000 (04:58 +0000)]
Allow drivers to select bind emulation on a per statement basis

20 years agodoh
Wez Furlong [Tue, 18 Jan 2005 04:35:47 +0000 (04:35 +0000)]
doh

20 years agonice and fluffy error handling
Wez Furlong [Tue, 18 Jan 2005 02:42:52 +0000 (02:42 +0000)]
nice and fluffy error handling

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

20 years agoremove error and hook up rowCount
Wez Furlong [Tue, 18 Jan 2005 00:58:15 +0000 (00:58 +0000)]
remove error and hook up rowCount

20 years agoFixed bug #30726 (-.1 like numbers are not being handled correctly).
Ilia Alshanetsky [Tue, 18 Jan 2005 00:29:43 +0000 (00:29 +0000)]
Fixed bug #30726 (-.1 like numbers are not being handled correctly).

20 years agoTidy up driver specific method handling
Wez Furlong [Mon, 17 Jan 2005 23:59:16 +0000 (23:59 +0000)]
Tidy up driver specific method handling

20 years agofix weird DB2 issue:
Antony Dovgal [Mon, 17 Jan 2005 18:08:54 +0000 (18:08 +0000)]
fix weird DB2 issue:
DB2's SQLDataSources() returns _max available_ length of result string instead of
_real_ length and that results in strings a-la "\0                  "

20 years ago- Fixed bug #31444 (Memory leak in zend_language_scanner.c)
foobar [Mon, 17 Jan 2005 17:20:56 +0000 (17:20 +0000)]
- Fixed bug #31444 (Memory leak in zend_language_scanner.c)

20 years ago- Added some sanity checks by changing to the parameter parsing API
foobar [Mon, 17 Jan 2005 17:07:28 +0000 (17:07 +0000)]
- Added some sanity checks by changing to the parameter parsing API

20 years agofix protos (by Mehdi Achour )
Christian Stocker [Mon, 17 Jan 2005 15:56:17 +0000 (15:56 +0000)]
fix protos (by Mehdi Achour )

20 years agofix leak appearing when odbc_errormsg() got invalid resource
Antony Dovgal [Mon, 17 Jan 2005 15:05:11 +0000 (15:05 +0000)]
fix leak appearing when odbc_errormsg() got invalid resource

20 years agoFixed bug #31519: Set r->status_line to SAPI-provided status-line.
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.

20 years agoFix compiler warning.
Stefan Esser [Mon, 17 Jan 2005 11:45:09 +0000 (11:45 +0000)]
Fix compiler warning.

20 years agoUse PQescapeBytea() for quoting. Need to think how to add binary safe
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

20 years agodon't raise errors for the no-error case
Wez Furlong [Mon, 17 Jan 2005 05:28:46 +0000 (05:28 +0000)]
don't raise errors for the no-error case

20 years agotidy up a few things
Wez Furlong [Mon, 17 Jan 2005 05:28:13 +0000 (05:28 +0000)]
tidy up a few things

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

20 years agoMissing 1
Wez Furlong [Mon, 17 Jan 2005 01:31:14 +0000 (01:31 +0000)]
Missing 1

20 years agoAdd a PDO driver for Sybase style DB-lib (including MS SQL).
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.

20 years agoAdded standard emacs and vim modelines
Zak Greant [Sun, 16 Jan 2005 19:28:55 +0000 (19:28 +0000)]
Added standard emacs and vim modelines

20 years ago- Fix a critical bug that request-local settings leak to another request.
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.

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

20 years agoand use it...
Stefan Esser [Sat, 15 Jan 2005 18:30:16 +0000 (18:30 +0000)]
and use it...

20 years agofinally use what we calculated
Stefan Esser [Sat, 15 Jan 2005 18:19:49 +0000 (18:19 +0000)]
finally use what we calculated

20 years agoRestore unserialize() speed
Stefan Esser [Sat, 15 Jan 2005 18:18:08 +0000 (18:18 +0000)]
Restore unserialize() speed

20 years agoCS fix
foobar [Sat, 15 Jan 2005 04:50:26 +0000 (04:50 +0000)]
CS fix

20 years agows fix
foobar [Sat, 15 Jan 2005 04:34:30 +0000 (04:34 +0000)]
ws fix

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

20 years ago- Unload on MAC OS X (shouldn't be a reason not to)
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)

20 years ago- Fixed bug #31060 (imageftbbox() does not use linespacing parameter)
foobar [Fri, 14 Jan 2005 23:07:46 +0000 (23:07 +0000)]
- Fixed bug #31060 (imageftbbox() does not use linespacing parameter)

20 years ago- Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters)
foobar [Fri, 14 Jan 2005 22:43:15 +0000 (22:43 +0000)]
- Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters)

20 years ago- Fix another generated header include
foobar [Fri, 14 Jan 2005 20:44:28 +0000 (20:44 +0000)]
- Fix another generated header include

20 years agoFixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/tests...
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

20 years agoRestore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again)
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)

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

20 years agofix compile.
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

20 years agoAdditional fix for fix of bug #29883
Dmitry Stogov [Thu, 13 Jan 2005 08:49:06 +0000 (08:49 +0000)]
Additional fix for fix of bug #29883

20 years agoAdd configure support for Oracle InstantClient SDK
Wez Furlong [Thu, 13 Jan 2005 04:55:56 +0000 (04:55 +0000)]
Add configure support for Oracle InstantClient SDK

20 years agoAdd support for ODBCRouter
Wez Furlong [Thu, 13 Jan 2005 02:06:39 +0000 (02:06 +0000)]
Add support for ODBCRouter

20 years agoTake a blind stab at implementing scrollable cursors for pgsql.
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.

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

20 years agodetect funky kerberos deps that chain on from openssl deps on RH distros
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

20 years agoFixed bug #31098 (isset false positive)
Dmitry Stogov [Wed, 12 Jan 2005 09:18:31 +0000 (09:18 +0000)]
Fixed bug #31098 (isset false positive)

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.