aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-08-06 05:06:13 +0800
committerdirk <dirk@FreeBSD.org>2001-08-06 05:06:13 +0800
commitbf119bd7724998dbfc5f6d41726a2b97b2357586 (patch)
treec27cf8863d6632e96f0a53fe590384bcd2c08bad
parent42555612bfed0e6c0e425b10709719d1ab7afb5d (diff)
downloadfreebsd-ports-gnome-bf119bd7724998dbfc5f6d41726a2b97b2357586.tar.gz
freebsd-ports-gnome-bf119bd7724998dbfc5f6d41726a2b97b2357586.tar.zst
freebsd-ports-gnome-bf119bd7724998dbfc5f6d41726a2b97b2357586.zip
Move distfiles to ${MASTER_SITE_LOCAL} and upgrade to the latest
versions. Add a special target for maintainer to make it easy to upgrade to new versions.
-rw-r--r--lang/php_doc/Makefile38
-rw-r--r--lang/php_doc/distinfo6
-rw-r--r--lang/php_doc/pkg-plist184
-rw-r--r--lang/php_doc/pkg-plist.de171
-rw-r--r--lang/php_doc/pkg-plist.fr147
5 files changed, 477 insertions, 69 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile
index a6d0e567e33e..24763187c57d 100644
--- a/lang/php_doc/Makefile
+++ b/lang/php_doc/Makefile
@@ -6,23 +6,14 @@
#
PORTNAME= php_doc
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES?= lang
-MASTER_SITES= http://www.php.net/${PHP_DISTDIR}/ \
- http://php.he.net/${PHP_DISTDIR}/ \
- http://www.php3.de/${PHP_DISTDIR}/ \
- http://au.php.net:81/${PHP_DISTDIR}/ \
- http://at.php.net/${PHP_DISTDIR}/ \
- http://br.php.net/${PHP_DISTDIR}/ \
- http://php.easydns.com/${PHP_DISTDIR}/ \
- http://www.php.cz/${PHP_DISTDIR}/ \
- http://php3.globe.de/${PHP_DISTDIR}/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= dirk/php/${PHP_LANG}
DISTNAME= manual
MAINTAINER= dirk@FreeBSD.org
-PHP_DISTDIR= manual/${PHP_LANG}
DIST_SUBDIR= php/${PHP_LANG}
NO_BUILD= YES
NO_WRKSUBDIR= YES
@@ -56,4 +47,27 @@ do-install:
${INSTALL_DATA} $$i ${PHPDOCDIR}; \
done
+# this is for the maintainer only
+.if defined(MAINTAINER_MODE)
+LOCAL_DISTDIR?= /var/tmp/php_doc/php
+LOCAL_TMPDIR?= /var/tmp/php_doc/tmp
+DISTSITE?= http://php.he.net/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_TMPDIR}/${lang}
+ ${TAR} -C ${LOCAL_TMPDIR}/${lang} -xzf ${LOCAL_DISTDIR}/${lang}/manual.tar.gz
+
+ (cd ${LOCAL_TMPDIR}/${lang} && /bin/ls -1) | ${PERL} -pe 'print "%%PHPDOCDIR%%/$_";' > ${.CURDIR}/pkg-plist.${lang}
+ ${ECHO} "@dirrm %%PHPDOCDIR%%" >> ${.CURDIR}/pkg-plist.${lang}
+ ${RM} -rf ${LOCAL_TMPDIR}/${lang}
+.endfor
+
+ ${MV} ${.CURDIR}/pkg-plist.en ${.CURDIR}/pkg-plist
+ cd ${LOCAL_DISTDIR}/.. && ${MD5} php/*/* > ${.CURDIR}/distinfo
+.endif
+
.include <bsd.port.mk>
diff --git a/lang/php_doc/distinfo b/lang/php_doc/distinfo
index 6d71acaeb1e1..7d3f25100fd4 100644
--- a/lang/php_doc/distinfo
+++ b/lang/php_doc/distinfo
@@ -1,4 +1,4 @@
-MD5 (php/en/manual.tar.gz) = 6460d5acdbcb8c950aedc3b2fc17bd5b
-MD5 (php/de/manual.tar.gz) = 8dfa51d6a71d119ec1c243f2120d14fe
-MD5 (php/fr/manual.tar.gz) = 12c573dd5e0cf9e9bfd3eb4a5889aa75
+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
diff --git a/lang/php_doc/pkg-plist b/lang/php_doc/pkg-plist
index 12e988b6cb17..d91fe9318885 100644
--- a/lang/php_doc/pkg-plist
+++ b/lang/php_doc/pkg-plist
@@ -1,3 +1,4 @@
+%%PHPDOCDIR%%/aliases.html
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
%%PHPDOCDIR%%/class.com.html
@@ -25,18 +26,33 @@
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger-using.html
%%PHPDOCDIR%%/debugger.html
-%%PHPDOCDIR%%/feature-fileupload.multiple.html
+%%PHPDOCDIR%%/faq.build.html
+%%PHPDOCDIR%%/faq.common.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%%/features.connection-handling.html
%%PHPDOCDIR%%/features.cookies.html
%%PHPDOCDIR%%/features.error-handling.html
%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html
%%PHPDOCDIR%%/features.file-upload.html
+%%PHPDOCDIR%%/features.file-upload.multiple.html
%%PHPDOCDIR%%/features.file-upload.put-method.html
%%PHPDOCDIR%%/features.html
%%PHPDOCDIR%%/features.http-auth.html
%%PHPDOCDIR%%/features.images.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
+%%PHPDOCDIR%%/features.safe-mode.html
%%PHPDOCDIR%%/funcref.html
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
@@ -241,6 +257,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
@@ -276,8 +295,7 @@
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.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
@@ -299,15 +317,15 @@
%%PHPDOCDIR%%/function.disk-total-space.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
-%%PHPDOCDIR%%/function.domxml_add_root.html
-%%PHPDOCDIR%%/function.domxml_attributes.html
-%%PHPDOCDIR%%/function.domxml_children.html
-%%PHPDOCDIR%%/function.domxml_dumpmem.html
-%%PHPDOCDIR%%/function.domxml_get_attribute.html
-%%PHPDOCDIR%%/function.domxml_new_child.html
-%%PHPDOCDIR%%/function.domxml_new_xmldoc.html
-%%PHPDOCDIR%%/function.domxml_root.html
-%%PHPDOCDIR%%/function.domxml_set_attribute.html
+%%PHPDOCDIR%%/function.domxml-add-root.html
+%%PHPDOCDIR%%/function.domxml-attributes.html
+%%PHPDOCDIR%%/function.domxml-children.html
+%%PHPDOCDIR%%/function.domxml-dumpmem.html
+%%PHPDOCDIR%%/function.domxml-get-attribute.html
+%%PHPDOCDIR%%/function.domxml-new-child.html
+%%PHPDOCDIR%%/function.domxml-new-xmldoc.html
+%%PHPDOCDIR%%/function.domxml-root.html
+%%PHPDOCDIR%%/function.domxml-set-attribute.html
%%PHPDOCDIR%%/function.doubleval.html
%%PHPDOCDIR%%/function.each.html
%%PHPDOCDIR%%/function.easter-date.html
@@ -339,6 +357,7 @@
%%PHPDOCDIR%%/function.fbsql-connect.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-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
@@ -379,6 +398,7 @@
%%PHPDOCDIR%%/function.fdf-open.html
%%PHPDOCDIR%%/function.fdf-save.html
%%PHPDOCDIR%%/function.fdf-set-ap.html
+%%PHPDOCDIR%%/function.fdf-set-encoding.html
%%PHPDOCDIR%%/function.fdf-set-file.html
%%PHPDOCDIR%%/function.fdf-set-flags.html
%%PHPDOCDIR%%/function.fdf-set-javascript-action.html
@@ -643,6 +663,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
@@ -740,6 +763,7 @@
%%PHPDOCDIR%%/function.imagerectangle.html
%%PHPDOCDIR%%/function.imagesetbrush.html
%%PHPDOCDIR%%/function.imagesetpixel.html
+%%PHPDOCDIR%%/function.imagesetstyle.html
%%PHPDOCDIR%%/function.imagesetthickness.html
%%PHPDOCDIR%%/function.imagesettile.html
%%PHPDOCDIR%%/function.imagestring.html
@@ -837,6 +861,24 @@
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcparse.html
+%%PHPDOCDIR%%/function.ircg-channel_mode.html
+%%PHPDOCDIR%%/function.ircg-disconnect.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-bool.html
%%PHPDOCDIR%%/function.is-dir.html
@@ -861,6 +903,8 @@
%%PHPDOCDIR%%/function.is-writable.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
@@ -934,7 +978,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
@@ -1149,13 +1195,24 @@
%%PHPDOCDIR%%/function.ob-get-contents.html
%%PHPDOCDIR%%/function.ob-get-length.html
%%PHPDOCDIR%%/function.ob-gzhandler.html
+%%PHPDOCDIR%%/function.ob-iconv-handler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
+%%PHPDOCDIR%%/function.ocicancel.html
+%%PHPDOCDIR%%/function.ocicollassign.html
+%%PHPDOCDIR%%/function.ocicollassignelem.html
+%%PHPDOCDIR%%/function.ocicollgetelem.html
+%%PHPDOCDIR%%/function.ocicollmax.html
+%%PHPDOCDIR%%/function.ocicollsize.html
+%%PHPDOCDIR%%/function.ocicolltrim.html
%%PHPDOCDIR%%/function.ocicolumnisnull.html
%%PHPDOCDIR%%/function.ocicolumnname.html
+%%PHPDOCDIR%%/function.ocicolumnprecision.html
+%%PHPDOCDIR%%/function.ocicolumnscale.html
%%PHPDOCDIR%%/function.ocicolumnsize.html
%%PHPDOCDIR%%/function.ocicolumntype.html
+%%PHPDOCDIR%%/function.ocicolumntyperaw.html
%%PHPDOCDIR%%/function.ocicommit.html
%%PHPDOCDIR%%/function.ocidefinebyname.html
%%PHPDOCDIR%%/function.ocierror.html
@@ -1163,12 +1220,15 @@
%%PHPDOCDIR%%/function.ocifetch.html
%%PHPDOCDIR%%/function.ocifetchinto.html
%%PHPDOCDIR%%/function.ocifetchstatement.html
+%%PHPDOCDIR%%/function.ocifreecollection.html
%%PHPDOCDIR%%/function.ocifreecursor.html
%%PHPDOCDIR%%/function.ocifreedesc.html
%%PHPDOCDIR%%/function.ocifreestatement.html
%%PHPDOCDIR%%/function.ociinternaldebug.html
+%%PHPDOCDIR%%/function.ociloadlob.html
%%PHPDOCDIR%%/function.ocilogoff.html
%%PHPDOCDIR%%/function.ocilogon.html
+%%PHPDOCDIR%%/function.ocinewcollection.html
%%PHPDOCDIR%%/function.ocinewcursor.html
%%PHPDOCDIR%%/function.ocinewdescriptor.html
%%PHPDOCDIR%%/function.ocinlogon.html
@@ -1178,8 +1238,12 @@
%%PHPDOCDIR%%/function.ociresult.html
%%PHPDOCDIR%%/function.ocirollback.html
%%PHPDOCDIR%%/function.ocirowcount.html
+%%PHPDOCDIR%%/function.ocisavelob.html
+%%PHPDOCDIR%%/function.ocisavelobfile.html
%%PHPDOCDIR%%/function.ociserverversion.html
+%%PHPDOCDIR%%/function.ocisetprefetch.html
%%PHPDOCDIR%%/function.ocistatementtype.html
+%%PHPDOCDIR%%/function.ociwritelobtofile.html
%%PHPDOCDIR%%/function.octdec.html
%%PHPDOCDIR%%/function.odbc-autocommit.html
%%PHPDOCDIR%%/function.odbc-binmode.html
@@ -1493,6 +1557,37 @@
%%PHPDOCDIR%%/function.prev.html
%%PHPDOCDIR%%/function.print-r.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-add-to-personal.html
%%PHPDOCDIR%%/function.pspell-add-to-session.html
@@ -1550,9 +1645,9 @@
%%PHPDOCDIR%%/function.round.html
%%PHPDOCDIR%%/function.rsort.html
%%PHPDOCDIR%%/function.rtrim.html
-%%PHPDOCDIR%%/function.satellite_caught_exception.html
-%%PHPDOCDIR%%/function.satellite_exception_id.html
-%%PHPDOCDIR%%/function.satellite_exception_value.html
+%%PHPDOCDIR%%/function.satellite-caught-exception.html
+%%PHPDOCDIR%%/function.satellite-exception-id.html
+%%PHPDOCDIR%%/function.satellite-exception-value.html
%%PHPDOCDIR%%/function.sem-acquire.html
%%PHPDOCDIR%%/function.sem-get.html
%%PHPDOCDIR%%/function.sem-release.html
@@ -1605,16 +1700,16 @@
%%PHPDOCDIR%%/function.shm-put-var.html
%%PHPDOCDIR%%/function.shm-remove-var.html
%%PHPDOCDIR%%/function.shm-remove.html
-%%PHPDOCDIR%%/function.shmop_close.html
-%%PHPDOCDIR%%/function.shmop_delete.html
-%%PHPDOCDIR%%/function.shmop_open.html
-%%PHPDOCDIR%%/function.shmop_read.html
-%%PHPDOCDIR%%/function.shmop_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.size.html
%%PHPDOCDIR%%/function.sizeof.html
%%PHPDOCDIR%%/function.sleep.html
%%PHPDOCDIR%%/function.snmp-get-quick-print.html
@@ -1727,7 +1822,7 @@
%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html
%%PHPDOCDIR%%/function.swf-shapefilloff.html
%%PHPDOCDIR%%/function.swf-shapefillsolid.html
-%%PHPDOCDIR%%/function.swf-shapelinesold.html
+%%PHPDOCDIR%%/function.swf-shapelinesolid.html
%%PHPDOCDIR%%/function.swf-shapelineto.html
%%PHPDOCDIR%%/function.swf-shapemoveto.html
%%PHPDOCDIR%%/function.swf-showframe.html
@@ -1928,8 +2023,8 @@
%%PHPDOCDIR%%/function.xmldoc.html
%%PHPDOCDIR%%/function.xmldocfile.html
%%PHPDOCDIR%%/function.xmltree.html
-%%PHPDOCDIR%%/function.xpath_eval.html
-%%PHPDOCDIR%%/function.xpath_new_context.html
+%%PHPDOCDIR%%/function.xpath-eval.html
+%%PHPDOCDIR%%/function.xpath-new-context.html
%%PHPDOCDIR%%/function.xslt-closelog.html
%%PHPDOCDIR%%/function.xslt-create.html
%%PHPDOCDIR%%/function.xslt-errno.html
@@ -1970,6 +2065,16 @@
%%PHPDOCDIR%%/function.yp-order.html
%%PHPDOCDIR%%/function.zend-logo-guid.html
%%PHPDOCDIR%%/function.zend-version.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
@@ -2008,6 +2113,7 @@
%%PHPDOCDIR%%/language.basic-syntax.html
%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html
%%PHPDOCDIR%%/language.constants.html
+%%PHPDOCDIR%%/language.constants.predefined.html
%%PHPDOCDIR%%/language.expressions.html
%%PHPDOCDIR%%/language.oop.constructor.html
%%PHPDOCDIR%%/language.oop.html
@@ -2053,10 +2159,11 @@
%%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
@@ -2067,7 +2174,7 @@
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r8154.html
+%%PHPDOCDIR%%/r8816.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -2081,6 +2188,7 @@
%%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
@@ -2102,11 +2210,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
@@ -2130,10 +2241,10 @@
%%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
@@ -2154,6 +2265,7 @@
%%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
@@ -2162,14 +2274,16 @@
%%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%%/x55490.html
-%%PHPDOCDIR%%/x55507.html
-%%PHPDOCDIR%%/x55530.html
-%%PHPDOCDIR%%/x55534.html
-%%PHPDOCDIR%%/x55540.html
-%%PHPDOCDIR%%/x55565.html
-%%PHPDOCDIR%%/x55568.html
-%%PHPDOCDIR%%/x55579.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 09aee109b5e8..b0aec9532056 100644
--- a/lang/php_doc/pkg-plist.de
+++ b/lang/php_doc/pkg-plist.de
@@ -1,11 +1,14 @@
+%%PHPDOCDIR%%/aliases.html
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
+%%PHPDOCDIR%%/class.com.html
%%PHPDOCDIR%%/class.dir.html
%%PHPDOCDIR%%/class.orbitenum.html
%%PHPDOCDIR%%/class.orbitobject.html
%%PHPDOCDIR%%/class.orbitstruct.html
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
+%%PHPDOCDIR%%/class.variant.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
@@ -21,6 +24,20 @@
%%PHPDOCDIR%%/copyright.html
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger.html
+%%PHPDOCDIR%%/faq.build.html
+%%PHPDOCDIR%%/faq.common.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 +50,7 @@
%%PHPDOCDIR%%/features.images.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
+%%PHPDOCDIR%%/features.safe-mode.html
%%PHPDOCDIR%%/funcref.html
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
@@ -121,12 +139,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
@@ -229,6 +249,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
@@ -264,8 +287,7 @@
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.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
@@ -316,6 +338,7 @@
%%PHPDOCDIR%%/function.fbsql-connect.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-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
@@ -356,6 +379,7 @@
%%PHPDOCDIR%%/function.fdf-open.html
%%PHPDOCDIR%%/function.fdf-save.html
%%PHPDOCDIR%%/function.fdf-set-ap.html
+%%PHPDOCDIR%%/function.fdf-set-encoding.html
%%PHPDOCDIR%%/function.fdf-set-file.html
%%PHPDOCDIR%%/function.fdf-set-flags.html
%%PHPDOCDIR%%/function.fdf-set-javascript-action.html
@@ -611,6 +635,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
@@ -779,6 +806,24 @@
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcparse.html
+%%PHPDOCDIR%%/function.ircg-channel_mode.html
+%%PHPDOCDIR%%/function.ircg-disconnect.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-bool.html
%%PHPDOCDIR%%/function.is-dir.html
@@ -801,6 +846,8 @@
%%PHPDOCDIR%%/function.is-writable.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
@@ -872,7 +919,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
@@ -1069,13 +1118,24 @@
%%PHPDOCDIR%%/function.ob-end-clean.html
%%PHPDOCDIR%%/function.ob-end-flush.html
%%PHPDOCDIR%%/function.ob-get-contents.html
+%%PHPDOCDIR%%/function.ob-iconv-handler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
+%%PHPDOCDIR%%/function.ocicancel.html
+%%PHPDOCDIR%%/function.ocicollassign.html
+%%PHPDOCDIR%%/function.ocicollassignelem.html
+%%PHPDOCDIR%%/function.ocicollgetelem.html
+%%PHPDOCDIR%%/function.ocicollmax.html
+%%PHPDOCDIR%%/function.ocicollsize.html
+%%PHPDOCDIR%%/function.ocicolltrim.html
%%PHPDOCDIR%%/function.ocicolumnisnull.html
%%PHPDOCDIR%%/function.ocicolumnname.html
+%%PHPDOCDIR%%/function.ocicolumnprecision.html
+%%PHPDOCDIR%%/function.ocicolumnscale.html
%%PHPDOCDIR%%/function.ocicolumnsize.html
%%PHPDOCDIR%%/function.ocicolumntype.html
+%%PHPDOCDIR%%/function.ocicolumntyperaw.html
%%PHPDOCDIR%%/function.ocicommit.html
%%PHPDOCDIR%%/function.ocidefinebyname.html
%%PHPDOCDIR%%/function.ocierror.html
@@ -1083,11 +1143,14 @@
%%PHPDOCDIR%%/function.ocifetch.html
%%PHPDOCDIR%%/function.ocifetchinto.html
%%PHPDOCDIR%%/function.ocifetchstatement.html
+%%PHPDOCDIR%%/function.ocifreecollection.html
%%PHPDOCDIR%%/function.ocifreecursor.html
%%PHPDOCDIR%%/function.ocifreestatement.html
%%PHPDOCDIR%%/function.ociinternaldebug.html
+%%PHPDOCDIR%%/function.ociloadlob.html
%%PHPDOCDIR%%/function.ocilogoff.html
%%PHPDOCDIR%%/function.ocilogon.html
+%%PHPDOCDIR%%/function.ocinewcollection.html
%%PHPDOCDIR%%/function.ocinewcursor.html
%%PHPDOCDIR%%/function.ocinewdescriptor.html
%%PHPDOCDIR%%/function.ocinlogon.html
@@ -1097,8 +1160,12 @@
%%PHPDOCDIR%%/function.ociresult.html
%%PHPDOCDIR%%/function.ocirollback.html
%%PHPDOCDIR%%/function.ocirowcount.html
+%%PHPDOCDIR%%/function.ocisavelob.html
+%%PHPDOCDIR%%/function.ocisavelobfile.html
%%PHPDOCDIR%%/function.ociserverversion.html
+%%PHPDOCDIR%%/function.ocisetprefetch.html
%%PHPDOCDIR%%/function.ocistatementtype.html
+%%PHPDOCDIR%%/function.ociwritelobtofile.html
%%PHPDOCDIR%%/function.octdec.html
%%PHPDOCDIR%%/function.odbc-autocommit.html
%%PHPDOCDIR%%/function.odbc-binmode.html
@@ -1360,6 +1427,37 @@
%%PHPDOCDIR%%/function.prev.html
%%PHPDOCDIR%%/function.print-r.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-add-to-personal.html
%%PHPDOCDIR%%/function.pspell-add-to-session.html
@@ -1416,9 +1514,9 @@
%%PHPDOCDIR%%/function.round.html
%%PHPDOCDIR%%/function.rsort.html
%%PHPDOCDIR%%/function.rtrim.html
-%%PHPDOCDIR%%/function.satellite_caught_exception.html
-%%PHPDOCDIR%%/function.satellite_exception_id.html
-%%PHPDOCDIR%%/function.satellite_exception_value.html
+%%PHPDOCDIR%%/function.satellite-caught-exception.html
+%%PHPDOCDIR%%/function.satellite-exception-id.html
+%%PHPDOCDIR%%/function.satellite-exception-value.html
%%PHPDOCDIR%%/function.sem-acquire.html
%%PHPDOCDIR%%/function.sem-get.html
%%PHPDOCDIR%%/function.sem-release.html
@@ -1460,7 +1558,6 @@
%%PHPDOCDIR%%/function.set-error-handler.html
%%PHPDOCDIR%%/function.set-file-buffer.html
%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html
-%%PHPDOCDIR%%/function.set-socket-blocking.html
%%PHPDOCDIR%%/function.set-time-limit.html
%%PHPDOCDIR%%/function.setcookie.html
%%PHPDOCDIR%%/function.setlocale.html
@@ -1490,6 +1587,7 @@
%%PHPDOCDIR%%/function.snmpwalk.html
%%PHPDOCDIR%%/function.snmpwalkoid.html
%%PHPDOCDIR%%/function.socket-get-status.html
+%%PHPDOCDIR%%/function.socket-set-blocking.html
%%PHPDOCDIR%%/function.socket-set-timeout.html
%%PHPDOCDIR%%/function.socket.html
%%PHPDOCDIR%%/function.sort.html
@@ -1829,6 +1927,16 @@
%%PHPDOCDIR%%/function.yp-next.html
%%PHPDOCDIR%%/function.yp-order.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
@@ -1837,8 +1945,24 @@
%%PHPDOCDIR%%/getting-started.html
%%PHPDOCDIR%%/index.html
%%PHPDOCDIR%%/install-problems.html
-%%PHPDOCDIR%%/install-unix.html
-%%PHPDOCDIR%%/install-windows95-nt.html
+%%PHPDOCDIR%%/install-windows.html
+%%PHPDOCDIR%%/install.apache.html
+%%PHPDOCDIR%%/install.caudium.html
+%%PHPDOCDIR%%/install.commandline.html
+%%PHPDOCDIR%%/install.configure.html
+%%PHPDOCDIR%%/install.fhttpd.html
+%%PHPDOCDIR%%/install.hpux.html
+%%PHPDOCDIR%%/install.iis.html
+%%PHPDOCDIR%%/install.linux.html
+%%PHPDOCDIR%%/install.macosx.html
+%%PHPDOCDIR%%/install.netscape-enterprise.html
+%%PHPDOCDIR%%/install.omnihttpd.html
+%%PHPDOCDIR%%/install.openbsd.html
+%%PHPDOCDIR%%/install.oreilly.html
+%%PHPDOCDIR%%/install.otherhttpd.html
+%%PHPDOCDIR%%/install.solaris.html
+%%PHPDOCDIR%%/install.unix.html
+%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-history.html
%%PHPDOCDIR%%/intro-whatcando.html
@@ -1891,6 +2015,7 @@
%%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
@@ -1905,7 +2030,7 @@
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r6197.html
+%%PHPDOCDIR%%/r7740.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -1919,6 +2044,7 @@
%%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
@@ -1940,11 +2066,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
@@ -1968,10 +2097,10 @@
%%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
@@ -1992,17 +2121,23 @@
%%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.current.html
+%%PHPDOCDIR%%/security.errors.html
+%%PHPDOCDIR%%/security.filesystem.html
+%%PHPDOCDIR%%/security.general.html
%%PHPDOCDIR%%/security.html
-%%PHPDOCDIR%%/x49448.html
-%%PHPDOCDIR%%/x49465.html
-%%PHPDOCDIR%%/x49488.html
-%%PHPDOCDIR%%/x49492.html
-%%PHPDOCDIR%%/x49498.html
-%%PHPDOCDIR%%/x49523.html
-%%PHPDOCDIR%%/x49526.html
-%%PHPDOCDIR%%/x49537.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.fr b/lang/php_doc/pkg-plist.fr
index f07eea093d45..d28f818f366f 100644
--- a/lang/php_doc/pkg-plist.fr
+++ b/lang/php_doc/pkg-plist.fr
@@ -6,6 +6,7 @@
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
%%PHPDOCDIR%%/control-structures.continue.html
+%%PHPDOCDIR%%/control-structures.declare.html
%%PHPDOCDIR%%/control-structures.do.while.html
%%PHPDOCDIR%%/control-structures.else.html
%%PHPDOCDIR%%/control-structures.elseif.html
@@ -18,6 +19,20 @@
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger-using.html
%%PHPDOCDIR%%/debugger.html
+%%PHPDOCDIR%%/faq.build.html
+%%PHPDOCDIR%%/faq.common.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
@@ -30,6 +45,7 @@
%%PHPDOCDIR%%/features.images.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
+%%PHPDOCDIR%%/features.safe-mode.html
%%PHPDOCDIR%%/funcref.html
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
@@ -135,6 +151,7 @@
%%PHPDOCDIR%%/function.connection-aborted.html
%%PHPDOCDIR%%/function.connection-status.html
%%PHPDOCDIR%%/function.connection-timeout.html
+%%PHPDOCDIR%%/function.constant.html
%%PHPDOCDIR%%/function.convert-cyr-string.html
%%PHPDOCDIR%%/function.copy.html
%%PHPDOCDIR%%/function.cos.html
@@ -231,6 +248,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
@@ -287,6 +307,7 @@
%%PHPDOCDIR%%/function.die.html
%%PHPDOCDIR%%/function.dir.html
%%PHPDOCDIR%%/function.dirname.html
+%%PHPDOCDIR%%/function.disk-total-space.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
%%PHPDOCDIR%%/function.domxml_add_root.html
@@ -350,6 +371,7 @@
%%PHPDOCDIR%%/function.fbsql-list-dbs.html
%%PHPDOCDIR%%/function.fbsql-list-fields.html
%%PHPDOCDIR%%/function.fbsql-list-tables.html
+%%PHPDOCDIR%%/function.fbsql-next-result.html
%%PHPDOCDIR%%/function.fbsql-num-fields.html
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
@@ -368,6 +390,7 @@
%%PHPDOCDIR%%/function.fdf-open.html
%%PHPDOCDIR%%/function.fdf-save.html
%%PHPDOCDIR%%/function.fdf-set-ap.html
+%%PHPDOCDIR%%/function.fdf-set-encoding.html
%%PHPDOCDIR%%/function.fdf-set-file.html
%%PHPDOCDIR%%/function.fdf-set-flags.html
%%PHPDOCDIR%%/function.fdf-set-javascript-action.html
@@ -446,6 +469,7 @@
%%PHPDOCDIR%%/function.get-class.html
%%PHPDOCDIR%%/function.get-current-user.html
%%PHPDOCDIR%%/function.get-declared-classes.html
+%%PHPDOCDIR%%/function.get-defined-constants.html
%%PHPDOCDIR%%/function.get-defined-functions.html
%%PHPDOCDIR%%/function.get-defined-vars.html
%%PHPDOCDIR%%/function.get-extension-funcs.html
@@ -632,6 +656,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
@@ -826,6 +853,24 @@
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcparse.html
+%%PHPDOCDIR%%/function.ircg-channel_mode.html
+%%PHPDOCDIR%%/function.ircg-disconnect.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-bool.html
%%PHPDOCDIR%%/function.is-dir.html
@@ -850,6 +895,8 @@
%%PHPDOCDIR%%/function.is-writable.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
@@ -911,6 +958,29 @@
%%PHPDOCDIR%%/function.ltrim.html
%%PHPDOCDIR%%/function.mail.html
%%PHPDOCDIR%%/function.max.html
+%%PHPDOCDIR%%/function.mb-convert-encoding.html
+%%PHPDOCDIR%%/function.mb-convert-kana.html
+%%PHPDOCDIR%%/function.mb-convert-variables.html
+%%PHPDOCDIR%%/function.mb-decode-mimeheader.html
+%%PHPDOCDIR%%/function.mb-detect-encoding.html
+%%PHPDOCDIR%%/function.mb-detect-order.html
+%%PHPDOCDIR%%/function.mb-encode-mimeheader.html
+%%PHPDOCDIR%%/function.mb-encode-numericentity.html
+%%PHPDOCDIR%%/function.mb-http-input.html
+%%PHPDOCDIR%%/function.mb-http-output.html
+%%PHPDOCDIR%%/function.mb-internal-encoding.html
+%%PHPDOCDIR%%/function.mb-output-handler.html
+%%PHPDOCDIR%%/function.mb-preferred-mime-name.html
+%%PHPDOCDIR%%/function.mb-send-mail.html
+%%PHPDOCDIR%%/function.mb-strcut.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
+%%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
@@ -1107,13 +1177,24 @@
%%PHPDOCDIR%%/function.ob-get-contents.html
%%PHPDOCDIR%%/function.ob-get-length.html
%%PHPDOCDIR%%/function.ob-gzhandler.html
+%%PHPDOCDIR%%/function.ob-iconv-handler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
+%%PHPDOCDIR%%/function.ocicancel.html
+%%PHPDOCDIR%%/function.ocicollassign.html
+%%PHPDOCDIR%%/function.ocicollassignelem.html
+%%PHPDOCDIR%%/function.ocicollgetelem.html
+%%PHPDOCDIR%%/function.ocicollmax.html
+%%PHPDOCDIR%%/function.ocicollsize.html
+%%PHPDOCDIR%%/function.ocicolltrim.html
%%PHPDOCDIR%%/function.ocicolumnisnull.html
%%PHPDOCDIR%%/function.ocicolumnname.html
+%%PHPDOCDIR%%/function.ocicolumnprecision.html
+%%PHPDOCDIR%%/function.ocicolumnscale.html
%%PHPDOCDIR%%/function.ocicolumnsize.html
%%PHPDOCDIR%%/function.ocicolumntype.html
+%%PHPDOCDIR%%/function.ocicolumntyperaw.html
%%PHPDOCDIR%%/function.ocicommit.html
%%PHPDOCDIR%%/function.ocidefinebyname.html
%%PHPDOCDIR%%/function.ocierror.html
@@ -1121,12 +1202,15 @@
%%PHPDOCDIR%%/function.ocifetch.html
%%PHPDOCDIR%%/function.ocifetchinto.html
%%PHPDOCDIR%%/function.ocifetchstatement.html
+%%PHPDOCDIR%%/function.ocifreecollection.html
%%PHPDOCDIR%%/function.ocifreecursor.html
%%PHPDOCDIR%%/function.ocifreedesc.html
%%PHPDOCDIR%%/function.ocifreestatement.html
%%PHPDOCDIR%%/function.ociinternaldebug.html
+%%PHPDOCDIR%%/function.ociloadlob.html
%%PHPDOCDIR%%/function.ocilogoff.html
%%PHPDOCDIR%%/function.ocilogon.html
+%%PHPDOCDIR%%/function.ocinewcollection.html
%%PHPDOCDIR%%/function.ocinewcursor.html
%%PHPDOCDIR%%/function.ocinewdescriptor.html
%%PHPDOCDIR%%/function.ocinlogon.html
@@ -1136,8 +1220,12 @@
%%PHPDOCDIR%%/function.ociresult.html
%%PHPDOCDIR%%/function.ocirollback.html
%%PHPDOCDIR%%/function.ocirowcount.html
+%%PHPDOCDIR%%/function.ocisavelob.html
+%%PHPDOCDIR%%/function.ocisavelobfile.html
%%PHPDOCDIR%%/function.ociserverversion.html
+%%PHPDOCDIR%%/function.ocisetprefetch.html
%%PHPDOCDIR%%/function.ocistatementtype.html
+%%PHPDOCDIR%%/function.ociwritelobtofile.html
%%PHPDOCDIR%%/function.octdec.html
%%PHPDOCDIR%%/function.odbc-autocommit.html
%%PHPDOCDIR%%/function.odbc-binmode.html
@@ -1436,6 +1524,37 @@
%%PHPDOCDIR%%/function.prev.html
%%PHPDOCDIR%%/function.print-r.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-add-to-personal.html
%%PHPDOCDIR%%/function.pspell-add-to-session.html
@@ -1481,6 +1600,7 @@
%%PHPDOCDIR%%/function.recode-string.html
%%PHPDOCDIR%%/function.recode.html
%%PHPDOCDIR%%/function.register-shutdown-function.html
+%%PHPDOCDIR%%/function.register-tick-function.html
%%PHPDOCDIR%%/function.rename.html
%%PHPDOCDIR%%/function.require-once.html
%%PHPDOCDIR%%/function.require.html
@@ -1825,6 +1945,7 @@
%%PHPDOCDIR%%/function.unixtojd.html
%%PHPDOCDIR%%/function.unlink.html
%%PHPDOCDIR%%/function.unpack.html
+%%PHPDOCDIR%%/function.unregister-tick-function.html
%%PHPDOCDIR%%/function.unserialize.html
%%PHPDOCDIR%%/function.unset.html
%%PHPDOCDIR%%/function.urldecode.html
@@ -1908,6 +2029,16 @@
%%PHPDOCDIR%%/function.yp-order.html
%%PHPDOCDIR%%/function.zend-logo-guid.html
%%PHPDOCDIR%%/function.zend-version.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.old-syntax.html
%%PHPDOCDIR%%/functions.returning-values.html
@@ -1937,14 +2068,21 @@
%%PHPDOCDIR%%/intro-history.html
%%PHPDOCDIR%%/intro-whatcando.html
%%PHPDOCDIR%%/introduction.html
+%%PHPDOCDIR%%/keyword.extends.html
%%PHPDOCDIR%%/keyword.newref.html
+%%PHPDOCDIR%%/keyword.paamayim_nekudotayim.html
+%%PHPDOCDIR%%/keyword.parent.html
%%PHPDOCDIR%%/langref.html
%%PHPDOCDIR%%/language.basic-syntax.comments.html
%%PHPDOCDIR%%/language.basic-syntax.html
%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html
%%PHPDOCDIR%%/language.constants.html
+%%PHPDOCDIR%%/language.constants.predefined.html
%%PHPDOCDIR%%/language.expressions.html
+%%PHPDOCDIR%%/language.oop.constructor.html
%%PHPDOCDIR%%/language.oop.html
+%%PHPDOCDIR%%/language.oop.magic-functions.html
+%%PHPDOCDIR%%/language.oop.serialization.html
%%PHPDOCDIR%%/language.operators.assignment.html
%%PHPDOCDIR%%/language.operators.bitwise.html
%%PHPDOCDIR%%/language.operators.comparison.html
@@ -2009,7 +2147,7 @@
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
-%%PHPDOCDIR%%/r7664.html
+%%PHPDOCDIR%%/r8096.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
@@ -2023,6 +2161,7 @@
%%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
@@ -2044,14 +2183,18 @@
%%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
+%%PHPDOCDIR%%/ref.mbstring.html
%%PHPDOCDIR%%/ref.mcal.html
%%PHPDOCDIR%%/ref.mcrypt.html
%%PHPDOCDIR%%/ref.mhash.html
@@ -2075,6 +2218,7 @@
%%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
@@ -2095,6 +2239,7 @@
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
%%PHPDOCDIR%%/ref.yaz.html
+%%PHPDOCDIR%%/ref.zip.html
%%PHPDOCDIR%%/ref.zlib.html
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resources.html