ID: 31157 Updated by: [EMAIL PROTECTED] Reported By: woodz at terra dot com dot br -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.0.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2004-12-17 19:10:14] woodz at terra dot com dot br anyone could help me to solve this problem if i reinstall php 5.02 all will work perfect if i upgrade my php version to 5.03 all will stop work's again :( ------------------------------------------------------------------------ [2004-12-17 19:03:17] woodz at terra dot com dot br my php file name not is olaMundo.php its helloWorld.php sorry for it!! thanks!! ------------------------------------------------------------------------ [2004-12-17 19:00:06] woodz at terra dot com dot br Description: ------------ I was using flash remoting with flash mx 2004 and action script 2.0 under IIS webserver with php 5.02 and all was working fine, but when i update my php to version 5.03 my scripts stoped work!! in the code my class on file olaMundo.php Reproduce code: --------------- <?php class helloWorld{ //constructor method function helloWorld(){ $this->methodTable = array( "retornoValor" => array( "description" => "Write Hello World", "access" => "remote" ) ); } // function to return the value function retornoValor($var){ return $var." said Hello World!!"; } } ?> Expected result: ---------------- in my flash interface must appear " Name said Hello World" in php 5.02 it' was working ok!! but in 5.03 version stoped! Actual result: -------------- nothing happens!!! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31157&edit=1