summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixing type castFrank M. Kromann2003-10-021-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
* Change fetch functions and protos so they make more sense.Frank M. Kromann2003-07-031-13/+17
* proto fixesAndrey Hristov2003-06-151-7/+7
* Updating email addressFrank M. Kromann2003-06-141-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-8/+8
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-2/+2
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed bug #22191 (frontbase build was broken for people using olderIlia Alshanetsky2003-02-121-3/+4
* Removed pointless checks.Ilia Alshanetsky2003-01-301-4/+2
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-5/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Changed php_error() to php_error_docref()Frank M. Kromann2002-12-031-39/+42
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+1
* Fixing comment allowing the module to compile againFrank M. Kromann2002-10-061-1/+1
* Fix for bug #19155 UNTESTED. Unfortunately I don't have a way to test itDan Kalowsky2002-09-041-1/+15
* No C++ CommentsDan Kalowsky2002-09-041-14/+17
* Fixing compilation of FrontBase extension with ZTSFrank M. Kromann2002-07-021-5/+5
* Unify error messagesDerick Rethans2002-06-271-39/+39
* Oops.. This should make I64 work on WIn32 as wellFrank M. Kromann2002-03-191-1/+1
* Changing the LongInteger to return 64 bit integers as string values with all ...Frank M. Kromann2002-03-191-2/+6
* Adding support for TinyInteger and LongInteger database typesFrank M. Kromann2002-03-191-1/+18
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Return true on update success.Frank M. Kromann2002-02-221-1/+1
* Convert pLists to output character set before parsing the listFrank M. Kromann2002-02-061-0/+1
* Added order by clause in fbsql_list_tables().Frank M. Kromann2002-02-061-1/+1
* Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQLFrank M. Kromann2002-02-061-1/+46
* Fixing spelling error in FrontBase sectionFrank M. Kromann2002-01-231-5/+5
* cut&paste errors in protos fixedHartmut Holzgraefe2002-01-201-2/+2
* Adding functions to get BLOB/CLOB size from a lob_handle.Frank M. Kromann2002-01-101-46/+103
* Fixed some protos.Egon Schmid2001-12-301-61/+61
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Prevent fbsql_num_rows from loopingFrank M. Kromann2001-11-141-1/+1
* Make fbsql_list_fields work as documentedFrank M. Kromann2001-11-101-5/+2
* A more acurate fix to the fbsql_num_rows function returningFrank M. Kromann2001-10-291-2/+2
* Fixing spelling of persistentFrank M. Kromann2001-10-291-20/+20
* Fixing wrong count on fbsql_num_rows.Frank M. Kromann2001-10-291-1/+1
* Fixing parsing of list's returned by extract database, extract license and ot...Frank M. Kromann2001-10-291-42/+193
* Typo in constant naming.Frank M. Kromann2001-10-261-1/+1
* Removed unused codeFrank M. Kromann2001-10-261-2/+1
* Return a warning when fbsql_read_blob or fbsql_read_clob is called with an in...Frank M. Kromann2001-10-171-1/+6
* Adding new functions to retreive LOB data.Frank M. Kromann2001-10-161-17/+114
* Fixing problem with indirect blobsFrank M. Kromann2001-10-151-9/+8
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-8/+10
* Changed return value for BLOB/CLOB values to a string. and returning false if...Frank M. Kromann2001-10-101-16/+9
* Adding support for BLOB and CLOBFrank M. Kromann2001-10-101-26/+94