php-src/ext/oci8
Thies C. Arntzen 04c3f8403f mega patch to avoid recursive oci-calls as they might break oracle!
php will simply exit() (!!!) once it encounters an attemp to call oracle
while still in an oracle-call. this can only happen when the script gets
interrupted (timeout, apache-restart) and php tries to run the cleanups even
though we are in an unclean state. i will add an -ini flag soon (not before
4.0.7) which will (optional) make php not run the cleanups when in an unclean
state!
2001-08-15 16:00:56 +00:00
..
config.m4 detect oracle9i 2001-07-26 23:07:45 +00:00
CREDITS @- Added temporary LOB support in OCI8 (Patch by David Benson) 2001-04-14 08:38:46 +00:00
Makefile.in rewritten the configure stuff 2000-05-08 09:06:48 +00:00
oci8.c mega patch to avoid recursive oci-calls as they might break oracle! 2001-08-15 16:00:56 +00:00
oci8.dsp enable temporary LOBs when we detect oracle 8.1 2001-04-14 09:51:29 +00:00
oci8.dsw *** empty log message *** 2000-04-21 14:54:44 +00:00
php_oci8.h Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00
setup.stub move oci8 from oracle to it's own ext-directory - configure stuff needs more work - but it configures and compiles 1999-05-12 14:21:38 +00:00