]> granicus.if.org Git - php/log
php
20 years agoFixed bug #31422 (No Error-Logging on SoapServer-Side).
Dmitry Stogov [Thu, 20 Jan 2005 12:48:01 +0000 (12:48 +0000)]
Fixed bug #31422 (No Error-Logging on SoapServer-Side).

20 years agoFixed bug #28817 (Var problem when extending domDocument).
Rob Richards [Thu, 20 Jan 2005 11:47:05 +0000 (11:47 +0000)]
Fixed bug #28817 (Var problem when extending domDocument).

20 years agofix typos in error messages
Antony Dovgal [Thu, 20 Jan 2005 09:59:23 +0000 (09:59 +0000)]
fix typos in error messages

20 years agofix typos in error messages & resource name
Antony Dovgal [Thu, 20 Jan 2005 09:57:57 +0000 (09:57 +0000)]
fix typos in error messages & resource name

20 years agoSupport for HTTPS with digital certificates.
Dmitry Stogov [Thu, 20 Jan 2005 06:08:04 +0000 (06:08 +0000)]
Support for HTTPS with digital certificates.

20 years agoFix segfault on stmt close.
Wez Furlong [Thu, 20 Jan 2005 06:06:26 +0000 (06:06 +0000)]
Fix segfault on stmt close.
Make scrollable cursors actually work

20 years agoJuggle/enhance mssql library detection
Wez Furlong [Thu, 20 Jan 2005 05:09:06 +0000 (05:09 +0000)]
Juggle/enhance mssql library detection

20 years agoGenerate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.
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

20 years agogenerate dblib and mssql variants in the same build
Wez Furlong [Thu, 20 Jan 2005 03:29:53 +0000 (03:29 +0000)]
generate dblib and mssql variants in the same build

20 years agoA couple more adjustments for building multiple output variants of the same
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.

20 years ago- Revert the weird change of ZEND_STRS() macro and use the correct
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? :)

20 years ago- Changed phpize not to require automake and libtool.
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.

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

20 years ago- Add --with-libdir to phpized builds too
foobar [Thu, 20 Jan 2005 00:54:18 +0000 (00:54 +0000)]
- Add --with-libdir to phpized builds too

20 years ago- Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it)
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

20 years agoAdded --debug option to buildconf
foobar [Wed, 19 Jan 2005 23:03:29 +0000 (23:03 +0000)]
Added --debug option to buildconf

20 years agoRevert the multiple autoconf versions patch
foobar [Wed, 19 Jan 2005 22:27:39 +0000 (22:27 +0000)]
Revert the multiple autoconf versions patch

20 years agoStricter cc header check.
Ilia Alshanetsky [Wed, 19 Jan 2005 18:54:23 +0000 (18:54 +0000)]
Stricter cc header check.

20 years ago- Add the patched libtool.m4 from snaps so that Jani can play with it.
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.

20 years ago- Fixed bug #28976 (use From: from headers if sendmail_from is empty)
foobar [Wed, 19 Jan 2005 17:38:20 +0000 (17:38 +0000)]
- Fixed bug #28976 (use From: from headers if sendmail_from is empty)

20 years ago- Fix the pic patch
foobar [Wed, 19 Jan 2005 17:35:55 +0000 (17:35 +0000)]
- Fix the pic patch

20 years agoTake a stab at implementing out parameters for odbc
Wez Furlong [Wed, 19 Jan 2005 05:27:15 +0000 (05:27 +0000)]
Take a stab at implementing out parameters for odbc

20 years agodon't propogate an unspecified length to the driver.
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.

20 years agoadd dep
Wez Furlong [Wed, 19 Jan 2005 03:50:32 +0000 (03:50 +0000)]
add dep

20 years agoallow static linkage.
Wez Furlong [Wed, 19 Jan 2005 03:45:21 +0000 (03:45 +0000)]
allow static linkage.
Avoid segv when no username is passed

20 years agoleak/segv less
Wez Furlong [Wed, 19 Jan 2005 03:44:49 +0000 (03:44 +0000)]
leak/segv less

