php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19443 PHP 4.2.3 not correctly receive variables from flash
Submitted: 2002-09-16 15:50 UTC Modified: 2007-04-04 18:45 UTC
From: ajaeng at lycos dot co dot kr Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.3 OS: Windows98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ajaeng at lycos dot co dot kr
New email:
PHP Version: OS:

 

 [2002-09-16 15:50 UTC] ajaeng at lycos dot co dot kr
When data sent from test.swf to test.php using getURL or loadVariable function, PHP 4.2.3(Windows,binary) cannot receive variables.

This is the test.php file source
<?
  echo $myData;
?>

When I used PHP 4.2.2(both of Linux,Windows), it worked good.
Now, with PHP 4.2.3(Windows,binary), it failed to receive the data.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-16 16:58 UTC] ajaeng at lycos dot co dot kr
When any data sent from just simple test.swf to test.php using getURL or loadVariable function, PHP 4.2.3(Windows,installer) cannot receive variables.

This is the test.php file source
<?
  echo $myData;
?>

When I used PHP 4.2.2(both of Linux,Windows), it worked good.
Now, with PHP 4.2.3(Windows,installer), it fails to receive the data.
 [2002-09-16 17:07 UTC] ajaeng at lycos dot co dot kr
Sorry for my fault.
There must be something wrong in my configuration.
I got to check again.
 [2002-09-16 18:35 UTC] kalowsky@php.net
Marking as bogus as per user comments.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 15 19:01:30 2024 UTC