From:             [EMAIL PROTECTED]
Operating system: Linux 2.4 (Debian)
PHP version:      5.0.1
PHP Bug Type:     Compile Failure
Bug description:  Makro php_url_encode_hash() misses to pass last param to real 
function

Description:
------------
The makro php_url_encode_hash() misses to pass last param to
php_url_encode_hash_ex() in ext/standard/php_http.h


Expected result:
----------------
#define php_url_encode_hash(ht, formstr)       
php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL
TSRMLS_CC)

Actual result:
--------------
#define php_url_encode_hash(ht, formstr)       
php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0
TSRMLS_CC)

-- 
Edit bug report at http://bugs.php.net/?id=31087&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31087&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31087&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31087&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31087&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31087&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31087&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31087&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31087&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31087&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31087&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31087&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31087&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31087&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31087&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31087&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31087&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31087&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31087&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31087&r=mysqlcfg

Reply via email to