ID: 31087 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Linux 2.4 (Debian) PHP Version: 5.0.1 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-12-14 14:27:42] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=31087&edit=1