| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing unused variable | Sander Roobol | 2002-04-18 | 1 | -1/+0 |
* | - MFB | Derick Rethans | 2002-03-26 | 1 | -2/+2 |
* | Some PHP-info layout fixes (\n will automatically be converted into <br />) | Sander Roobol | 2002-03-20 | 1 | -3/+3 |
* | Added support for Sybase-CT to dbx module (Mc). | Marc Boeren | 2002-02-18 | 1 | -1/+15 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | There are some rules. | Egon Schmid | 2001-11-08 | 1 | -12/+6 |
* | - prototypes | Derick Rethans | 2001-11-08 | 1 | -2/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | 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 | 1 | -28/+28 |
* | * added two missing end folds | Stig Bakken | 2001-08-22 | 1 | -1/+2 |
* | whitespace, braces, coding style (Mc) | Marc Boeren | 2001-08-17 | 1 | -603/+609 |
* | - Use the same coding standards for pointers as the rest of PHP. | Andi Gutmans | 2001-08-17 | 1 | -40/+40 |
* | Added preliminary support framework for Oracle 8. (Mc) | Marc Boeren | 2001-08-17 | 1 | -1/+15 |
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -14/+13 |
* | Adding cvs ID to source files | Frank M. Kromann | 2001-08-07 | 1 | -0/+2 |
* | Adding FrontBase support to the DBX extension | Frank M. Kromann | 2001-08-07 | 1 | -1/+15 |
* | 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 |
* | changed implementation of creating reference to a value by columnname (Mc) | Marc Boeren | 2001-07-19 | 1 | -6/+4 |
* | Fixed bug that caused dbx_query to segfault on Linux (not Windows, though) | Marc Boeren | 2001-06-11 | 1 | -14/+3 |
* | Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and | Marc Boeren | 2001-06-05 | 1 | -187/+171 |
* | * 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 |
* | Registered db-module constants for use in dbx_connect (Mc) | Marc Boeren | 2001-05-04 | 1 | -9/+47 |
* | Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in | Marc Boeren | 2001-04-18 | 1 | -12/+14 |
* | Added a database member to the dbx_link object. Since e.g. mysql reuses | Marc Boeren | 2001-04-11 | 1 | -77/+24 |
* | 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 | 1 | -0/+7 |
* | 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 | 1 | -11/+14 |
* | added initial support for PostgreSQL to ext/dbx. | Rui Hirokawa | 2001-03-23 | 1 | -10/+32 |
* | Changed header for source files, now point to PHP license (Mc) | Marc Boeren | 2001-03-23 | 1 | -32/+38 |
* | Changed C++ style comments to C-style comments (Marc) | Marc Boeren | 2001-03-22 | 1 | -147/+79 |
* | Added dbx module (database abstraction) to the repositorty (/ext/dbx). | Marc Boeren | 2001-03-22 | 1 | -0/+832 |