Re: [PHP-DEV] PHP_ADD_LIBRARY

2002-12-11 Thread Sascha Schumann
> added with PHP_ADD_LIBRARY and without further checks. Also some libraries > are linked more than once. That's not a problem. > Should we change PHP_ADD_LIBRARY and PHP_ADD_LIBRARY_WITH_PATH > to check whether the library was already added and whether at least the > file exists? No. I

[PHP-DEV] PHP_ADD_LIBRARY

2002-12-10 Thread Marcus Börger
I got strange results when configuring php with cpdf, dba, gd and jpeg/tiff. The problem was that cpdf requires jpeg and tiff libraries but did not check for them. Only in gd there were tests and missleeding hints: GD messages suggest that tiff/jpeg are only used there. As of current implementati