Skip to content

Commit 2d0ae21

Browse files
authored
Remove PHP-GTK mentions, project was abandoned (fixes #3597) (#3617)
1 parent c07c4bf commit 2d0ae21

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

chapters/intro.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
send and receive cookies. But PHP can do much more.
8080
</para>
8181
<para>
82-
There are three main areas where PHP scripts are used.
82+
There are two main areas where PHP scripts are used.
8383
<itemizedlist>
8484
<listitem>
8585
<simpara>
@@ -109,21 +109,6 @@
109109
for more information.
110110
</simpara>
111111
</listitem>
112-
<listitem>
113-
<simpara>
114-
Writing desktop applications. PHP is probably
115-
not the very best language to create a desktop
116-
application with a graphical user interface, but if
117-
you know PHP very well, and would like to use some
118-
advanced PHP features in your client-side applications
119-
you can also use PHP-GTK to write such programs. You also
120-
have the ability to write cross-platform applications this
121-
way. PHP-GTK is an extension to PHP, not available in
122-
the main distribution. If you are interested
123-
in PHP-GTK, visit <link xlink:href="&url.php.gtk;">its
124-
own website</link>.
125-
</simpara>
126-
</listitem>
127112
</itemizedlist>
128113
</para>
129114
<para>

install/intro.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<itemizedlist>
1212
<listitem><simpara>Websites and web applications (server-side scripting)</simpara></listitem>
1313
<listitem><simpara>Command line scripting</simpara></listitem>
14-
<listitem><simpara>Desktop (GUI) applications</simpara></listitem>
1514
</itemizedlist>
1615
</para>
1716
<para>
@@ -48,16 +47,6 @@
4847
command line PHP applications</link>. In this case,
4948
you need no server and no browser.
5049
</para>
51-
<para>
52-
With PHP you can also write desktop GUI applications
53-
using the PHP-GTK extension. This is a completely
54-
different approach than writing web pages, as you
55-
do not output any HTML, but manage windows and objects
56-
within them. For more information about PHP-GTK, please
57-
<link xlink:href="&url.php.gtk;">visit the site dedicated to
58-
this extension</link>. PHP-GTK is not included in the
59-
official PHP distribution.
60-
</para>
6150
<para>
6251
From now on, this section deals with setting up PHP
6352
for web servers on Unix and Windows with server module

0 commit comments

Comments
 (0)