G'day Daniel,
I have never tried the extensions you write of below but I did have similar
problems
when I was trying to load the IMAP extension on Win XP Pro and PHP 4.3.4.
I upgraded to PHP 4.3.6 and havent had any problems since mate.
Hope it helps.
Brent.
"Daniel Blake" <[EMAIL PROTECTED]> wrot
What exactly is your problem?
Cheers
Tryst
Windows XP Pro
PHP 4.3.4
c:\php
c:\windows\php.ini
extension_dir = "c:\php"
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_iconv.dll
extension=php_pdf.dll
All the other extensions are remarked out.
I have tried with php_gettext.dll and php_iconv.dll in:
c:\php
c:\Windows\system
Ho
Is there a way to chmod the directory the php fie is run in? I have a
script that will create new directories but the current directory must have
the proper permissions. I tried to change them using chmod($myDir, 0777)
but it says permission denied. Any way to do it? I know I could have the
use