Date: 04/15/01
- Next message: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Previous message: graeme <email protected>: "[PHP-DEV] Bug #10334: Incorrect paramters for pdf_setdash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: graeme <email protected>
Operating system: Linux-i386
PHP version: 4.0 Latest CVS (15/04/2001)
PHP Bug Type: Documentation problem
Bug description: Incorrect paramters for pdf_setdash()
Function description is currently
void PDF_setdash (int pdf object, double w, double b)
Should be
void PDF_setdash (int pdf object, double b, double w)
The proto description in the source is wrong (bug report filed).
PDFlib docs says function as
void PDF_setdash(PDF *p,float b,float w)
Experimentation with the function will prove this to be true.
-- Edit Bug report at: http://bugs.php.net/?id=10335&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: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Previous message: graeme <email protected>: "[PHP-DEV] Bug #10334: Incorrect paramters for pdf_setdash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

