From:             dark_soul279 at hotmail dot com
Operating system: Windows 2000
PHP version:      5.1.1
PHP Bug Type:     Scripting Engine problem
Bug description:  Memory crash

Description:
------------
I placed php.ini (recommended version) in the same path as the executable
that was going to run the script.
My program uses Microsoft Script Control and i have a class module which i
use to collect feedback from my scripts.
I add the class module as an object using
Dim rep as class1
set rep = new class1
ScriptControl1.AddObject "rep",rep,false

(reply is a method in the class module)
hence, rep.reply "hello world" will display a message box
saying "hello world"
the script doesn't run and when the program exits
php crashes with a memory cannot be read error message.
also, the same thing happens with WScript but it displays the message and
when the script ends PHP crashes

Reproduce code:
---------------
$rep->reply("Hello world");

Expected result:
----------------
message box appears saying Hello World

Actual result:
--------------
php crashes with memory cannot be read error

-- 
Edit bug report at http://bugs.php.net/?id=35489&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35489&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35489&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35489&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35489&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35489&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35489&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35489&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35489&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35489&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35489&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35489&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35489&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35489&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35489&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35489&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35489&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35489&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35489&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35489&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35489&r=mysqlcfg

Reply via email to