php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10208 problem with fdf_get_status
Submitted: 2001-04-06 09:23 UTC Modified: 2001-04-06 19:19 UTC
From: stefan at devtrend dot se Assigned:
Status: Closed Package: FDF related
PHP Version: 4.0 Latest CVS (02/04/2001) OS: Linux Slackware 7.1
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: stefan at devtrend dot se
New email:
PHP Version: OS:

 

 [2001-04-06 09:23 UTC] stefan at devtrend dot se
fdf_get_status wont't return the /STATUS key from a FDF file.

//open an existing fdf file.
$fdffile = fdf_open($file);

// should return /STATUS key from file.
echo fdf_get_status($fdffile);


the only output will be bogus letter(s) and/or escape character(s).


btw>  fdf_set_status works correctly.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-06 19:19 UTC] sniper@php.net
Fixed in CVS. 

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 12:01:29 2025 UTC