Différences entre les versions de « Php.ini »
Aller à la navigation
Aller à la recherche
Ligne 7 : | Ligne 7 : | ||
== Installation d'extensions de PHP sous OS X == | == Installation d'extensions de PHP sous OS X == | ||
; Utilisé : | |||
* http://michaelgracie.com/2008/12/26/plugging-mcrypt-into-php-on-leopard-10.5.6/ | * http://michaelgracie.com/2008/12/26/plugging-mcrypt-into-php-on-leopard-10.5.6/ | ||
* http://michaelgracie.com/2009/07/16/plugging-gd-into-php-on-leopard-10.5.7/ | * http://michaelgracie.com/2009/07/16/plugging-gd-into-php-on-leopard-10.5.7/ | ||
; À creuser : | |||
* http://www.lozix.com/2008/10/23/ajouter-des-extensions-a-php5-sur-mac-os-x-leopard/ |
Version du 7 septembre 2009 à 18:56
Upload
/etc/php5/apache2/php.ini
Set maximum size for file uploads
Installation d'extensions de PHP sous OS X
- Utilisé
- http://michaelgracie.com/2008/12/26/plugging-mcrypt-into-php-on-leopard-10.5.6/
- http://michaelgracie.com/2009/07/16/plugging-gd-into-php-on-leopard-10.5.7/
- À creuser