ID: 31157
User updated by: woodz at terra dot com dot br
Reported By: woodz at terra dot com dot br
Status: Open
Bug Type: Class/Object related
Operating System: Windows XP
PHP Version: 5.0.3
New Comment:
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 :(
Previous Comments:
------------------------------------------------------------------------
[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