20 years ago- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
foobar [Wed, 19 Jan 2005 01:46:26 +0000 (01:46 +0000)]
- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)

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

20 years ago- Fixed bug #29136 (make test - libtool failure on MacOSX)
foobar [Wed, 19 Jan 2005 01:30:23 +0000 (01:30 +0000)]
- Fixed bug #29136 (make test - libtool failure on MacOSX)

20 years ago*compile before commit *
Wez Furlong [Wed, 19 Jan 2005 01:17:13 +0000 (01:17 +0000)]
*compile before commit *
*compile before commit *
*compile before commit *

20 years agoimplement nextRowset for ODBC
Wez Furlong [Wed, 19 Jan 2005 01:13:39 +0000 (01:13 +0000)]
implement nextRowset for ODBC
# this might even work first time

20 years agoproto bool PDOStatement::nextRowset()
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

20 years ago- Fix memleak
Marcus Boerger [Wed, 19 Jan 2005 00:55:56 +0000 (00:55 +0000)]
- Fix memleak

20 years agolet it compile again
Wez Furlong [Wed, 19 Jan 2005 00:33:56 +0000 (00:33 +0000)]
let it compile again

20 years ago- ldap_start_tls() requires ldapv3 protocol -> force it
foobar [Wed, 19 Jan 2005 00:27:21 +0000 (00:27 +0000)]
- ldap_start_tls() requires ldapv3 protocol -> force it

20 years agoFixed bug #31142 (crash, memory leak and data loss by imap_mail_compose).
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).

20 years agoSet the MSSQL_VERSION to FreeTDS when that lib is used
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

20 years agoRename php_freetds.dll to php_dblib.dll (still using the freetds libs).
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

20 years agoAllow the build system to generate multiple extensions from the same extension directory
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

20 years agoadd checks for libs & headers required by IBM DB2
Antony Dovgal [Tue, 18 Jan 2005 21:16:32 +0000 (21:16 +0000)]
add checks for libs & headers required by IBM DB2

20 years agoFixed bug #31480 (Possible infinite loop in imap_mail_compose()).
Ilia Alshanetsky [Tue, 18 Jan 2005 16:32:53 +0000 (16:32 +0000)]
Fixed bug #31480 (Possible infinite loop in imap_mail_compose()).

20 years agoFixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).
Ilia Alshanetsky [Tue, 18 Jan 2005 15:47:57 +0000 (15:47 +0000)]
Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).

20 years ago- Make sure FD_CLOEXEC is always defined.
foobar [Tue, 18 Jan 2005 15:44:33 +0000 (15:44 +0000)]
- Make sure FD_CLOEXEC is always defined.

20 years agofix bug #30430 (odbc_next_result() doesn't bind values and that results in segfault)
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

20 years agoFixed patch for bug #31478 (SegFault/Memory Leak with empty())
Dmitry Stogov [Tue, 18 Jan 2005 12:01:31 +0000 (12:01 +0000)]
Fixed patch for bug #31478 (SegFault/Memory Leak with empty())

20 years ago- Sanitize output
foobar [Tue, 18 Jan 2005 11:53:49 +0000 (11:53 +0000)]
- Sanitize output

20 years agoAdd test for bug #31402
foobar [Tue, 18 Jan 2005 11:36:44 +0000 (11:36 +0000)]
Add test for bug #31402

20 years agoTouch the generated file.
foobar [Tue, 18 Jan 2005 10:57:05 +0000 (10:57 +0000)]
Touch the generated file.

20 years agoFixed bug #31190 (exceptions in call_user_func_array())
Dmitry Stogov [Tue, 18 Jan 2005 10:38:04 +0000 (10:38 +0000)]
Fixed bug #31190 (exceptions in call_user_func_array())

20 years agoAdd test case for bug #30726.
Magnus M��tt� [Tue, 18 Jan 2005 09:56:31 +0000 (09:56 +0000)]
Add test case for bug #30726.

20 years agoFixed bug #28444 (Cannot access undefined property for object with overloaded propert...
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).

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)