OCI_SHARED mode was used as in initilizaiton param to OCIInit() in php
4.3.2.  This caused problems in cgi mode or cli mode (and some other
conditions w/the apache module) because the OCI libs seg fault while
attempting to use the same shared memory areas between processes.  They
must use a static shared memory key.  OCI_SHARED was removed since the
4.3.2 release because of these problems.

-- 
Levi Dixon
Tech. Lead; Dating
Community Connect, Inc.
149 5th Ave., Floor 10
New York, NY  10010
212-505-7511 x349
[EMAIL PROTECTED]
[EMAIL PROTECTED]



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to