On Fri, 11 Feb 2005 19:55:09 -0500 Wez Furlong <[EMAIL PROTECTED]> wrote:
> It's the weekend, time for relaxation and recreational hacking. > The perfect opportunity to give PDO a whirl :-) > > Please *do* try it out soon as you can; with PHP 5.1 beta due on the > first of March, it's really important to make sure that we don't have > any "brown-paper-bag" bugs sooner rather than later. Wez, PDO + PDO_OCI seems to be rather usable, BUT: I got segfault on shutdown everytime. The gdb bt looks senseless to me: Program received signal SIGSEGV, Segmentation fault. 0xb799ade0 in ?? () (gdb) bt #0 0xb799ade0 in ?? () #1 0x081d9d3f in main (argc=2, argv=0xbffff874) at /home/dev/php-src/sapi/cli/php_cli.c:1060 #2 0x420157a4 in __libc_start_main () from /lib/tls/libc.so.6 I tried to compile PDO itself as both static & dynamic, but I still get the very same segfault with the very same senseless bt. Is it a known bug or am I missing something ? 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?). -- Wbr, Antony Dovgal aka tony2001 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
