Page 1 of 1

phpinfo

PostPosted: 04. September 2005 21:13
by headbonk
It would be really useful if the output of phpinfo for the current version of XAMPP was posted somewhere on the AF site. I have had problems in the past with the windows verison where a php script I wanted to use (I beleive is was horde) needed a particular feature built into php (I beleive it was gettext).

Failing that, can someone post the output from the latest Windows XAMPP?

PostPosted: 04. September 2005 23:46
by Wiedmann
On Windows the most extensions are not build in, because they are shared extensions and you can activate them in the file "php.ini".

BTW:
The shared extension "php_gettext.dll" is included in XAMPP.

PostPosted: 05. September 2005 01:21
by headbonk
Well maybe it wasn't gettext - I know about turning on extensions with php.ini and I've turned on other things for my xampp install that way.

I know there was something that horde required that had to be turned on in the compile time settings. I guess I just have to upgrade my XAMPP & try again.

I still think it would be useful to include the phpinfo out, or the similar configuration info somewhere on the main AF site. As a PHP programmer, I would find that useful.

PostPosted: 05. September 2005 03:35
by Wiedmann
I still think it would be useful to include the phpinfo out, or the similar configuration info somewhere on the main AF site. As a PHP programmer, I would find that useful.

In den XAMPP for Windows package you have every official PHP and PECL Extension that is available for Windows. Just look in the PHP-Manual.

BTW: You can't make a phpinfo() with all extensions, because some extensions you can't load at the same time.