PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid » Bug #4862

Structures_DataGrid crashes PHP on object creation

Details

Submitted2005-07-19 15:54 UTC
Frompupeno at pupeno dot com
StatusBogus
PackageStructures_DataGrid
PHP Version4.3.11
OSLinux
Roadmaps(Not assigned)

Comments

[2005-07-19 15:54 UTC] pupeno at pupeno dot com

Description:
------------
I tried this with PHP 4.3 and 4.4 to the same results, it
seem te crash PHP.
I am not sure what is going on because this never happened
to me before, the attached code outputs:
"1 23"
And nothing more, no output functionality has any effect
(and I don't know if anything is run) after I create a
Structure_DataGrid.
I know this might not be reproduceable under other
platforms and cirmcunstances as mine, so, anything you need
to know, just ask me and I'll de the best to provide it.
Thank you.

Reproduce code:
---------------
1
<?php
echo "2";
require_once('Structures/DataGrid.php');
echo "3";
new Structures_DataGrid();
echo "4";
?>
5

Expected result:
----------------
"1 2345"

Actual result:
--------------
"1 23"