From:             [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version:      4.0.6
PHP Bug Type:     iPlanet related
Bug description:  iPlanet aborts in call to ts_resource in php4_init

Hi,

I have tried to compile PHP 4.0.6 and 4.0.5 with support for iPlanet.
Here is the configuration used:

        ./configure --prefix=/applic/php \
                --with-nsapi=/iplanet \
                --enable-track-vars \
                --enable-libgcc \
                --without-mysql

PHP compiles just fine, but iPlanet aborts when it tries to initialize
PHP by calling the php4_init function. It is the following line in
php4_init that causes the abort:

        core_globals = ts_resource(core_globals_id);

Please note that PHP 4.0.2 works fine with the same config parameters
and using the same iPlanet config (actually the same iPlanet
installation)
I use iPlanet version 4.1 SP 5

Svein Olav Bjerkeset
[EMAIL PROTECTED]
-- 
Edit bug report at: http://bugs.php.net/?id=12466&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to