ID:               37919
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rafael dot amador at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         *Configuration Issues
 Operating System: Windows XP Pro SP2
 PHP Version:      5.1.4
 New Comment:

Please try using this CVS snapshot:

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




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

[2006-06-26 18:54:25] rafael dot amador at gmail dot com

sure i followed all instructions

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

[2006-06-26 18:52:40] [EMAIL PROTECTED]

And did you reboot after that?

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

[2006-06-26 18:50:22] rafael dot amador at gmail dot com

yeah sure i've checked the PATH enviroment variable and c:\php is
present

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

[2006-06-26 18:46:27] [EMAIL PROTECTED]

Did you add c:\php to your PATH environment variable?

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

[2006-06-26 18:30:57] rafael dot amador at gmail dot com

Description:
------------
in IIS 5.1, PHP ISAPI Module and .Net framework 2.0 installed,
following instructions from install.php, PHP doesn't read the options
in file php.ini 

if i put php.ini in c:\php\ (the webserver init php but you can't
configure any option, php don't load any modules and in phpinfo() page
you look strange values)

example:
 Configuration File (php.ini) Path: "C:\WINDOWS" must be
"c:\php\php.ini"

extension_dir:  "C:\php5"       "C:\php5" in phpinfo()
in php.ini the value is: extension_dir = ""c:/php/ext/"

i've PATH pointing to c:\php\, my document_root is well configured

and i put php.ini in other place php shows message "No input file
specified."

i'm experimenting the Bug #37843
and other bug (if you put php5isapi.dll in ISAPI Filters when you
shutdown the server ISS crash allways)

Reproduce code:
---------------
<?
phpinfo();
?>

Expected result:
----------------
that my changes to php.ini are reflected in phpinfo()

Actual result:
--------------
php shows strange parameter configurations (i can't load any module) 


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


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

Reply via email to