1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

the full function list generation code is now available in CVS, so we can fix the bugs reported, and generate updated function lists as required

This commit is contained in:
Gabor Hojtsy
2003-11-21 11:14:16 +00:00
parent bf3cd67203
commit 09c9196a00
3 changed files with 2 additions and 283 deletions

View File

@@ -206,6 +206,7 @@ $external_redirects = array(
"getdochowto" => "http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz?p=1",
"rev" => "/manual/$LANG/revcheck.html.gz",
"blog" => "/manual/$LANG/build.log.gz",
"functions.js.txt" => "http://cvs.php.net/cvs.php/phpdoc/scripts/quickref",
);
// ============================================================================

File diff suppressed because one or more lines are too long

View File

@@ -91,7 +91,7 @@ else {
echo "<p>The search feature is accessible via the form elements at the top right of this page.</p>";
echo "<p class=\"tip\">We have tried to reduce the size of the function list autocomplete script
to the minimum, so you don't need to wait for long to start using this feature. If you are interested
in the uncompressed JavaScript source code, look at <a href=\"functions.js.txt\">the functions.js.txt file</a></p>";
in the PHP and JavaScript sources we used to create this functionality, those are <a href=\"http://cvs.php.net/cvs.php/phpdoc/scripts/quickref\">available under the PHP license in phpdoc CVS</a>.</p>";
if (FALSE) {
if (isset($EXPL_LANG)) {
$lang_input = " <input type=\"hidden\" name=\"lang\" value=\"{$EXPL_LANG}\" />\n";