1. [100.00%]
PHP: Apache 2.0 sur les systèmes Unix - Manual
application/x-httpd-php .php5
AddType application/x-httpd-php .php42
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtm
AddType
http://www.php.net/manual/fr/install.unix.apache2.php - 43.4kb
2. [100.00%]
PHP: Installation des serveurs Apache 2.0.x sur les systèmes Micros...
CGI :
Exemple #1 PHP et Apache 2.0.x en mode CGI
ScriptAlias /PHP/ "c:/PHP/"
AddType application/x-httpd-PHP .PHP
# Pour PHP 4
Action application/x-httpd-PHP "/PHP/PHP.exe"
# Pour PHP 5
Action
http://www.php.net/manual/fr/install.windows.apache2.php - 32.3kb
3. [100.00%]
PHP: Installation des extensions sous Windows - Manual
file...
LoadModule php5_module "E:/xyz/php/php5apache2_2.dll"
phpIniDir "E:/xyz/php"
...which led to the dreaded...
php Warning: php Startup: Unable to load dynamic library 'E:\\xyz\\php\\ext\\php_mysql.dll' - The specified module
http://www.php.net/manual/fr/install.windows.extensions.php - 51.9kb
4. [100.00%]
PHP: Installation avec les serveurs IIS/PWS - Manual
from the msi install of from php.net. I found that the install correctly used the path C:\PROGRA~1\php\php5IS~1.DLL in adding the Mapping for .php but for the Web Service Extension it used C:\Program Files\php\php5isapi.dll. When I changed this
http://www.php.net/manual/fr/install.windows.iis.php - 71.2kb
5. [100.00%]
PHP: system - Manual
from system call
setprefs.php:// The standard set of color names is:
setprefs.php:// Most browsers accept a wider set of color names
silly.php: //$answer = shell_exec ("grep 'set of color names' *.php ");
silly.php: $sys = system ("grep 'set of
http://www.php.net/manual/fr/function.system.php - 91.5kb
6. [100.00%]
PHP: strtotime - Manual
different behaviors between PHP 4 and PHP 5. I have tested this on just two versions: PHP Version 5.2.3-1ubuntu6.3 and PHP Version 4.3.10-22.
Example 1:
<?PHP
$ts2 = strtotime ( "1st Thursday" , $ts1 )
var_dump ( $ts2 )
// this works in
http://www.php.net/manual/fr/function.strtotime.php - 198.7kb
7. [100.00%]
PHP: array_unique - Manual
in the
all php.net sites
this mirror only
function list
online documentation
bug database
Site News Archive
All Changelogs
just pear.php.net
just pecl.php.net
just talks.php.net
http://www.php.net/manual/fr/function.array-unique.php - 237.4kb
8. [100.00%]
PHP: date - Manual
25-Jul-2008 08:22
<?php
// A demonstration of the new DateTime class for those
// trying to use dates before 1970 or after 2038.
?>
<h2>php 2038 date bug demo (php version <?php echo phpversion (); ?>
http://www.php.net/manual/fr/function.date.php - 426.6kb
9. [100.00%]
PHP: set_error_handler - Manual
Changelogs
just pear.php.net
just pecl.php.net
just talks.php.net
general mailing list
developer mailing list
documentation mailing list
php Manual
Référence des fonctions
http://www.php.net/manual/fr/function.set-error-handler.php - 170.1kb
10. [100.00%]
PHP: array_search - Manual
in the
all php.net sites
this mirror only
function list
online documentation
bug database
Site News Archive
All Changelogs
just pear.php.net
just pecl.php.net
just talks.php.net
http://www.php.net/manual/fr/function.array-search.php - 272.5kb