Comme php5 peut etre installé, nous utilisons le lien php qui pointe soit vers php5 soit vers php4 ( soit php6 ? ).

close: #1042
This commit is contained in:
Nahuel Angelinetti 2007-04-18 16:55:34 +00:00
parent aba66668b4
commit 27c70f2047
11 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
$Id: newone.php,v 1.6 2006/02/17 15:15:54 olivier Exp $

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
$Id: reset_root.php,v 1.1 2005/01/19 05:37:18 anarcat Exp $

View File

@ -49,7 +49,7 @@ do
< $file || true
;;
php)
php4 -q $file || true
php -q $file || true
;;
sh)
sh $file || true

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
// Script de migration des données LDAP vers les bases MYSQL de mx/imap
@ -74,4 +74,4 @@ mysql_close();
ldap_close($ds);
?>
?>

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
// Set the available memory to a large enough variable to be able to handle quite busy servers :)

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
@ -43,4 +43,4 @@ if (mysql_errno()) {
return 0;
?>
?>

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
@ -59,4 +59,4 @@ while ($c=mysql_fetch_array($r)) {
return 0;
?>
?>

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
@ -43,4 +43,4 @@ if (mysql_errno()) {
return 0;
?>
?>

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
@ -59,4 +59,4 @@ while ($c=mysql_fetch_array($r)) {
return 0;
?>
?>

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*
$Id: rawstat.daily,v 1.4 2005/05/11 15:39:34 arnaud-lb Exp $

View File

@ -1,4 +1,4 @@
#!/usr/bin/php4 -q
#!/usr/bin/php -q
<?php
/*