php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7549 fdf_next_field_name doesn't work
Submitted: 2000-10-31 11:39 UTC Modified: 2001-04-05 01:45 UTC
From: phpwizard at theferlands dot com Assigned:
Status: Closed Package: FDF related
PHP Version: 4.0.2 OS: Linux Red Hat 6.2
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: phpwizard at theferlands dot com
New email:
PHP Version: OS:

 

 [2000-10-31 11:39 UTC] phpwizard at theferlands dot com
// Optain valid $fdf document
echo fdf_next_field($fdf);

this should return first field returned.  Never returns anything even if I pass valid fields.  fdf_get_value does work so I know the fields are there.  

// Configuration as Module I am using
./configure --with-apache=../apache --with-mysql=../mysql --with-imap=../imap --enable-ftp --with-gd=../gd --with-jpeg-dir=../jpeg --with-zlib=../zlib --with-config-file-path=/www/conf --with-fdftk --with-dom=../../libxml --disable-short-tags

I am not getting undefined function error, the function returns empty string array.

I'm using hard-coded array to meet a deadline, but fixing this will go a long way in getting others to successfully use FDF functionality in PHP.

Thanks

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-31 17:10 UTC] phpwizard at theferlands dot com
// Optain valid $fdf document
echo fdf_next_field_name($fdf);

this should return first field returned.  Never returns anything even if I pass valid
fields.  fdf_get_value does work so I know the fields are there.  

// Configuration as Module I am using
./configure --with-apache=../apache --with-mysql=../mysql --with-imap=../imap --enable-ftp
--with-gd=../gd --with-jpeg-dir=../jpeg --with-zlib=../zlib
--with-config-file-path=/www/conf --with-fdftk --with-dom=../../libxml --disable-short-tags

I am not getting undefined function error, the function returns empty string array.

I'm using hard-coded array to meet a deadline, but fixing this will go a long way in
getting others to successfully use FDF functionality in PHP.

Thanks


 [2001-04-05 01:45 UTC] sniper@php.net
Fixed in CVS.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC