Skip to content
  • Christophe Massiot's avatar
    * modules/control/http.c: Rewrote the parsers to handle correctly special · 728dd91a
    Christophe Massiot authored
       chars such as ', \', \ , etc. Fixed a bug when parsing the GET
       arguments. Added new RPN functions :
       - str_replace( a, b, c ) : replaces all occurences of b with c in a
       - addslashes( s ) : escapes all " and ' with a backslash
       - stripslashes( s ) :  the opposite
       - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
       - realpath( s ) : returns an absolute file path (see realpath(3))
       And fixed a few memory leaks.
    728dd91a