php-src/ext/interbase
Ard Biesheuvel 8428d0088c Fixed a couple of inconsistencies in param binding
# Previously, empty strings were either rejected (for scaled integers)
# or silently converted to 0 (unscaled integers & floats). Also, in some
# cases, null zvals were converted to empty strings, which were
# consequently rejected as unconvertible values.
# In the new situation, empty strings will be handled as NULLs for
# fields that cannot distinguish between the two (numeric/date/time).
# Additionally, all range and value checking is now carried out by the
# database, so there is a consistent interface for error handling.
2004-05-12 15:16:51 +00:00
..
tests Skip on Windows 2004-04-03 15:29:10 +00:00
config.m4 Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
config.w32 Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
CREDITS Added myself 2003-08-11 00:49:08 +00:00
ibase_blobs.c No need to export anything. Fixes win32 build 2004-04-19 14:13:41 +00:00
ibase_events.c No need to export anything. Fixes win32 build 2004-04-19 14:13:41 +00:00
ibase_query.c Fixed a couple of inconsistencies in param binding 2004-05-12 15:16:51 +00:00
ibase_service.c Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
interbase.c Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
interbase.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
interbase.rc - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_ibase_includes.h Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
php_interbase.h Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00