Commit message (Collapse) | 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 |
| | | | | | and a comment-related fix. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
| | |||||
* | - Fix CREDITS files | Derick Rethans | 2002-03-02 | 1 | -9/+1 |
| | |||||
* | Updating docs (Mc) | Marc Boeren | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Oops: source copy&paste should be done with care :) (Mc) | Marc Boeren | 2002-02-18 | 1 | -3/+3 |
| | |||||
* | Added support for Sybase-CT to dbx module (Mc). | Marc Boeren | 2002-02-18 | 10 | -8/+385 |
| | |||||
* | Fix memory leaks. | Yasuo Ohgaki | 2002-02-13 | 1 | -2/+6 |
| | |||||
* | Fixed bug where users with empty passwords could not connect. (Mc) | Marc Boeren | 2002-02-13 | 1 | -7/+7 |
| | | | | | # thanks for testing, Yasuo. Could you commit the mem-leak patch now? | ||||
* | mysql_db_query is deprecated, fixed by using mysql_select_db and | Marc Boeren | 2002-01-16 | 1 | -5/+12 |
| | | | | | mysql_query (Mc). | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 15 | -30/+30 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+3 |
| | |||||
* | There are some rules. | Egon Schmid | 2001-11-08 | 1 | -12/+6 |
| | |||||
* | - prototypes | Derick Rethans | 2001-11-08 | 1 | -2/+2 |
| | | | | | #- Thanks to Zak for pointing this out during his talk | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -23/+23 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 7 | -106/+106 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | * 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 |
| | | | | | - For example, char ** foo should be char **foo | ||||
* | Added preliminary support framework for Oracle 8. (Mc) | Marc Boeren | 2001-08-17 | 8 | -2/+329 |
| | | | | | | | | | | | Thies C. Arntzen will look into this to actually make it work, as I don't have Oracle installed here. As I said, it is only a framework for Oracle, and it will most likely crash if you actually try to use the oracle functions before Thies (or anyone else that wants to, of course) has had a chance to look at it. # The other databases will continue to work, of course :) | ||||
* | - 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 dbx_fbsql.c to the Makefile.in # Could someone please compile/test this? My Linux-box is down :( # Win compiles just fine, I don't expext any trouble on Linux... | ||||
* | 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 ↵ | Zeev Suraski | 2001-07-30 | 1 | -0/+3 |
| | | | | the way | ||||
* | 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 |
| | | | | | added a test for changing the referenced value (Mc) | ||||
* | All files are now in Unix-linebreak mode (\n only). Somehow \r\n still | Marc Boeren | 2001-06-20 | 1 | -1/+1 |
| | | | | | created problems with some cvs clients. | ||||
* | 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 |
| | | | | | Fine-tuned some tests. | ||||
* | Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly. | Marc Boeren | 2001-06-13 | 5 | -12/+68 |
| | | | | | # I need a working setup to test pgsql with the test-set as well. | ||||
* | Fixed bug concerning mysql default_link that got freed too soon (Mc). | Marc Boeren | 2001-06-12 | 2 | -1/+18 |
| | | | | | Added the test-case to te connect-test-file (Mc). | ||||
* | 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 |
| | | | | | | | is easily modified to create other databases as well. The testset needs the database, but it doesn't need to be a mysql database. Scripts to generate other databases (with the same structure and data) would be appreciated. | ||||
* | Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and | Marc Boeren | 2001-06-05 | 11 | -292/+325 |
| | | | | | | | | | | DBX_CMP_ASC, DBX_CMP_DESC flags. Default comparison changed from DBX_CMP_TEXT to new DBX_CMP_NATIVE. Solved bug in associative fields when using mssql Cleaned up comments (/*/ ... /*/ to /* ... */) dbx_connect now always return false if the database is not found. Optimized dbx_query field-info retrieval loop | ||||
* | * 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 |
| | | | | | | # I don't know why it worked on my machine, but now it works # because the code is right, not through magic :) | ||||
* | Forgot the Visual Studio project, added now (Mc) | Marc Boeren | 2001-05-04 | 2 | -2/+15 |
| | | | | | Updated CREDITS (Mc) | ||||
* | Registered db-module constants for use in dbx_connect (Mc) | Marc Boeren | 2001-05-04 | 4 | -10/+329 |
| | | | | | Added support for Microsoft SQL Server (Mc) | ||||
* | 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 |
| | | | | | | the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a string "number" is now no longer valid. (Mc) |