| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - 'Fix' for bug 10002 | Derick Rethans | 2001-03-27 | 1 | -1/+1 |
| | | |||||
| * | God knows what this code was doing... | Zeev Suraski | 2001-03-27 | 2 | -37/+3 |
| | | |||||
| * | The last fix was missing a &, Marc Boeren either made the patch wrong, or I ↵ | Dan Kalowsky | 2001-03-27 | 1 | -1/+1 |
| | | | | | applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this. | ||||
| * | Changed header handling; before, we were somehow losing | Ben Mansell | 2001-03-27 | 1 | -31/+5 |
| | | | | | | Content-Type: text/html | ||||
| * | fixed newly introduced crash in ora_bind | Thies C. Arntzen | 2001-03-27 | 1 | -3/+0 |
| | | |||||
| * | Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl). | Dan Kalowsky | 2001-03-27 | 1 | -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 ↵ | foobar | 2001-03-27 | 1 | -13/+2 |
| | | | | | need to use the ini setting here. | ||||
| * | ChangeLog update | 2001-03-27 | 1 | -0/+55 | |
| | | |||||
| * | pgsql.php | Tomas V.V.Cox | 2001-03-26 | 1 | -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. | foobar | 2001-03-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed the problem with libbind (again). | foobar | 2001-03-26 | 1 | -2/+3 |
| | | |||||
| * | Updated get_class_methods() to take class instance as well as class name. | Andrei Zmievski | 2001-03-26 | 1 | -30/+26 |
| | | |||||
| * | More news. | Andrei Zmievski | 2001-03-26 | 1 | -2/+2 |
| | | |||||
| * | Nitpicking. | Sebastian Bergmann | 2001-03-26 | 1 | -3/+3 |
| | | |||||
| * | Making it possible to pass a class name to get_parent_class() as well | Andrei Zmievski | 2001-03-26 | 1 | -4/+15 |
| | | | | | | as a class instance. | ||||
| * | Zend related news update. | Andrei Zmievski | 2001-03-26 | 1 | -0/+2 |
| | | |||||
| * | Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used... | Sterling Hughes | 2001-03-26 | 1 | -538/+0 |
| | | |||||
| * | Support Solaris 8 ldap. | foobar | 2001-03-26 | 1 | -0/+3 |
| | | |||||
| * | Removed #include php_config.h, since it was not necessary (Mc) | Marc Boeren | 2001-03-26 | 1 | -3/+0 |
| | | |||||
| * | pg_close was undefining default_conn even if a ref to it was still there. | Romolo Manfredini | 2001-03-26 | 1 | -3/+7 |
| | | |||||
| * | ChangeLog update | 2001-03-26 | 1 | -0/+10 | |
| | | |||||
| * | ChangeLog update | 2001-03-25 | 1 | -0/+62 | |
| | | |||||
| * | Install the Informix database implementation. | Jon Parise | 2001-03-24 | 1 | -0/+1 |
| | | |||||
| * | Added missing files. | Sebastian Bergmann | 2001-03-24 | 1 | -0/+5 |
| | | |||||
| * | Added php_dbx.dll. | Sebastian Bergmann | 2001-03-24 | 1 | -0/+1 |
| | | |||||
| * | Solved bugs #9746 and #9937, pg_close was closing twice the default conn. | Romolo Manfredini | 2001-03-24 | 1 | -1/+2 |
| | | |||||
| * | * added Christian Stocker's tableInfo() implementation | Stig Bakken | 2001-03-24 | 1 | -0/+16 |
| | | |||||
| * | ChangeLog update | 2001-03-24 | 1 | -0/+136 | |
| | | |||||
| * | Fix ZTS build | Sascha Schumann | 2001-03-24 | 1 | -0/+1 |
| | | |||||
| * | Fixed compile errors for PostgreSQL support (Mc) | Marc Boeren | 2001-03-23 | 10 | -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 Zmievski | 2001-03-23 | 1 | -2/+2 |
| | | |||||
| * | Wrap lines. | Andrei Zmievski | 2001-03-23 | 1 | -1/+2 |
| | | |||||
| * | changed license of PostgreSQL module in ext/dbx. | Rui Hirokawa | 2001-03-23 | 2 | -16/+16 |
| | | |||||
| * | added initial support for PostgreSQL to ext/dbx. | Rui Hirokawa | 2001-03-23 | 4 | -14/+379 |
| | | |||||
| * | Changed header for source files, now point to PHP license (Mc) | Marc Boeren | 2001-03-23 | 9 | -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 operations | Romolo Manfredini | 2001-03-23 | 2 | -3/+11 |
| | | |||||
| * | update news | Daniel Beulshausen | 2001-03-23 | 1 | -0/+1 |
| | | |||||
| * | support unc style paths | Daniel Beulshausen | 2001-03-23 | 2 | -0/+5 |
| | | |||||
| * | Added configuration for detecting the BeOS thread implementation | Stephen van Egmond | 2001-03-23 | 1 | -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 Egmond | 2001-03-23 | 1 | -1/+1 |
| | | |||||
| * | ChangeLog update | 2001-03-23 | 1 | -0/+109 | |
| | | |||||
| * | NEWS update | 2001-03-23 | 1 | -0/+2 | |
| | | |||||
| * | * fixed Oracle tests, fixed some bugs in DB_oci8, all tests but | Stig Bakken | 2001-03-23 | 2 | -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. Kromann | 2001-03-23 | 1 | -24/+4 |
| | | |||||
| * | Adding warning when query fails | Frank M. Kromann | 2001-03-22 | 1 | -2/+20 |
| | | |||||
| * | Fix a bug with POST requests. If the Content-Type header wasn't present, | Ben Mansell | 2001-03-22 | 1 | -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 Mansell | 2001-03-22 | 1 | -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 Boeren | 2001-03-22 | 6 | -200/+133 |
| | | | | | | | #I hope I got 'em all @Changed C++ style comments to C-style comments (Marc) | ||||
| * | Fixed prototype. | Sean Bright | 2001-03-22 | 1 | -1/+1 |
| | | |||||
| * | Fix bugs: #9920, #9190 | foobar | 2001-03-22 | 1 | -0/+1 |
| | | |||||
