| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -23/+23 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 7 | -106/+106 |
| * | * added two missing end folds | Stig Bakken | 2001-08-22 | 1 | -1/+2 |
| * | whitespace, braces, coding style (Mc) | Marc Boeren | 2001-08-17 | 15 | -1874/+1925 |
| * | - Use the same coding standards for pointers as the rest of PHP. | Andi Gutmans | 2001-08-17 | 16 | -214/+214 |
| * | Added preliminary support framework for Oracle 8. (Mc) | Marc Boeren | 2001-08-17 | 8 | -2/+329 |
| * | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -14/+13 |
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -2/+2 |
| * | Fixed a too hasty copy/paste action in the DBX_FBSQL constant check | Marc Boeren | 2001-08-08 | 1 | -1/+1 |
| * | Added Frank to the CREDITS for FrontBase support | Marc Boeren | 2001-08-08 | 2 | -3/+4 |
| * | Added extra entries for FrontBase support (Mc) | Marc Boeren | 2001-08-08 | 2 | -0/+9 |
| * | Adding cvs ID to source files | Frank M. Kromann | 2001-08-07 | 13 | -0/+26 |
| * | Adding FrontBase support to the DBX extension | Frank M. Kromann | 2001-08-07 | 4 | -1/+330 |
| * | It's been working here for four months now... hardly experimental :) (Mc) | Marc Boeren | 2001-07-30 | 1 | -5/+0 |
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -4/+6 |
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -0/+3 |
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| * | Added the error-message functionality (new in odbc module) (Mc) | Marc Boeren | 2001-07-19 | 1 | -2/+13 |
| * | changed implementation of creating reference to a value by columnname (Mc) | Marc Boeren | 2001-07-19 | 2 | -6/+7 |
| * | All files are now in Unix-linebreak mode (\n only). Somehow \r\n still | Marc Boeren | 2001-06-20 | 1 | -1/+1 |
| * | Changed username and password for pgsql in include file. | Marc Boeren | 2001-06-15 | 1 | -2/+2 |
| * | Added a pgsql testdatabase create script (thanks Christian) | Marc Boeren | 2001-06-15 | 1 | -0/+37 |
| * | Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly. | Marc Boeren | 2001-06-13 | 5 | -12/+68 |
| * | Fixed bug concerning mysql default_link that got freed too soon (Mc). | Marc Boeren | 2001-06-12 | 2 | -1/+18 |
| * | Fixed bug that caused dbx_query to segfault on Linux (not Windows, though) | Marc Boeren | 2001-06-11 | 1 | -14/+3 |
| * | Created a testset and a script to create a (mysql) database. This script | Marc Boeren | 2001-06-05 | 10 | -0/+554 |
| * | Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and | Marc Boeren | 2001-06-05 | 11 | -292/+325 |
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| * | Passed db_handle to dbx_error_function instead of NULL (Mc) | Marc Boeren | 2001-05-07 | 1 | -2/+1 |
| * | Forgot the Visual Studio project, added now (Mc) | Marc Boeren | 2001-05-04 | 2 | -2/+15 |
| * | Registered db-module constants for use in dbx_connect (Mc) | Marc Boeren | 2001-05-04 | 4 | -10/+329 |
| * | Added docs about creating dbx-support for other databases. (Mc) | Marc Boeren | 2001-05-04 | 1 | -0/+316 |
| * | Removed some old commented code (Mc) | Marc Boeren | 2001-04-18 | 1 | -24/+3 |
| * | Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in | Marc Boeren | 2001-04-18 | 2 | -12/+16 |
| * | deleted warning output in dbx/pgsql. | Rui Hirokawa | 2001-04-14 | 1 | -0/+8 |
| * | Added a database member to the dbx_link object. Since e.g. mysql reuses | Marc Boeren | 2001-04-11 | 8 | -92/+40 |
| * | Added optional 'comparison_type' parameter to compare functions, to force | Marc Boeren | 2001-04-09 | 1 | -32/+40 |
| * | Inserted a few extra initialisations, just in case. Had some problems in a | Marc Boeren | 2001-04-02 | 3 | -0/+12 |
| * | Removed #include php_config.h, since it was not necessary (Mc) | Marc Boeren | 2001-03-26 | 1 | -3/+0 |
| * | Fixed compile errors for PostgreSQL support (Mc) | Marc Boeren | 2001-03-23 | 10 | -24/+38 |
| * | 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 |
| * | Changed C++ style comments to C-style comments (Marc) | Marc Boeren | 2001-03-22 | 6 | -200/+133 |
| * | no comment :) | Marc Boeren | 2001-03-22 | 1 | -0/+5 |
| * | Added dbx module (database abstraction) to the repositorty (/ext/dbx). | Marc Boeren | 2001-03-22 | 13 | -0/+1777 |