mirror of https://github.com/php/php-src
Browse Source
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
1 changed files with 864 additions and 632 deletions
822
ext/oci8/oci8.c
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Loading…
Reference in new issue