ID:               29580
 Updated by:       [EMAIL PROTECTED]
 Reported By:      juergennagel at web dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Gentoo Linux (Linux 2.4.7)
 PHP Version:      5.0.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

hardened php is not part of the PHP project, you should 
report this to the hardened php developer.


Previous Comments:
------------------------------------------------------------------------

[2004-08-09 03:20:54] juergennagel at web dot de

Description:
------------
On line 165 of zend_hash.c there's a right parenthesis too 
many. 

Reproduce code:
---------------
#if HARDENED_PHP_HASH_PROTECT
        if (zend_hash_canary_inited)) {
                zend_hash_canary = zend_canary();
                zend_hash_canary_inited = 1;
        }
        ht->canary = zend_hash_canary;
#endif

the second line should be:
        if (zend_hash_canary_inited) {

Expected result:
----------------
 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29580&edit=1

Reply via email to