From:             phofstetter at sensational dot ch
Operating system: MacOS X, Linux
PHP version:      5.4.4
Package:          FPM related
Bug Type:         Bug
Bug description:getallheaders() missing with PHP-FPM

Description:
------------
getallheaders() is supposed to be available outside of the Apache SAPI
since PHP 
5.4.0.

This is true for php-cgi for example, but it is not true for php-fpm where

getallheaders() still causes

 Fatal error: Call to undefined function getallheaders()

Test script:
---------------
<?php

var_dump(getallheaders());

Expected result:
----------------
I expect to see the query headers (I need getallheaders() to get the OAuth
bearer 
token from the Authorization header which unfortunately doesn't survive the
move 
into $_SERVER)

Actual result:
--------------
 Fatal error: Call to undefined function getallheaders()

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

Reply via email to