> Do you know how can I ($PHP_SELF :) compile the > PHP documentation in Windows HTML Help format? > Any guide line?
YES :) To compile with the current format (see at php.net/download-docs.php) you should check out the "chm" folder from the phpdoc CVS. Instructions at http://www.php.net/anoncvs.php There is a README in that directory. Direct link via http: http://cvs.php.net/co.php/phpdoc/chm/make_chm.README The new format (see http://www.weblabor.hu/php/newchm.php) is still under construction, and we are still injecting more functions, and options to it :)) Goba
