]> granicus.if.org Git - php/log
php
23 years agoAdded small change to php_odbc module, to check for failed SQLDisconnects
Nick Gorham [Mon, 2 Apr 2001 15:18:47 +0000 (15:18 +0000)]
Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Server, this regards a SELECT as
starting a transaction, and will leave it  open if the result set is not all
read.

23 years agoUse correct string length.
Andrei Zmievski [Mon, 2 Apr 2001 13:20:16 +0000 (13:20 +0000)]
Use correct string length.

23 years agoFixed a typo. Bug: #10103
foobar [Mon, 2 Apr 2001 09:06:33 +0000 (09:06 +0000)]
Fixed a typo. Bug: #10103

23 years agoInserted a few extra initialisations, just in case. Had some problems in a
Marc Boeren [Mon, 2 Apr 2001 08:51:35 +0000 (08:51 +0000)]
Inserted a few extra initialisations, just in case. Had some problems in a
different module, this solved it there, hance the added insurance. (Mc)

23 years agoadded some more error reporting and did a little tidying.
Wez Furlong [Mon, 2 Apr 2001 01:31:08 +0000 (01:31 +0000)]
added some more error reporting and did a little tidying.

23 years agoChangeLog update
<changelog@php.net> [Mon, 2 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

23 years agoAdded whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
Wez Furlong [Sun, 1 Apr 2001 23:06:15 +0000 (23:06 +0000)]
Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
a bit more friendly to use.  See the README for more info.

23 years agoFixed some glitches in NEWS. (Yes, you may call me pedantic :-)
Sebastian Bergmann [Sun, 1 Apr 2001 14:13:09 +0000 (14:13 +0000)]
Fixed some glitches in NEWS. (Yes, you may call me pedantic :-)

23 years agoAccording to GD documentation the macros should be used instead..
foobar [Sun, 1 Apr 2001 06:20:45 +0000 (06:20 +0000)]
According to GD documentation the macros should be used instead..

23 years agoFixed bug #10095.
foobar [Sun, 1 Apr 2001 05:55:21 +0000 (05:55 +0000)]
Fixed bug #10095.

23 years agoFixed bug #8137 and killed some compile warnings.
foobar [Sun, 1 Apr 2001 05:42:07 +0000 (05:42 +0000)]
Fixed bug #8137 and killed some compile warnings.

23 years agoChangeLog update
<changelog@php.net> [Sun, 1 Apr 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

23 years agoFix headers handling with output buffering
Zeev Suraski [Sat, 31 Mar 2001 22:53:19 +0000 (22:53 +0000)]
Fix headers handling with output buffering

23 years agoChangeLog update
<changelog@php.net> [Sat, 31 Mar 2001 02:09:21 +0000 (02:09 +0000)]
ChangeLog update

23 years agoImplemented cpdf_set_viewer_preferences (previously a stub).
Fredrik Öhrn [Fri, 30 Mar 2001 20:36:18 +0000 (20:36 +0000)]
Implemented cpdf_set_viewer_preferences (previously a stub).
Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.

23 years agoSend the correct Vary headers, if we negotiate a gzip/deflate session
Anil Madhavapeddy [Fri, 30 Mar 2001 17:44:08 +0000 (17:44 +0000)]
Send the correct Vary headers, if we negotiate a gzip/deflate session
via Accept-Encoding.  This obeys a SHOULD directive in RFC2616

PR: 10070

23 years agoReplace the incomprehensible newline escaping with @NEWLINE@
Sascha Schumann [Fri, 30 Mar 2001 14:02:20 +0000 (14:02 +0000)]
Replace the incomprehensible newline escaping with @NEWLINE@

Fixes the build on Darwin 1.2

23 years ago- Renamed the file following Thies suggestion
Ulf Wendel [Fri, 30 Mar 2001 09:16:54 +0000 (09:16 +0000)]
- Renamed the file following Thies suggestion

100% beginners compatible politics of the PHP core guys: I was (again) allowed to make a mistake without beeing kicked - cool, thanks!

23 years agoChangeLog update
<changelog@php.net> [Fri, 30 Mar 2001 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

23 years ago- uuups, modified the package.dtd, undo
Ulf Wendel [Thu, 29 Mar 2001 22:01:52 +0000 (22:01 +0000)]
- uuups, modified the package.dtd, undo

23 years ago- Added a package xml file for IT[X] templates
Ulf Wendel [Thu, 29 Mar 2001 21:54:27 +0000 (21:54 +0000)]
- Added a package xml file for IT[X] templates

23 years agoFix a couple of warnings when calling PEAR::raiseError() statically.
Chuck Hagenbuch [Thu, 29 Mar 2001 19:54:27 +0000 (19:54 +0000)]
Fix a couple of warnings when calling PEAR::raiseError() statically.

23 years ago- package XML for the Cache
Ulf Wendel [Thu, 29 Mar 2001 15:01:16 +0000 (15:01 +0000)]
- package XML for the Cache

I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?

23 years agoOutput php version at end of tests.
James Moore [Thu, 29 Mar 2001 12:07:37 +0000 (12:07 +0000)]
Output php version at end of tests.

23 years agoFixed leak in php_iconv_string. Also returns FAILURE on failure,
Wez Furlong [Thu, 29 Mar 2001 09:37:09 +0000 (09:37 +0000)]
Fixed leak in php_iconv_string. Also returns FAILURE on failure,
rather than -1

23 years agoChangeLog update
<changelog@php.net> [Thu, 29 Mar 2001 02:09:19 +0000 (02:09 +0000)]
ChangeLog update

23 years agoFixed bug: #10040.
foobar [Thu, 29 Mar 2001 00:22:45 +0000 (00:22 +0000)]
Fixed bug: #10040.

23 years agopgsql.php
Tomas V.V.Cox [Wed, 28 Mar 2001 23:52:21 +0000 (23:52 +0000)]
pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]

DB.php
* $rowmun in fetch* now defaults to NULL

mysql.php
* added default $fetchmode to ordered
* removed extra checks in connect()
* fetchrow() now uses fetchInto()
* added the "fetch absolute row numbers" feature to fetchInto()
(not tested)

ifx.php
* better handling of $rownum param in fetchInto()

23 years agoMake file() work again.
foobar [Wed, 28 Mar 2001 22:30:21 +0000 (22:30 +0000)]
Make file() work again.
# For some reason if libbind is linked with PHP the file() function
# won't work with URLs. Do we even need libbind?

23 years agofix typo
André Langhorst [Wed, 28 Mar 2001 20:08:49 +0000 (20:08 +0000)]
fix typo

23 years agofix proto
André Langhorst [Wed, 28 Mar 2001 19:41:38 +0000 (19:41 +0000)]
fix proto

23 years agoAdded a simple usage example
Ulf Wendel [Wed, 28 Mar 2001 18:32:20 +0000 (18:32 +0000)]
Added a simple usage example

23 years agoFix warning
Zeev Suraski [Wed, 28 Mar 2001 16:12:16 +0000 (16:12 +0000)]
Fix warning

23 years agoMake Windows happy
Zeev Suraski [Wed, 28 Mar 2001 15:46:51 +0000 (15:46 +0000)]
Make Windows happy

23 years agoGet rid of more redundant code
Zeev Suraski [Wed, 28 Mar 2001 15:32:52 +0000 (15:32 +0000)]
Get rid of more redundant code

23 years agoCleaner way of making sure resources start at 1 and not 0...
Zeev Suraski [Wed, 28 Mar 2001 15:22:15 +0000 (15:22 +0000)]
Cleaner way of making sure resources start at 1 and not 0...

23 years agoRemove redundant code
Zeev Suraski [Wed, 28 Mar 2001 14:56:28 +0000 (14:56 +0000)]
Remove redundant code

23 years agoChangeLog update
<changelog@php.net> [Wed, 28 Mar 2001 02:09:25 +0000 (02:09 +0000)]
ChangeLog update

23 years agoRenamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
foobar [Tue, 27 Mar 2001 20:35:04 +0000 (20:35 +0000)]
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..

23 years ago- 'Fix' for bug 10002
Derick Rethans [Tue, 27 Mar 2001 17:21:45 +0000 (17:21 +0000)]
- 'Fix' for bug 10002

23 years agoGod knows what this code was doing...
Zeev Suraski [Tue, 27 Mar 2001 16:46:24 +0000 (16:46 +0000)]
God knows what this code was doing...

23 years agoThe last fix was missing a &, Marc Boeren either made the patch wrong, or I applied...
Dan Kalowsky [Tue, 27 Mar 2001 15:46:27 +0000 (15:46 +0000)]
The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly.  Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this.

23 years agoChanged header handling; before, we were somehow losing
Ben Mansell [Tue, 27 Mar 2001 15:16:34 +0000 (15:16 +0000)]
Changed header handling; before, we were somehow losing
Content-Type: text/html

23 years agofixed newly introduced crash in ora_bind
Thies C. Arntzen [Tue, 27 Mar 2001 14:55:04 +0000 (14:55 +0000)]
fixed newly introduced crash in ora_bind

23 years agoFix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).
Dan Kalowsky [Tue, 27 Mar 2001 14:17:52 +0000 (14:17 +0000)]
Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).
Applied by me, due to apparently a lack of cvs access to ext/odbc for him.

