ID:               30266
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sorin at intersol dot ro
-Status:           Assigned
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: WinXP
 PHP Version:      5.0.2
 Assigned To:      andi
 New Comment:

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 possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.




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

[2004-09-29 18:24:58] [EMAIL PROTECTED]

Can you please post a working piece of reproducing code? Preferably no
more than 20 lines.
Thanks.

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

[2004-09-28 20:46:14] sorin at intersol dot ro

Description:
------------
Very basic use test of adodb generate a complete crash on 5.0.2 and 
last build PHP 5.1.0-dev (cli) (built: Sep 28 2004 16:26:27)
gives this:
Invalid opcode 137/1/8 in adodb-xmlschema.inc.php.

Runing php with -e parameters makes no difference.




Reproduce code:
---------------
        function _tag_close( &$parser, $tag ) {
>>              $this->currentElement = '';
                
                switch( strtoupper( $tag ) ) {
                        case 'TABLE':
                                $this->parent->addSQL( 

Expected result:
----------------
Anything but not a crash?!



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


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

Reply via email to