]>
granicus.if.org Git - php/log
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.
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
Wez Furlong [Fri, 21 Jan 2005 04:41:52 +0000 (04:41 +0000)]
fix leak
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.
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)
Wez Furlong [Fri, 21 Jan 2005 04:02:41 +0000 (04:02 +0000)]
update
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.
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.
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.
<changelog@php.net> [Fri, 21 Jan 2005 01:36:01 +0000 (01:36 +0000)]
ChangeLog update
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
Wez Furlong [Fri, 21 Jan 2005 00:38:09 +0000 (00:38 +0000)]
Eliminate unused parameter
Wez Furlong [Fri, 21 Jan 2005 00:04:50 +0000 (00:04 +0000)]
fix backslash
Antony Dovgal [Thu, 20 Jan 2005 18:39:48 +0000 (18:39 +0000)]
fix bug #31623 (OCILogin does not support password grace period)
Antony Dovgal [Thu, 20 Jan 2005 18:08:08 +0000 (18:08 +0000)]
fix error message
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.
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).
Dmitry Stogov [Thu, 20 Jan 2005 17:29:16 +0000 (17:29 +0000)]
Support for HTTP error codes
Edin Kadribasic [Thu, 20 Jan 2005 15:54:35 +0000 (15:54 +0000)]
Add support for the 'official' build machine layout
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])
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
Dmitry Stogov [Thu, 20 Jan 2005 12:48:01 +0000 (12:48 +0000)]
Fixed bug #31422 (No Error-Logging on SoapServer-Side).
Rob Richards [Thu, 20 Jan 2005 11:47:05 +0000 (11:47 +0000)]
Fixed bug #28817 (Var problem when extending domDocument).
Antony Dovgal [Thu, 20 Jan 2005 09:59:23 +0000 (09:59 +0000)]
fix typos in error messages
Antony Dovgal [Thu, 20 Jan 2005 09:57:57 +0000 (09:57 +0000)]
fix typos in error messages & resource name
Dmitry Stogov [Thu, 20 Jan 2005 06:08:04 +0000 (06:08 +0000)]
Support for HTTPS with digital certificates.
Wez Furlong [Thu, 20 Jan 2005 06:06:26 +0000 (06:06 +0000)]
Fix segfault on stmt close.
Make scrollable cursors actually work
Wez Furlong [Thu, 20 Jan 2005 05:09:06 +0000 (05:09 +0000)]
Juggle/enhance mssql library detection
Wez Furlong [Thu, 20 Jan 2005 03:33:17 +0000 (03:33 +0000)]
Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.
I'm told that oci805 is required for connectivity to oci805 servers, which are
no longer supported in more recent SDK releases.
Edin: please grab:
http://download.oracle.com/otn/nt/instantclient/instantclient-basic-win32-10.1.0.3-
20050113 .zip
http://download.oracle.com/otn/nt/instantclient/instantclient-sdk-win32-10.1.0.3-
20050113 .zip
and extract them under php_build, so that you end up with php_build/instantclient10_1
Wez Furlong [Thu, 20 Jan 2005 03:29:53 +0000 (03:29 +0000)]
generate dblib and mssql variants in the same build
Wez Furlong [Thu, 20 Jan 2005 03:24:50 +0000 (03:24 +0000)]
A couple more adjustments for building multiple output variants of the same
extension source.
foobar [Thu, 20 Jan 2005 02:02:09 +0000 (02:02 +0000)]
- Revert the weird change of ZEND_STRS() macro and use the correct
ZEND_STRL() macro.
# ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)
foobar [Thu, 20 Jan 2005 01:41:20 +0000 (01:41 +0000)]
- Changed phpize not to require automake and libtool.
- Fixed build system to always use bundled libtool files.
<changelog@php.net> [Thu, 20 Jan 2005 01:35:55 +0000 (01:35 +0000)]
ChangeLog update
foobar [Thu, 20 Jan 2005 00:54:18 +0000 (00:54 +0000)]
- Add --with-libdir to phpized builds too
foobar [Thu, 20 Jan 2005 00:51:41 +0000 (00:51 +0000)]
- Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it)
- configure --help output cleanup for --with-libdir
foobar [Wed, 19 Jan 2005 23:03:29 +0000 (23:03 +0000)]
Added --debug option to buildconf
foobar [Wed, 19 Jan 2005 22:27:39 +0000 (22:27 +0000)]
Revert the multiple autoconf versions patch
Ilia Alshanetsky [Wed, 19 Jan 2005 18:54:23 +0000 (18:54 +0000)]
Stricter cc header check.
Derick Rethans [Wed, 19 Jan 2005 17:52:32 +0000 (17:52 +0000)]
- Add the patched libtool.m4 from snaps so that Jani can play with it.
foobar [Wed, 19 Jan 2005 17:38:20 +0000 (17:38 +0000)]
- Fixed bug #28976 (use From: from headers if sendmail_from is empty)
foobar [Wed, 19 Jan 2005 17:35:55 +0000 (17:35 +0000)]
- Fix the pic patch
Wez Furlong [Wed, 19 Jan 2005 05:27:15 +0000 (05:27 +0000)]
Take a stab at implementing out parameters for odbc
Wez Furlong [Wed, 19 Jan 2005 05:25:40 +0000 (05:25 +0000)]
don't propogate an unspecified length to the driver.
Drivers will used a 0 length as a hint that the parameter is an in-out or out
parameter.
Wez Furlong [Wed, 19 Jan 2005 03:50:32 +0000 (03:50 +0000)]
add dep
Wez Furlong [Wed, 19 Jan 2005 03:45:21 +0000 (03:45 +0000)]
allow static linkage.
Avoid segv when no username is passed
Wez Furlong [Wed, 19 Jan 2005 03:44:49 +0000 (03:44 +0000)]
leak/segv less
foobar [Wed, 19 Jan 2005 01:46:26 +0000 (01:46 +0000)]
- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
<changelog@php.net> [Wed, 19 Jan 2005 01:34:40 +0000 (01:34 +0000)]
ChangeLog update
foobar [Wed, 19 Jan 2005 01:30:23 +0000 (01:30 +0000)]
- Fixed bug #29136 (make test - libtool failure on MacOSX)
Wez Furlong [Wed, 19 Jan 2005 01:17:13 +0000 (01:17 +0000)]
*compile before commit *
*compile before commit *
*compile before commit *
Wez Furlong [Wed, 19 Jan 2005 01:13:39 +0000 (01:13 +0000)]
implement nextRowset for ODBC
# this might even work first time
Wez Furlong [Wed, 19 Jan 2005 01:12:52 +0000 (01:12 +0000)]
proto bool PDOStatement::nextRowset()
Advances to the next rowset in a multi-rowset statement handle. Returns true if
it succeded, false otherwise
Marcus Boerger [Wed, 19 Jan 2005 00:55:56 +0000 (00:55 +0000)]
- Fix memleak
Wez Furlong [Wed, 19 Jan 2005 00:33:56 +0000 (00:33 +0000)]
let it compile again
foobar [Wed, 19 Jan 2005 00:27:21 +0000 (00:27 +0000)]
- ldap_start_tls() requires ldapv3 protocol -> force it
Ilia Alshanetsky [Tue, 18 Jan 2005 23:36:08 +0000 (23:36 +0000)]
Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose).
Frank M. Kromann [Tue, 18 Jan 2005 22:39:01 +0000 (22:39 +0000)]
Set the MSSQL_VERSION to FreeTDS when that lib is used
Frank M. Kromann [Tue, 18 Jan 2005 22:38:24 +0000 (22:38 +0000)]
Rename php_freetds.dll to php_dblib.dll (still using the freetds libs).
Allow the build of both versions in the same process
Frank M. Kromann [Tue, 18 Jan 2005 22:37:12 +0000 (22:37 +0000)]
Allow the build system to generate multiple extensions from the same extension directory
Antony Dovgal [Tue, 18 Jan 2005 21:16:32 +0000 (21:16 +0000)]
add checks for libs & headers required by IBM DB2
Ilia Alshanetsky [Tue, 18 Jan 2005 16:32:53 +0000 (16:32 +0000)]
Fixed bug #31480 (Possible infinite loop in imap_mail_compose()).
Ilia Alshanetsky [Tue, 18 Jan 2005 15:47:57 +0000 (15:47 +0000)]
Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).
foobar [Tue, 18 Jan 2005 15:44:33 +0000 (15:44 +0000)]
- Make sure FD_CLOEXEC is always defined.
Antony Dovgal [Tue, 18 Jan 2005 15:03:51 +0000 (15:03 +0000)]
fix bug #30430 (odbc_next_result() doesn't bind values and that results in segfault)
fix protos
Dmitry Stogov [Tue, 18 Jan 2005 12:01:31 +0000 (12:01 +0000)]
Fixed patch for bug #31478 (SegFault/Memory Leak with empty())
foobar [Tue, 18 Jan 2005 11:53:49 +0000 (11:53 +0000)]
- Sanitize output
foobar [Tue, 18 Jan 2005 11:36:44 +0000 (11:36 +0000)]
Add test for bug #31402
foobar [Tue, 18 Jan 2005 10:57:05 +0000 (10:57 +0000)]
Touch the generated file.
Dmitry Stogov [Tue, 18 Jan 2005 10:38:04 +0000 (10:38 +0000)]
Fixed bug #31190 (exceptions in call_user_func_array())
Magnus M��tt� [Tue, 18 Jan 2005 09:56:31 +0000 (09:56 +0000)]
Add test case for bug #30726.
Dmitry Stogov [Tue, 18 Jan 2005 09:05:39 +0000 (09:05 +0000)]
Fixed bug #28444 (Cannot access undefined property for object with overloaded property access).
Frank M. Kromann [Tue, 18 Jan 2005 07:17:01 +0000 (07:17 +0000)]
Make this compile with the generic ntwdblib from Microsoft
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
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
Frank M. Kromann [Tue, 18 Jan 2005 06:29:45 +0000 (06:29 +0000)]
make 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
Wez Furlong [Tue, 18 Jan 2005 04:58:50 +0000 (04:58 +0000)]
Allow drivers to select bind emulation on a per statement basis
Wez Furlong [Tue, 18 Jan 2005 04:35:47 +0000 (04:35 +0000)]
doh
Wez Furlong [Tue, 18 Jan 2005 02:42:52 +0000 (02:42 +0000)]
nice and fluffy error handling
<changelog@php.net> [Tue, 18 Jan 2005 01:36:51 +0000 (01:36 +0000)]
ChangeLog update
Wez Furlong [Tue, 18 Jan 2005 00:58:15 +0000 (00:58 +0000)]
remove error and hook up rowCount
Ilia Alshanetsky [Tue, 18 Jan 2005 00:29:43 +0000 (00:29 +0000)]
Fixed bug #30726 (-.1 like numbers are not being handled correctly).
Wez Furlong [Mon, 17 Jan 2005 23:59:16 +0000 (23:59 +0000)]
Tidy up driver specific method handling
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 "
foobar [Mon, 17 Jan 2005 17:20:56 +0000 (17:20 +0000)]
- Fixed bug #31444 (Memory leak in zend_language_scanner.c)
foobar [Mon, 17 Jan 2005 17:07:28 +0000 (17:07 +0000)]
- Added some sanity checks by changing to the parameter parsing API
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