Changeset 43 for php/trunk/doxygen


Ignore:
Timestamp:
Jul 15, 2011, 6:37:40 PM (14 years ago)
Author:
cla
Message:

rdfint

  • added note to ARC2 Patch page on exact PHP version that the patch is currently required for under windows operating systems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/doc_page_appedix_arc2patch.php

    r41 r43  
    2525 * Windows style pathnames including backslashes.
    2626 *
     27 * The reason for this is that the PHP function \c realpath returns
     28 * path names including backslashes. Such path names are however invalid
     29 * for other PHP functions. As the time of this writing, this behaviour
     30 * has been reproduced up to PHP V5.3.5..
     31 *
    2732 * The patched method from v2.0.0-0-g270696b looks as follows:
    2833\code
Note: See TracChangeset for help on using the changeset viewer.