Thanks Tony, On Mon, 14 Feb 2005 15:52:11 +0300, Antony Dovgal <[EMAIL PROTECTED]> wrote: > Wez, PDO + PDO_OCI seems to be rather usable, BUT: > I got segfault on shutdown everytime.
Hmm, I found that I had to set the db and stmt handles to null prior to exiting the script to avoid a crash (that good old engine shut down bug, where it unloads the code before calling the destructors!) Not sure if this is the same problem or not, but it's worth a try. > Also, I failed to compile PDO_OCI statically, as it complains that PDO > must be loaded first (I thought module loading order has been fixed > in HEAD, no?). It has, but I deliberately removed the deps stuff while making the PECL releases, as the m4 macro for that is not in 5.0.3. You can either turn it on in your tree (look for EXTENSION_DEP in the config.m4), or manually fix the ordering by editing main/internal_functions*.c (http://netevil.org/node.php?nid=202 has some info on this). --Wez. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
