summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.c
Commit message (Collapse)AuthorAgeFilesLines
* - moved to PECLPierre Joye2008-08-081-4150/+0
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* %f -> %FIlia Alshanetsky2007-01-051-3/+3
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Cleanup before reusing failed persistant connection. Better formating ↵Frank M. Kromann2006-08-141-3/+57
| | | | of timestamp and decimal values
* Added automatic module globals managementDmitry Stogov2006-06-151-6/+9
|
* MFH: argument info..Hannes Magnusson2006-06-141-65/+419
|
* bump year and license versionfoobar2006-01-011-2/+2
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Don't truncate the .options file when a database is started without the ↵Frank M. Kromann2005-04-111-2/+11
| | | | optional options parameter.
* change return value from false to true, when a statement was executed with ↵Frank M. Kromann2005-02-091-1/+1
| | | | warnings
* Check for warnings and return the warning textsFrank M. Kromann2005-02-091-1/+18
|
* Hack to fix crash caused by FBCAccess not returning errors when creating an ↵Frank M. Kromann2005-01-271-5/+6
| | | | index that exists in the database.
* Fix typoFrank M. Kromann2004-12-291-1/+1
|
* Fixed several buffer overflows.Ilia Alshanetsky2004-12-231-15/+33
|
* Adding fbsql_set_characterset.Frank M. Kromann2004-11-221-58/+99
| | | | | 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-28/+88
| | | | | Fix a possible crash in fbsql_database() if the function was called before a connection was made.
* Define buffer size macro and add a comment about the buffer size.Frank M. Kromann2004-02-271-1/+3
|
* Adding function to change user passwordsFrank M. Kromann2004-02-261-0/+58
|
* Delay creation of exec handle til it's neededFrank M. Kromann2004-02-091-82/+75
|
* - 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
| | | | | fetch_row or fetch_assoc should not take the optional parameter
* 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
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* 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
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* Fixed bug #22191 (frontbase build was broken for people using olderIlia Alshanetsky2003-02-121-3/+4
| | | | | versions).
* 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
| | | | | instances
* 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
| | | | | hopefully the user will.
* 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
| | | | 64 bit
* 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
|