mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235342 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2aee7fa4b
commit
b2c6dc0787
4 changed files with 9 additions and 21 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ string(11) "Hello World" refcount(2)
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue