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

From: phpwizard <email protected>
Operating system: Linux Red Hat 6.2
PHP version: 4.0.2
PHP Bug Type: FDF related
Bug description: fdf_next_field_name doesn't work

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

-- 
Edit Bug report at: http://bugs.php.net/?id=7549&edit=1

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