# Posté le vendredi 13 juin 2008 12:43
sudo apt-get install php-pear
sudo pear install XML_RPC
# Posté le jeudi 06 mars 2008 10:04
Modifié le jeudi 06 mars 2008 10:47
4954.0ms +/- 1.7% | Firefox 3b5 Nightly
8268.2ms +/- 3.9% | Opera 9.5 weekly
13191.2ms +/- 1.3% | IE8 beta 1
13323.0ms +/- 5.8% | Firefox 3 beta 3
14693.0ms +/- 1.1% | Safari 3.0.4 beta
23334.4ms +/- 2.6% | Firefox 2
42384.8ms +/- 2.9% | IE7
FAIL | IE7 (plantage)
FAIL | Firefox 3 beta 3 (plantage)
FAIL | IE8 (plantage)
600+ | Firefox 3b5 nightly (pas terminé)
75s | Safari 3.0.4 beta
37s | Opera 9.5 weekly
# Posté le mercredi 05 mars 2008 16:26
Modifié le jeudi 06 mars 2008 10:48
$smarty = new Smarty;
$smarty->compiler_class = 'mySmarty_Compiler';
$smarty->compiler_file = 'class.mySmartyCompiler.php';
require_once SMARTY_DIR . 'Smarty_Compiler.class.php';
class mySmarty_Compiler extends Smarty_Compiler
{
function __construct()
{
parent::__construct();
$this->_func_regexp = '(?:[a-zA-Z0-9_]+\:\:)?[a-zA-Z_]\w*';
}
}
' . $this->_obj_call_regexp . '(?:' . $this->_mod_regexp . '*)? | # valid object call
+ ' . $this->_func_regexp . ' | # valid function name
' . $this->_var_regexp . '(?:' . $this->_mod_regexp . '*)? | # var or quoted string
# Posté le mardi 12 février 2008 12:11
Modifié le jeudi 06 mars 2008 10:48
[global]
ssl-trust-default-ca = true
ssl-ignore-unknown-ca = true
ssl-ignore-invalid-date = true
ssl-ignore-host-mismatch = true
# Posté le mercredi 06 février 2008 21:17