[PHP-DEV] PHP 4.0 Bug #7549 Updated: fdf_next_field_name doesn't work From: phpwizard <email protected>
Date: 10/31/00

ID: 7549
User Update by: phpwizard <email protected>
Status: Open
Bug Type: FDF related
Description: fdf_next_field_name doesn't work

// 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

Previous Comments:
---------------------------------------------------------------------------

[2000-10-31 11:39:54] phpwizard <email protected>
// 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

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7549

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>