Browse Source

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!
experimental/rand_redesign
Thies C. Arntzen 25 years ago
parent
commit
04c3f8403f
  1. 1496
      ext/oci8/oci8.c

1496
ext/oci8/oci8.c
File diff suppressed because it is too large
View File

Loading…
Cancel
Save