Edit report at https://bugs.php.net/bug.php?id=61153&edit=1

 ID:                 61153
 Updated by:         ras...@php.net
 Reported by:        935c at itsynergy dot co dot uk
 Summary:            phpinfo reporting incorrect Configure Command
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            PHP options/info functions
 Operating System:   Scientific Linux 6.1
 PHP Version:        5.3.10
 Block user comment: N
 Private report:     N

 New Comment:

I am pretty sure you are not running the php that you built with that configure 
line then. I don't see how it could end up having a different configure line in 
phpinfo() the way the code is written. Please triple-check by looking at the 
"Build Date" near the top of the phpinfo() output.


Previous Comments:
------------------------------------------------------------------------
[2012-02-21 14:19:40] 935c at itsynergy dot co dot uk

Description:
------------
I called configure as follows :
"./configure -sysconfdir=/etc/mydir --with-xmlrpc"

However phpinfo() reports the configure command as :
"'./configure'"

(i.e. no args are shown)

Test script:
---------------
<?php
phpinfo();
?>

Expected result:
----------------
Phpinfo should show "./configure -sysconfdir=/etc/mydir --with-xmlrpc"

Actual result:
--------------
'./configure'


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



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

Reply via email to