search for in the  
<Compiling PECL extensions statically into PHPOther problems>
Last updated: Thu, 19 May 2005

Chapter 8. Problems?

Read the FAQ

Some problems are more common than others. The most common ones are listed in the PHP FAQ, part of this manual.



User Contributed Notes
Problems?
benoit dot noss at iaurif dot org
18-Oct-2000 04:17
Installing PHP4 under WindowsNT
for Netscape Enterprise Server:
http://benoit.noss.free.fr/php/install-php4.html
lester at i-quest dot com
04-Oct-2000 03:18
OS: Solaris 7
Web Server: iPlanet

 After configure, make and make install, these are  the steps I did:

1. add the ff line in mime.types
type=magnus-internal/x-httpd-php    exts=php

2. edit obj.conf
# note place following two lines after mime types init!
Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/usr/netscape/server/bin/libphp4.so"
Init fn=php4_init errorString="Failed to initialize PHP!"

<Object name="default">
.
.
. # NOTE this next line should happen after all 'ObjectType' and before all 'AddLog' lines
Service fn="php4_execute" type="magnus-internal/x-httpd-php"
.
.
</Object>


<Object name="x-httpd-php">
ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
Service fn=php4_execute
</Object>

Lester

<Compiling PECL extensions statically into PHPOther problems>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 18:35:34 2005 EDT