Date: 10/31/00
- Next message: Stanislav Malyshev: "Re: [PHP-DEV] http://bugs.php.net/bugs.php?id=7223"
- Previous message: Cynic: "Re: [PHP-DEV] http://bugs.php.net/bugs.php?id=7223"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Stanislav Malyshev: "Re: [PHP-DEV] http://bugs.php.net/bugs.php?id=7223"
- Previous message: Cynic: "Re: [PHP-DEV] http://bugs.php.net/bugs.php?id=7223"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

