Changes for page Application_PHP5

Last modified by Nicolas Gregoire on 2012/02/02 17:29

From version 1.1 Icon
edited by Nicolas Gregoire
on 2012/01/13 14:37
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Nicolas Gregoire
on 2012/01/13 16:27
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,5 @@
1 1  Dixit [[Wikipedia>>http://en.wikipedia.org/wiki/PHP||rel="__blank"]] : "//PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. It is among one of the first developed server-side scripting languages that is embedded into a HTML source document, rather than calling an external file to process data. Ultimately, the code is interpreted by a web server with a PHP processor module which generates the resulting web page.//"
2 2  
3 3  
4 -Version 5 of this language uses the [[libxslt>>Engine_libxslt]] engine to transform XML documents using XSLT.
5 5  
6 -
5 +Version 5 of the PHP language uses the [[libxslt>>Engine_libxslt]] engine to transform XML documents using XSLT. Prior to version 5.3.9, calls to libxslt were not restricted using xsltSetSecurityPrefs(). It was then possible to create / overwrite files on the engine side, typically for dropping a PHP Web Shell (cf [[Bug #54446>>https://bugs.php.net/bug.php?id=54446||rel="__blank"]]).