ID: 46170 Updated by: [EMAIL PROTECTED] Reported By: kimi_roy at hotmail dot com -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: windows PHP Version: 5.2.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2008-09-25 04:26:27] kimi_roy at hotmail dot com Description: ------------ can any one help me to configure pdflib with php i have pdflib documentation in which they tell some instructions to configure but i dont know in which file do these changes any one can tell me where to make changes? Reproduce code: --------------- -------------------------------- # first remove the configure script so that buildconf is forced to create it $ rm ./configure # rebuild the PHP configure script: $ ./buildconf --force # configure and build PHP with PDFlib support: $ ./configure --with-pdflib=<pdflib-source-directory>/bind/c <other-php-options> .... Thank you for using PHP. config.status: creating php5.spec config.status: creating main/build-defs.h config.status: creating scripts/phpize config.status: creating scripts/php-config config.status: creating sapi/cli/php.1 config.status: creating main/php_config.h config.status: executing default commands $ make .... Build complete. (It is safe to ignore warnings about tempnam and tmpnam). # install it as root $ sudo make install # probably you have to configure your Web server to load the new php module # restart apache (i.e. sudo apachectl restart) --------------------------------- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46170&edit=1
