Page 1 of 1

Questions regarding certain PHP extensions

PostPosted: 11. September 2008 19:19
by w4vy
Hi there I was just wondering if anyone has these extensions uncommented in thier php.ini

;extension=php_win32ps.dll
;extension=php_win32scheduler.dll
;extension=php_win32service.dll
;extension=php_win32std.dll

Should I uncomment these since I am running xampp on vista ? I am about to do some online research into these but I want to know if anyone here uses them and if so can you tell me some things about them and what they do. Like I said I am looking on the net to but I would like some 1st hand comments from you guys.

Regards, w4vy :)

P.s also since I use Mysql and not MsSQL is it right that I should comment out the extensions for MsSQL like :-

extension=php_pdo_mssql.dll
&
extension=php_mssql.dll

Thanks again

w4vy ;)

PostPosted: 11. September 2008 19:30
by Wiedmann
;extension=php_win32ps.dll

http://de.php.net/manual/en/book.win32ps.php

;extension=php_win32scheduler.dll

http://netevil.org/blog/2005/jan/schedu ... 2-with-php

;extension=php_win32service.dll

http://de.php.net/manual/en/book.win32service.php

;extension=php_win32std.dll

http://pecl.php.net/package/win32std

Should I uncomment these since I am running xampp on vista ?

Nobody can know, if you want use/need these extensions... (But these are really not common extensions)

P.s also since I use Mysql and not MsSQL is it right that I should comment out the extensions for MsSQL like :

You can disable all extensions which you don't need/use. E.g. php_mssql if you don't use a Microsoft SQL server.