| Commit message (Expand) | Author | Age | Files | Lines |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Make life for the doc-team easier, without causing harm ;-) | Marc Boeren | 2003-11-03 | 1 | -1/+1 |
* | Fix warning and converted dos-crlf to unix line-endings. | Marc Boeren | 2003-09-08 | 1 | -1/+0 |
* | Added DBX_RESULT_UNBUFFERED flag for dbx_query. | Marc Boeren | 2003-09-05 | 1 | -28/+127 |
* | WS | Marc Boeren | 2003-07-10 | 1 | -6/+6 |
* | Add -2003 to copyright line (Marc). | Marc Boeren | 2003-07-10 | 1 | -1/+1 |
* | Add SQLite support to DBX (Marc). | Marc Boeren | 2003-07-09 | 1 | -2/+17 |
* | proto fixes | Andrey Hristov | 2003-06-15 | 1 | -2/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | proto fix | Hartmut Holzgraefe | 2003-03-17 | 1 | -1/+1 |
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -13/+3 |
* | zend_error() -> php_error_docref(). | Ilia Alshanetsky | 2003-01-24 | 1 | -25/+25 |
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -22/+4 |
* | Fix ZTS-ZE2 build | Marcus Boerger | 2003-01-04 | 1 | -5/+5 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | - Remove \n from error messages | Derick Rethans | 2002-11-10 | 1 | -3/+3 |
* | Added dbx_escape_string function | Marc Boeren | 2002-10-29 | 1 | -1/+53 |
* | Added ini-entry and dbx_query flags to control the returned | Marc Boeren | 2002-10-28 | 1 | -8/+50 |
* | Added Oracle (oci8) support | Marc Boeren | 2002-10-23 | 1 | -6/+4 |
* | 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 |