php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31157 Flash remoting stoped work corretly
Submitted: 2004-12-17 19:00 UTC Modified: 2004-12-17 20:36 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: woodz at terra dot com dot br Assigned:
Status: Not a bug Package: Class/Object related
PHP Version: 5.0.3 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: woodz at terra dot com dot br
New email:
PHP Version: OS:

 

 [2004-12-17 19:00 UTC] 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!!!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-17 19:03 UTC] 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:10 UTC] 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 20:36 UTC] tony2001@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 09 04:01:35 2025 UTC