> > It would be nice if someone documented how to create > > install.txt for php-src. Or for now, simply generate > > it so it can be part of the upcoming 5.0.4 release. > > Something like this should work: > > cd /cvs/phpdoc > make install-unix.txt > mv install-unix.txt ../php-src/INSTALL > > make install-win.txt > mv install-win.txt ../php-src/win32/install.txt
Nice, this works :) > maybe you should also read the note in the install-win.xml file (before > generating..): > <!-- you should remove the &install.windows.building; entity from the > en/install/windows/index.xml file to build this file --> > this is to avoid including the instructions to build php from source on > windows, which will only confuse the normal windows user (IMHO) Good idea. > P.S.: if needed, I can generate them. I generated them and the diffs are enormous because the current files use \r\n while mine uses \n. I think \n should be used... Regards, Philip