Some extensions are like not 100% available for Win32 environment. I use PHP
4.3.0pre2, Apache 2.0.43 and J2SDK 1.4.1

For XML, you need expat-1.95.5 and copy libexpat.dll to c:\windows\system32.

For XSLT, you need sablot-0.96 and copy sablot.dll to c:\windows\system32.

//php.ini

extension_dir = C:\php\extensions

[Java]
java.class.path = "c:\php\extensions\php_java.jar;d:\apache2\htdocs\classes"
// that's right I place all my java classes here \classes
java.home = "c:\j2sdk1.4.1\bin"
java.library = "c:\j2sdk1.4.1\jre\bin\client\jvm.dll"
java.library.path = "c:\php\extensions"

;Windows Extensions
extension=php_xslt.dll
; for XML don't have to do anything it's built-in module
extension=php_java.dll


"Davy Obdam" <[EMAIL PROTECTED]> wrote in message
news:004c01c28c2e$3dcd8aa0$9600000a@;hewlett0bg96om...
> Hiya people,
>
> I want to install some extensions like PDF and XSLT, curl etc. I have
> the GD libary installed in my php.ini like this:
>
> extension=php_gd.dll.
>
> When i try to un quote the other extensions and restart Apache i get
> errors, that he could load this extension. Also i have done this in my
> php.ini :
>
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "C:\Program Files\PHP\extensions"
>
> , is this alright? If i look at my phpinfo(); it does show those
> extensions but stil i get errors. I use Windows XP home with Apache
> 2.0.40 and PHP 4.2.3 installed as a apache(sapi) module. Can anyone help
> me, any help is apreciated. Also wich extensions should i use or wich
> are most commonly used? Thanks already...
>
> Best regards,
>
> Davy Obdam
> mailto:info@;davyobdam.com
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to