ID:               47086
 User updated by:  tshanmugapriya at alcatel-lucent dot com
 Reported By:      tshanmugapriya at alcatel-lucent dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: HP-UX 11.11
 PHP Version:      5.2.8
 New Comment:

Sorry, Im not good in php. I am trying to install the took testlink and
the php script fails when it calls sql scripts to create the data base.
This tool requires apache and mysql also.


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

[2009-01-13 11:43:13] scott...@php.net

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

We need a small script we can use to test this, you also didn't mention
what database you are using.

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

[2009-01-13 11:34:17] tshanmugapriya at alcatel-lucent dot com

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 this bug report at http://bugs.php.net/?id=47086&edit=1

Reply via email to