- 1
[Opened] Deprecated: Function split() is deprecated
Posted by bentaye on 08/23/2009 15:49
Bonjour,
Je viens de telecharger la version 1.1.3 de jelix, je l'ai installe en suivant le tutoriel, mais j'ai un probleme quand j'arrive a la creation de l'application. Je tape
php jelix.php --site createapp
et j'ai les warnings suivants :
PHP Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 84 Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 84 PHP Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 193 Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 193 PHP Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 224 Deprecated: Function split() is deprecated in D:\wamp\www\jelix\lib\jelix\core\jConfigCompiler.class.php on line 224
J'ai la version 5.3.0 de PHP
D:\wamp\www\jelix\lib\jelix-scripts>php -ver PHP 5.3.0 (cli) (built: Jun 29 2009 21:25:23) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
L'application a bien ete cree et ca marche, je voudrais savoir si c'est normal ou si ca risque de poser probleme par la suite, merci !
Nicolas
[Opened] Re: Deprecated: Function split() is deprecated
Posted by laurentj on 08/24/2009 22:14
Bonjour,
oui on est au courant. Rien de grave cependant. On va corriger ça dans les prochaines versions.
[Opened] Re: Deprecated: Function split() is deprecated
Posted by laurentj on 08/24/2009 22:58
Il y a aussi une autre solution : ne rien mettre pour l'option "notice" dans la config de jelix (section error_handling). ça devrait fonctionner.
[Opened] Re: Deprecated: Function split() is deprecated
Posted by bentaye on 08/28/2009 18:51
Ok merci :) Je m'affole pas alors :)
- 1