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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri Jun 21 05:01:29 2024 UTC