summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 'Fix' for bug 10002Derick Rethans2001-03-271-1/+1
|
* God knows what this code was doing...Zeev Suraski2001-03-272-37/+3
|
* The last fix was missing a &, Marc Boeren either made the patch wrong, or I ↵Dan Kalowsky2001-03-271-1/+1
| | | | applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this.
* Changed header handling; before, we were somehow losingBen Mansell2001-03-271-31/+5
| | | | | Content-Type: text/html
* fixed newly introduced crash in ora_bindThies C. Arntzen2001-03-271-3/+0
|
* Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl).Dan Kalowsky2001-03-271-3/+3
| | | | | Applied by me, due to apparently a lack of cvs access to ext/odbc for him.
* Fix the arg_separator behaviour. Only & or ; is allowed as separators so no ↵foobar2001-03-271-13/+2
| | | | need to use the ini setting here.
* ChangeLog update2001-03-271-0/+55
|
* pgsql.phpTomas V.V.Cox2001-03-261-9/+16
| | | | | | | | | | | | | | | | | * 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()
* Fixed a typo.foobar2001-03-261-2/+2
|
* Fixed the problem with libbind (again).foobar2001-03-261-2/+3
|
* Updated get_class_methods() to take class instance as well as class name.Andrei Zmievski2001-03-261-30/+26
|
* More news.Andrei Zmievski2001-03-261-2/+2
|
* Nitpicking.Sebastian Bergmann2001-03-261-3/+3
|
* Making it possible to pass a class name to get_parent_class() as wellAndrei Zmievski2001-03-261-4/+15
| | | | | as a class instance.
* Zend related news update.Andrei Zmievski2001-03-261-0/+2
|
* Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used...Sterling Hughes2001-03-261-538/+0
|
* Support Solaris 8 ldap.foobar2001-03-261-0/+3
|
* Removed #include php_config.h, since it was not necessary (Mc)Marc Boeren2001-03-261-3/+0
|
* pg_close was undefining default_conn even if a ref to it was still there.Romolo Manfredini2001-03-261-3/+7
|
* ChangeLog update2001-03-261-0/+10
|
* ChangeLog update2001-03-251-0/+62
|
* Install the Informix database implementation.Jon Parise2001-03-241-0/+1
|
* Added missing files.Sebastian Bergmann2001-03-241-0/+5
|
* Added php_dbx.dll.Sebastian Bergmann2001-03-241-0/+1
|
* Solved bugs #9746 and #9937, pg_close was closing twice the default conn.Romolo Manfredini2001-03-241-1/+2
|
* * added Christian Stocker's tableInfo() implementationStig Bakken2001-03-241-0/+16
|
* ChangeLog update2001-03-241-0/+136
|
* Fix ZTS buildSascha Schumann2001-03-241-0/+1
|
* Fixed compile errors for PostgreSQL support (Mc)Marc Boeren2001-03-2310-24/+38
| | | | | | | | | 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!
* Fixing function name length.Andrei Zmievski2001-03-231-2/+2
|
* Wrap lines.Andrei Zmievski2001-03-231-1/+2
|
* changed license of PostgreSQL module in ext/dbx.Rui Hirokawa2001-03-232-16/+16
|
* added initial support for PostgreSQL to ext/dbx.Rui Hirokawa2001-03-234-14/+379
|
* Changed header for source files, now point to PHP license (Mc)Marc Boeren2001-03-239-162/+113
| | | | | | | 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)
* Added target ownership check in function copy for safe_mode operationsRomolo Manfredini2001-03-232-3/+11
|
* update newsDaniel Beulshausen2001-03-231-0/+1
|
* support unc style pathsDaniel Beulshausen2001-03-232-0/+5
|
* Added configuration for detecting the BeOS thread implementationStephen van Egmond2001-03-231-2/+5
| | | | | | | | (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.
* Simple patch to deal with lack of fields in the BeOS implementation of rusage.Stephen van Egmond2001-03-231-1/+1
|
* ChangeLog update2001-03-231-0/+109
|
* NEWS update2001-03-231-0/+2
|
* * fixed Oracle tests, fixed some bugs in DB_oci8, all tests butStig Bakken2001-03-232-2/+5
| | | | | | | 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
* Removing extra check for warnings.Frank M. Kromann2001-03-231-24/+4
|
* Adding warning when query failsFrank M. Kromann2001-03-221-2/+20
|
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
| | | | | | we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processing the data.
* Fix a bug with POST requests. If the Content-Type header wasn't present,Ben Mansell2001-03-221-1/+2
| | | | | | we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processing the data.
* Changed C++ style comments to C-style comments (Marc)Marc Boeren2001-03-226-200/+133
| | | | | | #I hope I got 'em all @Changed C++ style comments to C-style comments (Marc)
* Fixed prototype.Sean Bright2001-03-221-1/+1
|
* Fix bugs: #9920, #9190foobar2001-03-221-0/+1
|