Author: Jordi Kroon (jordikroon) Committer: Derick Rethans (derickr) Date: 2026-04-15T03:50:09-04:00
Commit: https://github.com/php/web-php/commit/5da9ceb88a2fdbf02961c263d2a81737577f5fe3 Raw diff: https://github.com/php/web-php/commit/5da9ceb88a2fdbf02961c263d2a81737577f5fe3.diff fix: update gtk.php.net links to https Changed paths: M archive/2001.php M archive/2002.php M releases/4_3_0.php M releases/4_3_0_fr.php Diff: diff --git a/archive/2001.php b/archive/2001.php index e72112153d..7d510dd608 100644 --- a/archive/2001.php +++ b/archive/2001.php @@ -43,10 +43,10 @@ <p> <span class="newsdate">[18-Oct-2001]</span> - <a href="http://gtk.php.net/">PHP-GTK</a> - <a href="http://gtk.php.net/docs.php">documentation</a> is starting + <a href="https://gtk.php.net/">PHP-GTK</a> + <a href="https://gtk.php.net/manual/en/html/index.html">documentation</a> is starting to be more filled out. The manual is now rebuilt every night and - <a href="http://gtk.php.net/download-docs.php">downloadable versions</a> + <a href="https://gtk.php.net/documentation.php">downloadable versions</a> of it in different formats are also available. If you have been working with PHP-GTK and would like to contribute to the documentation effort, please let us know. @@ -105,7 +105,7 @@ <hr> -<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> +<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> <h1>PHP-GTK version 0.1 released</h1> <p> @@ -123,7 +123,7 @@ A talk on PHP-GTK was presented by Andrei Zmievski and Frank Kromann at the 2001 O'Reilly Open Source Conference in San Diego. The slides from the talk can be <a href="http://conf.php.net/sd-gtk">viewed online</a>. - For more information, visit <a href="http://gtk.php.net/">the PHP-GTK website</a>. + For more information, visit <a href="https://gtk.php.net/">the PHP-GTK website</a>. </p> <hr> @@ -294,14 +294,14 @@ <hr> -<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> +<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> <h1>Announcing PHP-GTK</h1> <p> <span class="newsdate">[01-Mar-2001]</span> The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that provides an object-oriented interface to the GTK+ toolkit and enables you to write client-side cross-platform GUI applications. For more information, visit - <a href="http://gtk.php.net/">http://gtk.php.net/</a>. + <a href="https://gtk.php.net/">https://gtk.php.net/</a>. </p> <hr> diff --git a/archive/2002.php b/archive/2002.php index 25b7c01bee..b3f2da5af2 100644 --- a/archive/2002.php +++ b/archive/2002.php @@ -568,7 +568,7 @@ <p> <span class="newsdate">[24-Jan-2002]</span> - <a href="http://gtk.php.net/">PHP-GTK</a> has reached version + <a href="https://gtk.php.net/">PHP-GTK</a> has reached version 0.5.0, also known as <em>"monday starts on saturday"</em>. The version number was bumped from 0.1.1 to this one to indicate that PHP-GTK is now a fairly mature and stable extension and can be used for a variety of applications diff --git a/releases/4_3_0.php b/releases/4_3_0.php index 5b0a04ad6e..d8897bb9ac 100644 --- a/releases/4_3_0.php +++ b/releases/4_3_0.php @@ -20,7 +20,7 @@ <p> This version finalizes the separate command line interface (CLI) that can be used for developing shell and desktop applications (with - <a href="http://gtk.php.net/">PHP-GTK</a>). The CLI is always built, but + <a href="https://gtk.php.net/">PHP-GTK</a>). The CLI is always built, but installed automatically only if CGI version is disabled via --disable-cgi switch during configuration. Alternatively, one can use <strong>make install-cli</strong> target. On Windows CLI can be found in diff --git a/releases/4_3_0_fr.php b/releases/4_3_0_fr.php index 8fc1a959c2..8761d1e45f 100644 --- a/releases/4_3_0_fr.php +++ b/releases/4_3_0_fr.php @@ -23,7 +23,7 @@ <p> PHP 4.3.0 achève la séparation du mode d'utilisation en ligne de commande (dit CLI) qui permet de développer des - applications shell ou graphiques (avec <a href="http://gtk.php.net/">PHP-GTK</a>). + applications shell ou graphiques (avec <a href="https://gtk.php.net/">PHP-GTK</a>). La version CLI de PHP est toujours compilées, mais elle n'est installée que si la version CGI est désactivée avec l'option --disable-cgi. De plus, vous pouvez utilisez la commande
