Edit report at https://bugs.php.net/bug.php?id=61044&edit=1
ID: 61044 Comment by: anon at anon dot anon Reported by: bugzilla33 at gmail dot com Summary: invalid PHP_BINDIR Status: Open Type: Bug Package: Unknown/Other Function Operating System: win 7 PHP Version: 5.4.0RC7 Block user comment: N Private report: N New Comment: He's right. This seems to be totally broken on Windows: C:\>server\php\php.exe --version PHP 5.3.2 (cli) (built: Mar 3 2010 19:40:13) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans C:\>server\php\php.exe -r "echo PHP_BINDIR"; C:\php5 Previous Comments: ------------------------------------------------------------------------ [2012-02-10 13:42:02] bugzilla33 at gmail dot com Description: ------------ Install php in folder c:\Php5 As module apache Test script: --------------- <?php print(PHP_BINDIR); phpinfo(); ?> Expected result: ---------------- c:\Php5 Actual result: -------------- c:\Php ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61044&edit=1