ID: 7549
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: FDF related
Assigned To: 
Comments:

Fixed in CVS.

--Jani


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

[2000-10-31 17:10:30] [EMAIL PROTECTED]
// 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



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

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


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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7549&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to