Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | whitespace, braces, coding style (Mc) | Marc Boeren | 2001-08-17 | 1 | -10/+10 |
| | |||||
* | - Use the same coding standards for pointers as the rest of PHP. | Andi Gutmans | 2001-08-17 | 1 | -9/+9 |
| | | | | | - For example, char ** foo should be char **foo | ||||
* | Adding cvs ID to source files | Frank M. Kromann | 2001-08-07 | 1 | -0/+2 |
| | |||||
* | Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function and | Marc Boeren | 2001-06-05 | 1 | -9/+9 |
| | | | | | | | | | | 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 | ||||
* | Registered db-module constants for use in dbx_connect (Mc) | Marc Boeren | 2001-05-04 | 1 | -0/+58 |
Added support for Microsoft SQL Server (Mc) |