php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18193 Mimatched builds
Submitted: 2002-07-05 19:50 UTC Modified: 2002-07-06 19:03 UTC
From: hesterloli at hotmail dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.2.1 OS: Windows 2000
Private report: No CVE-ID: None
 [2002-07-05 19:50 UTC] hesterloli at hotmail dot com
I have spent the last three hours trying to see what you people have done that is not allowing me to uncomment out the extensions in php.ini on Windows 2000 SP2 IIS 5.

You may not realize this but the latest build is completely lacking in coherency.  Go ahead doubt me.  But just try to install the latest PHP and uncomment out iisfunc.dll and tell me if you can do anything at all with this build.

The errors that are generated are these.  And let me tell you I am going to uncomment iisfunc.dll in php.ini now and try to run this script:

<?php phpinfo();?>

So here we go.

iisfunc: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
These options need to match.

So what do you think of that?  Looks to be a lame build doesn't it?

I'll tell you something else.  Your PHP4ISAPI is full of crap.  Furthermore you do not know how to set PHP.exe up correctly in IIS 5.  It is C:\PHP\php.exe "%s" %s in Configuration Home Directory of the Web in IIS Manager.

Jeeze!!!

Are we a bunch of amateurs or do we just think we are?

Sorry if I seem angry.  I am.  I've had enough of being mislead by Microsoft and I am sick of it.  I don't need to provide all the stuff you ask for.  All you have to do is do what I did and I am sure you'll get the errors I just described.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-06 02:19 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
 [2002-07-06 12:39 UTC] hesterloli at hotmail dot com
Well they say it ain't a bug.  Ok it's a luittle fly but it is still messed up.  They aend me to documentation.  It's that what everybody would do if they didn't know how to solve it.  An easy do this do that seems to be out of the question here.  I tried.  Oh well.
 [2002-07-06 19:03 UTC] sniper@php.net
The error message clearly says that the extension you're 
trying to load is incompatible with the installed PHP.
Install the extension which IS compatible and that's it.

And please read this:

http://www.jdimedia.nl/derick/20020502.php

Yes, IIS support is crap. Just because there aren't any
developers working on it. You can always provide patches..




 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC