foobar
6bfa5b405f
Fixed bug #23099 (ext/interbase: "libgds.so: undefined reference to crypt")
2003-04-25 08:57:49 +00:00
foobar
fcb43b70ef
WS & CS fixes + some TSRM_FETCH() removals + pval -> zval
2003-03-16 05:00:50 +00:00
foobar
d4a72592a4
- Fixed bug #22709 (crash within interbase when database unavailable)
2003-03-16 00:37:01 +00:00
foobar
b07507f086
No c++ comments!
2003-03-14 17:37:44 +00:00
Daniela Mariaschi
1afc5a59fe
reverting to version 1.9
2003-03-14 08:27:29 +00:00
Daniela Mariaschi
ceb608fcb2
Test for libgds needs libcrypt with Firebird to succeed
2003-03-13 23:15:43 +00:00
Daniela Mariaschi
08267e4a55
Numeric/decimal datatype overflow on Win32.
...
Fixed bug #20641
2003-03-13 21:58:29 +00:00
foobar
3c9155e0cb
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
...
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
2003-03-07 05:15:28 +00:00
foobar
8e673a3fa0
Test that libgds actually exists.
2003-02-03 11:45:44 +00:00
Ilia Alshanetsky
e2868b5788
Removed pointless memory allocation checks.
2003-01-18 19:41:56 +00:00
Ilia Alshanetsky
1351f42efc
More build fixes.
2003-01-15 19:36:13 +00:00
Ilia Alshanetsky
ea0f37fc76
Build fixes.
2003-01-15 15:36:28 +00:00
Ilia Alshanetsky
dbe5972a0d
Fixed typos.
2003-01-15 13:50:54 +00:00
Ilia Alshanetsky
fc9282c183
Kill compile warning.
2003-01-15 03:37:11 +00:00
Ilia Alshanetsky
299614ae16
Newer parameter parsing API.
2003-01-15 03:01:17 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Daniela Mariaschi
69a6289e8c
syntax to avoid error while reading data from file in ibase_blob_import
2002-10-02 23:05:06 +00:00
Wez Furlong
0141e97052
Make these all work with persistent streams too.
2002-09-25 15:46:47 +00:00
Derick Rethans
861f68834a
- Fixed linker error when HAVE_STRFTIME was not set
2002-09-12 11:18:47 +00:00
Derick Rethans
70a5d29ece
Unify error messages
2002-07-19 09:21:29 +00:00
Sascha Schumann
ee477dbc56
Fix code which makes wrong assumptions about the return value of snprintf.
...
The AOLserver module did not use the return value, so simply drop it.
2002-06-26 07:54:50 +00:00
Daniela Mariaschi
8a65d5d3cb
Add control on IB version. ibase_add_user(), ibase_modify_user()
...
and ibase_delete_user() are available with IB6 or later
2002-06-06 19:51:04 +00:00
Daniela Mariaschi
70184d32a4
Add control on the IB version. ibase_add_user(),ibase_modify_user()
...
and ibase_delete_user() are available with IB6 or later
2002-06-06 19:47:28 +00:00
Daniela Mariaschi
87148b6edd
fix bug #17040 ibase_close again.....
...
User can't close a connection if there are blobs opened.
He must close them before to not loose data....
2002-05-12 12:18:56 +00:00
Daniela Mariaschi
cbb2dbb2e2
corrected parameter
2002-05-09 21:57:49 +00:00
Daniela Mariaschi
f7d5d1036c
fix test 5 to pass
2002-05-09 21:41:20 +00:00
Daniela Mariaschi
c02a5dcc1d
Fixed sigfault in ibase_close(). Bug #15419 #15992
...
@- Fixed sigfault in ibase_close() if user doesn't free resultset
@ (Bug #15419 , #15992 ) (daniela)
2002-04-04 02:15:47 +00:00
Ludovico Magnocavallo
6ebf422685
Fixed include of interbase.inc
...
Fixed test database path
Changed v_date field in test table definition to timestamp type
Reduced maximum length of double precision type to 18
Tests 001 002 003 006 pass
Test 004 (BLOB test) still needs to be fixed
Test 005 (Transaction) gives the right output but issues a warning
2002-03-19 16:52:41 +00:00
Daniela Mariaschi
c3daa18168
fixed floating number incorrectly rendered (as mentioned by giancarlo@niccolai.ws in BUG #14755 )
2002-03-19 15:29:17 +00:00
Wez Furlong
b85096ffe9
fix build problem for interbase
2002-03-16 18:43:41 +00:00
jim winstead
d3400b2b5f
the 'setup' script was removed more than two years ago.
...
these can be safely removed from the 4.2 branch, too.
2002-03-16 00:21:40 +00:00
Wez Furlong
0f65280cb5
New PHP streams...
2002-03-15 21:03:08 +00:00
Daniela Mariaschi
716e6a03db
added new ibase_fetch_assoc() php function
2002-03-15 15:26:01 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
Derick Rethans
d716e02a98
- Fix for bug #12383 and #14755 : 105.05$ becomes 105.5$ (Patch by: Giancarlo
...
Niccolai <giancarlo@niccolai.org>)
2002-03-06 19:54:47 +00:00
Derick Rethans
6f6c4ec7c7
- Add support for returning NULL values from Interbase resultsets (Patch by
...
Daniela Mariaschi <mariaschi@libero.it>)
2002-03-01 14:03:10 +00:00
jim winstead
95407d3202
testing checkin
2002-01-28 01:43:43 +00:00
fabrice aeschbacher
ece15242e7
add ibase_add_user(), ibase_modify_user(), ibase_delete_use()
2002-01-27 15:31:15 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Jeroen van Wolffelaar
6cfba2a3ea
2nd phase in back-substitution those macro's
...
I've got pretty much everything now...
2001-09-25 22:49:04 +00:00
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
2001-09-25 21:58:48 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Rasmus Lerdorf
9a5fdae381
ok, hand-patched this one in
2001-09-04 21:50:27 +00:00
Rasmus Lerdorf
7101179c8d
Interbase extension fixes by Jeremy Bettis
...
(.dsp patch looked funky, but these ones look ok)
2001-09-04 21:47:05 +00:00
Rasmus Lerdorf
4d11d90880
Track down a few more functions that don't check for 0 args and use
...
faster mechanism
2001-08-13 07:55:39 +00:00
Rasmus Lerdorf
8c497f05c4
We don't consistently check for args passed to functions that don't
...
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks. There are still lots of cases out there.
2001-08-13 06:43:47 +00:00
Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00
Sascha Schumann
23b9300fd1
more tsrm cleanup
2001-08-06 03:50:52 +00:00