summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
Commit message (Collapse)AuthorAgeFilesLines
* - moved to PECLPierre Joye2008-08-081-148/+0
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Cleanup before reusing failed persistant connection. Better formating ↵Frank M. Kromann2006-08-141-17/+17
| | | | of timestamp and decimal values
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Adding fbsql_set_characterset.Frank M. Kromann2004-11-221-0/+1
| | | | | Change PHP_INI_USER to PHP_INI_ALL on fbsql.batchsize
* Add fbsql_rows_fetched() - returns the total number of rows fetched.Frank M. Kromann2004-08-241-0/+1
| | | | | Fix a possible crash in fbsql_database() if the function was called before a connection was made.
* Adding function to change user passwordsFrank M. Kromann2004-02-261-0/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Change fetch functions and protos so they make more sense.Frank M. Kromann2003-07-031-1/+1
| | | | | fetch_row or fetch_assoc should not take the optional parameter
* Updating email addressFrank M. Kromann2003-06-141-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Changed global data type to avoid problems with initializationFrank M. Kromann2003-01-081-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* No C++ comments, again!Dan Kalowsky2002-09-041-6/+6
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQLFrank M. Kromann2002-02-061-0/+2
|
* Adding functions to get BLOB/CLOB size from a lob_handle.Frank M. Kromann2002-01-101-0/+2
| | | | | Added descriptions on most protos
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fixing spelling of persistentFrank M. Kromann2001-10-291-3/+3
|
* Adding new functions to retreive LOB data.Frank M. Kromann2001-10-161-0/+3
| | | | | | | fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data.
* Adding support for BLOB and CLOBFrank M. Kromann2001-10-101-0/+4
|
* Oops. Removed too much code.Frank M. Kromann2001-10-081-0/+3
|
* Fixing prototypes and removing unused codeFrank M. Kromann2001-10-081-3/+0
|
* Fixing spellingFrank M. Kromann2001-09-061-2/+0
|
* Adding function to set transaction locking and isolation.Frank M. Kromann2001-09-041-0/+1
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* Fixing return value from fbsql_query after a DELETE FROM with success.Frank M. Kromann2001-07-101-0/+3
|
* Changed code to return resources for links and resultsFrank M. Kromann2001-05-311-5/+2
|
* Adding fbsql_status_db(). New function to get the status of a given database.Frank M. Kromann2001-05-291-0/+1
|
* removed unused codeFrank M. Kromann2001-04-251-4/+0
|
* Adding fbsql_fetch_assoc() functonFrank M. Kromann2001-04-171-0/+3
|
* Adding empty RSHUTDOWN function.Frank M. Kromann2001-04-041-2/+3
|
* Initial check-in of FrontBase extensionFrank M. Kromann2001-03-131-0/+144