From: tshanmugapriya at alcatel-lucent dot com Operating system: HP-UX 11.11 PHP version: 5.2.8 PHP Bug Type: Unknown/Other Function Bug description: zend_mm_heap corrupted when php script calls sql commands to create DB/tables
Description: ------------ Installed apache(2.2.10) and php(5.2.8) on HP-UX 11.11 server. Trying to setup testlink tool that needs php 5.2. Im able to open index and other php pages. When installNewDB.php (which creates the database and tables) is called, Page can not be displayed message is shown in IE and "zend_mm_heap corrupted" is logged in apache's error_log. Checked in google for the similar bugs reported. Got HP's binary file compiled with few of the options that were suggested but still no luck, hitting into same issue. Latest build in HP official site with -DZEND_MM_HEAP_PROTECTION option. http://hpux.connect.org.uk/hppd/hpux/Languages/php-5.2.8/ Please provide fix for this issue. Reproduce code: --------------- installNewDB.php in testlink tool (install/index.php will lead to this page) Tool can be downloaded from http://www.teamst.org/ (this tool ois working well with xamp on Windows, with php5.1.1 version) Expected result: ---------------- Above code should call the sql commands and run then on the server Actual result: -------------- zend_mm_heap corrupted zend_mm_heap corrupted zend_mm_heap corrupted -- Edit bug report at http://bugs.php.net/?id=47086&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=47086&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=47086&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=47086&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=47086&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47086&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=47086&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=47086&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=47086&r=needscript Try newer version: http://bugs.php.net/fix.php?id=47086&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=47086&r=support Expected behavior: http://bugs.php.net/fix.php?id=47086&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=47086&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=47086&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=47086&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=47086&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=47086&r=dst IIS Stability: http://bugs.php.net/fix.php?id=47086&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=47086&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=47086&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=47086&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=47086&r=mysqlcfg