23 years agoFix the arg_separator behaviour. Only & or ; is allowed as separators so no need...
foobar [Tue, 27 Mar 2001 11:34:51 +0000 (11:34 +0000)]
Fix the arg_separator behaviour. Only & or ; is allowed as separators so no need to use the ini setting here.

23 years agoChangeLog update
<changelog@php.net> [Tue, 27 Mar 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

23 years agopgsql.php
Tomas V.V.Cox [Mon, 26 Mar 2001 23:31:49 +0000 (23:31 +0000)]
pgsql.php
* connect() always use pg_connect string instead of the deprecated params
mode
* removed duplicated functions prepare() and execute() (now in common.php)
* pgsqlRaiseError() always fills native error param on DB_error objs
* added third param $rownum to fetchInto() so users can fetch also absolute
row numbers
* changed fetchRow() to use fetchInto() (can not erase, still used in get*()
from common.php

DB.php
* added third param $rownum to fetchInto()/fetchRow() so users can fetch
also absolute row numbers
* changed fetchRow() to use fetchInto()

23 years agoFixed a typo.
foobar [Mon, 26 Mar 2001 21:42:01 +0000 (21:42 +0000)]
Fixed a typo.

23 years agoFixed the problem with libbind (again).
foobar [Mon, 26 Mar 2001 21:34:59 +0000 (21:34 +0000)]
Fixed the problem with libbind (again).

23 years agoUpdated get_class_methods() to take class instance as well as class name.
Andrei Zmievski [Mon, 26 Mar 2001 20:14:21 +0000 (20:14 +0000)]
Updated get_class_methods() to take class instance as well as class name.

23 years agoMore news.
Andrei Zmievski [Mon, 26 Mar 2001 20:10:19 +0000 (20:10 +0000)]
More news.

23 years agoNitpicking.
Sebastian Bergmann [Mon, 26 Mar 2001 19:03:36 +0000 (19:03 +0000)]
Nitpicking.

23 years agoMaking it possible to pass a class name to get_parent_class() as well
Andrei Zmievski [Mon, 26 Mar 2001 19:03:06 +0000 (19:03 +0000)]
Making it possible to pass a class name to get_parent_class() as well
as a class instance.

23 years agoZend related news update.
Andrei Zmievski [Mon, 26 Mar 2001 18:59:01 +0000 (18:59 +0000)]
Zend related news update.

23 years agoRemove FUNCTION_LIST.txt, the file is sadly out of date and not really used...
Sterling Hughes [Mon, 26 Mar 2001 18:29:12 +0000 (18:29 +0000)]
Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used...

23 years agoSupport Solaris 8 ldap.
foobar [Mon, 26 Mar 2001 10:30:48 +0000 (10:30 +0000)]
Support Solaris 8 ldap.

23 years agoRemoved #include php_config.h, since it was not necessary (Mc)
Marc Boeren [Mon, 26 Mar 2001 08:26:07 +0000 (08:26 +0000)]
Removed #include php_config.h, since it was not necessary (Mc)

23 years agopg_close was undefining default_conn even if a ref to it was still there.
Romolo Manfredini [Mon, 26 Mar 2001 08:00:43 +0000 (08:00 +0000)]
pg_close was undefining default_conn even if a ref to it was still there.

23 years agoChangeLog update
<changelog@php.net> [Mon, 26 Mar 2001 02:09:22 +0000 (02:09 +0000)]
ChangeLog update

23 years agoChangeLog update
<changelog@php.net> [Sun, 25 Mar 2001 02:09:20 +0000 (02:09 +0000)]
ChangeLog update

23 years agoInstall the Informix database implementation.
Jon Parise [Sat, 24 Mar 2001 21:48:41 +0000 (21:48 +0000)]
Install the Informix database implementation.

23 years agoAdded missing files.
Sebastian Bergmann [Sat, 24 Mar 2001 21:40:25 +0000 (21:40 +0000)]
Added missing files.

23 years agoAdded php_dbx.dll.
Sebastian Bergmann [Sat, 24 Mar 2001 21:38:58 +0000 (21:38 +0000)]
Added php_dbx.dll.

23 years agoSolved bugs #9746 and #9937, pg_close was closing twice the default conn.
Romolo Manfredini [Sat, 24 Mar 2001 18:36:43 +0000 (18:36 +0000)]
Solved bugs #9746 and #9937, pg_close was closing twice the default conn.

23 years ago* added Christian Stocker's tableInfo() implementation
Stig Bakken [Sat, 24 Mar 2001 07:00:44 +0000 (07:00 +0000)]
* added Christian Stocker's tableInfo() implementation

23 years agoChangeLog update
<changelog@php.net> [Sat, 24 Mar 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

23 years agoFix ZTS build
Sascha Schumann [Sat, 24 Mar 2001 01:08:13 +0000 (01:08 +0000)]
Fix ZTS build

23 years agoFixed compile errors for PostgreSQL support (Mc)
Marc Boeren [Fri, 23 Mar 2001 14:50:17 +0000 (14:50 +0000)]
Fixed compile errors for PostgreSQL support (Mc)
Removed globals that Rui put in, and changed the dbx_get_row
to include a row_number (which PostgreSQL expects) (Mc)
Added source files to Makefile.in and dbx.dsp (Mc)
#Could someone please check if the PostgreSQL support works?
#And please, check your work _before_ you commit anything!

23 years agoFixing function name length.
Andrei Zmievski [Fri, 23 Mar 2001 14:46:37 +0000 (14:46 +0000)]
Fixing function name length.

23 years agoWrap lines.
Andrei Zmievski [Fri, 23 Mar 2001 14:26:17 +0000 (14:26 +0000)]
Wrap lines.

23 years agochanged license of PostgreSQL module in ext/dbx.
Rui Hirokawa [Fri, 23 Mar 2001 13:40:12 +0000 (13:40 +0000)]
changed license of PostgreSQL module in ext/dbx.

23 years agoadded initial support for PostgreSQL to ext/dbx.
Rui Hirokawa [Fri, 23 Mar 2001 11:50:04 +0000 (11:50 +0000)]
added initial support for PostgreSQL to ext/dbx.

23 years agoChanged header for source files, now point to PHP license (Mc)
Marc Boeren [Fri, 23 Mar 2001 10:23:58 +0000 (10:23 +0000)]
Changed header for source files, now point to PHP license (Mc)
Found another // comment and replaced with /**/ (Mc)
Removed proprietary license (in favor of php license) (Mc)
Added .cvsignore file, I hope it works correctly (Mc)

23 years agoAdded target ownership check in function copy for safe_mode operations
Romolo Manfredini [Fri, 23 Mar 2001 09:30:51 +0000 (09:30 +0000)]
Added target ownership check in function copy for safe_mode operations

23 years agoupdate news
Daniel Beulshausen [Fri, 23 Mar 2001 08:33:22 +0000 (08:33 +0000)]
update news

23 years agosupport unc style paths
Daniel Beulshausen [Fri, 23 Mar 2001 08:33:06 +0000 (08:33 +0000)]
support unc style paths

23 years agoAdded configuration for detecting the BeOS thread implementation
Stephen van Egmond [Fri, 23 Mar 2001 04:56:51 +0000 (04:56 +0000)]
Added configuration for detecting the BeOS thread implementation
(which will be used once I get my patches into Zend to use bthreads).

Also, a check for a library distributed with the new BeOS networking
environment.

23 years agoSimple patch to deal with lack of fields in the BeOS implementation of rusage.
Stephen van Egmond [Fri, 23 Mar 2001 04:36:29 +0000 (04:36 +0000)]
Simple patch to deal with lack of fields in the BeOS implementation of rusage.

23 years agoChangeLog update
<changelog@php.net> [Fri, 23 Mar 2001 02:09:24 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 23 Mar 2001 02:09:21 +0000 (02:09 +0000)]
NEWS update

23 years ago* fixed Oracle tests, fixed some bugs in DB_oci8, all tests but
Stig Bakken [Fri, 23 Mar 2001 01:15:05 +0000 (01:15 +0000)]
* fixed Oracle tests, fixed some bugs in DB_oci8, all tests but
  errorNative() pass now (but that may be a bug in the test :-)
* implemented numRows() emulation in DB_oci8 that is available
  in "optimize portability" mode only

23 years agoRemoving extra check for warnings.
Frank M. Kromann [Fri, 23 Mar 2001 00:58:59 +0000 (00:58 +0000)]
Removing extra check for warnings.

23 years agoAdding warning when query fails
Frank M. Kromann [Thu, 22 Mar 2001 21:16:23 +0000 (21:16 +0000)]
Adding warning when query fails

23 years agoFix a bug with POST requests. If the Content-Type header wasn't present,
Ben Mansell [Thu, 22 Mar 2001 18:54:51 +0000 (18:54 +0000)]
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.

23 years agoFix a bug with POST requests. If the Content-Type header wasn't present,
Ben Mansell [Thu, 22 Mar 2001 18:48:51 +0000 (18:48 +0000)]
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.

23 years agoChanged C++ style comments to C-style comments (Marc)
Marc Boeren [Thu, 22 Mar 2001 15:14:34 +0000 (15:14 +0000)]
Changed C++ style comments to C-style comments (Marc)
#I hope I got 'em all
@Changed C++ style comments to C-style comments (Marc)

23 years agoFixed prototype.
Sean Bright [Thu, 22 Mar 2001 14:43:48 +0000 (14:43 +0000)]
Fixed prototype.

23 years agoFix bugs: #9920, #9190
foobar [Thu, 22 Mar 2001 13:16:58 +0000 (13:16 +0000)]
Fix bugs: #9920, #9190

23 years agono comment :)
Marc Boeren [Thu, 22 Mar 2001 12:26:21 +0000 (12:26 +0000)]
no comment :)

23 years agoAdded dbx module (database abstraction) to the repositorty (/ext/dbx).
Marc Boeren [Thu, 22 Mar 2001 11:07:04 +0000 (11:07 +0000)]
Added dbx module (database abstraction) to the repositorty (/ext/dbx).
Compiles under Linux (--enable-dbx) and Windows.
Supports MySQL and ODBC modules (more to be added later).
@ Added dbx module (database abstraction) to the repository. (Marc)

23 years ago- fixed some bugs with xpath
Uwe Steinmann [Thu, 22 Mar 2001 06:58:13 +0000 (06:58 +0000)]
- fixed some bugs with xpath

23 years agoChangeLog update
<changelog@php.net> [Thu, 22 Mar 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

23 years agosetting right params to zend_get_parameters_ex
Frank M. Kromann [Wed, 21 Mar 2001 21:53:45 +0000 (21:53 +0000)]
setting right params to zend_get_parameters_ex

23 years agoBeta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)
Rainer Schaaf [Wed, 21 Mar 2001 20:55:35 +0000 (20:55 +0000)]
Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)
and PDF_close_pdi_page will lose one parameter.
These changes are done for the phpwrapper now.
This has no impact on PDFlib V3.x.

23 years ago- Fix spelling error
Andi Gutmans [Wed, 21 Mar 2001 20:07:19 +0000 (20:07 +0000)]
- Fix spelling error

23 years agochanged arg types from pval* to zval**
Frank M. Kromann [Wed, 21 Mar 2001 19:56:33 +0000 (19:56 +0000)]
changed arg types from pval* to zval**

23 years agoRemove experimental status from bz2
Sterling Hughes [Wed, 21 Mar 2001 19:46:05 +0000 (19:46 +0000)]
Remove experimental status from bz2

23 years agoFixing news.
Andrei Zmievski [Wed, 21 Mar 2001 16:19:54 +0000 (16:19 +0000)]
Fixing news.

23 years agoI don't like to commit this over and over either, but this client definitely seems...
André Langhorst [Wed, 21 Mar 2001 16:01:52 +0000 (16:01 +0000)]
I don't like to commit this over and over either, but this client definitely seems to dislike branches