ID:               22752
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jwhittenburg at iss dot net
 Status:           Bogus
 Bug Type:         Dynamic loading
 Operating System: Windows 2000 SP2
 PHP Version:      4.3.1
 New Comment:

Let me guess: your php.ini is in c:\php?


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

[2003-03-18 08:12:26] jwhittenburg at iss dot net

"extension_dir" is (and was already) set to the full path of the the
extension directory.

; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php\extensions"

Even if it was not, why would this work as CGI and not as ISAPI?

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

[2003-03-17 20:00:44] [EMAIL PROTECTED]

Set the "extension_dir" to have full path to the extension directory. 


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

[2003-03-17 14:13:55] jwhittenburg at iss dot net

When running PHP under IIS as an ISAPI module I am unable to load/use
the php_pdf.dll extension.  This has been replicated on two seperate
servers.  When doing a phpinfo() the PDF section does not display. 
When running a script the error is "Fatal error: Call to undefined
function: pdf_new() in ...".  Other extensions such as php_mssql.dll
load just fine in this mode.

When changing the IIS configuration to run PHP as a CGI the php_pdf.dll
extension then loads (is shown in phpinfo())and scripts run normally.

The copy of PHP 4.3.1 is the zipped binary from the php.net web site. 
All the dlls are fresh and a new install a php was tested on the test
server.  PHP is installed in C:\PHP.  The servers are running Windows
2000 SP2 with current hotfixes, IIS and MSSQL 2000 SP3.  The only other
additional extension loaded is php_mssql.dll.

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


-- 
Edit this bug report at http://bugs.php.net/?id=22752&edit=1

Reply via email to