From:             remi
Operating system: GNU/Linux (Fedora 16)
PHP version:      5.4.2
Package:          CGI/CLI related
Bug Type:         Feature/Change Request
Bug description:Allow cgi test ti run out of build tree

Description:
------------
Tests provided in sapi/cgi/tests need to detect path of php-cgi binary.

This doesn't work when run (pear run-tests) in the source tree out of the
build process

The attached patch try to improve this detection.
First change uses PHP_BINARY which requires PHP 5.4
The other change will work on PHP 5.3/5.4 (when
TEST_PHP_EXECUTABLE=/usr/bin/php)

Test script:
---------------
$ cd sapi/cgi/tests
$ pear run-tests 010.phpt


Expected result:
----------------
Running 1 tests
PASS Bug #45860 (header() function fails to correctly replace all Status
lines)[010.phpt]
TOTAL TIME: 00:01
1 PASSED TESTS
0 SKIPPED TESTS


Actual result:
--------------
Running 1 tests
SKIP Bug #45860 (header() function fails to correctly replace all Status
lines)[010.phpt](reason: CGI not found)
TOTAL TIME: 00:01
0 PASSED TESTS
1 SKIPPED TESTS


-- 
Edit bug report at https://bugs.php.net/bug.php?id=61949&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61949&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61949&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61949&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61949&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61949&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61949&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61949&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61949&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61949&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61949&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61949&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61949&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61949&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61949&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61949&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61949&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61949&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61949&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61949&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61949&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61949&r=mysqlcfg

Reply via email to