PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hello everyone, I'm new here, and new to php too, so bear with me
I have installed php locally running on Apache/W98. I'm getting to grips with writing some code and want to start learning the use of some things such as pdfLib, so I uncommented the line in php.ini relating to the pdf dll but then php just stopped working...requesting any page hung the server. commenting that line back in fixed it.
I thought it might be the extension_dir but wasn't sure what to change it to (from ./). php.ini is in C:\Windows\ and the extensions are in C:\php4\extensions\
Any help much appreciated - speak slowly as I'm not from these parts!
Well i cant really tell what your problem could be,
But set extension_dir= C:\Apache\PHP
or whever php is installed... your extensions should be in \php\extensions right?
btw... on my Win32 system, I seem to have problems with
the line
; include_path=.
so i comment that and all my problems stop... (stoopid windoze)
Thanks a million both of you - apache and php are talking to each other again.....however when I open one of the example files included with pdfLib (eg hello.php) I get the error