Home » Structures » Structures_DataGrid » Bug #4862
Structures_DataGrid crashes PHP on object creation
Details
| Submitted | 2005-07-19 15:54 UTC |
|---|---|
| From | pupeno at pupeno dot com |
| Status | Bogus |
| Package | Structures_DataGrid |
| PHP Version | 4.3.11 |
| OS | Linux |
| 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"