ID:               12466
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         iPlanet related
 Operating System: Solaris 2.6
 PHP Version:      4.0.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2002-07-26 13:17:47] [EMAIL PROTECTED]

Ive experienced almost exactly the same problem on AIX 4.3.3/iPlanet
4.1 SP7/SP9 when I compile as an nsapi module. Note that PHP works
quite nicely on AIX when compiled as an CGI executable, or when
compiled as an Apache 1.3.x. DSO module. On Linux though, with the
*exact* same iPlanet and PHP versions, things actually work as expected
when built as an nsapi module. See also Bug-15439 for more details.

------------------------------------------------------------------------

[2001-07-30 09:51:49] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=12466&edit=1

Reply via email to