summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-11-25 16:49:25 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-11-25 16:49:25 +0000
commit732e99ca17a47eb48b32d4b018245dbfd3100165 (patch)
tree8fcac6d8d8219e69ada5a7f0170d9fc06c28f244 /lang
parentUpdate to 0.3; add WWW to pkg-descr. (diff)
Upgrade to version from 2001-11-22.
Notes
Notes: svn path=/head/; revision=50538
Diffstat (limited to 'lang')
-rw-r--r--lang/php_doc/Makefile19
-rw-r--r--lang/php_doc/distinfo8
-rw-r--r--lang/php_doc/pkg-plist140
-rw-r--r--lang/php_doc/pkg-plist.de109
-rw-r--r--lang/php_doc/pkg-plist.es196
-rw-r--r--lang/php_doc/pkg-plist.fr167
6 files changed, 537 insertions, 102 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile
index 24763187c57d..609528d6374d 100644
--- a/lang/php_doc/Makefile
+++ b/lang/php_doc/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= php_doc
-PORTVERSION= 1.1
+PORTVERSION= 1.20011122
CATEGORIES?= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dirk/php/${PHP_LANG}
-DISTNAME= manual
+MASTER_SITE_SUBDIR= dirk
+DISTNAME= php_manual_${PHP_LANG}
MAINTAINER= dirk@FreeBSD.org
-DIST_SUBDIR= php/${PHP_LANG}
NO_BUILD= YES
NO_WRKSUBDIR= YES
SLAVEDIRS= french/php_doc german/php_doc
+USE_BZIP2= YES
PHP_LANG?= en
PHPDOCDIR= ${PREFIX}/share/doc/php
@@ -51,15 +51,16 @@ do-install:
.if defined(MAINTAINER_MODE)
LOCAL_DISTDIR?= /var/tmp/php_doc/php
LOCAL_TMPDIR?= /var/tmp/php_doc/tmp
-DISTSITE?= http://php.he.net/manual/
+DISTSITE?= http://www.php.net/distributions/manual/
localfetch:
.for lang in de en es fr
- ${MKDIR} ${LOCAL_DISTDIR}/${lang}
- ${FETCH_CMD} -o ${LOCAL_DISTDIR}/${lang}/manual.tar.gz ${DISTSITE}/${lang}/manual.tar.gz
+ ${MKDIR} ${LOCAL_DISTDIR}
+ [ -f ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ] || \
+ ${FETCH_CMD} -o ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ${DISTSITE}php_manual_${lang}${EXTRACT_SUFX}
${MKDIR} ${LOCAL_TMPDIR}/${lang}
- ${TAR} -C ${LOCAL_TMPDIR}/${lang} -xzf ${LOCAL_DISTDIR}/${lang}/manual.tar.gz
+ cd ${LOCAL_TMPDIR}/${lang} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
(cd ${LOCAL_TMPDIR}/${lang} && /bin/ls -1) | ${PERL} -pe 'print "%%PHPDOCDIR%%/$_";' > ${.CURDIR}/pkg-plist.${lang}
${ECHO} "@dirrm %%PHPDOCDIR%%" >> ${.CURDIR}/pkg-plist.${lang}
@@ -67,7 +68,7 @@ localfetch:
.endfor
${MV} ${.CURDIR}/pkg-plist.en ${.CURDIR}/pkg-plist
- cd ${LOCAL_DISTDIR}/.. && ${MD5} php/*/* > ${.CURDIR}/distinfo
+ cd ${LOCAL_DISTDIR} && ${MD5} php_manual_* > ${.CURDIR}/distinfo
.endif
.include <bsd.port.mk>
diff --git a/lang/php_doc/distinfo b/lang/php_doc/distinfo
index 7d3f25100fd4..1a2b1d52301f 100644
--- a/lang/php_doc/distinfo
+++ b/lang/php_doc/distinfo
@@ -1,4 +1,4 @@
-MD5 (php/de/manual.tar.gz) = e615e941a1ec87f87fd7054fc0aeb539
-MD5 (php/en/manual.tar.gz) = 3367c115c26d3ce90933dd27e5a83c3a
-MD5 (php/es/manual.tar.gz) = 44325b8dd67a06e172bd495b2ed6f724
-MD5 (php/fr/manual.tar.gz) = 2bc5fed7df3c757cde9af6824118b1c9
+MD5 (php_manual_de.tar.bz2) = ec32991e82e4e69edf4043437d78aa41
+MD5 (php_manual_en.tar.bz2) = e3ff635809340e10dccb4eada53d70e8
+MD5 (php_manual_es.tar.bz2) = 575ca4672b38974609c6d7e357bde64b
+MD5 (php_manual_fr.tar.bz2) = ec03ba2481c1be74894f058925d45345
diff --git a/lang/php_doc/pkg-plist b/lang/php_doc/pkg-plist
index d91fe9318885..747f67d0f4d7 100644
--- a/lang/php_doc/pkg-plist
+++ b/lang/php_doc/pkg-plist
@@ -9,6 +9,7 @@
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
%%PHPDOCDIR%%/class.variant.html
+%%PHPDOCDIR%%/commandline.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
@@ -27,7 +28,7 @@
%%PHPDOCDIR%%/debugger-using.html
%%PHPDOCDIR%%/debugger.html
%%PHPDOCDIR%%/faq.build.html
-%%PHPDOCDIR%%/faq.common.html
+%%PHPDOCDIR%%/faq.com.html
%%PHPDOCDIR%%/faq.databases.html
%%PHPDOCDIR%%/faq.general.html
%%PHPDOCDIR%%/faq.html
@@ -57,15 +58,20 @@
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
%%PHPDOCDIR%%/function.acos.html
+%%PHPDOCDIR%%/function.acosh.html
%%PHPDOCDIR%%/function.addcslashes.html
%%PHPDOCDIR%%/function.addslashes.html
%%PHPDOCDIR%%/function.apache-lookup-uri.html
%%PHPDOCDIR%%/function.apache-note.html
+%%PHPDOCDIR%%/function.array-change-key-case.html
+%%PHPDOCDIR%%/function.array-chunk.html
%%PHPDOCDIR%%/function.array-count-values.html
%%PHPDOCDIR%%/function.array-diff.html
+%%PHPDOCDIR%%/function.array-fill.html
%%PHPDOCDIR%%/function.array-filter.html
%%PHPDOCDIR%%/function.array-flip.html
%%PHPDOCDIR%%/function.array-intersect.html
+%%PHPDOCDIR%%/function.array-key-exists.html
%%PHPDOCDIR%%/function.array-keys.html
%%PHPDOCDIR%%/function.array-map.html
%%PHPDOCDIR%%/function.array-merge-recursive.html
@@ -90,6 +96,7 @@
%%PHPDOCDIR%%/function.arsort.html
%%PHPDOCDIR%%/function.ascii2ebcdic.html
%%PHPDOCDIR%%/function.asin.html
+%%PHPDOCDIR%%/function.asinh.html
%%PHPDOCDIR%%/function.asort.html
%%PHPDOCDIR%%/function.aspell-check-raw.html
%%PHPDOCDIR%%/function.aspell-check.html
@@ -99,6 +106,7 @@
%%PHPDOCDIR%%/function.assert.html
%%PHPDOCDIR%%/function.atan.html
%%PHPDOCDIR%%/function.atan2.html
+%%PHPDOCDIR%%/function.atanh.html
%%PHPDOCDIR%%/function.base-convert.html
%%PHPDOCDIR%%/function.base64-decode.html
%%PHPDOCDIR%%/function.base64-encode.html
@@ -164,6 +172,7 @@
%%PHPDOCDIR%%/function.convert-cyr-string.html
%%PHPDOCDIR%%/function.copy.html
%%PHPDOCDIR%%/function.cos.html
+%%PHPDOCDIR%%/function.cosh.html
%%PHPDOCDIR%%/function.count-chars.html
%%PHPDOCDIR%%/function.count.html
%%PHPDOCDIR%%/function.cpdf-add-annotation.html
@@ -294,6 +303,53 @@
%%PHPDOCDIR%%/function.dbmnextkey.html
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.html
+%%PHPDOCDIR%%/function.dbplus-add.html
+%%PHPDOCDIR%%/function.dbplus-aql.html
+%%PHPDOCDIR%%/function.dbplus-chdir.html
+%%PHPDOCDIR%%/function.dbplus-close.html
+%%PHPDOCDIR%%/function.dbplus-curr.html
+%%PHPDOCDIR%%/function.dbplus-errcode.html
+%%PHPDOCDIR%%/function.dbplus-errno.html
+%%PHPDOCDIR%%/function.dbplus-find.html
+%%PHPDOCDIR%%/function.dbplus-first.html
+%%PHPDOCDIR%%/function.dbplus-flush.html
+%%PHPDOCDIR%%/function.dbplus-freealllocks.html
+%%PHPDOCDIR%%/function.dbplus-freelock.html
+%%PHPDOCDIR%%/function.dbplus-freerlocks.html
+%%PHPDOCDIR%%/function.dbplus-getlock.html
+%%PHPDOCDIR%%/function.dbplus-getunique.html
+%%PHPDOCDIR%%/function.dbplus-info.html
+%%PHPDOCDIR%%/function.dbplus-last.html
+%%PHPDOCDIR%%/function.dbplus-lockrel.html
+%%PHPDOCDIR%%/function.dbplus-next.html
+%%PHPDOCDIR%%/function.dbplus-open.html
+%%PHPDOCDIR%%/function.dbplus-prev.html
+%%PHPDOCDIR%%/function.dbplus-rchperm.html
+%%PHPDOCDIR%%/function.dbplus-rcreate.html
+%%PHPDOCDIR%%/function.dbplus-rcrtexact.html
+%%PHPDOCDIR%%/function.dbplus-rcrtlike.html
+%%PHPDOCDIR%%/function.dbplus-resolve.html
+%%PHPDOCDIR%%/function.dbplus-restorepos.html
+%%PHPDOCDIR%%/function.dbplus-rkeys.html
+%%PHPDOCDIR%%/function.dbplus-ropen.html
+%%PHPDOCDIR%%/function.dbplus-rquery.html
+%%PHPDOCDIR%%/function.dbplus-rrename.html
+%%PHPDOCDIR%%/function.dbplus-rsecindex.html
+%%PHPDOCDIR%%/function.dbplus-runlink.html
+%%PHPDOCDIR%%/function.dbplus-rzap.html
+%%PHPDOCDIR%%/function.dbplus-savepos.html
+%%PHPDOCDIR%%/function.dbplus-setindex.html
+%%PHPDOCDIR%%/function.dbplus-setindexbynumber.html
+%%PHPDOCDIR%%/function.dbplus-sql.html
+%%PHPDOCDIR%%/function.dbplus-tcl.html
+%%PHPDOCDIR%%/function.dbplus-tremove.html
+%%PHPDOCDIR%%/function.dbplus-undo.html
+%%PHPDOCDIR%%/function.dbplus-undoprepare.html
+%%PHPDOCDIR%%/function.dbplus-unlockrel.html
+%%PHPDOCDIR%%/function.dbplus-unselect.html
+%%PHPDOCDIR%%/function.dbplus-update.html
+%%PHPDOCDIR%%/function.dbplus-xlockrel.html
+%%PHPDOCDIR%%/function.dbplus-xunlockrel.html
%%PHPDOCDIR%%/function.dbx-close.html
%%PHPDOCDIR%%/function.dbx-compare.html
%%PHPDOCDIR%%/function.dbx-connect.html
@@ -314,6 +370,7 @@
%%PHPDOCDIR%%/function.dgettext.html
%%PHPDOCDIR%%/function.die.html
%%PHPDOCDIR%%/function.dirname.html
+%%PHPDOCDIR%%/function.disk-free-space.html
%%PHPDOCDIR%%/function.disk-total-space.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
@@ -354,11 +411,15 @@
%%PHPDOCDIR%%/function.fbsql-autocommit.html
%%PHPDOCDIR%%/function.fbsql-change-user.html
%%PHPDOCDIR%%/function.fbsql-close.html
+%%PHPDOCDIR%%/function.fbsql-commit.html
%%PHPDOCDIR%%/function.fbsql-connect.html
+%%PHPDOCDIR%%/function.fbsql-create-blob.html
+%%PHPDOCDIR%%/function.fbsql-create-clob.html
%%PHPDOCDIR%%/function.fbsql-create-db.html
%%PHPDOCDIR%%/function.fbsql-data-seek.html
%%PHPDOCDIR%%/function.fbsql-database-password.html
%%PHPDOCDIR%%/function.fbsql-db-query.html
+%%PHPDOCDIR%%/function.fbsql-db-status.html
%%PHPDOCDIR%%/function.fbsql-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
%%PHPDOCDIR%%/function.fbsql-error.html
@@ -384,8 +445,14 @@
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
%%PHPDOCDIR%%/function.fbsql-query.html
+%%PHPDOCDIR%%/function.fbsql-read-blob.html
+%%PHPDOCDIR%%/function.fbsql-read-clob.html
%%PHPDOCDIR%%/function.fbsql-result.html
+%%PHPDOCDIR%%/function.fbsql-rollback.html
%%PHPDOCDIR%%/function.fbsql-select-db.html
+%%PHPDOCDIR%%/function.fbsql-set-lob-mode.html
+%%PHPDOCDIR%%/function.fbsql-start-db.html
+%%PHPDOCDIR%%/function.fbsql-stop-db.html
%%PHPDOCDIR%%/function.fbsql-tablename.html
%%PHPDOCDIR%%/function.fbsql-warnings.html
%%PHPDOCDIR%%/function.fclose.html
@@ -430,6 +497,7 @@
%%PHPDOCDIR%%/function.filepro.html
%%PHPDOCDIR%%/function.filesize.html
%%PHPDOCDIR%%/function.filetype.html
+%%PHPDOCDIR%%/function.floatval.html
%%PHPDOCDIR%%/function.flock.html
%%PHPDOCDIR%%/function.floor.html
%%PHPDOCDIR%%/function.flush.html
@@ -501,6 +569,7 @@
%%PHPDOCDIR%%/function.getimagesize.html
%%PHPDOCDIR%%/function.getlastmod.html
%%PHPDOCDIR%%/function.getmxrr.html
+%%PHPDOCDIR%%/function.getmygid.html
%%PHPDOCDIR%%/function.getmyinode.html
%%PHPDOCDIR%%/function.getmypid.html
%%PHPDOCDIR%%/function.getmyuid.html
@@ -705,6 +774,7 @@
%%PHPDOCDIR%%/function.ifxus-tell-slob.html
%%PHPDOCDIR%%/function.ifxus-write-slob.html
%%PHPDOCDIR%%/function.ignore-user-abort.html
+%%PHPDOCDIR%%/function.image2wbmp.html
%%PHPDOCDIR%%/function.imagealphablending.html
%%PHPDOCDIR%%/function.imagearc.html
%%PHPDOCDIR%%/function.imagechar.html
@@ -733,6 +803,8 @@
%%PHPDOCDIR%%/function.imagecreatefrompng.html
%%PHPDOCDIR%%/function.imagecreatefromstring.html
%%PHPDOCDIR%%/function.imagecreatefromwbmp.html
+%%PHPDOCDIR%%/function.imagecreatefromxbm.html
+%%PHPDOCDIR%%/function.imagecreatefromxpm.html
%%PHPDOCDIR%%/function.imagecreatetruecolor.html
%%PHPDOCDIR%%/function.imagedashedline.html
%%PHPDOCDIR%%/function.imagedestroy.html
@@ -751,6 +823,7 @@
%%PHPDOCDIR%%/function.imagejpeg.html
%%PHPDOCDIR%%/function.imageline.html
%%PHPDOCDIR%%/function.imageloadfont.html
+%%PHPDOCDIR%%/function.imagepalettecopy.html
%%PHPDOCDIR%%/function.imagepng.html
%%PHPDOCDIR%%/function.imagepolygon.html
%%PHPDOCDIR%%/function.imagepsbbox.html
@@ -833,6 +906,7 @@
%%PHPDOCDIR%%/function.imap-utf7-encode.html
%%PHPDOCDIR%%/function.imap-utf8.html
%%PHPDOCDIR%%/function.implode.html
+%%PHPDOCDIR%%/function.import-request-variables.html
%%PHPDOCDIR%%/function.in-array.html
%%PHPDOCDIR%%/function.include-once.html
%%PHPDOCDIR%%/function.include.html
@@ -855,14 +929,16 @@
%%PHPDOCDIR%%/function.ingres-query.html
%%PHPDOCDIR%%/function.ingres-rollback.html
%%PHPDOCDIR%%/function.ini-alter.html
+%%PHPDOCDIR%%/function.ini-get-all.html
%%PHPDOCDIR%%/function.ini-get.html
%%PHPDOCDIR%%/function.ini-restore.html
%%PHPDOCDIR%%/function.ini-set.html
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcparse.html
-%%PHPDOCDIR%%/function.ircg-channel_mode.html
+%%PHPDOCDIR%%/function.ircg-channel-mode.html
%%PHPDOCDIR%%/function.ircg-disconnect.html
+%%PHPDOCDIR%%/function.ircg-fetch-error-msg.html
%%PHPDOCDIR%%/function.ircg-html-encode.html
%%PHPDOCDIR%%/function.ircg-ignore-add.html
%%PHPDOCDIR%%/function.ircg-ignore-del.html
@@ -914,6 +990,7 @@
%%PHPDOCDIR%%/function.jdtounix.html
%%PHPDOCDIR%%/function.jewishtojd.html
%%PHPDOCDIR%%/function.join.html
+%%PHPDOCDIR%%/function.jpeg2wbmp.html
%%PHPDOCDIR%%/function.juliantojd.html
%%PHPDOCDIR%%/function.key.html
%%PHPDOCDIR%%/function.krsort.html
@@ -971,6 +1048,7 @@
%%PHPDOCDIR%%/function.mb-convert-kana.html
%%PHPDOCDIR%%/function.mb-convert-variables.html
%%PHPDOCDIR%%/function.mb-decode-mimeheader.html
+%%PHPDOCDIR%%/function.mb-decode-numericentity.html
%%PHPDOCDIR%%/function.mb-detect-encoding.html
%%PHPDOCDIR%%/function.mb-detect-order.html
%%PHPDOCDIR%%/function.mb-encode-mimeheader.html
@@ -991,7 +1069,6 @@
%%PHPDOCDIR%%/function.mb-strwidth.html
%%PHPDOCDIR%%/function.mb-substitute-character.html
%%PHPDOCDIR%%/function.mb-substr.html
-%%PHPDOCDIR%%/function.mb_decode_numericentity.html
%%PHPDOCDIR%%/function.mcal-append-event.html
%%PHPDOCDIR%%/function.mcal-close.html
%%PHPDOCDIR%%/function.mcal-create-calendar.html
@@ -1328,7 +1405,7 @@
%%PHPDOCDIR%%/function.ora-plogon.html
%%PHPDOCDIR%%/function.ora-rollback.html
%%PHPDOCDIR%%/function.ord.html
-%%PHPDOCDIR%%/function.ovrimos-close-all.html
+%%PHPDOCDIR%%/function.overload.html
%%PHPDOCDIR%%/function.ovrimos-close.html
%%PHPDOCDIR%%/function.ovrimos-commit.html
%%PHPDOCDIR%%/function.ovrimos-connect.html
@@ -1350,7 +1427,7 @@
%%PHPDOCDIR%%/function.ovrimos-result.html
%%PHPDOCDIR%%/function.ovrimos-rollback.html
%%PHPDOCDIR%%/function.pack.html
-%%PHPDOCDIR%%/function.parse-str.html
+%%PHPDOCDIR%%/function.parse-ini-file.html
%%PHPDOCDIR%%/function.parse-url.html
%%PHPDOCDIR%%/function.passthru.html
%%PHPDOCDIR%%/function.pathinfo.html
@@ -1516,6 +1593,7 @@
%%PHPDOCDIR%%/function.phpinfo.html
%%PHPDOCDIR%%/function.phpversion.html
%%PHPDOCDIR%%/function.pi.html
+%%PHPDOCDIR%%/function.png2wbmp.html
%%PHPDOCDIR%%/function.popen.html
%%PHPDOCDIR%%/function.pos.html
%%PHPDOCDIR%%/function.posix-ctermid.html
@@ -1687,6 +1765,7 @@
%%PHPDOCDIR%%/function.session-start.html
%%PHPDOCDIR%%/function.session-unregister.html
%%PHPDOCDIR%%/function.session-unset.html
+%%PHPDOCDIR%%/function.session-write-close.html
%%PHPDOCDIR%%/function.set-error-handler.html
%%PHPDOCDIR%%/function.set-file-buffer.html
%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html
@@ -1710,6 +1789,7 @@
%%PHPDOCDIR%%/function.shuffle.html
%%PHPDOCDIR%%/function.similar-text.html
%%PHPDOCDIR%%/function.sin.html
+%%PHPDOCDIR%%/function.sinh.html
%%PHPDOCDIR%%/function.sizeof.html
%%PHPDOCDIR%%/function.sleep.html
%%PHPDOCDIR%%/function.snmp-get-quick-print.html
@@ -1948,6 +2028,7 @@
%%PHPDOCDIR%%/function.syslog.html
%%PHPDOCDIR%%/function.system.html
%%PHPDOCDIR%%/function.tan.html
+%%PHPDOCDIR%%/function.tanh.html
%%PHPDOCDIR%%/function.tempnam.html
%%PHPDOCDIR%%/function.textdomain.html
%%PHPDOCDIR%%/function.time.html
@@ -1992,7 +2073,10 @@
%%PHPDOCDIR%%/function.utf8-decode.html
%%PHPDOCDIR%%/function.utf8-encode.html
%%PHPDOCDIR%%/function.var-dump.html
+%%PHPDOCDIR%%/function.version-compare.html
%%PHPDOCDIR%%/function.virtual.html
+%%PHPDOCDIR%%/function.vprintf.html
+%%PHPDOCDIR%%/function.vsprintf.html
%%PHPDOCDIR%%/function.wddx-add-vars.html
%%PHPDOCDIR%%/function.wddx-deserialize.html
%%PHPDOCDIR%%/function.wddx-packet-end.html
@@ -2055,6 +2139,7 @@
%%PHPDOCDIR%%/function.yaz-scan-result.html
%%PHPDOCDIR%%/function.yaz-scan.html
%%PHPDOCDIR%%/function.yaz-search.html
+%%PHPDOCDIR%%/function.yaz-sort.html
%%PHPDOCDIR%%/function.yaz-syntax.html
%%PHPDOCDIR%%/function.yaz-wait.html
%%PHPDOCDIR%%/function.yp-first.html
@@ -2082,8 +2167,6 @@
%%PHPDOCDIR%%/functions.variable-functions.html
%%PHPDOCDIR%%/getting-started.html
%%PHPDOCDIR%%/index.html
-%%PHPDOCDIR%%/install-problems.html
-%%PHPDOCDIR%%/install-windows.html
%%PHPDOCDIR%%/install.apache.html
%%PHPDOCDIR%%/install.caudium.html
%%PHPDOCDIR%%/install.commandline.html
@@ -2098,15 +2181,17 @@
%%PHPDOCDIR%%/install.openbsd.html
%%PHPDOCDIR%%/install.oreilly.html
%%PHPDOCDIR%%/install.otherhttpd.html
+%%PHPDOCDIR%%/install.problems.html
%%PHPDOCDIR%%/install.solaris.html
%%PHPDOCDIR%%/install.unix.html
+%%PHPDOCDIR%%/install.windows.html
%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-history.html
%%PHPDOCDIR%%/intro-whatcando.html
%%PHPDOCDIR%%/introduction.html
%%PHPDOCDIR%%/keyword.extends.html
-%%PHPDOCDIR%%/keyword.paamayim_nekudotayim.html
+%%PHPDOCDIR%%/keyword.paamayim-nekudotayim.html
%%PHPDOCDIR%%/keyword.parent.html
%%PHPDOCDIR%%/langref.html
%%PHPDOCDIR%%/language.basic-syntax.comments.html
@@ -2139,7 +2224,7 @@
%%PHPDOCDIR%%/language.references.whatdo.html
%%PHPDOCDIR%%/language.types.array.html
%%PHPDOCDIR%%/language.types.boolean.html
-%%PHPDOCDIR%%/language.types.double.html
+%%PHPDOCDIR%%/language.types.float.html
%%PHPDOCDIR%%/language.types.html
%%PHPDOCDIR%%/language.types.integer.html
%%PHPDOCDIR%%/language.types.null.html
@@ -2152,16 +2237,32 @@
%%PHPDOCDIR%%/language.variables.predefined.html
%%PHPDOCDIR%%/language.variables.scope.html
%%PHPDOCDIR%%/language.variables.variable.html
+%%PHPDOCDIR%%/migration-other.html
+%%PHPDOCDIR%%/migration-while.html
+%%PHPDOCDIR%%/migration.booleval.html
+%%PHPDOCDIR%%/migration.errors.html
+%%PHPDOCDIR%%/migration.expr.html
%%PHPDOCDIR%%/migration.html
-%%PHPDOCDIR%%/migration.php3.html
+%%PHPDOCDIR%%/migration.if-endif.html
+%%PHPDOCDIR%%/migration.startendtags.html
+%%PHPDOCDIR%%/migration.truefalse.html
+%%PHPDOCDIR%%/migration4.configuration.html
+%%PHPDOCDIR%%/migration4.cookies.html
+%%PHPDOCDIR%%/migration4.empty.html
+%%PHPDOCDIR%%/migration4.error-reporting.html
+%%PHPDOCDIR%%/migration4.extensions.html
%%PHPDOCDIR%%/migration4.html
+%%PHPDOCDIR%%/migration4.initializers.html
+%%PHPDOCDIR%%/migration4.missing.html
+%%PHPDOCDIR%%/migration4.parser.html
+%%PHPDOCDIR%%/migration4.php4.with.php3.html
+%%PHPDOCDIR%%/migration4.strings.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/pear.about.html
%%PHPDOCDIR%%/pear.html
%%PHPDOCDIR%%/pear.reference.html
%%PHPDOCDIR%%/pear.standards.comments.html
-%%PHPDOCDIR%%/pear.standards.constants.html
%%PHPDOCDIR%%/pear.standards.control.html
%%PHPDOCDIR%%/pear.standards.cvs.html
%%PHPDOCDIR%%/pear.standards.exampleurls.html
@@ -2170,11 +2271,12 @@
%%PHPDOCDIR%%/pear.standards.header.html
%%PHPDOCDIR%%/pear.standards.html
%%PHPDOCDIR%%/pear.standards.including.html
+%%PHPDOCDIR%%/pear.standards.naming.html
%%PHPDOCDIR%%/pear.standards.tags.html
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r8816.html
+%%PHPDOCDIR%%/r9244.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -2193,6 +2295,7 @@
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
+%%PHPDOCDIR%%/ref.dbplus.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
@@ -2238,6 +2341,7 @@
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
+%%PHPDOCDIR%%/ref.overload.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
@@ -2260,7 +2364,7 @@
%%PHPDOCDIR%%/ref.swf.html
%%PHPDOCDIR%%/ref.sybase.html
%%PHPDOCDIR%%/ref.url.html
-%%PHPDOCDIR%%/ref.var.html
+%%PHPDOCDIR%%/ref.variables.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
@@ -2270,20 +2374,12 @@
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resource.html
%%PHPDOCDIR%%/security.apache.html
+%%PHPDOCDIR%%/security.cgi-bin.html
%%PHPDOCDIR%%/security.current.html
%%PHPDOCDIR%%/security.errors.html
%%PHPDOCDIR%%/security.filesystem.html
-%%PHPDOCDIR%%/security.general.html
%%PHPDOCDIR%%/security.hiding.html
%%PHPDOCDIR%%/security.html
%%PHPDOCDIR%%/security.registerglobals.html
%%PHPDOCDIR%%/security.variables.html
-%%PHPDOCDIR%%/x61784.html
-%%PHPDOCDIR%%/x61801.html
-%%PHPDOCDIR%%/x61825.html
-%%PHPDOCDIR%%/x61829.html
-%%PHPDOCDIR%%/x61835.html
-%%PHPDOCDIR%%/x61861.html
-%%PHPDOCDIR%%/x61864.html
-%%PHPDOCDIR%%/x61875.html
@dirrm %%PHPDOCDIR%%
diff --git a/lang/php_doc/pkg-plist.de b/lang/php_doc/pkg-plist.de
index b0aec9532056..fe87c1f995e1 100644
--- a/lang/php_doc/pkg-plist.de
+++ b/lang/php_doc/pkg-plist.de
@@ -9,6 +9,7 @@
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
%%PHPDOCDIR%%/class.variant.html
+%%PHPDOCDIR%%/commandline.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
@@ -25,7 +26,7 @@
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger.html
%%PHPDOCDIR%%/faq.build.html
-%%PHPDOCDIR%%/faq.common.html
+%%PHPDOCDIR%%/faq.com.html
%%PHPDOCDIR%%/faq.databases.html
%%PHPDOCDIR%%/faq.general.html
%%PHPDOCDIR%%/faq.html
@@ -59,11 +60,15 @@
%%PHPDOCDIR%%/function.addslashes.html
%%PHPDOCDIR%%/function.apache-lookup-uri.html
%%PHPDOCDIR%%/function.apache-note.html
+%%PHPDOCDIR%%/function.array-change-key-case.html
+%%PHPDOCDIR%%/function.array-chunk.html
%%PHPDOCDIR%%/function.array-count-values.html
%%PHPDOCDIR%%/function.array-diff.html
+%%PHPDOCDIR%%/function.array-fill.html
%%PHPDOCDIR%%/function.array-filter.html
%%PHPDOCDIR%%/function.array-flip.html
%%PHPDOCDIR%%/function.array-intersect.html
+%%PHPDOCDIR%%/function.array-key-exists.html
%%PHPDOCDIR%%/function.array-keys.html
%%PHPDOCDIR%%/function.array-map.html
%%PHPDOCDIR%%/function.array-merge-recursive.html
@@ -286,6 +291,53 @@
%%PHPDOCDIR%%/function.dbmnextkey.html
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.html
+%%PHPDOCDIR%%/function.dbplus-add.html
+%%PHPDOCDIR%%/function.dbplus-aql.html
+%%PHPDOCDIR%%/function.dbplus-chdir.html
+%%PHPDOCDIR%%/function.dbplus-close.html
+%%PHPDOCDIR%%/function.dbplus-curr.html
+%%PHPDOCDIR%%/function.dbplus-errcode.html
+%%PHPDOCDIR%%/function.dbplus-errno.html
+%%PHPDOCDIR%%/function.dbplus-find.html
+%%PHPDOCDIR%%/function.dbplus-first.html
+%%PHPDOCDIR%%/function.dbplus-flush.html
+%%PHPDOCDIR%%/function.dbplus-freealllocks.html
+%%PHPDOCDIR%%/function.dbplus-freelock.html
+%%PHPDOCDIR%%/function.dbplus-freerlocks.html
+%%PHPDOCDIR%%/function.dbplus-getlock.html
+%%PHPDOCDIR%%/function.dbplus-getunique.html
+%%PHPDOCDIR%%/function.dbplus-info.html
+%%PHPDOCDIR%%/function.dbplus-last.html
+%%PHPDOCDIR%%/function.dbplus-lockrel.html
+%%PHPDOCDIR%%/function.dbplus-next.html
+%%PHPDOCDIR%%/function.dbplus-open.html
+%%PHPDOCDIR%%/function.dbplus-prev.html
+%%PHPDOCDIR%%/function.dbplus-rchperm.html
+%%PHPDOCDIR%%/function.dbplus-rcreate.html
+%%PHPDOCDIR%%/function.dbplus-rcrtexact.html
+%%PHPDOCDIR%%/function.dbplus-rcrtlike.html
+%%PHPDOCDIR%%/function.dbplus-resolve.html
+%%PHPDOCDIR%%/function.dbplus-restorepos.html
+%%PHPDOCDIR%%/function.dbplus-rkeys.html
+%%PHPDOCDIR%%/function.dbplus-ropen.html
+%%PHPDOCDIR%%/function.dbplus-rquery.html
+%%PHPDOCDIR%%/function.dbplus-rrename.html
+%%PHPDOCDIR%%/function.dbplus-rsecindex.html
+%%PHPDOCDIR%%/function.dbplus-runlink.html
+%%PHPDOCDIR%%/function.dbplus-rzap.html
+%%PHPDOCDIR%%/function.dbplus-savepos.html
+%%PHPDOCDIR%%/function.dbplus-setindex.html
+%%PHPDOCDIR%%/function.dbplus-setindexbynumber.html
+%%PHPDOCDIR%%/function.dbplus-sql.html
+%%PHPDOCDIR%%/function.dbplus-tcl.html
+%%PHPDOCDIR%%/function.dbplus-tremove.html
+%%PHPDOCDIR%%/function.dbplus-undo.html
+%%PHPDOCDIR%%/function.dbplus-undoprepare.html
+%%PHPDOCDIR%%/function.dbplus-unlockrel.html
+%%PHPDOCDIR%%/function.dbplus-unselect.html
+%%PHPDOCDIR%%/function.dbplus-update.html
+%%PHPDOCDIR%%/function.dbplus-xlockrel.html
+%%PHPDOCDIR%%/function.dbplus-xunlockrel.html
%%PHPDOCDIR%%/function.dbx-close.html
%%PHPDOCDIR%%/function.dbx-compare.html
%%PHPDOCDIR%%/function.dbx-connect.html
@@ -335,11 +387,15 @@
%%PHPDOCDIR%%/function.fbsql-autocommit.html
%%PHPDOCDIR%%/function.fbsql-change-user.html
%%PHPDOCDIR%%/function.fbsql-close.html
+%%PHPDOCDIR%%/function.fbsql-commit.html
%%PHPDOCDIR%%/function.fbsql-connect.html
+%%PHPDOCDIR%%/function.fbsql-create-blob.html
+%%PHPDOCDIR%%/function.fbsql-create-clob.html
%%PHPDOCDIR%%/function.fbsql-create-db.html
%%PHPDOCDIR%%/function.fbsql-data-seek.html
%%PHPDOCDIR%%/function.fbsql-database-password.html
%%PHPDOCDIR%%/function.fbsql-db-query.html
+%%PHPDOCDIR%%/function.fbsql-db-status.html
%%PHPDOCDIR%%/function.fbsql-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
%%PHPDOCDIR%%/function.fbsql-error.html
@@ -365,8 +421,14 @@
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
%%PHPDOCDIR%%/function.fbsql-query.html
+%%PHPDOCDIR%%/function.fbsql-read-blob.html
+%%PHPDOCDIR%%/function.fbsql-read-clob.html
%%PHPDOCDIR%%/function.fbsql-result.html
+%%PHPDOCDIR%%/function.fbsql-rollback.html
%%PHPDOCDIR%%/function.fbsql-select-db.html
+%%PHPDOCDIR%%/function.fbsql-set-lob-mode.html
+%%PHPDOCDIR%%/function.fbsql-start-db.html
+%%PHPDOCDIR%%/function.fbsql-stop-db.html
%%PHPDOCDIR%%/function.fbsql-tablename.html
%%PHPDOCDIR%%/function.fbsql-warnings.html
%%PHPDOCDIR%%/function.fclose.html
@@ -808,6 +870,7 @@
%%PHPDOCDIR%%/function.iptcparse.html
%%PHPDOCDIR%%/function.ircg-channel_mode.html
%%PHPDOCDIR%%/function.ircg-disconnect.html
+%%PHPDOCDIR%%/function.ircg-fetch-error-msg.html
%%PHPDOCDIR%%/function.ircg-html-encode.html
%%PHPDOCDIR%%/function.ircg-ignore-add.html
%%PHPDOCDIR%%/function.ircg-ignore-del.html
@@ -912,6 +975,7 @@
%%PHPDOCDIR%%/function.mb-convert-kana.html
%%PHPDOCDIR%%/function.mb-convert-variables.html
%%PHPDOCDIR%%/function.mb-decode-mimeheader.html
+%%PHPDOCDIR%%/function.mb-decode-numericentity.html
%%PHPDOCDIR%%/function.mb-detect-encoding.html
%%PHPDOCDIR%%/function.mb-detect-order.html
%%PHPDOCDIR%%/function.mb-encode-mimeheader.html
@@ -932,7 +996,6 @@
%%PHPDOCDIR%%/function.mb-strwidth.html
%%PHPDOCDIR%%/function.mb-substitute-character.html
%%PHPDOCDIR%%/function.mb-substr.html
-%%PHPDOCDIR%%/function.mb_decode_numericentity.html
%%PHPDOCDIR%%/function.mcal-append-event.html
%%PHPDOCDIR%%/function.mcal-close.html
%%PHPDOCDIR%%/function.mcal-date-compare.html
@@ -1067,6 +1130,7 @@
%%PHPDOCDIR%%/function.mssql-get-last-message.html
%%PHPDOCDIR%%/function.mssql-min-error-severity.html
%%PHPDOCDIR%%/function.mssql-min-message-severity.html
+%%PHPDOCDIR%%/function.mssql-next-result.html
%%PHPDOCDIR%%/function.mssql-num-fields.html
%%PHPDOCDIR%%/function.mssql-num-rows.html
%%PHPDOCDIR%%/function.mssql-pconnect.html
@@ -1086,6 +1150,7 @@
%%PHPDOCDIR%%/function.mysql-drop-db.html
%%PHPDOCDIR%%/function.mysql-errno.html
%%PHPDOCDIR%%/function.mysql-error.html
+%%PHPDOCDIR%%/function.mysql-escape-string.html
%%PHPDOCDIR%%/function.mysql-fetch-array.html
%%PHPDOCDIR%%/function.mysql-fetch-field.html
%%PHPDOCDIR%%/function.mysql-fetch-lengths.html
@@ -1234,7 +1299,7 @@
%%PHPDOCDIR%%/function.ora-plogon.html
%%PHPDOCDIR%%/function.ora-rollback.html
%%PHPDOCDIR%%/function.ord.html
-%%PHPDOCDIR%%/function.ovrimos-close-all.html
+%%PHPDOCDIR%%/function.overload.html
%%PHPDOCDIR%%/function.ovrimos-close.html
%%PHPDOCDIR%%/function.ovrimos-commit.html
%%PHPDOCDIR%%/function.ovrimos-connect.html
@@ -1555,6 +1620,7 @@
%%PHPDOCDIR%%/function.session-start.html
%%PHPDOCDIR%%/function.session-unregister.html
%%PHPDOCDIR%%/function.session-unset.html
+%%PHPDOCDIR%%/function.session-write-close.html
%%PHPDOCDIR%%/function.set-error-handler.html
%%PHPDOCDIR%%/function.set-file-buffer.html
%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html
@@ -1918,6 +1984,7 @@
%%PHPDOCDIR%%/function.yaz-scan-result.html
%%PHPDOCDIR%%/function.yaz-scan.html
%%PHPDOCDIR%%/function.yaz-search.html
+%%PHPDOCDIR%%/function.yaz-sort.html
%%PHPDOCDIR%%/function.yaz-syntax.html
%%PHPDOCDIR%%/function.yaz-wait.html
%%PHPDOCDIR%%/function.yp-first.html
@@ -1944,8 +2011,6 @@
%%PHPDOCDIR%%/functions.variable-functions.html
%%PHPDOCDIR%%/getting-started.html
%%PHPDOCDIR%%/index.html
-%%PHPDOCDIR%%/install-problems.html
-%%PHPDOCDIR%%/install-windows.html
%%PHPDOCDIR%%/install.apache.html
%%PHPDOCDIR%%/install.caudium.html
%%PHPDOCDIR%%/install.commandline.html
@@ -1960,8 +2025,10 @@
%%PHPDOCDIR%%/install.openbsd.html
%%PHPDOCDIR%%/install.oreilly.html
%%PHPDOCDIR%%/install.otherhttpd.html
+%%PHPDOCDIR%%/install.problems.html
%%PHPDOCDIR%%/install.solaris.html
%%PHPDOCDIR%%/install.unix.html
+%%PHPDOCDIR%%/install.windows.html
%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-history.html
@@ -1991,7 +2058,7 @@
%%PHPDOCDIR%%/language.references.unset.html
%%PHPDOCDIR%%/language.references.whatdo.html
%%PHPDOCDIR%%/language.types.array.html
-%%PHPDOCDIR%%/language.types.double.html
+%%PHPDOCDIR%%/language.types.float.html
%%PHPDOCDIR%%/language.types.html
%%PHPDOCDIR%%/language.types.object.html
%%PHPDOCDIR%%/language.types.string.html
@@ -2010,14 +2077,23 @@
%%PHPDOCDIR%%/migration-truefalse.html
%%PHPDOCDIR%%/migration-while.html
%%PHPDOCDIR%%/migration.html
+%%PHPDOCDIR%%/migration4.configuration.html
+%%PHPDOCDIR%%/migration4.cookies.html
+%%PHPDOCDIR%%/migration4.empty.html
+%%PHPDOCDIR%%/migration4.error-reporting.html
+%%PHPDOCDIR%%/migration4.extensions.html
%%PHPDOCDIR%%/migration4.html
+%%PHPDOCDIR%%/migration4.initializers.html
+%%PHPDOCDIR%%/migration4.missing.html
+%%PHPDOCDIR%%/migration4.parser.html
+%%PHPDOCDIR%%/migration4.php4.with.php3.html
+%%PHPDOCDIR%%/migration4.strings.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/pear.about.html
%%PHPDOCDIR%%/pear.html
%%PHPDOCDIR%%/pear.reference.html
%%PHPDOCDIR%%/pear.standards.comments.html
-%%PHPDOCDIR%%/pear.standards.constants.html
%%PHPDOCDIR%%/pear.standards.control.html
%%PHPDOCDIR%%/pear.standards.cvstags.html
%%PHPDOCDIR%%/pear.standards.exampleurls.html
@@ -2026,11 +2102,12 @@
%%PHPDOCDIR%%/pear.standards.header.html
%%PHPDOCDIR%%/pear.standards.html
%%PHPDOCDIR%%/pear.standards.including.html
+%%PHPDOCDIR%%/pear.standards.naming.html
%%PHPDOCDIR%%/pear.standards.tags.html
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r7740.html
+%%PHPDOCDIR%%/r8255.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -2049,6 +2126,7 @@
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
+%%PHPDOCDIR%%/ref.dbplus.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
@@ -2094,6 +2172,7 @@
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
+%%PHPDOCDIR%%/ref.overload.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
@@ -2116,7 +2195,7 @@
%%PHPDOCDIR%%/ref.swf.html
%%PHPDOCDIR%%/ref.sybase.html
%%PHPDOCDIR%%/ref.url.html
-%%PHPDOCDIR%%/ref.var.html
+%%PHPDOCDIR%%/ref.variables.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
@@ -2126,18 +2205,12 @@
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resource.html
%%PHPDOCDIR%%/security.apache.html
+%%PHPDOCDIR%%/security.cgi-bin.html
%%PHPDOCDIR%%/security.current.html
%%PHPDOCDIR%%/security.errors.html
%%PHPDOCDIR%%/security.filesystem.html
-%%PHPDOCDIR%%/security.general.html
+%%PHPDOCDIR%%/security.hiding.html
%%PHPDOCDIR%%/security.html
+%%PHPDOCDIR%%/security.registerglobals.html
%%PHPDOCDIR%%/security.variables.html
-%%PHPDOCDIR%%/x56181.html
-%%PHPDOCDIR%%/x56198.html
-%%PHPDOCDIR%%/x56222.html
-%%PHPDOCDIR%%/x56226.html
-%%PHPDOCDIR%%/x56232.html
-%%PHPDOCDIR%%/x56258.html
-%%PHPDOCDIR%%/x56261.html
-%%PHPDOCDIR%%/x56272.html
@dirrm %%PHPDOCDIR%%
diff --git a/lang/php_doc/pkg-plist.es b/lang/php_doc/pkg-plist.es
index 7dad038781d0..9f3fd564bac8 100644
--- a/lang/php_doc/pkg-plist.es
+++ b/lang/php_doc/pkg-plist.es
@@ -1,3 +1,4 @@
+%%PHPDOCDIR%%/aliases.html
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
%%PHPDOCDIR%%/class.dir.html
@@ -6,6 +7,7 @@
%%PHPDOCDIR%%/class.orbitstruct.html
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
+%%PHPDOCDIR%%/commandline.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
@@ -21,6 +23,20 @@
%%PHPDOCDIR%%/copyright.html
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger.html
+%%PHPDOCDIR%%/faq.build.html
+%%PHPDOCDIR%%/faq.com.html
+%%PHPDOCDIR%%/faq.databases.html
+%%PHPDOCDIR%%/faq.general.html
+%%PHPDOCDIR%%/faq.html
+%%PHPDOCDIR%%/faq.html.html
+%%PHPDOCDIR%%/faq.installation.html
+%%PHPDOCDIR%%/faq.languages.html
+%%PHPDOCDIR%%/faq.mailinglist.html
+%%PHPDOCDIR%%/faq.migration.html
+%%PHPDOCDIR%%/faq.migration4.html
+%%PHPDOCDIR%%/faq.misc.html
+%%PHPDOCDIR%%/faq.obtaining.html
+%%PHPDOCDIR%%/faq.using.html
%%PHPDOCDIR%%/feature-fileupload.multiple.html
%%PHPDOCDIR%%/features.connection-handling.html
%%PHPDOCDIR%%/features.cookies.html
@@ -33,6 +49,7 @@
%%PHPDOCDIR%%/features.images.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
+%%PHPDOCDIR%%/features.safe-mode.html
%%PHPDOCDIR%%/funcion.yp-master.html
%%PHPDOCDIR%%/funcion.yp-order.html
%%PHPDOCDIR%%/funcref.html
@@ -215,6 +232,9 @@
%%PHPDOCDIR%%/function.cybercash-base64-encode.html
%%PHPDOCDIR%%/function.cybercash-decr.html
%%PHPDOCDIR%%/function.cybercash-encr.html
+%%PHPDOCDIR%%/function.cybermut-creerformulairecm.html
+%%PHPDOCDIR%%/function.cybermut-creerreponsecm.html
+%%PHPDOCDIR%%/function.cybermut-testmac.html
%%PHPDOCDIR%%/function.date.html
%%PHPDOCDIR%%/function.dba-close.html
%%PHPDOCDIR%%/function.dba-delete.html
@@ -249,9 +269,55 @@
%%PHPDOCDIR%%/function.dbmnextkey.html
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.html
+%%PHPDOCDIR%%/function.dbplus-add.html
+%%PHPDOCDIR%%/function.dbplus-aql.html
+%%PHPDOCDIR%%/function.dbplus-chdir.html
+%%PHPDOCDIR%%/function.dbplus-close.html
+%%PHPDOCDIR%%/function.dbplus-curr.html
+%%PHPDOCDIR%%/function.dbplus-errcode.html
+%%PHPDOCDIR%%/function.dbplus-errno.html
+%%PHPDOCDIR%%/function.dbplus-find.html
+%%PHPDOCDIR%%/function.dbplus-first.html
+%%PHPDOCDIR%%/function.dbplus-flush.html
+%%PHPDOCDIR%%/function.dbplus-freealllocks.html
+%%PHPDOCDIR%%/function.dbplus-freelock.html
+%%PHPDOCDIR%%/function.dbplus-freerlocks.html
+%%PHPDOCDIR%%/function.dbplus-getlock.html
+%%PHPDOCDIR%%/function.dbplus-getunique.html
+%%PHPDOCDIR%%/function.dbplus-info.html
+%%PHPDOCDIR%%/function.dbplus-last.html
+%%PHPDOCDIR%%/function.dbplus-lockrel.html
+%%PHPDOCDIR%%/function.dbplus-next.html
+%%PHPDOCDIR%%/function.dbplus-open.html
+%%PHPDOCDIR%%/function.dbplus-prev.html
+%%PHPDOCDIR%%/function.dbplus-rchperm.html
+%%PHPDOCDIR%%/function.dbplus-rcreate.html
+%%PHPDOCDIR%%/function.dbplus-rcrtexact.html
+%%PHPDOCDIR%%/function.dbplus-rcrtlike.html
+%%PHPDOCDIR%%/function.dbplus-resolve.html
+%%PHPDOCDIR%%/function.dbplus-restorepos.html
+%%PHPDOCDIR%%/function.dbplus-rkeys.html
+%%PHPDOCDIR%%/function.dbplus-ropen.html
+%%PHPDOCDIR%%/function.dbplus-rquery.html
+%%PHPDOCDIR%%/function.dbplus-rrename.html
+%%PHPDOCDIR%%/function.dbplus-rsecindex.html
+%%PHPDOCDIR%%/function.dbplus-runlink.html
+%%PHPDOCDIR%%/function.dbplus-rzap.html
+%%PHPDOCDIR%%/function.dbplus-savepos.html
+%%PHPDOCDIR%%/function.dbplus-setindex.html
+%%PHPDOCDIR%%/function.dbplus-setindexbynumber.html
+%%PHPDOCDIR%%/function.dbplus-sql.html
+%%PHPDOCDIR%%/function.dbplus-tcl.html
+%%PHPDOCDIR%%/function.dbplus-tremove.html
+%%PHPDOCDIR%%/function.dbplus-undo.html
+%%PHPDOCDIR%%/function.dbplus-undoprepare.html
+%%PHPDOCDIR%%/function.dbplus-unlockrel.html
+%%PHPDOCDIR%%/function.dbplus-unselect.html
+%%PHPDOCDIR%%/function.dbplus-update.html
+%%PHPDOCDIR%%/function.dbplus-xlockrel.html
+%%PHPDOCDIR%%/function.dbplus-xunlockrel.html
%%PHPDOCDIR%%/function.dbx-close.html
-%%PHPDOCDIR%%/function.dbx-cmp-asc.html
-%%PHPDOCDIR%%/function.dbx-cmp-desc.html
+%%PHPDOCDIR%%/function.dbx-compare.html
%%PHPDOCDIR%%/function.dbx-connect.html
%%PHPDOCDIR%%/function.dbx-error.html
%%PHPDOCDIR%%/function.dbx-query.html
@@ -294,10 +360,15 @@
%%PHPDOCDIR%%/function.fbsql-autocommit.html
%%PHPDOCDIR%%/function.fbsql-change-user.html
%%PHPDOCDIR%%/function.fbsql-close.html
+%%PHPDOCDIR%%/function.fbsql-commit.html
%%PHPDOCDIR%%/function.fbsql-connect.html
+%%PHPDOCDIR%%/function.fbsql-create-blob.html
+%%PHPDOCDIR%%/function.fbsql-create-clob.html
%%PHPDOCDIR%%/function.fbsql-create-db.html
%%PHPDOCDIR%%/function.fbsql-data-seek.html
+%%PHPDOCDIR%%/function.fbsql-database-password.html
%%PHPDOCDIR%%/function.fbsql-db-query.html
+%%PHPDOCDIR%%/function.fbsql-db-status.html
%%PHPDOCDIR%%/function.fbsql-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
%%PHPDOCDIR%%/function.fbsql-error.html
@@ -323,8 +394,14 @@
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
%%PHPDOCDIR%%/function.fbsql-query.html
+%%PHPDOCDIR%%/function.fbsql-read-blob.html
+%%PHPDOCDIR%%/function.fbsql-read-clob.html
%%PHPDOCDIR%%/function.fbsql-result.html
+%%PHPDOCDIR%%/function.fbsql-rollback.html
%%PHPDOCDIR%%/function.fbsql-select-db.html
+%%PHPDOCDIR%%/function.fbsql-set-lob-mode.html
+%%PHPDOCDIR%%/function.fbsql-start-db.html
+%%PHPDOCDIR%%/function.fbsql-stop-db.html
%%PHPDOCDIR%%/function.fbsql-tablename.html
%%PHPDOCDIR%%/function.fbsql-warnings.html
%%PHPDOCDIR%%/function.fclose.html
@@ -566,6 +643,9 @@
%%PHPDOCDIR%%/function.icap-open.html
%%PHPDOCDIR%%/function.icap-snooze.html
%%PHPDOCDIR%%/function.icap-store-event.html
+%%PHPDOCDIR%%/function.iconv-get-encoding.html
+%%PHPDOCDIR%%/function.iconv-set-encoding.html
+%%PHPDOCDIR%%/function.iconv.html
%%PHPDOCDIR%%/function.ifx-affected-rows.html
%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html
%%PHPDOCDIR%%/function.ifx-byteasvarchar.html
@@ -716,6 +796,25 @@
%%PHPDOCDIR%%/function.ingres-rollback.html
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.iptcparse.html
+%%PHPDOCDIR%%/function.ircg-channel-mode.html
+%%PHPDOCDIR%%/function.ircg-disconnect.html
+%%PHPDOCDIR%%/function.ircg-fetch-error-msg.html
+%%PHPDOCDIR%%/function.ircg-html-encode.html
+%%PHPDOCDIR%%/function.ircg-ignore-add.html
+%%PHPDOCDIR%%/function.ircg-ignore-del.html
+%%PHPDOCDIR%%/function.ircg-is-conn-alive.html
+%%PHPDOCDIR%%/function.ircg-join.html
+%%PHPDOCDIR%%/function.ircg-kick.html
+%%PHPDOCDIR%%/function.ircg-lookup-format-messages.html
+%%PHPDOCDIR%%/function.ircg-msg.html
+%%PHPDOCDIR%%/function.ircg-nick.html
+%%PHPDOCDIR%%/function.ircg-notice.html
+%%PHPDOCDIR%%/function.ircg-part.html
+%%PHPDOCDIR%%/function.ircg-pconnect.html
+%%PHPDOCDIR%%/function.ircg-register-format-messages.html
+%%PHPDOCDIR%%/function.ircg-set-current.html
+%%PHPDOCDIR%%/function.ircg-topic.html
+%%PHPDOCDIR%%/function.ircg-whois.html
%%PHPDOCDIR%%/function.is-array.html
%%PHPDOCDIR%%/function.is-dir.html
%%PHPDOCDIR%%/function.is-double.html
@@ -732,6 +831,8 @@
%%PHPDOCDIR%%/function.is-string.html
%%PHPDOCDIR%%/function.is-writeable.html
%%PHPDOCDIR%%/function.isset.html
+%%PHPDOCDIR%%/function.java-last-exception-clear.html
+%%PHPDOCDIR%%/function.java-last-exception-get.html
%%PHPDOCDIR%%/function.jddayofweek.html
%%PHPDOCDIR%%/function.jdmonthname.html
%%PHPDOCDIR%%/function.jdtofrench.html
@@ -789,6 +890,7 @@
%%PHPDOCDIR%%/function.mb-convert-kana.html
%%PHPDOCDIR%%/function.mb-convert-variables.html
%%PHPDOCDIR%%/function.mb-decode-mimeheader.html
+%%PHPDOCDIR%%/function.mb-decode-numericentity.html
%%PHPDOCDIR%%/function.mb-detect-encoding.html
%%PHPDOCDIR%%/function.mb-detect-order.html
%%PHPDOCDIR%%/function.mb-encode-mimeheader.html
@@ -796,7 +898,9 @@
%%PHPDOCDIR%%/function.mb-http-input.html
%%PHPDOCDIR%%/function.mb-http-output.html
%%PHPDOCDIR%%/function.mb-internal-encoding.html
+%%PHPDOCDIR%%/function.mb-language.html
%%PHPDOCDIR%%/function.mb-output-handler.html
+%%PHPDOCDIR%%/function.mb-parse-str.html
%%PHPDOCDIR%%/function.mb-preferred-mime-name.html
%%PHPDOCDIR%%/function.mb-send-mail.html
%%PHPDOCDIR%%/function.mb-strcut.html
@@ -807,7 +911,6 @@
%%PHPDOCDIR%%/function.mb-strwidth.html
%%PHPDOCDIR%%/function.mb-substitute-character.html
%%PHPDOCDIR%%/function.mb-substr.html
-%%PHPDOCDIR%%/function.mb_decode_numericentity.html
%%PHPDOCDIR%%/function.mcal-append-event.html
%%PHPDOCDIR%%/function.mcal-close.html
%%PHPDOCDIR%%/function.mcal-date-compare.html
@@ -958,6 +1061,7 @@
%%PHPDOCDIR%%/function.ob-end-flush.html
%%PHPDOCDIR%%/function.ob-get-contents.html
%%PHPDOCDIR%%/function.ob-get-length.html
+%%PHPDOCDIR%%/function.ob-iconv-handler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
@@ -1050,6 +1154,7 @@
%%PHPDOCDIR%%/function.ora-parse.html
%%PHPDOCDIR%%/function.ora-rollback.html
%%PHPDOCDIR%%/function.ord.html
+%%PHPDOCDIR%%/function.overload.html
%%PHPDOCDIR%%/function.ovrimos-close-all.html
%%PHPDOCDIR%%/function.ovrimos-close.html
%%PHPDOCDIR%%/function.ovrimos-commit.html
@@ -1228,6 +1333,37 @@
%%PHPDOCDIR%%/function.preg-split.html
%%PHPDOCDIR%%/function.prev.html
%%PHPDOCDIR%%/function.print.html
+%%PHPDOCDIR%%/function.printer-abort.html
+%%PHPDOCDIR%%/function.printer-close.html
+%%PHPDOCDIR%%/function.printer-create-brush.html
+%%PHPDOCDIR%%/function.printer-create-dc.html
+%%PHPDOCDIR%%/function.printer-create-font.html
+%%PHPDOCDIR%%/function.printer-create-pen.html
+%%PHPDOCDIR%%/function.printer-delete-brush.html
+%%PHPDOCDIR%%/function.printer-delete-dc.html
+%%PHPDOCDIR%%/function.printer-delete-font.html
+%%PHPDOCDIR%%/function.printer-delete-pen.html
+%%PHPDOCDIR%%/function.printer-draw-bmp.html
+%%PHPDOCDIR%%/function.printer-draw-chord.html
+%%PHPDOCDIR%%/function.printer-draw-elipse.html
+%%PHPDOCDIR%%/function.printer-draw-line.html
+%%PHPDOCDIR%%/function.printer-draw-pie.html
+%%PHPDOCDIR%%/function.printer-draw-rectangle.html
+%%PHPDOCDIR%%/function.printer-draw-roundrect.html
+%%PHPDOCDIR%%/function.printer-draw-text.html
+%%PHPDOCDIR%%/function.printer-end-doc.html
+%%PHPDOCDIR%%/function.printer-end-page.html
+%%PHPDOCDIR%%/function.printer-get-option.html
+%%PHPDOCDIR%%/function.printer-list.html
+%%PHPDOCDIR%%/function.printer-logical-fontheight.html
+%%PHPDOCDIR%%/function.printer-open.html
+%%PHPDOCDIR%%/function.printer-select-brush.html
+%%PHPDOCDIR%%/function.printer-select-font.html
+%%PHPDOCDIR%%/function.printer-select-pen.html
+%%PHPDOCDIR%%/function.printer-set-option.html
+%%PHPDOCDIR%%/function.printer-start-doc.html
+%%PHPDOCDIR%%/function.printer-start-page.html
+%%PHPDOCDIR%%/function.printer-write.html
%%PHPDOCDIR%%/function.printf.html
%%PHPDOCDIR%%/function.pspell-check.html
%%PHPDOCDIR%%/function.pspell-new.html
@@ -1288,17 +1424,23 @@
%%PHPDOCDIR%%/function.sesam-rollback.html
%%PHPDOCDIR%%/function.sesam-seek-row.html
%%PHPDOCDIR%%/function.sesam-settransaction.html
+%%PHPDOCDIR%%/function.session-cache-limiter.html
%%PHPDOCDIR%%/function.session-decode.html
%%PHPDOCDIR%%/function.session-destroy.html
%%PHPDOCDIR%%/function.session-encode.html
+%%PHPDOCDIR%%/function.session-get-cookie-params.html
%%PHPDOCDIR%%/function.session-id.html
%%PHPDOCDIR%%/function.session-is-registered.html
%%PHPDOCDIR%%/function.session-module-name.html
%%PHPDOCDIR%%/function.session-name.html
%%PHPDOCDIR%%/function.session-register.html
%%PHPDOCDIR%%/function.session-save-path.html
+%%PHPDOCDIR%%/function.session-set-cookie-params.html
+%%PHPDOCDIR%%/function.session-set-save-handler.html
%%PHPDOCDIR%%/function.session-start.html
%%PHPDOCDIR%%/function.session-unregister.html
+%%PHPDOCDIR%%/function.session-unset.html
+%%PHPDOCDIR%%/function.session-write-close.html
%%PHPDOCDIR%%/function.set-error-handler.html
%%PHPDOCDIR%%/function.set-file-buffer.html
%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html
@@ -1648,6 +1790,16 @@
%%PHPDOCDIR%%/function.yp-match.html
%%PHPDOCDIR%%/function.yp-next.html
%%PHPDOCDIR%%/function.zend-logo-guid.html
+%%PHPDOCDIR%%/function.zip-close.html
+%%PHPDOCDIR%%/function.zip-entry-close.html
+%%PHPDOCDIR%%/function.zip-entry-compressedsize.html
+%%PHPDOCDIR%%/function.zip-entry-compressionmethod.html
+%%PHPDOCDIR%%/function.zip-entry-filesize.html
+%%PHPDOCDIR%%/function.zip-entry-name.html
+%%PHPDOCDIR%%/function.zip-entry-open.html
+%%PHPDOCDIR%%/function.zip-entry-read.html
+%%PHPDOCDIR%%/function.zip-open.html
+%%PHPDOCDIR%%/function.zip-read.html
%%PHPDOCDIR%%/functions.arguments.html
%%PHPDOCDIR%%/functions.html
%%PHPDOCDIR%%/functions.old-syntax.html
@@ -1685,7 +1837,7 @@
%%PHPDOCDIR%%/language.references.unset.html
%%PHPDOCDIR%%/language.references.whatdo.html
%%PHPDOCDIR%%/language.types.array.html
-%%PHPDOCDIR%%/language.types.double.html
+%%PHPDOCDIR%%/language.types.float.html
%%PHPDOCDIR%%/language.types.html
%%PHPDOCDIR%%/language.types.object.html
%%PHPDOCDIR%%/language.types.string.html
@@ -1704,26 +1856,37 @@
%%PHPDOCDIR%%/migration-truefalse.html
%%PHPDOCDIR%%/migration-while.html
%%PHPDOCDIR%%/migration.html
+%%PHPDOCDIR%%/migration4.configuration.html
+%%PHPDOCDIR%%/migration4.cookies.html
+%%PHPDOCDIR%%/migration4.empty.html
+%%PHPDOCDIR%%/migration4.error-reporting.html
+%%PHPDOCDIR%%/migration4.extensions.html
%%PHPDOCDIR%%/migration4.html
+%%PHPDOCDIR%%/migration4.initializers.html
+%%PHPDOCDIR%%/migration4.missing.html
+%%PHPDOCDIR%%/migration4.parser.html
+%%PHPDOCDIR%%/migration4.php4.with.php3.html
+%%PHPDOCDIR%%/migration4.strings.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/pear.about.html
%%PHPDOCDIR%%/pear.html
+%%PHPDOCDIR%%/pear.reference.html
%%PHPDOCDIR%%/pear.standards.comments.html
-%%PHPDOCDIR%%/pear.standards.constants.html
%%PHPDOCDIR%%/pear.standards.control.html
-%%PHPDOCDIR%%/pear.standards.cvstags.html
+%%PHPDOCDIR%%/pear.standards.cvs.html
%%PHPDOCDIR%%/pear.standards.exampleurls.html
%%PHPDOCDIR%%/pear.standards.funcalls.html
%%PHPDOCDIR%%/pear.standards.funcdef.html
%%PHPDOCDIR%%/pear.standards.header.html
%%PHPDOCDIR%%/pear.standards.html
%%PHPDOCDIR%%/pear.standards.including.html
+%%PHPDOCDIR%%/pear.standards.naming.html
%%PHPDOCDIR%%/pear.standards.tags.html
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r5309.html
+%%PHPDOCDIR%%/r5526.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -1737,10 +1900,12 @@
%%PHPDOCDIR%%/ref.ctype.html
%%PHPDOCDIR%%/ref.curl.html
%%PHPDOCDIR%%/ref.cybercash.html
+%%PHPDOCDIR%%/ref.cybermut.html
%%PHPDOCDIR%%/ref.datetime.html
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
+%%PHPDOCDIR%%/ref.dbplus.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
@@ -1758,11 +1923,14 @@
%%PHPDOCDIR%%/ref.hyperwave.html
%%PHPDOCDIR%%/ref.ibase.html
%%PHPDOCDIR%%/ref.icap.html
+%%PHPDOCDIR%%/ref.iconv.html
%%PHPDOCDIR%%/ref.ifx.html
%%PHPDOCDIR%%/ref.image.html
%%PHPDOCDIR%%/ref.imap.html
%%PHPDOCDIR%%/ref.info.html
%%PHPDOCDIR%%/ref.ingres.html
+%%PHPDOCDIR%%/ref.ircg.html
+%%PHPDOCDIR%%/ref.java.html
%%PHPDOCDIR%%/ref.ldap.html
%%PHPDOCDIR%%/ref.mail.html
%%PHPDOCDIR%%/ref.math.html
@@ -1783,13 +1951,14 @@
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
+%%PHPDOCDIR%%/ref.overload.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
-%%PHPDOCDIR%%/ref.pear.html
%%PHPDOCDIR%%/ref.pfpro.html
%%PHPDOCDIR%%/ref.pgsql.html
%%PHPDOCDIR%%/ref.posix.html
+%%PHPDOCDIR%%/ref.printer.html
%%PHPDOCDIR%%/ref.pspell.html
%%PHPDOCDIR%%/ref.readline.html
%%PHPDOCDIR%%/ref.recode.html
@@ -1805,23 +1974,16 @@
%%PHPDOCDIR%%/ref.swf.html
%%PHPDOCDIR%%/ref.sybase.html
%%PHPDOCDIR%%/ref.url.html
-%%PHPDOCDIR%%/ref.var.html
+%%PHPDOCDIR%%/ref.variables.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
%%PHPDOCDIR%%/ref.yaz.html
+%%PHPDOCDIR%%/ref.zip.html
%%PHPDOCDIR%%/ref.zlib.html
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resource.html
%%PHPDOCDIR%%/security.apache.html
%%PHPDOCDIR%%/security.html
%%PHPDOCDIR%%/translation.html
-%%PHPDOCDIR%%/x41726.html
-%%PHPDOCDIR%%/x41743.html
-%%PHPDOCDIR%%/x41766.html
-%%PHPDOCDIR%%/x41770.html
-%%PHPDOCDIR%%/x41776.html
-%%PHPDOCDIR%%/x41801.html
-%%PHPDOCDIR%%/x41804.html
-%%PHPDOCDIR%%/x41815.html
@dirrm %%PHPDOCDIR%%
diff --git a/lang/php_doc/pkg-plist.fr b/lang/php_doc/pkg-plist.fr
index d28f818f366f..11a2138b11e1 100644
--- a/lang/php_doc/pkg-plist.fr
+++ b/lang/php_doc/pkg-plist.fr
@@ -1,7 +1,11 @@
+%%PHPDOCDIR%%/aliases.html
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
+%%PHPDOCDIR%%/class.com.html
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
+%%PHPDOCDIR%%/class.variant.html
+%%PHPDOCDIR%%/commandline.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
@@ -20,7 +24,7 @@
%%PHPDOCDIR%%/debugger-using.html
%%PHPDOCDIR%%/debugger.html
%%PHPDOCDIR%%/faq.build.html
-%%PHPDOCDIR%%/faq.common.html
+%%PHPDOCDIR%%/faq.com.html
%%PHPDOCDIR%%/faq.databases.html
%%PHPDOCDIR%%/faq.general.html
%%PHPDOCDIR%%/faq.html
@@ -50,12 +54,15 @@
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
%%PHPDOCDIR%%/function.acos.html
+%%PHPDOCDIR%%/function.acosh.html
%%PHPDOCDIR%%/function.addcslashes.html
%%PHPDOCDIR%%/function.addslashes.html
%%PHPDOCDIR%%/function.apache-lookup-uri.html
%%PHPDOCDIR%%/function.apache-note.html
+%%PHPDOCDIR%%/function.array-chunk.html
%%PHPDOCDIR%%/function.array-count-values.html
%%PHPDOCDIR%%/function.array-diff.html
+%%PHPDOCDIR%%/function.array-fill.html
%%PHPDOCDIR%%/function.array-filter.html
%%PHPDOCDIR%%/function.array-flip.html
%%PHPDOCDIR%%/function.array-intersect.html
@@ -83,6 +90,7 @@
%%PHPDOCDIR%%/function.arsort.html
%%PHPDOCDIR%%/function.ascii2ebcdic.html
%%PHPDOCDIR%%/function.asin.html
+%%PHPDOCDIR%%/function.asinh.html
%%PHPDOCDIR%%/function.asort.html
%%PHPDOCDIR%%/function.aspell-check-raw.html
%%PHPDOCDIR%%/function.aspell-check.html
@@ -92,6 +100,7 @@
%%PHPDOCDIR%%/function.assert.html
%%PHPDOCDIR%%/function.atan.html
%%PHPDOCDIR%%/function.atan2.html
+%%PHPDOCDIR%%/function.atanh.html
%%PHPDOCDIR%%/function.base-convert.html
%%PHPDOCDIR%%/function.base64-decode.html
%%PHPDOCDIR%%/function.base64-encode.html
@@ -139,12 +148,14 @@
%%PHPDOCDIR%%/function.close.html
%%PHPDOCDIR%%/function.closedir.html
%%PHPDOCDIR%%/function.closelog.html
+%%PHPDOCDIR%%/function.com-addref.html
%%PHPDOCDIR%%/function.com-get.html
%%PHPDOCDIR%%/function.com-invoke.html
%%PHPDOCDIR%%/function.com-load.html
%%PHPDOCDIR%%/function.com-propget.html
%%PHPDOCDIR%%/function.com-propput.html
%%PHPDOCDIR%%/function.com-propset.html
+%%PHPDOCDIR%%/function.com-release.html
%%PHPDOCDIR%%/function.com-set.html
%%PHPDOCDIR%%/function.compact.html
%%PHPDOCDIR%%/function.connect.html
@@ -155,6 +166,7 @@
%%PHPDOCDIR%%/function.convert-cyr-string.html
%%PHPDOCDIR%%/function.copy.html
%%PHPDOCDIR%%/function.cos.html
+%%PHPDOCDIR%%/function.cosh.html
%%PHPDOCDIR%%/function.count-chars.html
%%PHPDOCDIR%%/function.count.html
%%PHPDOCDIR%%/function.cpdf-add-annotation.html
@@ -180,10 +192,6 @@
%%PHPDOCDIR%%/function.cpdf-moveto.html
%%PHPDOCDIR%%/function.cpdf-newpath.html
%%PHPDOCDIR%%/function.cpdf-open.html
-%%PHPDOCDIR%%/function.cpdf-output-buffer.html
-%%PHPDOCDIR%%/function.cpdf-page-init.html
-%%PHPDOCDIR%%/function.cpdf-place-inline-image.html
-%%PHPDOCDIR%%/function.cpdf-rect.html
%%PHPDOCDIR%%/function.cpdf-restore.html
%%PHPDOCDIR%%/function.cpdf-rlineto.html
%%PHPDOCDIR%%/function.cpdf-rmoveto.html
@@ -285,6 +293,53 @@
%%PHPDOCDIR%%/function.dbmnextkey.html
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.html
+%%PHPDOCDIR%%/function.dbplus-add.html
+%%PHPDOCDIR%%/function.dbplus-aql.html
+%%PHPDOCDIR%%/function.dbplus-chdir.html
+%%PHPDOCDIR%%/function.dbplus-close.html
+%%PHPDOCDIR%%/function.dbplus-curr.html
+%%PHPDOCDIR%%/function.dbplus-errcode.html
+%%PHPDOCDIR%%/function.dbplus-errno.html
+%%PHPDOCDIR%%/function.dbplus-find.html
+%%PHPDOCDIR%%/function.dbplus-first.html
+%%PHPDOCDIR%%/function.dbplus-flush.html
+%%PHPDOCDIR%%/function.dbplus-freealllocks.html
+%%PHPDOCDIR%%/function.dbplus-freelock.html
+%%PHPDOCDIR%%/function.dbplus-freerlocks.html
+%%PHPDOCDIR%%/function.dbplus-getlock.html
+%%PHPDOCDIR%%/function.dbplus-getunique.html
+%%PHPDOCDIR%%/function.dbplus-info.html
+%%PHPDOCDIR%%/function.dbplus-last.html
+%%PHPDOCDIR%%/function.dbplus-lockrel.html
+%%PHPDOCDIR%%/function.dbplus-next.html
+%%PHPDOCDIR%%/function.dbplus-open.html
+%%PHPDOCDIR%%/function.dbplus-prev.html
+%%PHPDOCDIR%%/function.dbplus-rchperm.html
+%%PHPDOCDIR%%/function.dbplus-rcreate.html
+%%PHPDOCDIR%%/function.dbplus-rcrtexact.html
+%%PHPDOCDIR%%/function.dbplus-rcrtlike.html
+%%PHPDOCDIR%%/function.dbplus-resolve.html
+%%PHPDOCDIR%%/function.dbplus-restorepos.html
+%%PHPDOCDIR%%/function.dbplus-rkeys.html
+%%PHPDOCDIR%%/function.dbplus-ropen.html
+%%PHPDOCDIR%%/function.dbplus-rquery.html
+%%PHPDOCDIR%%/function.dbplus-rrename.html
+%%PHPDOCDIR%%/function.dbplus-rsecindex.html
+%%PHPDOCDIR%%/function.dbplus-runlink.html
+%%PHPDOCDIR%%/function.dbplus-rzap.html
+%%PHPDOCDIR%%/function.dbplus-savepos.html
+%%PHPDOCDIR%%/function.dbplus-setindex.html
+%%PHPDOCDIR%%/function.dbplus-setindexbynumber.html
+%%PHPDOCDIR%%/function.dbplus-sql.html
+%%PHPDOCDIR%%/function.dbplus-tcl.html
+%%PHPDOCDIR%%/function.dbplus-tremove.html
+%%PHPDOCDIR%%/function.dbplus-undo.html
+%%PHPDOCDIR%%/function.dbplus-undoprepare.html
+%%PHPDOCDIR%%/function.dbplus-unlockrel.html
+%%PHPDOCDIR%%/function.dbplus-unselect.html
+%%PHPDOCDIR%%/function.dbplus-update.html
+%%PHPDOCDIR%%/function.dbplus-xlockrel.html
+%%PHPDOCDIR%%/function.dbplus-xunlockrel.html
%%PHPDOCDIR%%/function.dbx-close.html
%%PHPDOCDIR%%/function.dbx-cmp-asc.html
%%PHPDOCDIR%%/function.dbx-cmp-desc.html
@@ -308,6 +363,7 @@
%%PHPDOCDIR%%/function.dir.html
%%PHPDOCDIR%%/function.dirname.html
%%PHPDOCDIR%%/function.disk-total-space.html
+%%PHPDOCDIR%%/function.disk_free_space.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
%%PHPDOCDIR%%/function.domxml_add_root.html
@@ -347,10 +403,15 @@
%%PHPDOCDIR%%/function.fbsql-autocommit.html
%%PHPDOCDIR%%/function.fbsql-change-user.html
%%PHPDOCDIR%%/function.fbsql-close.html
+%%PHPDOCDIR%%/function.fbsql-commit.html
%%PHPDOCDIR%%/function.fbsql-connect.html
+%%PHPDOCDIR%%/function.fbsql-create-blob.html
+%%PHPDOCDIR%%/function.fbsql-create-clob.html
%%PHPDOCDIR%%/function.fbsql-create-db.html
%%PHPDOCDIR%%/function.fbsql-data-seek.html
+%%PHPDOCDIR%%/function.fbsql-database-password.html
%%PHPDOCDIR%%/function.fbsql-db-query.html
+%%PHPDOCDIR%%/function.fbsql-db-status.html
%%PHPDOCDIR%%/function.fbsql-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
%%PHPDOCDIR%%/function.fbsql-error.html
@@ -376,8 +437,14 @@
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
%%PHPDOCDIR%%/function.fbsql-query.html
+%%PHPDOCDIR%%/function.fbsql-read-blob.html
+%%PHPDOCDIR%%/function.fbsql-read-clob.html
%%PHPDOCDIR%%/function.fbsql-result.html
+%%PHPDOCDIR%%/function.fbsql-rollback.html
%%PHPDOCDIR%%/function.fbsql-select-db.html
+%%PHPDOCDIR%%/function.fbsql-set-lob-mode.html
+%%PHPDOCDIR%%/function.fbsql-start-db.html
+%%PHPDOCDIR%%/function.fbsql-stop-db.html
%%PHPDOCDIR%%/function.fbsql-tablename.html
%%PHPDOCDIR%%/function.fbsql-warnings.html
%%PHPDOCDIR%%/function.fclose.html
@@ -493,6 +560,7 @@
%%PHPDOCDIR%%/function.getimagesize.html
%%PHPDOCDIR%%/function.getlastmod.html
%%PHPDOCDIR%%/function.getmxrr.html
+%%PHPDOCDIR%%/function.getmygid.html
%%PHPDOCDIR%%/function.getmyinode.html
%%PHPDOCDIR%%/function.getmypid.html
%%PHPDOCDIR%%/function.getmyuid.html
@@ -698,6 +766,7 @@
%%PHPDOCDIR%%/function.ifxus-tell-slob.html
%%PHPDOCDIR%%/function.ifxus-write-slob.html
%%PHPDOCDIR%%/function.ignore-user-abort.html
+%%PHPDOCDIR%%/function.image2wbmp.html
%%PHPDOCDIR%%/function.imagealphablending.html
%%PHPDOCDIR%%/function.imagearc.html
%%PHPDOCDIR%%/function.imagechar.html
@@ -726,6 +795,8 @@
%%PHPDOCDIR%%/function.imagecreatefrompng.html
%%PHPDOCDIR%%/function.imagecreatefromstring.html
%%PHPDOCDIR%%/function.imagecreatefromwbmp.html
+%%PHPDOCDIR%%/function.imagecreatefromxbm.html
+%%PHPDOCDIR%%/function.imagecreatefromxpm.html
%%PHPDOCDIR%%/function.imagecreatetruecolor.html
%%PHPDOCDIR%%/function.imagedashedline.html
%%PHPDOCDIR%%/function.imagedestroy.html
@@ -744,6 +815,7 @@
%%PHPDOCDIR%%/function.imagejpeg.html
%%PHPDOCDIR%%/function.imageline.html
%%PHPDOCDIR%%/function.imageloadfont.html
+%%PHPDOCDIR%%/function.imagepalettecopy.html
%%PHPDOCDIR%%/function.imagepng.html
%%PHPDOCDIR%%/function.imagepolygon.html
%%PHPDOCDIR%%/function.imagepsbbox.html
@@ -847,6 +919,7 @@
%%PHPDOCDIR%%/function.ingres-query.html
%%PHPDOCDIR%%/function.ingres-rollback.html
%%PHPDOCDIR%%/function.ini-alter.html
+%%PHPDOCDIR%%/function.ini-get-all.html
%%PHPDOCDIR%%/function.ini-get.html
%%PHPDOCDIR%%/function.ini-restore.html
%%PHPDOCDIR%%/function.ini-set.html
@@ -906,6 +979,7 @@
%%PHPDOCDIR%%/function.jdtounix.html
%%PHPDOCDIR%%/function.jewishtojd.html
%%PHPDOCDIR%%/function.join.html
+%%PHPDOCDIR%%/function.jpeg2wbmp.html
%%PHPDOCDIR%%/function.juliantojd.html
%%PHPDOCDIR%%/function.key.html
%%PHPDOCDIR%%/function.krsort.html
@@ -940,6 +1014,7 @@
%%PHPDOCDIR%%/function.ldap-next-attribute.html
%%PHPDOCDIR%%/function.ldap-next-entry.html
%%PHPDOCDIR%%/function.ldap-read.html
+%%PHPDOCDIR%%/function.ldap-rename.html
%%PHPDOCDIR%%/function.ldap-search.html
%%PHPDOCDIR%%/function.ldap-set-option.html
%%PHPDOCDIR%%/function.ldap-unbind.html
@@ -969,12 +1044,14 @@
%%PHPDOCDIR%%/function.mb-http-input.html
%%PHPDOCDIR%%/function.mb-http-output.html
%%PHPDOCDIR%%/function.mb-internal-encoding.html
+%%PHPDOCDIR%%/function.mb-language.html
%%PHPDOCDIR%%/function.mb-output-handler.html
+%%PHPDOCDIR%%/function.mb-parse-str.html
%%PHPDOCDIR%%/function.mb-preferred-mime-name.html
%%PHPDOCDIR%%/function.mb-send-mail.html
%%PHPDOCDIR%%/function.mb-strcut.html
+%%PHPDOCDIR%%/function.mb-strimwidth.html
%%PHPDOCDIR%%/function.mb-strlen.html
-%%PHPDOCDIR%%/function.mb-strmwidth.html
%%PHPDOCDIR%%/function.mb-strpos.html
%%PHPDOCDIR%%/function.mb-strrpos.html
%%PHPDOCDIR%%/function.mb-strwidth.html
@@ -1045,7 +1122,7 @@
%%PHPDOCDIR%%/function.mcrypt-get-key-size.html
%%PHPDOCDIR%%/function.mcrypt-list-algorithms.html
%%PHPDOCDIR%%/function.mcrypt-list-modes.html
-%%PHPDOCDIR%%/function.mcrypt-module-enc-algo-supported-key-sizes.html
+%%PHPDOCDIR%%/function.mcrypt-module-enc-get-algo-supported-key-sizes.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-block-size.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html
%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm-mode.html
@@ -1123,6 +1200,7 @@
%%PHPDOCDIR%%/function.mssql-get-last-message.html
%%PHPDOCDIR%%/function.mssql-min-error-severity.html
%%PHPDOCDIR%%/function.mssql-min-message-severity.html
+%%PHPDOCDIR%%/function.mssql-next-result.html
%%PHPDOCDIR%%/function.mssql-num-fields.html
%%PHPDOCDIR%%/function.mssql-num-rows.html
%%PHPDOCDIR%%/function.mssql-pconnect.html
@@ -1143,6 +1221,7 @@
%%PHPDOCDIR%%/function.mysql-drop-db.html
%%PHPDOCDIR%%/function.mysql-errno.html
%%PHPDOCDIR%%/function.mysql-error.html
+%%PHPDOCDIR%%/function.mysql-escape-string.html
%%PHPDOCDIR%%/function.mysql-fetch-array.html
%%PHPDOCDIR%%/function.mysql-fetch-assoc.html
%%PHPDOCDIR%%/function.mysql-fetch-field.html
@@ -1156,6 +1235,10 @@
%%PHPDOCDIR%%/function.mysql-field-table.html
%%PHPDOCDIR%%/function.mysql-field-type.html
%%PHPDOCDIR%%/function.mysql-free-result.html
+%%PHPDOCDIR%%/function.mysql-get-client-info.html
+%%PHPDOCDIR%%/function.mysql-get-host-info.html
+%%PHPDOCDIR%%/function.mysql-get-proto-info.html
+%%PHPDOCDIR%%/function.mysql-get-server-info.html
%%PHPDOCDIR%%/function.mysql-insert-id.html
%%PHPDOCDIR%%/function.mysql-list-dbs.html
%%PHPDOCDIR%%/function.mysql-list-fields.html
@@ -1167,6 +1250,7 @@
%%PHPDOCDIR%%/function.mysql-result.html
%%PHPDOCDIR%%/function.mysql-select-db.html
%%PHPDOCDIR%%/function.mysql-tablename.html
+%%PHPDOCDIR%%/function.mysql-unbuffered-query.html
%%PHPDOCDIR%%/function.natcasesort.html
%%PHPDOCDIR%%/function.natsort.html
%%PHPDOCDIR%%/function.next.html
@@ -1313,7 +1397,7 @@
%%PHPDOCDIR%%/function.orbitobject.html
%%PHPDOCDIR%%/function.orbitstruct.html
%%PHPDOCDIR%%/function.ord.html
-%%PHPDOCDIR%%/function.ovrimos-close-all.html
+%%PHPDOCDIR%%/function.overload.html
%%PHPDOCDIR%%/function.ovrimos-close.html
%%PHPDOCDIR%%/function.ovrimos-commit.html
%%PHPDOCDIR%%/function.ovrimos-connect.html
@@ -1335,6 +1419,7 @@
%%PHPDOCDIR%%/function.ovrimos-result.html
%%PHPDOCDIR%%/function.ovrimos-rollback.html
%%PHPDOCDIR%%/function.pack.html
+%%PHPDOCDIR%%/function.parse-ini-file.html
%%PHPDOCDIR%%/function.parse-str.html
%%PHPDOCDIR%%/function.parse-url.html
%%PHPDOCDIR%%/function.passthru.html
@@ -1483,6 +1568,7 @@
%%PHPDOCDIR%%/function.phpinfo.html
%%PHPDOCDIR%%/function.phpversion.html
%%PHPDOCDIR%%/function.pi.html
+%%PHPDOCDIR%%/function.png2wbmp.html
%%PHPDOCDIR%%/function.popen.html
%%PHPDOCDIR%%/function.pos.html
%%PHPDOCDIR%%/function.posix-ctermid.html
@@ -1641,11 +1727,13 @@
%%PHPDOCDIR%%/function.session-decode.html
%%PHPDOCDIR%%/function.session-destroy.html
%%PHPDOCDIR%%/function.session-encode.html
+%%PHPDOCDIR%%/function.session-end.html
%%PHPDOCDIR%%/function.session-get-cookie-params.html
%%PHPDOCDIR%%/function.session-id.html
%%PHPDOCDIR%%/function.session-is-registered.html
%%PHPDOCDIR%%/function.session-module-name.html
%%PHPDOCDIR%%/function.session-name.html
+%%PHPDOCDIR%%/function.session-readonly.html
%%PHPDOCDIR%%/function.session-register.html
%%PHPDOCDIR%%/function.session-save-path.html
%%PHPDOCDIR%%/function.session-set-cookie-params.html
@@ -1661,21 +1749,22 @@
%%PHPDOCDIR%%/function.setlocale.html
%%PHPDOCDIR%%/function.settype.html
%%PHPDOCDIR%%/function.shm-attach.html
-%%PHPDOCDIR%%/function.shm-close.html
-%%PHPDOCDIR%%/function.shm-delete.html
%%PHPDOCDIR%%/function.shm-detach.html
%%PHPDOCDIR%%/function.shm-get-var.html
-%%PHPDOCDIR%%/function.shm-open.html
%%PHPDOCDIR%%/function.shm-put-var.html
-%%PHPDOCDIR%%/function.shm-read.html
%%PHPDOCDIR%%/function.shm-remove-var.html
%%PHPDOCDIR%%/function.shm-remove.html
-%%PHPDOCDIR%%/function.shm-size.html
-%%PHPDOCDIR%%/function.shm-write.html
+%%PHPDOCDIR%%/function.shmop-close.html
+%%PHPDOCDIR%%/function.shmop-delete.html
+%%PHPDOCDIR%%/function.shmop-open.html
+%%PHPDOCDIR%%/function.shmop-read.html
+%%PHPDOCDIR%%/function.shmop-size.html
+%%PHPDOCDIR%%/function.shmop-write.html
%%PHPDOCDIR%%/function.show-source.html
%%PHPDOCDIR%%/function.shuffle.html
%%PHPDOCDIR%%/function.similar-text.html
%%PHPDOCDIR%%/function.sin.html
+%%PHPDOCDIR%%/function.sinh.html
%%PHPDOCDIR%%/function.sizeof.html
%%PHPDOCDIR%%/function.sleep.html
%%PHPDOCDIR%%/function.snmp-get-quick-print.html
@@ -1914,6 +2003,7 @@
%%PHPDOCDIR%%/function.syslog.html
%%PHPDOCDIR%%/function.system.html
%%PHPDOCDIR%%/function.tan.html
+%%PHPDOCDIR%%/function.tanh.html
%%PHPDOCDIR%%/function.tempnam.html
%%PHPDOCDIR%%/function.textdomain.html
%%PHPDOCDIR%%/function.time.html
@@ -1926,6 +2016,8 @@
%%PHPDOCDIR%%/function.ucwords.html
%%PHPDOCDIR%%/function.udm-add-search-limit.html
%%PHPDOCDIR%%/function.udm-api-version.html
+%%PHPDOCDIR%%/function.udm-cat-list.html
+%%PHPDOCDIR%%/function.udm-cat-path.html
%%PHPDOCDIR%%/function.udm-clear-search-limits.html
%%PHPDOCDIR%%/function.udm-free-ispell-data.html
%%PHPDOCDIR%%/function.udm-get-doc-count.html
@@ -1956,6 +2048,7 @@
%%PHPDOCDIR%%/function.utf8-decode.html
%%PHPDOCDIR%%/function.utf8-encode.html
%%PHPDOCDIR%%/function.var-dump.html
+%%PHPDOCDIR%%/function.version-compare.html
%%PHPDOCDIR%%/function.virtual.html
%%PHPDOCDIR%%/function.wddx-add-vars.html
%%PHPDOCDIR%%/function.wddx-deserialize.html
@@ -2045,8 +2138,6 @@
%%PHPDOCDIR%%/functions.variable-functions.html
%%PHPDOCDIR%%/getting-started.html
%%PHPDOCDIR%%/index.html
-%%PHPDOCDIR%%/install-problems.html
-%%PHPDOCDIR%%/install-windows.html
%%PHPDOCDIR%%/install.apache.html
%%PHPDOCDIR%%/install.caudium.html
%%PHPDOCDIR%%/install.commandline.html
@@ -2061,8 +2152,10 @@
%%PHPDOCDIR%%/install.openbsd.html
%%PHPDOCDIR%%/install.oreilly.html
%%PHPDOCDIR%%/install.otherhttpd.html
+%%PHPDOCDIR%%/install.problems.html
%%PHPDOCDIR%%/install.solaris.html
%%PHPDOCDIR%%/install.unix.html
+%%PHPDOCDIR%%/install.windows.html
%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-history.html
@@ -2070,7 +2163,7 @@
%%PHPDOCDIR%%/introduction.html
%%PHPDOCDIR%%/keyword.extends.html
%%PHPDOCDIR%%/keyword.newref.html
-%%PHPDOCDIR%%/keyword.paamayim_nekudotayim.html
+%%PHPDOCDIR%%/keyword.paamayim-nekudotayim.html
%%PHPDOCDIR%%/keyword.parent.html
%%PHPDOCDIR%%/langref.html
%%PHPDOCDIR%%/language.basic-syntax.comments.html
@@ -2101,9 +2194,13 @@
%%PHPDOCDIR%%/language.references.unset.html
%%PHPDOCDIR%%/language.references.whatdo.html
%%PHPDOCDIR%%/language.types.array.html
-%%PHPDOCDIR%%/language.types.double.html
+%%PHPDOCDIR%%/language.types.boolean.html
+%%PHPDOCDIR%%/language.types.float.html
%%PHPDOCDIR%%/language.types.html
+%%PHPDOCDIR%%/language.types.integer.html
+%%PHPDOCDIR%%/language.types.null.html
%%PHPDOCDIR%%/language.types.object.html
+%%PHPDOCDIR%%/language.types.resource.html
%%PHPDOCDIR%%/language.types.string.html
%%PHPDOCDIR%%/language.types.type-juggling.html
%%PHPDOCDIR%%/language.variables.external.html
@@ -2111,24 +2208,26 @@
%%PHPDOCDIR%%/language.variables.predefined.html
%%PHPDOCDIR%%/language.variables.scope.html
%%PHPDOCDIR%%/language.variables.variable.html
-%%PHPDOCDIR%%/migration-booleval.html
-%%PHPDOCDIR%%/migration-errors.html
-%%PHPDOCDIR%%/migration-expr.html
-%%PHPDOCDIR%%/migration-if-endif.html
-%%PHPDOCDIR%%/migration-other.html
-%%PHPDOCDIR%%/migration-startendtags.html
-%%PHPDOCDIR%%/migration-truefalse.html
-%%PHPDOCDIR%%/migration-while.html
+%%PHPDOCDIR%%/migration.booleval.html
+%%PHPDOCDIR%%/migration.errors.html
+%%PHPDOCDIR%%/migration.expr.html
%%PHPDOCDIR%%/migration.html
+%%PHPDOCDIR%%/migration.if-endif.html
+%%PHPDOCDIR%%/migration.other.html
+%%PHPDOCDIR%%/migration.startendtags.html
+%%PHPDOCDIR%%/migration.truefalse.html
+%%PHPDOCDIR%%/migration.while.html
+%%PHPDOCDIR%%/migration4.configuration.html
%%PHPDOCDIR%%/migration4.cookies.html
%%PHPDOCDIR%%/migration4.empty.html
-%%PHPDOCDIR%%/migration4.errors.html
-%%PHPDOCDIR%%/migration4.extension.html
+%%PHPDOCDIR%%/migration4.error-reporting.html
+%%PHPDOCDIR%%/migration4.extensions.html
%%PHPDOCDIR%%/migration4.html
%%PHPDOCDIR%%/migration4.initializers.html
%%PHPDOCDIR%%/migration4.missing.html
%%PHPDOCDIR%%/migration4.parser.html
-%%PHPDOCDIR%%/migration4.substitution.html
+%%PHPDOCDIR%%/migration4.php4.with.php3.html
+%%PHPDOCDIR%%/migration4.string.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/pear.about.html
@@ -2147,7 +2246,7 @@
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r8096.html
+%%PHPDOCDIR%%/r9160.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -2166,6 +2265,7 @@
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
+%%PHPDOCDIR%%/ref.dbplus.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
@@ -2211,6 +2311,7 @@
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
+%%PHPDOCDIR%%/ref.overload.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
@@ -2234,7 +2335,7 @@
%%PHPDOCDIR%%/ref.swf.html
%%PHPDOCDIR%%/ref.sybase.html
%%PHPDOCDIR%%/ref.url.html
-%%PHPDOCDIR%%/ref.var.html
+%%PHPDOCDIR%%/ref.variables.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
@@ -2244,10 +2345,12 @@
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resources.html
%%PHPDOCDIR%%/security.apache.html
+%%PHPDOCDIR%%/security.cgi-bin.html
%%PHPDOCDIR%%/security.current.html
%%PHPDOCDIR%%/security.errors.html
%%PHPDOCDIR%%/security.filesystem.html
-%%PHPDOCDIR%%/security.general.html
+%%PHPDOCDIR%%/security.hiding.html
%%PHPDOCDIR%%/security.html
+%%PHPDOCDIR%%/security.registerglobals.html
%%PHPDOCDIR%%/security.variables.html
@dirrm %%PHPDOCDIR%%