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