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

 ID:                 61044
 Comment by:         martin dot leucht at gmail dot com
 Reported by:        bugzilla33 at gmail dot com
 Summary:            invalid PHP_BINDIR
 Status:             Assigned
 Type:               Bug
 Package:            Unknown/Other Function
 Operating System:   win 7
 PHP Version:        5.4.0RC7
 Assigned To:        pajoye
 Block user comment: N
 Private report:     N

 New Comment:

Just to mention: On my configuration (PHP 5.4.4, Win 7) at least the value for 
PHP_BINARY is correct. Maybe this helps to create a work-around.


Previous Comments:
------------------------------------------------------------------------
[2012-02-11 11:10:04] johan...@php.net

rk, that is correct, but on non-Windows you usually don't relocate the 
installation. Either you install using your package manager or by compiling 
yourself with a proper prefix, everything else is unsupported. On Windows we 
have the installer (which defaults to c:\program files\php (system dependent)) 
and the zip where people almost certainly won't use c:\php

------------------------------------------------------------------------
[2012-02-11 08:30:04] rk at srsbiz dot pl

It is not only Windows problem:

root@core /# /root/src/php5.4-201202102030/sapi/cli/php -r 'echo PHP_BINDIR . 
PHP_EOL;';
/usr/local/php54/bin
root@core /#

It always point to directory provided in --prefix at compile time.

------------------------------------------------------------------------
[2012-02-10 22:19:06] johan...@php.net

This is defined while compiling PHP (prefix-option from compile.js), the way to 
fix this would be to do some run-time detection, not sure whether there's a 
proper way.

------------------------------------------------------------------------
[2012-02-10 18:05:38] anon at anon dot anon

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

------------------------------------------------------------------------
[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

Reply via email to