Ilia Alshanetsky
370ea1c82f
Avoid a round() bug that occurs due to over optimization of C code by gcc.
...
This bug was confirmed across multiple systems with gcc 2.95.3 & 3.X+
2003-08-08 23:40:44 +00:00
Ard Biesheuvel
b1db823ad1
Changes ibase_query() to support SET TRANSACTION statements
...
@- Added support for SET TRANSACTION statements in ibase_query() (Ard)
2003-08-08 13:47:20 +00:00
Ilia Alshanetsky
5c6ee17a9e
Fixed bug #24977 (Revert mysql_select_db optimization)
2003-08-08 13:36:28 +00:00
Ilia Alshanetsky
6f2df21136
Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris)
2003-08-08 13:34:38 +00:00
Edin Kadribasic
5c9b6bf0ca
It builds much better when linked to the right lib
2003-08-08 12:15:17 +00:00
Edin Kadribasic
43a69b480f
Windows build file (doesn't build yet)
2003-08-08 11:55:34 +00:00
Ard Biesheuvel
870ba56375
Changed the names of some struct members for readability
...
Added function ibase_errcode()
@- Added function ibase_errcode() (Ard)
2003-08-08 11:04:12 +00:00
Moriyoshi Koizumi
fb02fdf306
Fix test as the "expected result" was totally pointless in the first place.
2003-08-08 10:53:54 +00:00
Moriyoshi Koizumi
de02912ef2
Fix the test which should have been fixed long ago.
2003-08-08 10:52:50 +00:00
Moriyoshi Koizumi
68120caddc
Add test case for the bug
2003-08-08 10:35:53 +00:00
Moriyoshi Koizumi
5e343ad110
Eliminate redundant assignment
2003-08-08 09:51:28 +00:00
Moriyoshi Koizumi
de9d52c4e9
Real fix for the problem addressed in the last commit message.
2003-08-08 09:40:58 +00:00
Sara Golemon
1a0bd6e903
Plug leak in ftp_url_stat
2003-08-08 06:18:25 +00:00
Ard Biesheuvel
f9ad8f236e
Changed _php_ibase_trans_end() to allow committing of default transaction
...
of a non-default link
2003-08-08 01:42:09 +00:00
Marcus Boerger
6da189d1e8
Once ago this was used
2003-08-07 22:50:46 +00:00
Marcus Boerger
0040355af8
- Reduce number of c-functions/macros involved in function invocation
...
- Unify names of remaining c-function/macro names
2003-08-07 22:43:01 +00:00
Marcus Boerger
47a80fee58
Switch to use zend_call_function() what shortens spl code
2003-08-07 22:19:50 +00:00
Rob Richards
6fae803c12
fix bug #24957 (var_dump of object segfaults)
2003-08-07 21:39:00 +00:00
Moriyoshi Koizumi
12ac36ca8d
Move shutdown code to better place
2003-08-07 19:53:31 +00:00
Moriyoshi Koizumi
a12601456a
Fix wrong behaviour under ZTS that was inconsistent with non-ZTS.
...
# This patch really needs MFH
2003-08-07 19:45:26 +00:00
Rob Richards
036b93c4e2
fix segfault when importing multiple documents
2003-08-07 18:38:39 +00:00
John Coggeshall
a123efb6ed
Whitespace fixes.
2003-08-07 17:53:48 +00:00
Moriyoshi Koizumi
3bf0b26218
Tru64 requires TZ values be POSIX styled.
...
# See http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN3/0247____.HTM for detail.
2003-08-07 17:46:18 +00:00
Zeev Suraski
9db05a36a5
Remove 'proto' from internal functions
2003-08-07 16:46:11 +00:00
Zeev Suraski
23f08b9a2f
fix another broken prototype
2003-08-07 16:03:17 +00:00
Zeev Suraski
2e869c7cb3
Fix prototype
2003-08-07 16:02:28 +00:00
Zeev Suraski
522bcba0a8
Fix docline
2003-08-07 15:51:05 +00:00
Ilia Alshanetsky
e06311c091
Fixed bug #24839 (& -> & in php credits)
2003-08-07 15:41:24 +00:00
Ard Biesheuvel
712d7d561b
Fixed crash in _php_ibase_error() after request shutdown
2003-08-07 01:00:22 +00:00
Ard Biesheuvel
fdb039dbef
K&R cosmetics
...
# Summary of the changes in recent revisions for the NEWS file
@- Changes to Interbase extension: (Ard)
@ . Support in ibase_trans() for multiple databases
@ . New functions ibase_commit_ret() and ibase_rollback_ret(), which retain
@ the transaction context after execution
@ . Support in ibase_query() for CREATE DATABASE statements
@ . New function ibase_drop_db()
@ . New function ibase_name_result(), which assigns a name to a result for use
@ with SELECT ... FOR UPDATE statements
2003-08-07 00:00:19 +00:00
Moriyoshi Koizumi
c7a29109a8
MFB(1.142.2.22): add missing NLS entry for German.
2003-08-06 22:01:23 +00:00
John Coggeshall
a8356a0dc6
Keeping up with ZE changes to the function struct, fixed tests
2003-08-06 21:32:46 +00:00
John Coggeshall
fb2b65e5fd
PEAR packaging details
2003-08-06 20:17:10 +00:00
Vlad Krupin
5636f96147
Fix for bug 23463. Dbase2 is not supported.
...
AFAICT, no newer versions of dbase, even those use
version byte as a bitmask will ever have it <3.
2003-08-06 19:06:24 +00:00
Ard Biesheuvel
00d42286ec
Added three new user functions
...
ibase_{commit|rollback}_ret()
Commit or rollback a transaction without losing the transaction context.
ibase_name_result()
Assign a name to a result so {UPDATE|DELETE} ... WHERE CURRENT OF <name>
statements can be used.
2003-08-06 17:51:46 +00:00
Ard Biesheuvel
9f46081ca2
ibase_query() now returns a link resource if a CREATE DB was issued
2003-08-06 15:27:16 +00:00
Brian France
589d0f1423
MFB: added include config.h so shared extensions builds work correctly
2003-08-06 15:16:46 +00:00
Ard Biesheuvel
966663d3a0
Minor Win32 fixes/cleanups
2003-08-06 12:09:30 +00:00
John Coggeshall
4c282bee86
ZTS fixes.
2003-08-06 00:19:31 +00:00
John Coggeshall
ea72aabfe2
Fix memory leaks
2003-08-06 00:01:22 +00:00
foobar
cc011660e7
Fix the build
2003-08-05 23:50:59 +00:00
Ard Biesheuvel
3ef8d3663d
Changed ibase_trans() to allow multi-DB transactions with distinct
...
trans_args for each connection.
2003-08-05 23:40:30 +00:00
Ilia Alshanetsky
02e0e08958
Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments).
2003-08-05 20:15:53 +00:00
foobar
605619baa9
Fix CS/WS
2003-08-05 16:30:47 +00:00
foobar
c3c6f6d5d7
Adding -lcrypt here is not necessary
2003-08-05 16:30:32 +00:00
foobar
cc96ff7ffb
Fix some more typos
2003-08-05 16:02:12 +00:00
Ard Biesheuvel
f98251f307
Significant changes to layout of internal data structures
...
in order to accomodate and carry out the following changes:
* Removal of arbitrary 'transactions-per-link' limit,
* Transactions over multiple databases.
Leak fixes in ibase_query() and ibase_execute() by replacing
emalloc() with do_alloca()
Changes to ibase_query() to enable the use of CREATE DATABASE ...
Added ibase_drop_db()
2003-08-05 13:17:16 +00:00
foobar
6d6ac93241
- Fixed bug #21611 (version_compare() does not support "p" suffix)
2003-08-05 12:34:31 +00:00
Moriyoshi Koizumi
0ff21d0370
putenv() should be put here as well.
2003-08-05 12:29:26 +00:00
foobar
96e9ed33b3
The last 4 args are by ref..
2003-08-05 11:54:01 +00:00