summaryrefslogtreecommitdiff
path: root/ext/dbx
Commit message (Expand)AuthorAgeFilesLines
* - User proper macros as suggested by Marc.Markus Fischer2002-06-181-2/+2
* - Remove C++ comments.Markus Fischer2002-06-061-2/+2
* 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
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* - Fix CREDITS filesDerick Rethans2002-03-021-9/+1
* Updating docs (Mc)Marc Boeren2002-02-281-1/+1
* Oops: source copy&paste should be done with care :) (Mc)Marc Boeren2002-02-181-3/+3
* Added support for Sybase-CT to dbx module (Mc).Marc Boeren2002-02-1810-8/+385
* Fix memory leaks.Yasuo Ohgaki2002-02-131-2/+6
* Fixed bug where users with empty passwords could not connect. (Mc)Marc Boeren2002-02-131-7/+7
* mysql_db_query is deprecated, fixed by using mysql_select_db andMarc Boeren2002-01-161-5/+12
* Update headers.Sebastian Bergmann2001-12-1115-30/+30
* Unified the configure messages.foobar2001-11-301-0/+3
* 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-257-106/+106
* * added two missing end foldsStig Bakken2001-08-221-1/+2
* whitespace, braces, coding style (Mc)Marc Boeren2001-08-1715-1874/+1925
* - Use the same coding standards for pointers as the rest of PHP.Andi Gutmans2001-08-1716-214/+214
* Added preliminary support framework for Oracle 8. (Mc)Marc Boeren2001-08-178-2/+329
* - ZE2 fixesAndi Gutmans2001-08-131-14/+13
* WhitespaceZeev Suraski2001-08-111-2/+2
* Fixed a too hasty copy/paste action in the DBX_FBSQL constant checkMarc Boeren2001-08-081-1/+1
* Added Frank to the CREDITS for FrontBase supportMarc Boeren2001-08-082-3/+4
* Added extra entries for FrontBase support (Mc)Marc Boeren2001-08-082-0/+9
* Adding cvs ID to source filesFrank M. Kromann2001-08-0713-0/+26
* Adding FrontBase support to the DBX extensionFrank M. Kromann2001-08-074-1/+330
* It's been working here for four months now... hardly experimental :) (Mc)Marc Boeren2001-07-301-5/+0
* 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
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
* Added the error-message functionality (new in odbc module) (Mc)Marc Boeren2001-07-191-2/+13
* changed implementation of creating reference to a value by columnname (Mc)Marc Boeren2001-07-192-6/+7
* All files are now in Unix-linebreak mode (\n only). Somehow \r\n stillMarc Boeren2001-06-201-1/+1
* Changed username and password for pgsql in include file.Marc Boeren2001-06-151-2/+2
* Added a pgsql testdatabase create script (thanks Christian)Marc Boeren2001-06-151-0/+37
* Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.Marc Boeren2001-06-135-12/+68
* Fixed bug concerning mysql default_link that got freed too soon (Mc).Marc Boeren2001-06-122-1/+18
* Fixed bug that caused dbx_query to segfault on Linux (not Windows, though)Marc Boeren2001-06-111-14/+3
* Created a testset and a script to create a (mysql) database. This scriptMarc Boeren2001-06-0510-0/+554
* Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function andMarc Boeren2001-06-0511-292/+325
* * 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
* Forgot the Visual Studio project, added now (Mc)Marc Boeren2001-05-042-2/+15
* Registered db-module constants for use in dbx_connect (Mc)Marc Boeren2001-05-044-10/+329
* Added docs about creating dbx-support for other databases. (Mc)Marc Boeren2001-05-041-0/+316