developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 10 years ago
Closed 10 years ago
#1290 closed bug (fixed)
Une fonction déprécié dans le plugin magicquote
Reported by: | Tpt | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1.8 |
Component: | jelix:plugins:coord | Version: | 1.2.1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: | 5.3.5 |
Description
Le plugin magicquote utilise une fonction dépréciée dans PHP 5.3 : set_magic_quotes_runtime(0) dans la ligne 46 du fichier magicquotes.coord.php. il faudrait la remplacer par "ini_set('magic_quotes_runtime', 0)". Voici l'erreur générée par la fonction dépréciée :
2011-03-06 15:26:28 [8192] Function set_magic_quotes_runtime() is deprecated .../lib/jelix/plugins/coord/magicquotes/magicquotes.coord.php 46
Change History (3)
comment:1 Changed 10 years ago by foxmask
comment:2 Changed 10 years ago by laurentj
- Milestone set to Jelix 1.1.8
sauf erreur la 1.2.x n'est pas encore full compatible PHP 5.3.
si, elle est censé l'être... Depuis 1.1.4 on améliore le support PHP 5.3.
par contre, comme personne n'est censé utiliser le plugin magicquotes (les magicquotes, c'est mal, et même déprécié dans PHP ;-)), cette incompatibilité est passée inaperçu :-)
comment:3 Changed 10 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
bonjour
sauf erreur la 1.2.x n'est pas encore full compatible PHP 5.3.