philip Thu May 10 15:08:53 2007 UTC
Modified files:
/phpdoc/en/appendices aliases.xml history.xml
/phpdoc/en/reference/var/functions debug-zval-dump.xml
/phpdoc/en/faq general.xml
Log:
Zend.com has many broken links, and it seems removed content. This updates
and fixes documentation that links to this broken and lost information.
# Broken entities remain in globals.ent until the translations catch up
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/aliases.xml?r1=1.31&r2=1.32&diff_format=u
Index: phpdoc/en/appendices/aliases.xml
diff -u phpdoc/en/appendices/aliases.xml:1.31
phpdoc/en/appendices/aliases.xml:1.32
--- phpdoc/en/appendices/aliases.xml:1.31 Sat Sep 10 15:06:15 2005
+++ phpdoc/en/appendices/aliases.xml Thu May 10 15:08:52 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<appendix id="aliases">
<title>List of Function Aliases</title>
<para>
@@ -15,8 +15,7 @@
to help those who want to upgrade their old scripts to newer syntax.
</para>
<para>
- This list is consistent with PHP 4.0.6. For an alias list that updates
- daily, have a look at <ulink
url="&url.zend.aliaslist;">&url.zend.aliaslist;</ulink>.
+ This list is consistent with PHP 4.0.6.
</para>
<para>
<table>
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/history.xml?r1=1.26&r2=1.27&diff_format=u
Index: phpdoc/en/appendices/history.xml
diff -u phpdoc/en/appendices/history.xml:1.26
phpdoc/en/appendices/history.xml:1.27
--- phpdoc/en/appendices/history.xml:1.26 Thu Feb 15 09:24:33 2007
+++ phpdoc/en/appendices/history.xml Thu May 10 15:08:52 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<appendix id="history">
<title>History of PHP and related projects</title>
@@ -142,8 +142,7 @@
<para>
PHP 5 was released in July 2004 after long development and several
pre-releases. It is mainly driven by its core, the Zend Engine 2.0 with a
- new object model and dozens of other new features. To get more information
- on this engine, see <ulink url="&url.zend.future;">its web page</ulink>.
+ new object model and dozens of other new features.
</para>
</sect2>
</sect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/debug-zval-dump.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/var/functions/debug-zval-dump.xml
diff -u phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.7
phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.8
--- phpdoc/en/reference/var/functions/debug-zval-dump.xml:1.7 Wed Jan 4
21:44:46 2006
+++ phpdoc/en/reference/var/functions/debug-zval-dump.xml Thu May 10
15:08:53 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.debug-zval-dump">
<refnamediv>
<refname>debug_zval_dump</refname>
@@ -157,7 +157,6 @@
<member><function>var_dump</function></member>
<member><function>debug_backtrace</function></member>
<member><link linkend="language.references">References
Explained</link></member>
- <member><ulink url="&url.zend.references;">Reference Counting and Aliasing
(by Andi Gutmans)</ulink></member>
<member><ulink url="&url.derick.references;">References Explained (by
Derick Rethans)</ulink></member>
</simplelist>
</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/faq/general.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/faq/general.xml
diff -u phpdoc/en/faq/general.xml:1.22 phpdoc/en/faq/general.xml:1.23
--- phpdoc/en/faq/general.xml:1.22 Fri Dec 31 18:53:23 2004
+++ phpdoc/en/faq/general.xml Thu May 10 15:08:53 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
<chapter id="faq.general">
<title>General Information</title>
<titleabbrev>General Information</titleabbrev>
@@ -24,12 +24,6 @@
PHP-specific features thrown in. The goal of the language is to
allow web developers to write dynamically generated pages quickly.
</para>
- <para>
- A nice introduction to PHP by Stig Sæther Bakken can be found
- at <ulink url="&url.zend.introduction;">&url.zend.introduction;</ulink>
on the Zend
- website. Also, much of the
- <ulink url="&url.php.conf;">PHP Conference Material</ulink> is freely
available.
- </para>
</answer>
</qandaentry>
@@ -58,9 +52,8 @@
PHP/FI 2.0 is an early and no longer supported version of PHP. PHP 3
is the successor to PHP/FI 2.0 and is a lot nicer. PHP 4 is the current
generation of PHP, which uses the <ulink url="&url.zend;">Zend
- engine</ulink> under the hood. PHP 5 uses <ulink
- url="&url.zend.future;">Zend engine 2</ulink> which, among other
- things, offers many additional <link linkend="ref.classobj">OOP</link>
+ engine</ulink> under the hood. PHP 5 uses the Zend engine 2 which,
among
+ other things, offers many additional <link
linkend="language.oop5">OOP</link>
features.
</para>
</answer>
@@ -85,9 +78,7 @@
</question>
<answer>
<para>
- There are <ulink url="&url.zend.articles;">a couple of articles</ulink>
- written on this by the authors of PHP 4. Here's a list of some of
- the more important new features:
+ Here's a list of some of the more important new features:
<itemizedlist>
<listitem>
<simpara>Extended API module</simpara>