summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Make life for the doc-team easier, without causing harm ;-)Marc Boeren2003-11-031-1/+1
* Fix warning and converted dos-crlf to unix line-endings.Marc Boeren2003-09-081-1/+0
* Added DBX_RESULT_UNBUFFERED flag for dbx_query.Marc Boeren2003-09-051-28/+127
* WSMarc Boeren2003-07-101-6/+6
* Add -2003 to copyright line (Marc).Marc Boeren2003-07-101-1/+1
* Add SQLite support to DBX (Marc).Marc Boeren2003-07-091-2/+17
* proto fixesAndrey Hristov2003-06-151-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* proto fixHartmut Holzgraefe2003-03-171-1/+1
* Removed pointless checks.Ilia Alshanetsky2003-01-301-13/+3
* zend_error() -> php_error_docref().Ilia Alshanetsky2003-01-241-25/+25
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-22/+4
* Fix ZTS-ZE2 buildMarcus Boerger2003-01-041-5/+5
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Remove \n from error messagesDerick Rethans2002-11-101-3/+3
* Added dbx_escape_string functionMarc Boeren2002-10-291-1/+53
* Added ini-entry and dbx_query flags to control the returnedMarc Boeren2002-10-281-8/+50
* Added Oracle (oci8) supportMarc Boeren2002-10-231-6/+4
* Removing unused variableSander Roobol2002-04-181-1/+0
* - MFBDerick Rethans2002-03-261-2/+2
* Some PHP-info layout fixes (\n will automatically be converted into <br />)Sander Roobol2002-03-201-3/+3
* Added support for Sybase-CT to dbx module (Mc).Marc Boeren2002-02-181-1/+15
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* There are some rules.Egon Schmid2001-11-081-12/+6
* - prototypesDerick Rethans2001-11-081-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-23/+23
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-28/+28
* * added two missing end foldsStig Bakken2001-08-221-1/+2
* whitespace, braces, coding style (Mc)Marc Boeren2001-08-171-603/+609
* - Use the same coding standards for pointers as the rest of PHP.Andi Gutmans2001-08-171-40/+40
* Added preliminary support framework for Oracle 8. (Mc)Marc Boeren2001-08-171-1/+15
* - ZE2 fixesAndi Gutmans2001-08-131-14/+13
* Adding cvs ID to source filesFrank M. Kromann2001-08-071-0/+2
* Adding FrontBase support to the DBX extensionFrank M. Kromann2001-08-071-1/+15
* Zend compatibility patchZeev Suraski2001-07-301-4/+6
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-0/+3
* changed implementation of creating reference to a value by columnname (Mc)Marc Boeren2001-07-191-6/+4
* Fixed bug that caused dbx_query to segfault on Linux (not Windows, though)Marc Boeren2001-06-111-14/+3
* Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function andMarc Boeren2001-06-051-187/+171
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Passed db_handle to dbx_error_function instead of NULL (Mc)Marc Boeren2001-05-071-2/+1
* Registered db-module constants for use in dbx_connect (Mc)Marc Boeren2001-05-041-9/+47
* Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them inMarc Boeren2001-04-181-12/+14
* Added a database member to the dbx_link object. Since e.g. mysql reusesMarc Boeren2001-04-111-77/+24
* Added optional 'comparison_type' parameter to compare functions, to forceMarc Boeren2001-04-091-32/+40
* Inserted a few extra initialisations, just in case. Had some problems in aMarc Boeren2001-04-021-0/+7
* Removed #include php_config.h, since it was not necessary (Mc)Marc Boeren2001-03-261-3/+0
* Fixed compile errors for PostgreSQL support (Mc)Marc Boeren2001-03-231-11/+14