diff options
author | roam <roam@FreeBSD.org> | 2001-03-06 12:56:59 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-03-06 12:56:59 +0000 |
commit | 3ee0680a3593f7754bd9001266c07d4fbf509dfc (patch) | |
tree | 3c2260eb5dae67bc42115e4ec119621dee72c09c /lang | |
parent | f17048764090ccccae5703a51dc83404b3ae3759 (diff) | |
download | FreeBSD-ports-3ee0680a3593f7754bd9001266c07d4fbf509dfc.zip FreeBSD-ports-3ee0680a3593f7754bd9001266c07d4fbf509dfc.tar.gz |
Let this wasted try at duplication of effort die a graceful death -
dirk is doing an excellent job of maintaing his www/mod_php[34] ports,
and now has even done the work necessary to create the slave lang/php[34]
ports (which I myself have promised to do more than once..)
Thanks Dirk!
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/Makefile | 67 | ||||
-rw-r--r-- | lang/php/distinfo | 1 | ||||
-rw-r--r-- | lang/php/files/patch-configure | 39 | ||||
-rw-r--r-- | lang/php/files/patch-sybase.c | 29 | ||||
-rw-r--r-- | lang/php/pkg-comment | 1 | ||||
-rw-r--r-- | lang/php/pkg-descr | 4 | ||||
-rw-r--r-- | lang/php/pkg-message | 10 | ||||
-rw-r--r-- | lang/php/pkg-plist | 1757 | ||||
-rw-r--r-- | lang/php/scripts/configure.php | 170 |
9 files changed, 0 insertions, 2078 deletions
diff --git a/lang/php/Makefile b/lang/php/Makefile deleted file mode 100644 index 0205d57..0000000 --- a/lang/php/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: php3 -# Date created: 7 Sep 2000 -# Whom: Peter Pentchev <roam@orbitel.bg> -# -# $FreeBSD$ -# - -PORTNAME= php -PORTVERSION= 3.0.18 -PORTREVISION= 1 -CATEGORIES= lang www -MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ - http://us.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}/ - -MAINTAINER= roam@FreeBSD.org - -FORBIDDEN= "Use lang/php3 instead" - -PHP_DISTDIR= distributions - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-apache \ - --with-system-regex \ - --with-config-file-path=${PREFIX}/etc \ - --disable-debug \ - --enable-track-vars \ - --without-gd - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" - -PHPDOCDIR= ${PREFIX}/share/doc/php -PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php - -post-install: - @${INSTALL_DATA} ${WRKSRC}/php3.ini-dist ${PREFIX}/etc - -.if !defined(NOPORTDOCS) - @${MKDIR} ${PHPDOCDIR}/html -.for i in CODING_STANDARDS LICENSE - @${INSTALL_DATA} ${WRKSRC}/$i ${PHPDOCDIR} -.endfor - @for i in ${WRKSRC}/doc/*; do \ - ${INSTALL_DATA} $$i ${PHPDOCDIR}/html/ ; \ - done -.endif - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.include <bsd.port.mk> diff --git a/lang/php/distinfo b/lang/php/distinfo deleted file mode 100644 index 0340d56..0000000 --- a/lang/php/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (php-3.0.18.tar.gz) = b4b8f7f1151ce66d5f3910a066651133 diff --git a/lang/php/files/patch-configure b/lang/php/files/patch-configure deleted file mode 100644 index 84ae84f..0000000 --- a/lang/php/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.old Wed Feb 21 11:11:02 2001 -+++ configure Wed Feb 21 11:13:29 2001 -@@ -5147,7 +5147,7 @@ - withval="$with_imap" - - if test "$withval" = "yes"; then -- if test -f /usr/local/include/mail.h; then -+ if test -f /usr/local/include/c-client/mail.h; then - withval=/usr/local - elif test -f /usr/include/mail.h; then - withval=/usr -@@ -5157,8 +5157,8 @@ - fi - if test "$withval" != "no" && test "$withval" != "yes"; then - IMAP_DIR=$withval -- if test -f $IMAP_DIR/include/imap/mail.h; then -- IMAP_INC_DIR=$IMAP_DIR/include/imap -+ if test -f $IMAP_DIR/include/c-client/mail.h; then -+ IMAP_INC_DIR=$IMAP_DIR/include/c-client - else - IMAP_INC_DIR=$withval/include - fi -@@ -9231,7 +9231,7 @@ - fi - SYBASE_CT_INCLUDE=-I$SYBASE_CT_INCDIR - SYBASE_CT_LFLAGS="-L$SYBASE_CT_LIBDIR" -- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl" -+ SYBASE_CT_LIBS="-lct" - old_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR" - echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 -@@ -9272,7 +9272,6 @@ - SYBASE_CT_LIBS="$SYBASE_CT_LIBS -ltcl" - else - echo "$ac_t""no" 1>&6 -- SYBASE_CT_LIBS="$SYBASE_CT_LIBS -lsybtcl" - fi - - echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 diff --git a/lang/php/files/patch-sybase.c b/lang/php/files/patch-sybase.c deleted file mode 100644 index 32fca3c..0000000 --- a/lang/php/files/patch-sybase.c +++ /dev/null @@ -1,29 +0,0 @@ ---- functions/sybase.c.orig Tue Feb 8 00:54:51 2000 -+++ functions/sybase.c Tue Feb 29 22:01:07 2000 -@@ -366,7 +366,7 @@ - RETURN_FALSE; - } - /* create the link */ -- if ((sybase.link=dbopen(sybase.login,host))==FAIL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==FAIL) { - /*php3_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - dbloginfree(sybase.login); -@@ -408,7 +408,7 @@ - #if BROKEN_SYBASE_PCONNECTS - log_error("PHP/Sybase: Persistent link died, trying to reconnect...",php3_rqst->server); - #endif -- if ((sybase_ptr->link=dbopen(sybase_ptr->login,host))==FAIL) { -+ if ((sybase_ptr->link=tdsdbopen(sybase_ptr->login,host))==FAIL) { - #if BROKEN_SYBASE_PCONNECTS - log_error("PHP/Sybase: Unable to reconnect!",php3_rqst->server); - #endif -@@ -464,7 +464,7 @@ - RETURN_FALSE; - } - -- if ((sybase.link=dbopen(sybase.login,host))==NULL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==NULL) { - /*php3_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - RETURN_FALSE; diff --git a/lang/php/pkg-comment b/lang/php/pkg-comment deleted file mode 100644 index d13f131d..0000000 --- a/lang/php/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PHP3 stand-alone script interpreter diff --git a/lang/php/pkg-descr b/lang/php/pkg-descr deleted file mode 100644 index cea408b..0000000 --- a/lang/php/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Server-side, cross-platform, HTML embedded scripting language which -offers easy database integration. - -WWW: http://www.php.net/ diff --git a/lang/php/pkg-message b/lang/php/pkg-message deleted file mode 100644 index 33f71211..0000000 --- a/lang/php/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -***************************************************************************** -You have installed the php3 package. - -Have a look at the php3 _port_ if you need additional support for -databases other than MySQL, e. g. - -You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php3.tar - -***************************************************************************** diff --git a/lang/php/pkg-plist b/lang/php/pkg-plist deleted file mode 100644 index eef5055..0000000 --- a/lang/php/pkg-plist +++ /dev/null @@ -1,1757 +0,0 @@ -bin/php -etc/php3.ini-dist -%%PORTDOCS%%share/doc/php/CODING_STANDARDS -%%PORTDOCS%%share/doc/php/LICENSE -%%PORTDOCS%%share/doc/php/html/README -%%PORTDOCS%%share/doc/php/html/appendixes.html -%%PORTDOCS%%share/doc/php/html/calling-user-functions.html -%%PORTDOCS%%share/doc/php/html/class.dir.html -%%PORTDOCS%%share/doc/php/html/class.orbitenum.html -%%PORTDOCS%%share/doc/php/html/class.orbitobject.html -%%PORTDOCS%%share/doc/php/html/class.orbitstruct.html -%%PORTDOCS%%share/doc/php/html/config-apache.html -%%PORTDOCS%%share/doc/php/html/config-cgi.html -%%PORTDOCS%%share/doc/php/html/config-security.html -%%PORTDOCS%%share/doc/php/html/config-virtualhost.html -%%PORTDOCS%%share/doc/php/html/configuration.html -%%PORTDOCS%%share/doc/php/html/constants.html -%%PORTDOCS%%share/doc/php/html/control-structures.alternative-syntax.html -%%PORTDOCS%%share/doc/php/html/control-structures.break.html -%%PORTDOCS%%share/doc/php/html/control-structures.html -%%PORTDOCS%%share/doc/php/html/control-structures.continue.html -%%PORTDOCS%%share/doc/php/html/control-structures.do.while.html -%%PORTDOCS%%share/doc/php/html/control-structures.else.html -%%PORTDOCS%%share/doc/php/html/control-structures.elseif.html -%%PORTDOCS%%share/doc/php/html/control-structures.for.html -%%PORTDOCS%%share/doc/php/html/control-structures.foreach.html -%%PORTDOCS%%share/doc/php/html/control-structures.switch.html -%%PORTDOCS%%share/doc/php/html/control-structures.while.html -%%PORTDOCS%%share/doc/php/html/copyright.html -%%PORTDOCS%%share/doc/php/html/debugger-protocol.html -%%PORTDOCS%%share/doc/php/html/debugger.html -%%PORTDOCS%%share/doc/php/html/expressions.html -%%PORTDOCS%%share/doc/php/html/feature-connection-handling.html -%%PORTDOCS%%share/doc/php/html/feature-cookies.html -%%PORTDOCS%%share/doc/php/html/feature-error-handling.html -%%PORTDOCS%%share/doc/php/html/feature-fileupload.html -%%PORTDOCS%%share/doc/php/html/feature-fileupload.multiple.html -%%PORTDOCS%%share/doc/php/html/feature-images.html -%%PORTDOCS%%share/doc/php/html/feature-putsupport.html -%%PORTDOCS%%share/doc/php/html/feature-regexps.html -%%PORTDOCS%%share/doc/php/html/features.connection-handling.html -%%PORTDOCS%%share/doc/php/html/features.cookies.html -%%PORTDOCS%%share/doc/php/html/features.error-handling.html -%%PORTDOCS%%share/doc/php/html/features.file-upload.common-pitfalls.html -%%PORTDOCS%%share/doc/php/html/features.file-upload.html -%%PORTDOCS%%share/doc/php/html/features.file-upload.put-method.html -%%PORTDOCS%%share/doc/php/html/features.html -%%PORTDOCS%%share/doc/php/html/features.http-auth.html -%%PORTDOCS%%share/doc/php/html/features.images.html -%%PORTDOCS%%share/doc/php/html/features.persistent-connections.html -%%PORTDOCS%%share/doc/php/html/features.remote-files.html -%%PORTDOCS%%share/doc/php/html/funcref.html -%%PORTDOCS%%share/doc/php/html/function.abs.html -%%PORTDOCS%%share/doc/php/html/function.accept-connect.html -%%PORTDOCS%%share/doc/php/html/function.acos.html -%%PORTDOCS%%share/doc/php/html/function.ada-afetch.html -%%PORTDOCS%%share/doc/php/html/function.ada-autocommit.html -%%PORTDOCS%%share/doc/php/html/function.ada-close.html -%%PORTDOCS%%share/doc/php/html/function.ada-commit.html -%%PORTDOCS%%share/doc/php/html/function.ada-connect.html -%%PORTDOCS%%share/doc/php/html/function.ada-exec.html -%%PORTDOCS%%share/doc/php/html/function.ada-fetchrow.html -%%PORTDOCS%%share/doc/php/html/function.array.html -%%PORTDOCS%%share/doc/php/html/function.ada-fieldname.html -%%PORTDOCS%%share/doc/php/html/function.ada-fieldnum.html -%%PORTDOCS%%share/doc/php/html/function.ada-fieldtype.html -%%PORTDOCS%%share/doc/php/html/function.ada-freeresult.html -%%PORTDOCS%%share/doc/php/html/function.ada-numfields.html -%%PORTDOCS%%share/doc/php/html/function.ada-numrows.html -%%PORTDOCS%%share/doc/php/html/function.ada-result.html -%%PORTDOCS%%share/doc/php/html/function.ada-resultall.html -%%PORTDOCS%%share/doc/php/html/function.ada-rollback.html -%%PORTDOCS%%share/doc/php/html/function.addcslashes.html -%%PORTDOCS%%share/doc/php/html/function.addslashes.html -%%PORTDOCS%%share/doc/php/html/function.apache-lookup-uri.html -%%PORTDOCS%%share/doc/php/html/function.apache-note.html -%%PORTDOCS%%share/doc/php/html/function.array-diff.html -%%PORTDOCS%%share/doc/php/html/function.array-count-values.html -%%PORTDOCS%%share/doc/php/html/function.array-flip.html -%%PORTDOCS%%share/doc/php/html/function.array-intersect.html -%%PORTDOCS%%share/doc/php/html/function.array-keys.html -%%PORTDOCS%%share/doc/php/html/function.array-merge-recursive.html -%%PORTDOCS%%share/doc/php/html/function.array-merge.html -%%PORTDOCS%%share/doc/php/html/function.array-multisort.html -%%PORTDOCS%%share/doc/php/html/function.array-pad.html -%%PORTDOCS%%share/doc/php/html/function.array-pop.html -%%PORTDOCS%%share/doc/php/html/function.array-push.html -%%PORTDOCS%%share/doc/php/html/function.array-rand.html -%%PORTDOCS%%share/doc/php/html/function.array-reverse.html -%%PORTDOCS%%share/doc/php/html/function.array-shift.html -%%PORTDOCS%%share/doc/php/html/function.asin.html -%%PORTDOCS%%share/doc/php/html/function.array-slice.html -%%PORTDOCS%%share/doc/php/html/function.array-splice.html -%%PORTDOCS%%share/doc/php/html/function.array-unique.html -%%PORTDOCS%%share/doc/php/html/function.array-unshift.html -%%PORTDOCS%%share/doc/php/html/function.array-values.html -%%PORTDOCS%%share/doc/php/html/function.array-walk.html -%%PORTDOCS%%share/doc/php/html/function.arsort.html -%%PORTDOCS%%share/doc/php/html/function.asort.html -%%PORTDOCS%%share/doc/php/html/function.aspell-check-raw.html -%%PORTDOCS%%share/doc/php/html/function.aspell-check.html -%%PORTDOCS%%share/doc/php/html/function.aspell-new.html -%%PORTDOCS%%share/doc/php/html/function.aspell-suggest.html -%%PORTDOCS%%share/doc/php/html/function.assert-options.html -%%PORTDOCS%%share/doc/php/html/function.assert.html -%%PORTDOCS%%share/doc/php/html/function.assert_options.html -%%PORTDOCS%%share/doc/php/html/function.atan.html -%%PORTDOCS%%share/doc/php/html/function.atan2.html -%%PORTDOCS%%share/doc/php/html/function.base-convert.html -%%PORTDOCS%%share/doc/php/html/function.base64-decode.html -%%PORTDOCS%%share/doc/php/html/function.base64-encode.html -%%PORTDOCS%%share/doc/php/html/function.basename.html -%%PORTDOCS%%share/doc/php/html/function.bcadd.html -%%PORTDOCS%%share/doc/php/html/function.bccomp.html -%%PORTDOCS%%share/doc/php/html/function.bcdiv.html -%%PORTDOCS%%share/doc/php/html/function.bcmod.html -%%PORTDOCS%%share/doc/php/html/function.bcmul.html -%%PORTDOCS%%share/doc/php/html/function.bcpow.html -%%PORTDOCS%%share/doc/php/html/function.bcscale.html -%%PORTDOCS%%share/doc/php/html/function.bcsqrt.html -%%PORTDOCS%%share/doc/php/html/function.bcsub.html -%%PORTDOCS%%share/doc/php/html/function.bin2hex.html -%%PORTDOCS%%share/doc/php/html/function.bind.html -%%PORTDOCS%%share/doc/php/html/function.bindec.html -%%PORTDOCS%%share/doc/php/html/function.bindtextdomain.html -%%PORTDOCS%%share/doc/php/html/function.call-user-func.html -%%PORTDOCS%%share/doc/php/html/function.call-user-method.html -%%PORTDOCS%%share/doc/php/html/function.ceil.html -%%PORTDOCS%%share/doc/php/html/function.chdir.html -%%PORTDOCS%%share/doc/php/html/function.checkdate.html -%%PORTDOCS%%share/doc/php/html/function.checkdnsrr.html -%%PORTDOCS%%share/doc/php/html/function.chgrp.html -%%PORTDOCS%%share/doc/php/html/function.chmod.html -%%PORTDOCS%%share/doc/php/html/function.chop.html -%%PORTDOCS%%share/doc/php/html/function.chown.html -%%PORTDOCS%%share/doc/php/html/function.chr.html -%%PORTDOCS%%share/doc/php/html/function.chunk-split.html -%%PORTDOCS%%share/doc/php/html/function.class-exists.html -%%PORTDOCS%%share/doc/php/html/function.clearstatcache.html -%%PORTDOCS%%share/doc/php/html/function.close.html -%%PORTDOCS%%share/doc/php/html/function.closedir.html -%%PORTDOCS%%share/doc/php/html/function.closelog.html -%%PORTDOCS%%share/doc/php/html/function.com-get.html -%%PORTDOCS%%share/doc/php/html/function.com-invoke.html -%%PORTDOCS%%share/doc/php/html/function.com-load.html -%%PORTDOCS%%share/doc/php/html/function.com-propget.html -%%PORTDOCS%%share/doc/php/html/function.com-propput.html -%%PORTDOCS%%share/doc/php/html/function.com-propset.html -%%PORTDOCS%%share/doc/php/html/function.com-set.html -%%PORTDOCS%%share/doc/php/html/function.compact.html -%%PORTDOCS%%share/doc/php/html/function.connect.html -%%PORTDOCS%%share/doc/php/html/function.connection-status.html -%%PORTDOCS%%share/doc/php/html/function.connection-aborted.html -%%PORTDOCS%%share/doc/php/html/function.connection-timeout.html -%%PORTDOCS%%share/doc/php/html/function.convert-cyr-string.html -%%PORTDOCS%%share/doc/php/html/function.copy.html -%%PORTDOCS%%share/doc/php/html/function.cos.html -%%PORTDOCS%%share/doc/php/html/function.count-chars.html -%%PORTDOCS%%share/doc/php/html/function.count.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-add-annotation.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-add-outline.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-arc.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-begin-text.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-circle.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-clip.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-close.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-closepath-fill-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-closepath-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-closepath.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-continue-text.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-curveto.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-end-text.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-endpath.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-fill-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-fill.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-finalize-page.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-finalize.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-global-set-document-limits.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-import-jpeg.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-lineto.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-moveto.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-newpath.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-open.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-output-buffer.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-page-init.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-place-inline-image.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-rect.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-restore.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-rlineto.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-rmoveto.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-rotate.html -%%PORTDOCS%%share/doc/php/html/functions.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-save-to-file.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-save.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-scale.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-char-spacing.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-creator.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-current-page.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-font.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-horiz-scaling.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-keywords.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-leading.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-page-animation.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-subject.html -%%PORTDOCS%%share/doc/php/html/langref.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-text-matrix.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-text-pos.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-text-rendering.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-text-rise.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-title.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-set-word-spacing.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setdash.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setflat.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setgray-fill.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setgray-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setgray.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setlinecap.html -%%PORTDOCS%%share/doc/php/html/ln39.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setlinejoin.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setlinewidth.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setmiterlimit.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setrgbcolor-fill.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-setrgbcolor.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-show-xy.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-show.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-stringwidth.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-stroke.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-text.html -%%PORTDOCS%%share/doc/php/html/function.cpdf-translate.html -%%PORTDOCS%%share/doc/php/html/function.crc32.html -%%PORTDOCS%%share/doc/php/html/function.create-function.html -%%PORTDOCS%%share/doc/php/html/function.crypt.html -%%PORTDOCS%%share/doc/php/html/function.curl-close.html -%%PORTDOCS%%share/doc/php/html/function.curl-exec.html -%%PORTDOCS%%share/doc/php/html/function.curl-init.html -%%PORTDOCS%%share/doc/php/html/function.curl-setopt.html -%%PORTDOCS%%share/doc/php/html/function.curl-version.html -%%PORTDOCS%%share/doc/php/html/function.current.html -%%PORTDOCS%%share/doc/php/html/function.cybercash-base64-decode.html -%%PORTDOCS%%share/doc/php/html/function.cybercash-base64-encode.html -%%PORTDOCS%%share/doc/php/html/function.cybercash-decr.html -%%PORTDOCS%%share/doc/php/html/function.cybercash-encr.html -%%PORTDOCS%%share/doc/php/html/function.date.html -%%PORTDOCS%%share/doc/php/html/function.dba-close.html -%%PORTDOCS%%share/doc/php/html/function.dba-delete.html -%%PORTDOCS%%share/doc/php/html/function.dba-exists.html -%%PORTDOCS%%share/doc/php/html/function.dba-fetch.html -%%PORTDOCS%%share/doc/php/html/function.dba-firstkey.html -%%PORTDOCS%%share/doc/php/html/function.dba-insert.html -%%PORTDOCS%%share/doc/php/html/function.dba-nextkey.html -%%PORTDOCS%%share/doc/php/html/function.dba-open.html -%%PORTDOCS%%share/doc/php/html/function.dba-optimize.html -%%PORTDOCS%%share/doc/php/html/function.dba-popen.html -%%PORTDOCS%%share/doc/php/html/function.dba-replace.html -%%PORTDOCS%%share/doc/php/html/function.dba-sync.html -%%PORTDOCS%%share/doc/php/html/function.dbase-add-record.html -%%PORTDOCS%%share/doc/php/html/function.dbase-close.html -%%PORTDOCS%%share/doc/php/html/function.dbase-create.html -%%PORTDOCS%%share/doc/php/html/manual.html -%%PORTDOCS%%share/doc/php/html/function.dbase-delete-record.html -%%PORTDOCS%%share/doc/php/html/function.dbase-get-record-with-names.html -%%PORTDOCS%%share/doc/php/html/function.dbase-get-record.html -%%PORTDOCS%%share/doc/php/html/function.dbase-numfields.html -%%PORTDOCS%%share/doc/php/html/function.dbase-numrecords.html -%%PORTDOCS%%share/doc/php/html/function.dbase-open.html -%%PORTDOCS%%share/doc/php/html/function.dbase-pack.html -%%PORTDOCS%%share/doc/php/html/function.dbase-replace-record.html -%%PORTDOCS%%share/doc/php/html/function.dblist.html -%%PORTDOCS%%share/doc/php/html/function.dbmclose.html -%%PORTDOCS%%share/doc/php/html/function.dbmdelete.html -%%PORTDOCS%%share/doc/php/html/function.dbmexists.html -%%PORTDOCS%%share/doc/php/html/function.dbmfetch.html -%%PORTDOCS%%share/doc/php/html/manual.php3 -%%PORTDOCS%%share/doc/php/html/function.dbmfirstkey.html -%%PORTDOCS%%share/doc/php/html/function.dbminsert.html -%%PORTDOCS%%share/doc/php/html/function.dbmnextkey.html -%%PORTDOCS%%share/doc/php/html/function.dbmopen.html -%%PORTDOCS%%share/doc/php/html/function.dbmreplace.html -%%PORTDOCS%%share/doc/php/html/function.dcgettext.html -%%PORTDOCS%%share/doc/php/html/function.debugger-off.html -%%PORTDOCS%%share/doc/php/html/function.debugger-on.html -%%PORTDOCS%%share/doc/php/html/function.decbin.html -%%PORTDOCS%%share/doc/php/html/function.dechex.html -%%PORTDOCS%%share/doc/php/html/function.decoct.html -%%PORTDOCS%%share/doc/php/html/function.define-syslog-variables.html -%%PORTDOCS%%share/doc/php/html/function.define.html -%%PORTDOCS%%share/doc/php/html/function.defined.html -%%PORTDOCS%%share/doc/php/html/function.die.html -%%PORTDOCS%%share/doc/php/html/function.deg2rad.html -%%PORTDOCS%%share/doc/php/html/function.delete.html -%%PORTDOCS%%share/doc/php/html/function.dgettext.html -%%PORTDOCS%%share/doc/php/html/function.dirname.html -%%PORTDOCS%%share/doc/php/html/function.diskfreespace.html -%%PORTDOCS%%share/doc/php/html/function.dl.html -%%PORTDOCS%%share/doc/php/html/function.doubleval.html -%%PORTDOCS%%share/doc/php/html/function.each.html -%%PORTDOCS%%share/doc/php/html/function.easter-date.html -%%PORTDOCS%%share/doc/php/html/function.easter-days.html -%%PORTDOCS%%share/doc/php/html/function.echo.html -%%PORTDOCS%%share/doc/php/html/function.empty.html -%%PORTDOCS%%share/doc/php/html/function.end.html -%%PORTDOCS%%share/doc/php/html/function.ereg-replace.html -%%PORTDOCS%%share/doc/php/html/function.ereg.html -%%PORTDOCS%%share/doc/php/html/function.eregi-replace.html -%%PORTDOCS%%share/doc/php/html/function.eregi.html -%%PORTDOCS%%share/doc/php/html/function.error-log.html -%%PORTDOCS%%share/doc/php/html/function.error-reporting.html -%%PORTDOCS%%share/doc/php/html/function.escapeshellarg.html -%%PORTDOCS%%share/doc/php/html/function.escapeshellcmd.html -%%PORTDOCS%%share/doc/php/html/function.eval.html -%%PORTDOCS%%share/doc/php/html/function.exec.html -%%PORTDOCS%%share/doc/php/html/function.exit.html -%%PORTDOCS%%share/doc/php/html/function.exp.html -%%PORTDOCS%%share/doc/php/html/function.explode.html -%%PORTDOCS%%share/doc/php/html/function.extension-loaded.html -%%PORTDOCS%%share/doc/php/html/function.extract.html -%%PORTDOCS%%share/doc/php/html/function.ezmlm-hash.html -%%PORTDOCS%%share/doc/php/html/function.fclose.html -%%PORTDOCS%%share/doc/php/html/function.fdf-close.html -%%PORTDOCS%%share/doc/php/html/function.fdf-create.html -%%PORTDOCS%%share/doc/php/html/function.fdf-get-file.html -%%PORTDOCS%%share/doc/php/html/function.fdf-get-status.html -%%PORTDOCS%%share/doc/php/html/function.fdf-get-value.html -%%PORTDOCS%%share/doc/php/html/function.fdf-next-field-name.html -%%PORTDOCS%%share/doc/php/html/function.fdf-open.html -%%PORTDOCS%%share/doc/php/html/function.fdf-save.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-ap.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-file.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-flags.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-javascript-action.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-opt.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-status.html -%%PORTDOCS%%share/doc/php/html/migration.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-submit-form-action.html -%%PORTDOCS%%share/doc/php/html/function.fdf-set-value.html -%%PORTDOCS%%share/doc/php/html/function.feof.html -%%PORTDOCS%%share/doc/php/html/function.fgetc.html -%%PORTDOCS%%share/doc/php/html/function.fgetcsv.html -%%PORTDOCS%%share/doc/php/html/function.fgets.html -%%PORTDOCS%%share/doc/php/html/function.fgetss.html -%%PORTDOCS%%share/doc/php/html/function.file-exists.html -%%PORTDOCS%%share/doc/php/html/function.file.html -%%PORTDOCS%%share/doc/php/html/function.fileatime.html -%%PORTDOCS%%share/doc/php/html/function.filectime.html -%%PORTDOCS%%share/doc/php/html/function.filegroup.html -%%PORTDOCS%%share/doc/php/html/function.fileinode.html -%%PORTDOCS%%share/doc/php/html/function.filemtime.html -%%PORTDOCS%%share/doc/php/html/function.fileowner.html -%%PORTDOCS%%share/doc/php/html/oop.html -%%PORTDOCS%%share/doc/php/html/function.fileperms.html -%%PORTDOCS%%share/doc/php/html/function.filepro-fieldcount.html -%%PORTDOCS%%share/doc/php/html/function.filepro-fieldname.html -%%PORTDOCS%%share/doc/php/html/function.filepro-fieldtype.html -%%PORTDOCS%%share/doc/php/html/function.filepro-fieldwidth.html -%%PORTDOCS%%share/doc/php/html/function.filepro-retrieve.html -%%PORTDOCS%%share/doc/php/html/function.filepro-rowcount.html -%%PORTDOCS%%share/doc/php/html/function.filepro.html -%%PORTDOCS%%share/doc/php/html/function.filesize.html -%%PORTDOCS%%share/doc/php/html/function.filetype.html -%%PORTDOCS%%share/doc/php/html/function.flock.html -%%PORTDOCS%%share/doc/php/html/function.floor.html -%%PORTDOCS%%share/doc/php/html/function.flush.html -%%PORTDOCS%%share/doc/php/html/function.fopen.html -%%PORTDOCS%%share/doc/php/html/operators.html -%%PORTDOCS%%share/doc/php/html/function.fpassthru.html -%%PORTDOCS%%share/doc/php/html/function.fputs.html -%%PORTDOCS%%share/doc/php/html/function.fread.html -%%PORTDOCS%%share/doc/php/html/function.frenchtojd.html -%%PORTDOCS%%share/doc/php/html/function.fscanf.html -%%PORTDOCS%%share/doc/php/html/function.fseek.html -%%PORTDOCS%%share/doc/php/html/function.fsockopen.html -%%PORTDOCS%%share/doc/php/html/function.fstat.html -%%PORTDOCS%%share/doc/php/html/function.ftell.html -%%PORTDOCS%%share/doc/php/html/function.ftp-cdup.html -%%PORTDOCS%%share/doc/php/html/function.ftp-chdir.html -%%PORTDOCS%%share/doc/php/html/function.ftp-connect.html -%%PORTDOCS%%share/doc/php/html/function.ftp-delete.html -%%PORTDOCS%%share/doc/php/html/function.ftp-fget.html -%%PORTDOCS%%share/doc/php/html/function.ftp-fput.html -%%PORTDOCS%%share/doc/php/html/function.ftp-get.html -%%PORTDOCS%%share/doc/php/html/function.ftp-login.html -%%PORTDOCS%%share/doc/php/html/function.ftp-mdtm.html -%%PORTDOCS%%share/doc/php/html/function.ftp-mkdir.html -%%PORTDOCS%%share/doc/php/html/function.ftp-nlist.html -%%PORTDOCS%%share/doc/php/html/function.ftp-pasv.html -%%PORTDOCS%%share/doc/php/html/function.ftp-put.html -%%PORTDOCS%%share/doc/php/html/function.ftp-pwd.html -%%PORTDOCS%%share/doc/php/html/function.ftp-quit.html -%%PORTDOCS%%share/doc/php/html/function.ftp-rawlist.html -%%PORTDOCS%%share/doc/php/html/function.ftp-rename.html -%%PORTDOCS%%share/doc/php/html/function.ftp-rmdir.html -%%PORTDOCS%%share/doc/php/html/function.ftp-site.html -%%PORTDOCS%%share/doc/php/html/function.ftp-size.html -%%PORTDOCS%%share/doc/php/html/function.ftp-systype.html -%%PORTDOCS%%share/doc/php/html/function.ftruncate.html -%%PORTDOCS%%share/doc/php/html/r5601.html -%%PORTDOCS%%share/doc/php/html/function.func-get-arg.html -%%PORTDOCS%%share/doc/php/html/function.func-get-args.html -%%PORTDOCS%%share/doc/php/html/function.func-num-args.html -%%PORTDOCS%%share/doc/php/html/function.function-exists.html -%%PORTDOCS%%share/doc/php/html/function.fwrite.html -%%PORTDOCS%%share/doc/php/html/function.get-browser.html -%%PORTDOCS%%share/doc/php/html/function.get-cfg-var.html -%%PORTDOCS%%share/doc/php/html/function.get-class-methods.html -%%PORTDOCS%%share/doc/php/html/function.get-class-vars.html -%%PORTDOCS%%share/doc/php/html/function.get-class.html -%%PORTDOCS%%share/doc/php/html/function.get-current-user.html -%%PORTDOCS%%share/doc/php/html/function.get-declared-classes.html -%%PORTDOCS%%share/doc/php/html/function.get-extension-funcs.html -%%PORTDOCS%%share/doc/php/html/r5607.html -%%PORTDOCS%%share/doc/php/html/function.get-html-translation-table.html -%%PORTDOCS%%share/doc/php/html/function.get-included-files.html -%%PORTDOCS%%share/doc/php/html/function.get-loaded-extensions.html -%%PORTDOCS%%share/doc/php/html/function.get-magic-quotes-gpc.html -%%PORTDOCS%%share/doc/php/html/function.get-magic-quotes-runtime.html -%%PORTDOCS%%share/doc/php/html/function.get-meta-tags.html -%%PORTDOCS%%share/doc/php/html/function.get-object-vars.html -%%PORTDOCS%%share/doc/php/html/function.get-parent-class.html -%%PORTDOCS%%share/doc/php/html/function.get-required-files.html -%%PORTDOCS%%share/doc/php/html/function.getallheaders.html -%%PORTDOCS%%share/doc/php/html/function.getcwd.html -%%PORTDOCS%%share/doc/php/html/function.getdate.html -%%PORTDOCS%%share/doc/php/html/r5686.html -%%PORTDOCS%%share/doc/php/html/function.getenv.html -%%PORTDOCS%%share/doc/php/html/function.gethostbyaddr.html -%%PORTDOCS%%share/doc/php/html/function.gethostbyname.html -%%PORTDOCS%%share/doc/php/html/function.gethostbynamel.html -%%PORTDOCS%%share/doc/php/html/function.getimagesize.html -%%PORTDOCS%%share/doc/php/html/function.getlastmod.html -%%PORTDOCS%%share/doc/php/html/function.getmxrr.html -%%PORTDOCS%%share/doc/php/html/function.getmyinode.html -%%PORTDOCS%%share/doc/php/html/function.getmypid.html -%%PORTDOCS%%share/doc/php/html/function.getmyuid.html -%%PORTDOCS%%share/doc/php/html/function.getprotobyname.html -%%PORTDOCS%%share/doc/php/html/function.getprotobynumber.html -%%PORTDOCS%%share/doc/php/html/function.getrandmax.html -%%PORTDOCS%%share/doc/php/html/function.getrusage.html -%%PORTDOCS%%share/doc/php/html/function.getservbyname.html -%%PORTDOCS%%share/doc/php/html/function.getservbyport.html -%%PORTDOCS%%share/doc/php/html/function.gettext.html -%%PORTDOCS%%share/doc/php/html/function.gettimeofday.html -%%PORTDOCS%%share/doc/php/html/function.gettype.html -%%PORTDOCS%%share/doc/php/html/function.gmdate.html -%%PORTDOCS%%share/doc/php/html/function.gmmktime.html -%%PORTDOCS%%share/doc/php/html/function.gmstrftime.html -%%PORTDOCS%%share/doc/php/html/function.gregoriantojd.html -%%PORTDOCS%%share/doc/php/html/function.gzclose.html -%%PORTDOCS%%share/doc/php/html/function.gzcompress.html -%%PORTDOCS%%share/doc/php/html/function.gzeof.html -%%PORTDOCS%%share/doc/php/html/function.gzfile.html -%%PORTDOCS%%share/doc/php/html/function.gzgetc.html -%%PORTDOCS%%share/doc/php/html/function.gzgets.html -%%PORTDOCS%%share/doc/php/html/function.gzgetss.html -%%PORTDOCS%%share/doc/php/html/function.gzopen.html -%%PORTDOCS%%share/doc/php/html/function.gzpassthru.html -%%PORTDOCS%%share/doc/php/html/function.gzputs.html -%%PORTDOCS%%share/doc/php/html/function.gzread.html -%%PORTDOCS%%share/doc/php/html/function.gzrewind.html -%%PORTDOCS%%share/doc/php/html/function.gzseek.html -%%PORTDOCS%%share/doc/php/html/function.gztell.html -%%PORTDOCS%%share/doc/php/html/function.gzuncompress.html -%%PORTDOCS%%share/doc/php/html/function.gzwrite.html -%%PORTDOCS%%share/doc/php/html/function.header.html -%%PORTDOCS%%share/doc/php/html/function.headers-sent.html -%%PORTDOCS%%share/doc/php/html/function.hebrev.html -%%PORTDOCS%%share/doc/php/html/function.hebrevc.html -%%PORTDOCS%%share/doc/php/html/function.hexdec.html -%%PORTDOCS%%share/doc/php/html/r5819.html -%%PORTDOCS%%share/doc/php/html/function.highlight-file.html -%%PORTDOCS%%share/doc/php/html/function.highlight-string.html -%%PORTDOCS%%share/doc/php/html/function.htmlentities.html -%%PORTDOCS%%share/doc/php/html/function.htmlspecialchars.html -%%PORTDOCS%%share/doc/php/html/function.hw-array2objrec.html -%%PORTDOCS%%share/doc/php/html/function.hw-children.html -%%PORTDOCS%%share/doc/php/html/function.hw-childrenobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-close.html -%%PORTDOCS%%share/doc/php/html/function.hw-connect.html -%%PORTDOCS%%share/doc/php/html/function.hw-cp.html -%%PORTDOCS%%share/doc/php/html/function.hw-deleteobject.html -%%PORTDOCS%%share/doc/php/html/function.hw-docbyanchor.html -%%PORTDOCS%%share/doc/php/html/function.hw-docbyanchorobj.html -%%PORTDOCS%%share/doc/php/html/phpdevel.html -%%PORTDOCS%%share/doc/php/html/function.hw-documentattributes.html -%%PORTDOCS%%share/doc/php/html/function.hw-documentbodytag.html -%%PORTDOCS%%share/doc/php/html/function.hw-documentcontent.html -%%PORTDOCS%%share/doc/php/html/function.hw-documentsetcontent.html -%%PORTDOCS%%share/doc/php/html/function.hw-documentsize.html -%%PORTDOCS%%share/doc/php/html/function.hw-edittext.html -%%PORTDOCS%%share/doc/php/html/function.hw-error.html -%%PORTDOCS%%share/doc/php/html/function.hw-errormsg.html -%%PORTDOCS%%share/doc/php/html/function.hw-free-document.html -%%PORTDOCS%%share/doc/php/html/function.hw-getanchors.html -%%PORTDOCS%%share/doc/php/html/function.hw-getanchorsobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getandlock.html -%%PORTDOCS%%share/doc/php/html/function.hw-getchildcoll.html -%%PORTDOCS%%share/doc/php/html/function.hw-getchildcollobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getchilddoccoll.html -%%PORTDOCS%%share/doc/php/html/function.hw-getchilddoccollobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getobject.html -%%PORTDOCS%%share/doc/php/html/function.hw-getobjectbyquery.html -%%PORTDOCS%%share/doc/php/html/function.hw-getobjectbyquerycoll.html -%%PORTDOCS%%share/doc/php/html/function.hw-getobjectbyquerycollobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getobjectbyqueryobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getparents.html -%%PORTDOCS%%share/doc/php/html/function.hw-getparentsobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getremote.html -%%PORTDOCS%%share/doc/php/html/function.hw-gettext.html -%%PORTDOCS%%share/doc/php/html/function.hw-getremotechildren.html -%%PORTDOCS%%share/doc/php/html/function.hw-getsrcbydestobj.html -%%PORTDOCS%%share/doc/php/html/function.hw-getusername.html -%%PORTDOCS%%share/doc/php/html/function.hw-identify.html -%%PORTDOCS%%share/doc/php/html/function.hw-incollections.html -%%PORTDOCS%%share/doc/php/html/function.hw-info.html -%%PORTDOCS%%share/doc/php/html/function.hw-inscoll.html -%%PORTDOCS%%share/doc/php/html/function.hw-insdoc.html -%%PORTDOCS%%share/doc/php/html/function.hw-insertdocument.html -%%PORTDOCS%%share/doc/php/html/function.hw-insertobject.html -%%PORTDOCS%%share/doc/php/html/function.hw-mapid.html -%%PORTDOCS%%share/doc/php/html/function.hw-modifyobject.html -%%PORTDOCS%%share/doc/php/html/function.hw-mv.html -%%PORTDOCS%%share/doc/php/html/function.isset.html -%%PORTDOCS%%share/doc/php/html/function.hw-new-document.html -%%PORTDOCS%%share/doc/php/html/function.hw-objrec2array.html -%%PORTDOCS%%share/doc/php/html/function.hw-outputdocument.html -%%PORTDOCS%%share/doc/php/html/function.hw-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.hw-pipedocument.html -%%PORTDOCS%%share/doc/php/html/function.hw-root.html -%%PORTDOCS%%share/doc/php/html/function.hw-unlock.html -%%PORTDOCS%%share/doc/php/html/function.hw-who.html -%%PORTDOCS%%share/doc/php/html/function.ibase-bind.html -%%PORTDOCS%%share/doc/php/html/function.ibase-close.html -%%PORTDOCS%%share/doc/php/html/function.ibase-connect.html -%%PORTDOCS%%share/doc/php/html/function.ibase-execute.html -%%PORTDOCS%%share/doc/php/html/function.ibase-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.icap-open.html -%%PORTDOCS%%share/doc/php/html/function.ibase-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.ibase-free-query.html -%%PORTDOCS%%share/doc/php/html/function.ibase-free-result.html -%%PORTDOCS%%share/doc/php/html/function.ibase-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.ibase-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.ibase-prepare.html -%%PORTDOCS%%share/doc/php/html/function.ibase-query.html -%%PORTDOCS%%share/doc/php/html/function.ibase-timefmt.html -%%PORTDOCS%%share/doc/php/html/function.icap-close.html -%%PORTDOCS%%share/doc/php/html/function.icap-delete-event.html -%%PORTDOCS%%share/doc/php/html/function.icap-fetch-event.html -%%PORTDOCS%%share/doc/php/html/function.icap-list-alarms.html -%%PORTDOCS%%share/doc/php/html/function.icap-list-events.html -%%PORTDOCS%%share/doc/php/html/function.icap-snooze.html -%%PORTDOCS%%share/doc/php/html/function.icap-store-event.html -%%PORTDOCS%%share/doc/php/html/function.ifx-affected-rows.html -%%PORTDOCS%%share/doc/php/html/function.ifx-blobinfile-mode.html -%%PORTDOCS%%share/doc/php/html/function.ifx-byteasvarchar.html -%%PORTDOCS%%share/doc/php/html/function.ifx-close.html -%%PORTDOCS%%share/doc/php/html/function.ifx-connect.html -%%PORTDOCS%%share/doc/php/html/function.ifx-copy-blob.html -%%PORTDOCS%%share/doc/php/html/function.ifx-create-blob.html -%%PORTDOCS%%share/doc/php/html/function.ifx-create-char.html -%%PORTDOCS%%share/doc/php/html/function.ifx-do.html -%%PORTDOCS%%share/doc/php/html/function.ifx-error.html -%%PORTDOCS%%share/doc/php/html/function.ifx-errormsg.html -%%PORTDOCS%%share/doc/php/html/function.join.html -%%PORTDOCS%%share/doc/php/html/function.ifx-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.ifx-fieldproperties.html -%%PORTDOCS%%share/doc/php/html/function.ifx-fieldtypes.html -%%PORTDOCS%%share/doc/php/html/function.ifx-free-blob.html -%%PORTDOCS%%share/doc/php/html/function.ifx-free-char.html -%%PORTDOCS%%share/doc/php/html/function.ifx-free-result.html -%%PORTDOCS%%share/doc/php/html/function.ifx-get-blob.html -%%PORTDOCS%%share/doc/php/html/function.ifx-get-char.html -%%PORTDOCS%%share/doc/php/html/function.ifx-getsqlca.html -%%PORTDOCS%%share/doc/php/html/function.ifx-htmltbl-result.html -%%PORTDOCS%%share/doc/php/html/function.ifx-nullformat.html -%%PORTDOCS%%share/doc/php/html/function.ifx-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.ifx-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.ifx-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.ifx-prepare.html -%%PORTDOCS%%share/doc/php/html/function.ifx-query.html -%%PORTDOCS%%share/doc/php/html/function.ifx-textasvarchar.html -%%PORTDOCS%%share/doc/php/html/function.ifx-update-blob.html -%%PORTDOCS%%share/doc/php/html/function.ifx-update-char.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-close-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-create-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-free-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-open-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-read-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-seek-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-tell-slob.html -%%PORTDOCS%%share/doc/php/html/function.ifxus-write-slob.html -%%PORTDOCS%%share/doc/php/html/function.ignore-user-abort.html -%%PORTDOCS%%share/doc/php/html/function.imagearc.html -%%PORTDOCS%%share/doc/php/html/function.imagechar.html -%%PORTDOCS%%share/doc/php/html/function.imagecharup.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorallocate.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorat.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorclosest.html -%%PORTDOCS%%share/doc/php/html/function.imagecolordeallocate.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorexact.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorresolve.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorset.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorsforindex.html -%%PORTDOCS%%share/doc/php/html/function.imagecolorstotal.html -%%PORTDOCS%%share/doc/php/html/function.imagecolortransparent.html -%%PORTDOCS%%share/doc/php/html/function.imagecopy.html -%%PORTDOCS%%share/doc/php/html/function.imagecopyresized.html -%%PORTDOCS%%share/doc/php/html/function.imagecreate.html -%%PORTDOCS%%share/doc/php/html/function.imagecreatefromgif.html -%%PORTDOCS%%share/doc/php/html/function.imagecreatefromjpeg.html -%%PORTDOCS%%share/doc/php/html/function.imagecreatefrompng.html -%%PORTDOCS%%share/doc/php/html/function.imagedashedline.html -%%PORTDOCS%%share/doc/php/html/function.imagedestroy.html -%%PORTDOCS%%share/doc/php/html/function.imagefill.html -%%PORTDOCS%%share/doc/php/html/function.imagefilledpolygon.html -%%PORTDOCS%%share/doc/php/html/function.imagegif.html -%%PORTDOCS%%share/doc/php/html/function.imagefilledrectangle.html -%%PORTDOCS%%share/doc/php/html/function.imagefilltoborder.html -%%PORTDOCS%%share/doc/php/html/function.imagefontheight.html -%%PORTDOCS%%share/doc/php/html/function.imagefontwidth.html -%%PORTDOCS%%share/doc/php/html/function.imagegammacorrect.html -%%PORTDOCS%%share/doc/php/html/function.imageinterlace.html -%%PORTDOCS%%share/doc/php/html/function.imagejpeg.html -%%PORTDOCS%%share/doc/php/html/function.imageline.html -%%PORTDOCS%%share/doc/php/html/function.imageloadfont.html -%%PORTDOCS%%share/doc/php/html/function.imagepng.html -%%PORTDOCS%%share/doc/php/html/function.imagepolygon.html -%%PORTDOCS%%share/doc/php/html/function.imagepsbbox.html -%%PORTDOCS%%share/doc/php/html/function.imagepsencodefont.html -%%PORTDOCS%%share/doc/php/html/preface.html -%%PORTDOCS%%share/doc/php/html/function.imagepsextendfont.html -%%PORTDOCS%%share/doc/php/html/function.imagepsfreefont.html -%%PORTDOCS%%share/doc/php/html/function.imagepsloadfont.html -%%PORTDOCS%%share/doc/php/html/function.imagepsslantfont.html -%%PORTDOCS%%share/doc/php/html/function.imagepstext.html -%%PORTDOCS%%share/doc/php/html/function.imagerectangle.html -%%PORTDOCS%%share/doc/php/html/function.imagesetpixel.html -%%PORTDOCS%%share/doc/php/html/function.imagestring.html -%%PORTDOCS%%share/doc/php/html/function.imagestringup.html -%%PORTDOCS%%share/doc/php/html/function.imagesx.html -%%PORTDOCS%%share/doc/php/html/function.imagesy.html -%%PORTDOCS%%share/doc/php/html/function.imagettfbbox.html -%%PORTDOCS%%share/doc/php/html/function.imagettftext.html -%%PORTDOCS%%share/doc/php/html/function.imap-8bit.html -%%PORTDOCS%%share/doc/php/html/function.imagetypes.html -%%PORTDOCS%%share/doc/php/html/function.imap-alerts.html -%%PORTDOCS%%share/doc/php/html/function.imap-append.html -%%PORTDOCS%%share/doc/php/html/function.imap-base64.html -%%PORTDOCS%%share/doc/php/html/function.imap-binary.html -%%PORTDOCS%%share/doc/php/html/function.imap-body.html -%%PORTDOCS%%share/doc/php/html/function.imap-check.html -%%PORTDOCS%%share/doc/php/html/function.imap-clearflag-full.html -%%PORTDOCS%%share/doc/php/html/function.imap-close.html -%%PORTDOCS%%share/doc/php/html/function.imap-createmailbox.html -%%PORTDOCS%%share/doc/php/html/function.imap-delete.html -%%PORTDOCS%%share/doc/php/html/function.imap-deletemailbox.html -%%PORTDOCS%%share/doc/php/html/function.imap-errors.html -%%PORTDOCS%%share/doc/php/html/r6529.html -%%PORTDOCS%%share/doc/php/html/function.imap-expunge.html -%%PORTDOCS%%share/doc/php/html/function.imap-fetch-overview.html -%%PORTDOCS%%share/doc/php/html/function.imap-fetchbody.html -%%PORTDOCS%%share/doc/php/html/function.imap-fetchheader.html -%%PORTDOCS%%share/doc/php/html/function.imap-fetchstructure.html -%%PORTDOCS%%share/doc/php/html/function.imap-getmailboxes.html -%%PORTDOCS%%share/doc/php/html/function.imap-getsubscribed.html -%%PORTDOCS%%share/doc/php/html/function.imap-header.html -%%PORTDOCS%%share/doc/php/html/function.imap-headerinfo.html -%%PORTDOCS%%share/doc/php/html/function.imap-headers.html -%%PORTDOCS%%share/doc/php/html/function.imap-last-error.html -%%PORTDOCS%%share/doc/php/html/function.imap-listmailbox.html -%%PORTDOCS%%share/doc/php/html/function.imap-mail.html -%%PORTDOCS%%share/doc/php/html/function.imap-listsubscribed.html -%%PORTDOCS%%share/doc/php/html/function.imap-mail-compose.html -%%PORTDOCS%%share/doc/php/html/function.imap-mail-copy.html -%%PORTDOCS%%share/doc/php/html/function.imap-mail-move.html -%%PORTDOCS%%share/doc/php/html/function.imap-mailboxmsginfo.html -%%PORTDOCS%%share/doc/php/html/function.imap-mime-header-decode.html -%%PORTDOCS%%share/doc/php/html/function.imap-msgno.html -%%PORTDOCS%%share/doc/php/html/function.imap-num-msg.html -%%PORTDOCS%%share/doc/php/html/function.imap-num-recent.html -%%PORTDOCS%%share/doc/php/html/function.imap-open.html -%%PORTDOCS%%share/doc/php/html/function.imap-ping.html -%%PORTDOCS%%share/doc/php/html/function.imap-qprint.html -%%PORTDOCS%%share/doc/php/html/function.imap-renamemailbox.html -%%PORTDOCS%%share/doc/php/html/function.imap-reopen.html -%%PORTDOCS%%share/doc/php/html/function.imap-rfc822-parse-adrlist.html -%%PORTDOCS%%share/doc/php/html/function.imap-rfc822-parse-headers.html -%%PORTDOCS%%share/doc/php/html/function.imap-rfc822-write-address.html -%%PORTDOCS%%share/doc/php/html/function.imap-scanmailbox.html -%%PORTDOCS%%share/doc/php/html/function.imap-search.html -%%PORTDOCS%%share/doc/php/html/function.imap-setflag-full.html -%%PORTDOCS%%share/doc/php/html/function.imap-sort.html -%%PORTDOCS%%share/doc/php/html/function.imap-status.html -%%PORTDOCS%%share/doc/php/html/function.imap-subscribe.html -%%PORTDOCS%%share/doc/php/html/function.imap-uid.html -%%PORTDOCS%%share/doc/php/html/function.imap-undelete.html -%%PORTDOCS%%share/doc/php/html/function.imap-unsubscribe.html -%%PORTDOCS%%share/doc/php/html/function.imap-utf7-decode.html -%%PORTDOCS%%share/doc/php/html/function.imap-utf7-encode.html -%%PORTDOCS%%share/doc/php/html/function.imap-utf8.html -%%PORTDOCS%%share/doc/php/html/function.implode.html -%%PORTDOCS%%share/doc/php/html/function.in-array.html -%%PORTDOCS%%share/doc/php/html/function.include-once.html -%%PORTDOCS%%share/doc/php/html/function.include.html -%%PORTDOCS%%share/doc/php/html/function.ini-alter.html -%%PORTDOCS%%share/doc/php/html/function.ini-get.html -%%PORTDOCS%%share/doc/php/html/function.ini-restore.html -%%PORTDOCS%%share/doc/php/html/function.ini-set.html -%%PORTDOCS%%share/doc/php/html/function.intval.html -%%PORTDOCS%%share/doc/php/html/function.ip2long.html -%%PORTDOCS%%share/doc/php/html/function.iptcparse.html -%%PORTDOCS%%share/doc/php/html/function.is-array.html -%%PORTDOCS%%share/doc/php/html/function.is-bool.html -%%PORTDOCS%%share/doc/php/html/function.is-dir.html -%%PORTDOCS%%share/doc/php/html/function.is-double.html -%%PORTDOCS%%share/doc/php/html/function.is-executable.html -%%PORTDOCS%%share/doc/php/html/function.is-file.html -%%PORTDOCS%%share/doc/php/html/function.is-float.html -%%PORTDOCS%%share/doc/php/html/function.is-int.html -%%PORTDOCS%%share/doc/php/html/function.is-integer.html -%%PORTDOCS%%share/doc/php/html/function.is-link.html -%%PORTDOCS%%share/doc/php/html/function.is-long.html -%%PORTDOCS%%share/doc/php/html/function.is-numeric.html -%%PORTDOCS%%share/doc/php/html/function.is-object.html -%%PORTDOCS%%share/doc/php/html/function.is-readable.html -%%PORTDOCS%%share/doc/php/html/function.is-real.html -%%PORTDOCS%%share/doc/php/html/function.is-resource.html -%%PORTDOCS%%share/doc/php/html/function.is-string.html -%%PORTDOCS%%share/doc/php/html/function.is-subclass-of.html -%%PORTDOCS%%share/doc/php/html/function.is-uploaded-file.html -%%PORTDOCS%%share/doc/php/html/function.is-writeable.html -%%PORTDOCS%%share/doc/php/html/function.jddayofweek.html -%%PORTDOCS%%share/doc/php/html/function.jdmonthname.html -%%PORTDOCS%%share/doc/php/html/function.jdtofrench.html -%%PORTDOCS%%share/doc/php/html/function.jdtogregorian.html -%%PORTDOCS%%share/doc/php/html/function.jdtojewish.html -%%PORTDOCS%%share/doc/php/html/function.jdtojulian.html -%%PORTDOCS%%share/doc/php/html/function.jdtounix.html -%%PORTDOCS%%share/doc/php/html/function.jewishtojd.html -%%PORTDOCS%%share/doc/php/html/function.juliantojd.html -%%PORTDOCS%%share/doc/php/html/function.key.html -%%PORTDOCS%%share/doc/php/html/function.krsort.html -%%PORTDOCS%%share/doc/php/html/function.ksort.html -%%PORTDOCS%%share/doc/php/html/function.lcg-value.html -%%PORTDOCS%%share/doc/php/html/function.ldap-add.html -%%PORTDOCS%%share/doc/php/html/function.ldap-bind.html -%%PORTDOCS%%share/doc/php/html/function.ldap-close.html -%%PORTDOCS%%share/doc/php/html/function.ldap-compare.html -%%PORTDOCS%%share/doc/php/html/function.ldap-connect.html -%%PORTDOCS%%share/doc/php/html/function.ldap-count-entries.html -%%PORTDOCS%%share/doc/php/html/function.ldap-delete.html -%%PORTDOCS%%share/doc/php/html/function.ldap-dn2ufn.html -%%PORTDOCS%%share/doc/php/html/function.ldap-err2str.html -%%PORTDOCS%%share/doc/php/html/function.ldap-errno.html -%%PORTDOCS%%share/doc/php/html/function.ldap-error.html -%%PORTDOCS%%share/doc/php/html/r6628.html -%%PORTDOCS%%share/doc/php/html/function.ldap-explode-dn.html -%%PORTDOCS%%share/doc/php/html/function.ldap-first-attribute.html -%%PORTDOCS%%share/doc/php/html/function.ldap-first-entry.html -%%PORTDOCS%%share/doc/php/html/function.ldap-free-result.html -%%PORTDOCS%%share/doc/php/html/function.ldap-get-attributes.html -%%PORTDOCS%%share/doc/php/html/function.ldap-get-dn.html -%%PORTDOCS%%share/doc/php/html/function.ldap-get-entries.html -%%PORTDOCS%%share/doc/php/html/function.ldap-get-values-len.html -%%PORTDOCS%%share/doc/php/html/function.ldap-get-values.html -%%PORTDOCS%%share/doc/php/html/function.ldap-list.html -%%PORTDOCS%%share/doc/php/html/function.ldap-mod-add.html -%%PORTDOCS%%share/doc/php/html/function.ldap-mod-del.html -%%PORTDOCS%%share/doc/php/html/function.ldap-mod-replace.html -%%PORTDOCS%%share/doc/php/html/function.ldap-modify.html -%%PORTDOCS%%share/doc/php/html/function.ldap-next-attribute.html -%%PORTDOCS%%share/doc/php/html/function.ldap-next-entry.html -%%PORTDOCS%%share/doc/php/html/function.ldap-read.html -%%PORTDOCS%%share/doc/php/html/function.ldap-search.html -%%PORTDOCS%%share/doc/php/html/function.ldap-unbind.html -%%PORTDOCS%%share/doc/php/html/function.leak.html -%%PORTDOCS%%share/doc/php/html/function.levenshtein.html -%%PORTDOCS%%share/doc/php/html/function.link.html -%%PORTDOCS%%share/doc/php/html/function.linkinfo.html -%%PORTDOCS%%share/doc/php/html/function.list.html -%%PORTDOCS%%share/doc/php/html/function.listen.html -%%PORTDOCS%%share/doc/php/html/function.localtime.html -%%PORTDOCS%%share/doc/php/html/function.log.html -%%PORTDOCS%%share/doc/php/html/function.log10.html -%%PORTDOCS%%share/doc/php/html/function.long2ip.html -%%PORTDOCS%%share/doc/php/html/function.lstat.html -%%PORTDOCS%%share/doc/php/html/function.ltrim.html -%%PORTDOCS%%share/doc/php/html/function.mail.html -%%PORTDOCS%%share/doc/php/html/function.max.html -%%PORTDOCS%%share/doc/php/html/function.mcal-append-event.html -%%PORTDOCS%%share/doc/php/html/function.mcal-close.html -%%PORTDOCS%%share/doc/php/html/function.mcal-create-calendar.html -%%PORTDOCS%%share/doc/php/html/function.mcal-date-compare.html -%%PORTDOCS%%share/doc/php/html/function.mcal-date-valid.html -%%PORTDOCS%%share/doc/php/html/function.mcal-day-of-week.html -%%PORTDOCS%%share/doc/php/html/function.mcal-day-of-year.html -%%PORTDOCS%%share/doc/php/html/function.mcal-days-in-month.html -%%PORTDOCS%%share/doc/php/html/function.mcal-delete-calendar.html -%%PORTDOCS%%share/doc/php/html/function.mcal-delete-event.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-add-attribute.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-init.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-alarm.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-category.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-class.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-description.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-end.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-daily.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-monthly-mday.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-start.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-monthly-wday.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-none.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-weekly.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-recur-yearly.html -%%PORTDOCS%%share/doc/php/html/function.mcal-event-set-title.html -%%PORTDOCS%%share/doc/php/html/function.mcal-expunge.html -%%PORTDOCS%%share/doc/php/html/function.mcal-fetch-current-stream-event.html -%%PORTDOCS%%share/doc/php/html/function.mcal-fetch-event.html -%%PORTDOCS%%share/doc/php/html/function.mcal-is-leap-year.html -%%PORTDOCS%%share/doc/php/html/function.mcal-list-alarms.html -%%PORTDOCS%%share/doc/php/html/function.mcal-list-events.html -%%PORTDOCS%%share/doc/php/html/function.mcal-next-recurrence.html -%%PORTDOCS%%share/doc/php/html/function.mcal-open.html -%%PORTDOCS%%share/doc/php/html/function.mcal-popen.html -%%PORTDOCS%%share/doc/php/html/function.mcal-rename-calendar.html -%%PORTDOCS%%share/doc/php/html/function.mcal-reopen.html -%%PORTDOCS%%share/doc/php/html/function.mcal-snooze.html -%%PORTDOCS%%share/doc/php/html/function.mcal-store-event.html -%%PORTDOCS%%share/doc/php/html/function.mcal-time-valid.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-cbc.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-cfb.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-create-iv.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-decrypt.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-ecb.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-algorithms-name.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-block-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-iv-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-key-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-modes-name.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-get-supported-key-sizes.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-is-block-algorithm-mode.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-is-block-algorithm.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-is-block-mode.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-enc-self-test.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-encrypt.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-generic-end.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-generic-init.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-generic.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-get-block-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-get-cipher-name.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-get-iv-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-get-key-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-list-algorithms.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-list-modes.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-get-algo-block-size.html -%%PORTDOCS%%share/doc/php/html/r6669.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-get-algo-key-size.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-get-algo-supported-key-sizes.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-is-block-algorithm-mode.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-is-block-algorithm.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-is-block-mode.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-open.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-module-self-test.html -%%PORTDOCS%%share/doc/php/html/function.mcrypt-ofb.html -%%PORTDOCS%%share/doc/php/html/function.md5.html -%%PORTDOCS%%share/doc/php/html/function.mdecrypt-generic.html -%%PORTDOCS%%share/doc/php/html/r6691.html -%%PORTDOCS%%share/doc/php/html/function.metaphone.html -%%PORTDOCS%%share/doc/php/html/function.method-exists.html -%%PORTDOCS%%share/doc/php/html/function.mhash-count.html -%%PORTDOCS%%share/doc/php/html/function.mhash-get-block-size.html -%%PORTDOCS%%share/doc/php/html/function.mhash-get-hash-name.html -%%PORTDOCS%%share/doc/php/html/function.mhash.html -%%PORTDOCS%%share/doc/php/html/function.microtime.html -%%PORTDOCS%%share/doc/php/html/function.min.html -%%PORTDOCS%%share/doc/php/html/function.mkdir.html -%%PORTDOCS%%share/doc/php/html/function.mktime.html -%%PORTDOCS%%share/doc/php/html/function.move-uploaded-file.html -%%PORTDOCS%%share/doc/php/html/function.msql-affected-rows.html -%%PORTDOCS%%share/doc/php/html/function.msql-close.html -%%PORTDOCS%%share/doc/php/html/function.msql-connect.html -%%PORTDOCS%%share/doc/php/html/function.msql-create-db.html -%%PORTDOCS%%share/doc/php/html/function.msql-createdb.html -%%PORTDOCS%%share/doc/php/html/function.msql-data-seek.html -%%PORTDOCS%%share/doc/php/html/function.msql-dbname.html -%%PORTDOCS%%share/doc/php/html/function.msql-drop-db.html -%%PORTDOCS%%share/doc/php/html/function.msql-dropdb.html -%%PORTDOCS%%share/doc/php/html/function.msql-error.html -%%PORTDOCS%%share/doc/php/html/function.msql-fetch-array.html -%%PORTDOCS%%share/doc/php/html/function.msql-fetch-field.html -%%PORTDOCS%%share/doc/php/html/function.msql-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.msql-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.msql-field-seek.html -%%PORTDOCS%%share/doc/php/html/function.msql-fieldflags.html -%%PORTDOCS%%share/doc/php/html/function.msql-fieldlen.html -%%PORTDOCS%%share/doc/php/html/function.msql-fieldname.html -%%PORTDOCS%%share/doc/php/html/function.msql-fieldtable.html -%%PORTDOCS%%share/doc/php/html/function.msql-fieldtype.html -%%PORTDOCS%%share/doc/php/html/function.msql-free-result.html -%%PORTDOCS%%share/doc/php/html/function.msql-freeresult.html -%%PORTDOCS%%share/doc/php/html/function.msql-list-dbs.html -%%PORTDOCS%%share/doc/php/html/function.msql-list-fields.html -%%PORTDOCS%%share/doc/php/html/function.msql-list-tables.html -%%PORTDOCS%%share/doc/php/html/function.msql-listdbs.html -%%PORTDOCS%%share/doc/php/html/function.msql-listfields.html -%%PORTDOCS%%share/doc/php/html/function.msql-listtables.html -%%PORTDOCS%%share/doc/php/html/function.msql-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.msql-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.msql-numfields.html -%%PORTDOCS%%share/doc/php/html/function.msql-numrows.html -%%PORTDOCS%%share/doc/php/html/function.msql-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.msql-query.html -%%PORTDOCS%%share/doc/php/html/function.msql-regcase.html -%%PORTDOCS%%share/doc/php/html/function.msql-result.html -%%PORTDOCS%%share/doc/php/html/function.msql-select-db.html -%%PORTDOCS%%share/doc/php/html/function.msql-selectdb.html -%%PORTDOCS%%share/doc/php/html/function.msql-tablename.html -%%PORTDOCS%%share/doc/php/html/function.msql.html -%%PORTDOCS%%share/doc/php/html/function.mssql-affected-rows.html -%%PORTDOCS%%share/doc/php/html/function.mssql-close.html -%%PORTDOCS%%share/doc/php/html/function.mt-rand.html -%%PORTDOCS%%share/doc/php/html/function.mssql-connect.html -%%PORTDOCS%%share/doc/php/html/function.mssql-data-seek.html -%%PORTDOCS%%share/doc/php/html/function.mssql-fetch-array.html -%%PORTDOCS%%share/doc/php/html/function.mssql-fetch-field.html -%%PORTDOCS%%share/doc/php/html/function.mssql-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.mssql-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.mssql-field-length.html -%%PORTDOCS%%share/doc/php/html/function.mssql-field-name.html -%%PORTDOCS%%share/doc/php/html/function.mssql-field-seek.html -%%PORTDOCS%%share/doc/php/html/function.mssql-field-type.html -%%PORTDOCS%%share/doc/php/html/function.mssql-free-result.html -%%PORTDOCS%%share/doc/php/html/function.mssql-get-last-message.html -%%PORTDOCS%%share/doc/php/html/r6720.html -%%PORTDOCS%%share/doc/php/html/function.mssql-min-error-severity.html -%%PORTDOCS%%share/doc/php/html/function.mssql-min-message-severity.html -%%PORTDOCS%%share/doc/php/html/function.mssql-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.mssql-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.mssql-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.mssql-query.html -%%PORTDOCS%%share/doc/php/html/function.mssql-result.html -%%PORTDOCS%%share/doc/php/html/function.mssql-select-db.html -%%PORTDOCS%%share/doc/php/html/function.mt-getrandmax.html -%%PORTDOCS%%share/doc/php/html/function.mt-srand.html -%%PORTDOCS%%share/doc/php/html/function.mysql-affected-rows.html -%%PORTDOCS%%share/doc/php/html/function.mysql-change-user.html -%%PORTDOCS%%share/doc/php/html/function.next.html -%%PORTDOCS%%share/doc/php/html/function.mysql-close.html -%%PORTDOCS%%share/doc/php/html/function.mysql-connect.html -%%PORTDOCS%%share/doc/php/html/function.mysql-create-db.html -%%PORTDOCS%%share/doc/php/html/function.mysql-data-seek.html -%%PORTDOCS%%share/doc/php/html/function.mysql-db-name.html -%%PORTDOCS%%share/doc/php/html/function.mysql-db-query.html -%%PORTDOCS%%share/doc/php/html/function.mysql-drop-db.html -%%PORTDOCS%%share/doc/php/html/function.mysql-errno.html -%%PORTDOCS%%share/doc/php/html/function.mysql-error.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-array.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-assoc.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-field.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-lengths.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.mysql-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-flags.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-len.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-name.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-seek.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-table.html -%%PORTDOCS%%share/doc/php/html/function.mysql-field-type.html -%%PORTDOCS%%share/doc/php/html/function.mysql-free-result.html -%%PORTDOCS%%share/doc/php/html/function.mysql-insert-id.html -%%PORTDOCS%%share/doc/php/html/function.mysql-list-dbs.html -%%PORTDOCS%%share/doc/php/html/function.mysql-list-fields.html -%%PORTDOCS%%share/doc/php/html/function.nl2br.html -%%PORTDOCS%%share/doc/php/html/function.mysql-list-tables.html -%%PORTDOCS%%share/doc/php/html/function.mysql-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.mysql-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.mysql-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.mysql-query.html -%%PORTDOCS%%share/doc/php/html/function.mysql-result.html -%%PORTDOCS%%share/doc/php/html/function.mysql-select-db.html -%%PORTDOCS%%share/doc/php/html/function.mysql-tablename.html -%%PORTDOCS%%share/doc/php/html/function.natcasesort.html -%%PORTDOCS%%share/doc/php/html/function.natsort.html -%%PORTDOCS%%share/doc/php/html/function.number-format.html -%%PORTDOCS%%share/doc/php/html/function.ob-end-clean.html -%%PORTDOCS%%share/doc/php/html/function.ob-end-flush.html -%%PORTDOCS%%share/doc/php/html/r6749.html -%%PORTDOCS%%share/doc/php/html/function.ob-get-contents.html -%%PORTDOCS%%share/doc/php/html/function.ob-get-length.html -%%PORTDOCS%%share/doc/php/html/function.ob-implicit-flush.html -%%PORTDOCS%%share/doc/php/html/function.ob-start.html -%%PORTDOCS%%share/doc/php/html/function.ocibindbyname.html -%%PORTDOCS%%share/doc/php/html/function.ocicolumnisnull.html -%%PORTDOCS%%share/doc/php/html/function.ocicolumnname.html -%%PORTDOCS%%share/doc/php/html/function.ocicolumnsize.html -%%PORTDOCS%%share/doc/php/html/function.ocicolumntype.html -%%PORTDOCS%%share/doc/php/html/function.ocicommit.html -%%PORTDOCS%%share/doc/php/html/function.ocidefinebyname.html -%%PORTDOCS%%share/doc/php/html/function.ocierror.html -%%PORTDOCS%%share/doc/php/html/function.ociexecute.html -%%PORTDOCS%%share/doc/php/html/function.ocifetch.html -%%PORTDOCS%%share/doc/php/html/function.ocifetchinto.html -%%PORTDOCS%%share/doc/php/html/function.ocifetchstatement.html -%%PORTDOCS%%share/doc/php/html/function.ocifreecursor.html -%%PORTDOCS%%share/doc/php/html/function.ocifreedesc.html -%%PORTDOCS%%share/doc/php/html/function.ocifreestatement.html -%%PORTDOCS%%share/doc/php/html/function.ociinternaldebug.html -%%PORTDOCS%%share/doc/php/html/function.ocilogoff.html -%%PORTDOCS%%share/doc/php/html/function.ocilogon.html -%%PORTDOCS%%share/doc/php/html/function.ocinewcursor.html -%%PORTDOCS%%share/doc/php/html/function.ocinewdescriptor.html -%%PORTDOCS%%share/doc/php/html/function.ocinlogon.html -%%PORTDOCS%%share/doc/php/html/function.ocinumcols.html -%%PORTDOCS%%share/doc/php/html/function.ocinumrows.html -%%PORTDOCS%%share/doc/php/html/function.ociparse.html -%%PORTDOCS%%share/doc/php/html/function.ociplogon.html -%%PORTDOCS%%share/doc/php/html/function.ociresult.html -%%PORTDOCS%%share/doc/php/html/function.ocirollback.html -%%PORTDOCS%%share/doc/php/html/function.ocirowcount.html -%%PORTDOCS%%share/doc/php/html/function.ociserverversion.html -%%PORTDOCS%%share/doc/php/html/function.ocistatementtype.html -%%PORTDOCS%%share/doc/php/html/function.octdec.html -%%PORTDOCS%%share/doc/php/html/function.odbc-autocommit.html -%%PORTDOCS%%share/doc/php/html/function.odbc-binmode.html -%%PORTDOCS%%share/doc/php/html/function.odbc-close-all.html -%%PORTDOCS%%share/doc/php/html/function.odbc-close.html -%%PORTDOCS%%share/doc/php/html/function.odbc-columnprivileges.html -%%PORTDOCS%%share/doc/php/html/function.odbc-columns.html -%%PORTDOCS%%share/doc/php/html/function.odbc-do.html -%%PORTDOCS%%share/doc/php/html/function.odbc-commit.html -%%PORTDOCS%%share/doc/php/html/function.odbc-connect.html -%%PORTDOCS%%share/doc/php/html/function.odbc-cursor.html -%%PORTDOCS%%share/doc/php/html/function.odbc-exec.html -%%PORTDOCS%%share/doc/php/html/function.odbc-execute.html -%%PORTDOCS%%share/doc/php/html/function.odbc-fetch-into.html -%%PORTDOCS%%share/doc/php/html/function.odbc-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-len.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-name.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-num.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-precision.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-scale.html -%%PORTDOCS%%share/doc/php/html/function.odbc-field-type.html -%%PORTDOCS%%share/doc/php/html/function.odbc-foreignkeys.html -%%PORTDOCS%%share/doc/php/html/function.odbc-free-result.html -%%PORTDOCS%%share/doc/php/html/function.odbc-gettypeinfo.html -%%PORTDOCS%%share/doc/php/html/function.odbc-longreadlen.html -%%PORTDOCS%%share/doc/php/html/function.odbc-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.odbc-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.odbc-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.odbc-prepare.html -%%PORTDOCS%%share/doc/php/html/function.odbc-primarykeys.html -%%PORTDOCS%%share/doc/php/html/function.odbc-procedurecolumns.html -%%PORTDOCS%%share/doc/php/html/function.odbc-procedures.html -%%PORTDOCS%%share/doc/php/html/function.odbc-result-all.html -%%PORTDOCS%%share/doc/php/html/function.odbc-result.html -%%PORTDOCS%%share/doc/php/html/function.odbc-rollback.html -%%PORTDOCS%%share/doc/php/html/function.odbc-setoption.html -%%PORTDOCS%%share/doc/php/html/function.odbc-specialcolumns.html -%%PORTDOCS%%share/doc/php/html/function.odbc-statistics.html -%%PORTDOCS%%share/doc/php/html/function.odbc-tableprivileges.html -%%PORTDOCS%%share/doc/php/html/function.odbc-tables.html -%%PORTDOCS%%share/doc/php/html/function.opendir.html -%%PORTDOCS%%share/doc/php/html/function.openlog.html -%%PORTDOCS%%share/doc/php/html/function.ora-bind.html -%%PORTDOCS%%share/doc/php/html/function.ora-close.html -%%PORTDOCS%%share/doc/php/html/function.ora-columnname.html -%%PORTDOCS%%share/doc/php/html/function.ora-columnsize.html -%%PORTDOCS%%share/doc/php/html/function.ora-columntype.html -%%PORTDOCS%%share/doc/php/html/r6778.html -%%PORTDOCS%%share/doc/php/html/function.ora-commit.html -%%PORTDOCS%%share/doc/php/html/function.ora-commitoff.html -%%PORTDOCS%%share/doc/php/html/function.ora-commiton.html -%%PORTDOCS%%share/doc/php/html/function.ora-do.html -%%PORTDOCS%%share/doc/php/html/function.ora-error.html -%%PORTDOCS%%share/doc/php/html/function.ora-errorcode.html -%%PORTDOCS%%share/doc/php/html/function.ora-exec.html -%%PORTDOCS%%share/doc/php/html/function.ora-fetch-into.html -%%PORTDOCS%%share/doc/php/html/function.ora-fetch.html -%%PORTDOCS%%share/doc/php/html/function.ora-getcolumn.html -%%PORTDOCS%%share/doc/php/html/function.ora-logoff.html -%%PORTDOCS%%share/doc/php/html/function.ora-logon.html -%%PORTDOCS%%share/doc/php/html/function.ora-numcols.html -%%PORTDOCS%%share/doc/php/html/function.ora-numrows.html -%%PORTDOCS%%share/doc/php/html/r6799.html -%%PORTDOCS%%share/doc/php/html/function.ora-open.html -%%PORTDOCS%%share/doc/php/html/function.ora-parse.html -%%PORTDOCS%%share/doc/php/html/function.ora-plogon.html -%%PORTDOCS%%share/doc/php/html/function.ora-rollback.html -%%PORTDOCS%%share/doc/php/html/function.ord.html -%%PORTDOCS%%share/doc/php/html/function.pack.html -%%PORTDOCS%%share/doc/php/html/function.parse-str.html -%%PORTDOCS%%share/doc/php/html/function.parse-url.html -%%PORTDOCS%%share/doc/php/html/function.passthru.html -%%PORTDOCS%%share/doc/php/html/function.pclose.html -%%PORTDOCS%%share/doc/php/html/function.pdf-add-annotation.html -%%PORTDOCS%%share/doc/php/html/function.pdf-add-outline.html -%%PORTDOCS%%share/doc/php/html/function.pdf-arc.html -%%PORTDOCS%%share/doc/php/html/function.pdf-begin-page.html -%%PORTDOCS%%share/doc/php/html/function.pdf-circle.html -%%PORTDOCS%%share/doc/php/html/function.pdf-clip.html -%%PORTDOCS%%share/doc/php/html/function.pdf-close-image.html -%%PORTDOCS%%share/doc/php/html/function.pdf-close.html -%%PORTDOCS%%share/doc/php/html/function.pdf-closepath-fill-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-closepath-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-closepath.html -%%PORTDOCS%%share/doc/php/html/function.pdf-continue-text.html -%%PORTDOCS%%share/doc/php/html/function.pdf-curveto.html -%%PORTDOCS%%share/doc/php/html/function.pdf-end-page.html -%%PORTDOCS%%share/doc/php/html/function.pdf-endpath.html -%%PORTDOCS%%share/doc/php/html/function.pdf-execute-image.html -%%PORTDOCS%%share/doc/php/html/function.pdf-fill-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-fill.html -%%PORTDOCS%%share/doc/php/html/r6834.html -%%PORTDOCS%%share/doc/php/html/function.pdf-get-image-height.html -%%PORTDOCS%%share/doc/php/html/function.pdf-get-image-width.html -%%PORTDOCS%%share/doc/php/html/function.pdf-get-info.html -%%PORTDOCS%%share/doc/php/html/function.pdf-get-parameter.html -%%PORTDOCS%%share/doc/php/html/function.pdf-get-value.html -%%PORTDOCS%%share/doc/php/html/function.pdf-lineto.html -%%PORTDOCS%%share/doc/php/html/function.pdf-moveto.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-gif.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-image-file.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-jpeg.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-memory-image.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-png.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open-tiff.html -%%PORTDOCS%%share/doc/php/html/function.pdf-open.html -%%PORTDOCS%%share/doc/php/html/function.pdf-place-image.html -%%PORTDOCS%%share/doc/php/html/function.pdf-put-image.html -%%PORTDOCS%%share/doc/php/html/function.pdf-rect.html -%%PORTDOCS%%share/doc/php/html/function.pdf-restore.html -%%PORTDOCS%%share/doc/php/html/function.pdf-rotate.html -%%PORTDOCS%%share/doc/php/html/function.pdf-save.html -%%PORTDOCS%%share/doc/php/html/function.pdf-scale.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-border-color.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-border-dash.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-border-style.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-char-spacing.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-duration.html -%%PORTDOCS%%share/doc/php/html/r6855.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-font.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-horiz-scaling.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info-author.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info-creator.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info-keywords.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info-subject.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info-title.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-info.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-leading.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-parameter.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-text-matrix.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-text-pos.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-text-rendering.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-text-rise.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-transition.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-value.html -%%PORTDOCS%%share/doc/php/html/function.pdf-set-word-spacing.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setdash.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setflat.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setgray-fill.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setgray-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setgray.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setlinecap.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setlinejoin.html -%%PORTDOCS%%share/doc/php/html/function.pi.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setlinewidth.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setmiterlimit.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setrgbcolor-fill.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-setrgbcolor.html -%%PORTDOCS%%share/doc/php/html/function.pdf-show-boxed.html -%%PORTDOCS%%share/doc/php/html/function.pdf-show-xy.html -%%PORTDOCS%%share/doc/php/html/function.pdf-show.html -%%PORTDOCS%%share/doc/php/html/function.pdf-skew.html -%%PORTDOCS%%share/doc/php/html/function.pdf-stringwidth.html -%%PORTDOCS%%share/doc/php/html/function.pdf-stroke.html -%%PORTDOCS%%share/doc/php/html/function.pdf-translate.html -%%PORTDOCS%%share/doc/php/html/function.pfpro-cleanup.html -%%PORTDOCS%%share/doc/php/html/function.pfpro-init.html -%%PORTDOCS%%share/doc/php/html/function.pfpro-process-raw.html -%%PORTDOCS%%share/doc/php/html/function.pfpro-process.html -%%PORTDOCS%%share/doc/php/html/function.pfpro-version.html -%%PORTDOCS%%share/doc/php/html/function.pfsockopen.html -%%PORTDOCS%%share/doc/php/html/function.pg-client-encoding.html -%%PORTDOCS%%share/doc/php/html/function.pg-clientencoding.html -%%PORTDOCS%%share/doc/php/html/function.pg-close.html -%%PORTDOCS%%share/doc/php/html/function.pg-cmdtuples.html -%%PORTDOCS%%share/doc/php/html/function.pg-connect.html -%%PORTDOCS%%share/doc/php/html/function.pg-dbname.html -%%PORTDOCS%%share/doc/php/html/function.pg-end-copy.html -%%PORTDOCS%%share/doc/php/html/function.pg-errormessage.html -%%PORTDOCS%%share/doc/php/html/function.pg-exec.html -%%PORTDOCS%%share/doc/php/html/function.pg-fetch-array.html -%%PORTDOCS%%share/doc/php/html/function.pg-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.pg-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldisnull.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldname.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldnum.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldprtlen.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldsize.html -%%PORTDOCS%%share/doc/php/html/function.pg-fieldtype.html -%%PORTDOCS%%share/doc/php/html/function.pg-freeresult.html -%%PORTDOCS%%share/doc/php/html/function.pg-getlastoid.html -%%PORTDOCS%%share/doc/php/html/function.pg-host.html -%%PORTDOCS%%share/doc/php/html/function.pg-loclose.html -%%PORTDOCS%%share/doc/php/html/function.pg-loopen.html -%%PORTDOCS%%share/doc/php/html/function.pg-locreate.html -%%PORTDOCS%%share/doc/php/html/function.pg-loexport.html -%%PORTDOCS%%share/doc/php/html/function.pg-loimport.html -%%PORTDOCS%%share/doc/php/html/function.pg-loread.html -%%PORTDOCS%%share/doc/php/html/function.pg-loreadall.html -%%PORTDOCS%%share/doc/php/html/function.pg-lounlink.html -%%PORTDOCS%%share/doc/php/html/function.pg-lowrite.html -%%PORTDOCS%%share/doc/php/html/function.pg-numfields.html -%%PORTDOCS%%share/doc/php/html/function.pg-numrows.html -%%PORTDOCS%%share/doc/php/html/function.pg-options.html -%%PORTDOCS%%share/doc/php/html/function.pg-pconnect.html -%%PORTDOCS%%share/doc/php/html/function.pg-port.html -%%PORTDOCS%%share/doc/php/html/function.pg-put-line.html -%%PORTDOCS%%share/doc/php/html/function.pg-result.html -%%PORTDOCS%%share/doc/php/html/r6891.html -%%PORTDOCS%%share/doc/php/html/function.pg-set-client-encoding.html -%%PORTDOCS%%share/doc/php/html/function.pg-setclientencoding.html -%%PORTDOCS%%share/doc/php/html/function.pg-trace.html -%%PORTDOCS%%share/doc/php/html/function.pg-tty.html -%%PORTDOCS%%share/doc/php/html/function.pg-untrace.html -%%PORTDOCS%%share/doc/php/html/function.php-logo-guid.html -%%PORTDOCS%%share/doc/php/html/function.php-sapi-name.html -%%PORTDOCS%%share/doc/php/html/function.php-uname.html -%%PORTDOCS%%share/doc/php/html/function.phpcredits.html -%%PORTDOCS%%share/doc/php/html/function.phpinfo.html -%%PORTDOCS%%share/doc/php/html/function.phpversion.html -%%PORTDOCS%%share/doc/php/html/function.popen.html -%%PORTDOCS%%share/doc/php/html/function.pos.html -%%PORTDOCS%%share/doc/php/html/function.posix-ctermid.html -%%PORTDOCS%%share/doc/php/html/r6927.html -%%PORTDOCS%%share/doc/php/html/function.posix-getcwd.html -%%PORTDOCS%%share/doc/php/html/function.posix-getegid.html -%%PORTDOCS%%share/doc/php/html/function.posix-geteuid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getgid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getgrgid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getgrnam.html -%%PORTDOCS%%share/doc/php/html/function.posix-getgroups.html -%%PORTDOCS%%share/doc/php/html/function.posix-getlogin.html -%%PORTDOCS%%share/doc/php/html/function.posix-getpgid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getpgrp.html -%%PORTDOCS%%share/doc/php/html/function.posix-getpid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getppid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getpwnam.html -%%PORTDOCS%%share/doc/php/html/r6948.html -%%PORTDOCS%%share/doc/php/html/function.posix-getpwuid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getrlimit.html -%%PORTDOCS%%share/doc/php/html/function.posix-getsid.html -%%PORTDOCS%%share/doc/php/html/function.posix-getuid.html -%%PORTDOCS%%share/doc/php/html/function.posix-isatty.html -%%PORTDOCS%%share/doc/php/html/function.posix-kill.html -%%PORTDOCS%%share/doc/php/html/function.posix-mkfifo.html -%%PORTDOCS%%share/doc/php/html/function.posix-setgid.html -%%PORTDOCS%%share/doc/php/html/function.posix-setpgid.html -%%PORTDOCS%%share/doc/php/html/function.posix-setsid.html -%%PORTDOCS%%share/doc/php/html/function.posix-setuid.html -%%PORTDOCS%%share/doc/php/html/function.posix-times.html -%%PORTDOCS%%share/doc/php/html/function.posix-ttyname.html -%%PORTDOCS%%share/doc/php/html/function.posix-uname.html -%%PORTDOCS%%share/doc/php/html/function.pow.html -%%PORTDOCS%%share/doc/php/html/function.preg-grep.html -%%PORTDOCS%%share/doc/php/html/function.preg-match-all.html -%%PORTDOCS%%share/doc/php/html/function.preg-match.html -%%PORTDOCS%%share/doc/php/html/function.preg-quote.html -%%PORTDOCS%%share/doc/php/html/function.preg-replace.html -%%PORTDOCS%%share/doc/php/html/function.preg-split.html -%%PORTDOCS%%share/doc/php/html/function.prev.html -%%PORTDOCS%%share/doc/php/html/function.print-r.html -%%PORTDOCS%%share/doc/php/html/function.print.html -%%PORTDOCS%%share/doc/php/html/function.printf.html -%%PORTDOCS%%share/doc/php/html/function.pspell-add-to-personal.html -%%PORTDOCS%%share/doc/php/html/function.pspell-add-to-session.html -%%PORTDOCS%%share/doc/php/html/function.pspell-check.html -%%PORTDOCS%%share/doc/php/html/r6982.html -%%PORTDOCS%%share/doc/php/html/function.pspell-clear-session.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-create.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-ignore.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-mode.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-personal.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-repl.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-runtogether.html -%%PORTDOCS%%share/doc/php/html/function.pspell-config-save-repl.html -%%PORTDOCS%%share/doc/php/html/function.pspell-new-config.html -%%PORTDOCS%%share/doc/php/html/function.pspell-new-personal.html -%%PORTDOCS%%share/doc/php/html/function.pspell-new.html -%%PORTDOCS%%share/doc/php/html/function.rand.html -%%PORTDOCS%%share/doc/php/html/function.pspell-save-wordlist.html -%%PORTDOCS%%share/doc/php/html/function.pspell-store-replacement.html -%%PORTDOCS%%share/doc/php/html/function.pspell-suggest.html -%%PORTDOCS%%share/doc/php/html/function.putenv.html -%%PORTDOCS%%share/doc/php/html/function.quoted-printable-decode.html -%%PORTDOCS%%share/doc/php/html/function.quotemeta.html -%%PORTDOCS%%share/doc/php/html/function.rad2deg.html -%%PORTDOCS%%share/doc/php/html/function.range.html -%%PORTDOCS%%share/doc/php/html/function.rawurldecode.html -%%PORTDOCS%%share/doc/php/html/function.rawurlencode.html -%%PORTDOCS%%share/doc/php/html/function.read-exif-data.html -%%PORTDOCS%%share/doc/php/html/function.readdir.html -%%PORTDOCS%%share/doc/php/html/function.readfile.html -%%PORTDOCS%%share/doc/php/html/function.readline.html -%%PORTDOCS%%share/doc/php/html/function.readgzfile.html -%%PORTDOCS%%share/doc/php/html/function.readline-add-history.html -%%PORTDOCS%%share/doc/php/html/function.readline-clear-history.html -%%PORTDOCS%%share/doc/php/html/function.readline-completion-function.html -%%PORTDOCS%%share/doc/php/html/function.readline-info.html -%%PORTDOCS%%share/doc/php/html/function.readline-list-history.html -%%PORTDOCS%%share/doc/php/html/function.readline-read-history.html -%%PORTDOCS%%share/doc/php/html/function.readline-write-history.html -%%PORTDOCS%%share/doc/php/html/function.readlink.html -%%PORTDOCS%%share/doc/php/html/function.realpath.html -%%PORTDOCS%%share/doc/php/html/function.recode-file.html -%%PORTDOCS%%share/doc/php/html/function.recode-string.html -%%PORTDOCS%%share/doc/php/html/ref.adabas.html -%%PORTDOCS%%share/doc/php/html/function.recode.html -%%PORTDOCS%%share/doc/php/html/function.register-shutdown-function.html -%%PORTDOCS%%share/doc/php/html/function.rename.html -%%PORTDOCS%%share/doc/php/html/function.require-once.html -%%PORTDOCS%%share/doc/php/html/function.require.html -%%PORTDOCS%%share/doc/php/html/function.reset.html -%%PORTDOCS%%share/doc/php/html/function.restore-error-handler.html -%%PORTDOCS%%share/doc/php/html/function.rewind.html -%%PORTDOCS%%share/doc/php/html/function.rewinddir.html -%%PORTDOCS%%share/doc/php/html/function.rmdir.html -%%PORTDOCS%%share/doc/php/html/function.round.html -%%PORTDOCS%%share/doc/php/html/function.rsort.html -%%PORTDOCS%%share/doc/php/html/function.rtrim.html -%%PORTDOCS%%share/doc/php/html/function.satellite_caught_exception.html -%%PORTDOCS%%share/doc/php/html/function.sin.html -%%PORTDOCS%%share/doc/php/html/function.satellite_exception_id.html -%%PORTDOCS%%share/doc/php/html/function.satellite_exception_value.html -%%PORTDOCS%%share/doc/php/html/function.sem-acquire.html -%%PORTDOCS%%share/doc/php/html/function.sem-get.html -%%PORTDOCS%%share/doc/php/html/function.sem-release.html -%%PORTDOCS%%share/doc/php/html/function.serialize.html -%%PORTDOCS%%share/doc/php/html/function.session-cache-limiter.html -%%PORTDOCS%%share/doc/php/html/function.session-decode.html -%%PORTDOCS%%share/doc/php/html/function.session-destroy.html -%%PORTDOCS%%share/doc/php/html/function.session-encode.html -%%PORTDOCS%%share/doc/php/html/function.session-get-cookie-params.html -%%PORTDOCS%%share/doc/php/html/function.session-id.html -%%PORTDOCS%%share/doc/php/html/function.setcookie.html -%%PORTDOCS%%share/doc/php/html/function.session-is-registered.html -%%PORTDOCS%%share/doc/php/html/function.session-module-name.html -%%PORTDOCS%%share/doc/php/html/function.session-name.html -%%PORTDOCS%%share/doc/php/html/function.session-register.html -%%PORTDOCS%%share/doc/php/html/function.session-save-path.html -%%PORTDOCS%%share/doc/php/html/function.session-set-cookie-params.html -%%PORTDOCS%%share/doc/php/html/function.session-set-save-handler.html -%%PORTDOCS%%share/doc/php/html/function.session-start.html -%%PORTDOCS%%share/doc/php/html/function.session-unregister.html -%%PORTDOCS%%share/doc/php/html/function.session-unset.html -%%PORTDOCS%%share/doc/php/html/function.set-error-handler.html -%%PORTDOCS%%share/doc/php/html/function.set-file-buffer.html -%%PORTDOCS%%share/doc/php/html/function.set-magic-quotes-runtime.html -%%PORTDOCS%%share/doc/php/html/function.set-socket-blocking.html -%%PORTDOCS%%share/doc/php/html/function.set-time-limit.html -%%PORTDOCS%%share/doc/php/html/function.setlocale.html -%%PORTDOCS%%share/doc/php/html/function.settype.html -%%PORTDOCS%%share/doc/php/html/function.shm-attach.html -%%PORTDOCS%%share/doc/php/html/function.shm-detach.html -%%PORTDOCS%%share/doc/php/html/function.shm-get-var.html -%%PORTDOCS%%share/doc/php/html/function.shm-put-var.html -%%PORTDOCS%%share/doc/php/html/function.shm-remove-var.html -%%PORTDOCS%%share/doc/php/html/function.shm-remove.html -%%PORTDOCS%%share/doc/php/html/function.shm_close.html -%%PORTDOCS%%share/doc/php/html/function.shm_delete.html -%%PORTDOCS%%share/doc/php/html/function.size.html -%%PORTDOCS%%share/doc/php/html/function.shm_open.html -%%PORTDOCS%%share/doc/php/html/function.shm_read.html -%%PORTDOCS%%share/doc/php/html/function.shm_write.html -%%PORTDOCS%%share/doc/php/html/function.show-source.html -%%PORTDOCS%%share/doc/php/html/function.shuffle.html -%%PORTDOCS%%share/doc/php/html/function.similar-text.html -%%PORTDOCS%%share/doc/php/html/function.sizeof.html -%%PORTDOCS%%share/doc/php/html/function.sleep.html -%%PORTDOCS%%share/doc/php/html/function.snmp-get-quick-print.html -%%PORTDOCS%%share/doc/php/html/function.snmp-set-quick-print.html -%%PORTDOCS%%share/doc/php/html/function.snmpget.html -%%PORTDOCS%%share/doc/php/html/function.snmpset.html -%%PORTDOCS%%share/doc/php/html/function.snmpwalk.html -%%PORTDOCS%%share/doc/php/html/function.snmpwalkoid.html -%%PORTDOCS%%share/doc/php/html/function.socket.html -%%PORTDOCS%%share/doc/php/html/function.socket-get-status.html -%%PORTDOCS%%share/doc/php/html/function.socket-set-timeout.html -%%PORTDOCS%%share/doc/php/html/function.solid-close.html -%%PORTDOCS%%share/doc/php/html/function.solid-connect.html -%%PORTDOCS%%share/doc/php/html/function.solid-exec.html -%%PORTDOCS%%share/doc/php/html/function.solid-fetchrow.html -%%PORTDOCS%%share/doc/php/html/function.solid-fieldname.html -%%PORTDOCS%%share/doc/php/html/function.solid-fieldnum.html -%%PORTDOCS%%share/doc/php/html/function.solid-freeresult.html -%%PORTDOCS%%share/doc/php/html/function.solid-numfields.html -%%PORTDOCS%%share/doc/php/html/function.solid-numrows.html -%%PORTDOCS%%share/doc/php/html/function.solid-result.html -%%PORTDOCS%%share/doc/php/html/function.sort.html -%%PORTDOCS%%share/doc/php/html/ref.bc.html -%%PORTDOCS%%share/doc/php/html/function.soundex.html -%%PORTDOCS%%share/doc/php/html/function.split.html -%%PORTDOCS%%share/doc/php/html/function.spliti.html -%%PORTDOCS%%share/doc/php/html/function.sprintf.html -%%PORTDOCS%%share/doc/php/html/function.sql-regcase.html -%%PORTDOCS%%share/doc/php/html/function.sqrt.html -%%PORTDOCS%%share/doc/php/html/function.srand.html -%%PORTDOCS%%share/doc/php/html/function.sscanf.html -%%PORTDOCS%%share/doc/php/html/function.stat.html -%%PORTDOCS%%share/doc/php/html/function.str-pad.html -%%PORTDOCS%%share/doc/php/html/function.str-repeat.html -%%PORTDOCS%%share/doc/php/html/function.str-replace.html -%%PORTDOCS%%share/doc/php/html/function.strcasecmp.html -%%PORTDOCS%%share/doc/php/html/function.strchr.html -%%PORTDOCS%%share/doc/php/html/function.strcmp.html -%%PORTDOCS%%share/doc/php/html/function.strcspn.html -%%PORTDOCS%%share/doc/php/html/function.strerror.html -%%PORTDOCS%%share/doc/php/html/function.strftime.html -%%PORTDOCS%%share/doc/php/html/function.strip-tags.html -%%PORTDOCS%%share/doc/php/html/function.stripcslashes.html -%%PORTDOCS%%share/doc/php/html/function.stripslashes.html -%%PORTDOCS%%share/doc/php/html/function.stristr.html -%%PORTDOCS%%share/doc/php/html/function.strlen.html -%%PORTDOCS%%share/doc/php/html/function.strnatcasecmp.html -%%PORTDOCS%%share/doc/php/html/function.strnatcmp.html -%%PORTDOCS%%share/doc/php/html/function.strncmp.html -%%PORTDOCS%%share/doc/php/html/function.strpos.html -%%PORTDOCS%%share/doc/php/html/function.strrchr.html -%%PORTDOCS%%share/doc/php/html/function.strrev.html -%%PORTDOCS%%share/doc/php/html/function.strrpos.html -%%PORTDOCS%%share/doc/php/html/function.strspn.html -%%PORTDOCS%%share/doc/php/html/function.strstr.html -%%PORTDOCS%%share/doc/php/html/function.strtok.html -%%PORTDOCS%%share/doc/php/html/function.strtolower.html -%%PORTDOCS%%share/doc/php/html/function.strtotime.html -%%PORTDOCS%%share/doc/php/html/function.strtoupper.html -%%PORTDOCS%%share/doc/php/html/function.strtr.html -%%PORTDOCS%%share/doc/php/html/function.strval.html -%%PORTDOCS%%share/doc/php/html/function.substr-count.html -%%PORTDOCS%%share/doc/php/html/function.substr-replace.html -%%PORTDOCS%%share/doc/php/html/function.substr.html -%%PORTDOCS%%share/doc/php/html/function.swf-actiongeturl.html -%%PORTDOCS%%share/doc/php/html/function.swf-actiongotoframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-actiongotolabel.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionnextframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionplay.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionprevframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionsettarget.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionstop.html -%%PORTDOCS%%share/doc/php/html/function.swf-actiontogglequality.html -%%PORTDOCS%%share/doc/php/html/function.swf-actionwaitforframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-addbuttonrecord.html -%%PORTDOCS%%share/doc/php/html/function.swf-addcolor.html -%%PORTDOCS%%share/doc/php/html/function.swf-closefile.html -%%PORTDOCS%%share/doc/php/html/function.swf-definebitmap.html -%%PORTDOCS%%share/doc/php/html/function.swf-definefont.html -%%PORTDOCS%%share/doc/php/html/function.swf-defineline.html -%%PORTDOCS%%share/doc/php/html/function.swf-definepoly.html -%%PORTDOCS%%share/doc/php/html/function.swf-definerect.html -%%PORTDOCS%%share/doc/php/html/function.swf-definetext.html -%%PORTDOCS%%share/doc/php/html/function.swf-endbutton.html -%%PORTDOCS%%share/doc/php/html/function.swf-enddoaction.html -%%PORTDOCS%%share/doc/php/html/function.swf-endshape.html -%%PORTDOCS%%share/doc/php/html/function.swf-endsymbol.html -%%PORTDOCS%%share/doc/php/html/function.swf-fontsize.html -%%PORTDOCS%%share/doc/php/html/function.swf-fontslant.html -%%PORTDOCS%%share/doc/php/html/function.swf-fonttracking.html -%%PORTDOCS%%share/doc/php/html/function.swf-getbitmapinfo.html -%%PORTDOCS%%share/doc/php/html/function.swf-getfontinfo.html -%%PORTDOCS%%share/doc/php/html/function.swf-getframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-labelframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-lookat.html -%%PORTDOCS%%share/doc/php/html/function.swf-modifyobject.html -%%PORTDOCS%%share/doc/php/html/function.swf-mulcolor.html -%%PORTDOCS%%share/doc/php/html/function.swf-nextid.html -%%PORTDOCS%%share/doc/php/html/function.swf-oncondition.html -%%PORTDOCS%%share/doc/php/html/function.swf-openfile.html -%%PORTDOCS%%share/doc/php/html/function.swf-ortho.html -%%PORTDOCS%%share/doc/php/html/function.swf-ortho2.html -%%PORTDOCS%%share/doc/php/html/function.swf-perspective.html -%%PORTDOCS%%share/doc/php/html/function.swf-placeobject.html -%%PORTDOCS%%share/doc/php/html/function.swf-polarview.html -%%PORTDOCS%%share/doc/php/html/function.swf-popmatrix.html -%%PORTDOCS%%share/doc/php/html/function.tan.html -%%PORTDOCS%%share/doc/php/html/function.swf-posround.html -%%PORTDOCS%%share/doc/php/html/function.swf-pushmatrix.html -%%PORTDOCS%%share/doc/php/html/function.swf-removeobject.html -%%PORTDOCS%%share/doc/php/html/function.swf-rotate.html -%%PORTDOCS%%share/doc/php/html/function.swf-scale.html -%%PORTDOCS%%share/doc/php/html/function.swf-setfont.html -%%PORTDOCS%%share/doc/php/html/function.swf-setframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapearc.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapecurveto.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapecurveto3.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapefillbitmapclip.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapefillbitmaptile.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapefilloff.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapefillsolid.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapelinesold.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapelineto.html -%%PORTDOCS%%share/doc/php/html/function.swf-shapemoveto.html -%%PORTDOCS%%share/doc/php/html/function.swf-showframe.html -%%PORTDOCS%%share/doc/php/html/function.swf-startbutton.html -%%PORTDOCS%%share/doc/php/html/function.swf-startdoaction.html -%%PORTDOCS%%share/doc/php/html/function.swf-startshape.html -%%PORTDOCS%%share/doc/php/html/function.swf-startsymbol.html -%%PORTDOCS%%share/doc/php/html/function.swf-textwidth.html -%%PORTDOCS%%share/doc/php/html/function.swf-translate.html -%%PORTDOCS%%share/doc/php/html/function.swf-viewport.html -%%PORTDOCS%%share/doc/php/html/function.sybase-affected-rows.html -%%PORTDOCS%%share/doc/php/html/function.sybase-close.html -%%PORTDOCS%%share/doc/php/html/function.sybase-connect.html -%%PORTDOCS%%share/doc/php/html/function.sybase-data-seek.html -%%PORTDOCS%%share/doc/php/html/function.sybase-fetch-array.html -%%PORTDOCS%%share/doc/php/html/function.sybase-fetch-field.html -%%PORTDOCS%%share/doc/php/html/function.sybase-fetch-object.html -%%PORTDOCS%%share/doc/php/html/function.sybase-fetch-row.html -%%PORTDOCS%%share/doc/php/html/function.sybase-field-seek.html -%%PORTDOCS%%share/doc/php/html/function.sybase-free-result.html -%%PORTDOCS%%share/doc/php/html/function.sybase-num-fields.html -%%PORTDOCS%%share/doc/php/html/function.sybase-num-rows.html -%%PORTDOCS%%share/doc/php/html/function.sybase-pconnect.html -%%PORTDOCS%%share/doc/php/html/ref.dl.html -%%PORTDOCS%%share/doc/php/html/function.sybase-query.html -%%PORTDOCS%%share/doc/php/html/function.sybase-result.html -%%PORTDOCS%%share/doc/php/html/function.sybase-select-db.html -%%PORTDOCS%%share/doc/php/html/function.symlink.html -%%PORTDOCS%%share/doc/php/html/function.syslog.html -%%PORTDOCS%%share/doc/php/html/function.system.html -%%PORTDOCS%%share/doc/php/html/function.tempnam.html -%%PORTDOCS%%share/doc/php/html/function.textdomain.html -%%PORTDOCS%%share/doc/php/html/function.time.html -%%PORTDOCS%%share/doc/php/html/function.tmpfile.html -%%PORTDOCS%%share/doc/php/html/function.touch.html -%%PORTDOCS%%share/doc/php/html/function.trigger-error.html -%%PORTDOCS%%share/doc/php/html/function.trim.html -%%PORTDOCS%%share/doc/php/html/function.uasort.html -%%PORTDOCS%%share/doc/php/html/function.ucfirst.html -%%PORTDOCS%%share/doc/php/html/types.html -%%PORTDOCS%%share/doc/php/html/function.ucwords.html -%%PORTDOCS%%share/doc/php/html/function.uksort.html -%%PORTDOCS%%share/doc/php/html/function.umask.html -%%PORTDOCS%%share/doc/php/html/function.uniqid.html -%%PORTDOCS%%share/doc/php/html/function.unixtojd.html -%%PORTDOCS%%share/doc/php/html/function.unlink.html -%%PORTDOCS%%share/doc/php/html/function.unpack.html -%%PORTDOCS%%share/doc/php/html/function.unserialize.html -%%PORTDOCS%%share/doc/php/html/function.unset.html -%%PORTDOCS%%share/doc/php/html/function.urldecode.html -%%PORTDOCS%%share/doc/php/html/function.urlencode.html -%%PORTDOCS%%share/doc/php/html/function.user-error.html -%%PORTDOCS%%share/doc/php/html/function.usleep.html -%%PORTDOCS%%share/doc/php/html/function.usort.html -%%PORTDOCS%%share/doc/php/html/function.utf8-decode.html -%%PORTDOCS%%share/doc/php/html/function.var-dump.html -%%PORTDOCS%%share/doc/php/html/function.utf8-encode.html -%%PORTDOCS%%share/doc/php/html/function.virtual.html -%%PORTDOCS%%share/doc/php/html/function.vm-addalias.html -%%PORTDOCS%%share/doc/php/html/function.vm-adduser.html -%%PORTDOCS%%share/doc/php/html/function.vm-delalias.html -%%PORTDOCS%%share/doc/php/html/function.vm-deluser.html -%%PORTDOCS%%share/doc/php/html/function.vm-passwd.html -%%PORTDOCS%%share/doc/php/html/function.wddx-add-vars.html -%%PORTDOCS%%share/doc/php/html/function.wddx-deserialize.html -%%PORTDOCS%%share/doc/php/html/function.wddx-packet-end.html -%%PORTDOCS%%share/doc/php/html/function.wddx-packet-start.html -%%PORTDOCS%%share/doc/php/html/function.wddx-serialize-value.html -%%PORTDOCS%%share/doc/php/html/function.wddx-serialize-vars.html -%%PORTDOCS%%share/doc/php/html/ref.apache.html -%%PORTDOCS%%share/doc/php/html/function.wordwrap.html -%%PORTDOCS%%share/doc/php/html/function.xml-error-string.html -%%PORTDOCS%%share/doc/php/html/function.xml-get-current-byte-index.html -%%PORTDOCS%%share/doc/php/html/function.xml-get-current-column-number.html -%%PORTDOCS%%share/doc/php/html/function.xml-get-current-line-number.html -%%PORTDOCS%%share/doc/php/html/function.xml-get-error-code.html -%%PORTDOCS%%share/doc/php/html/function.xml-parse-into-struct.html -%%PORTDOCS%%share/doc/php/html/function.xml-parse.html -%%PORTDOCS%%share/doc/php/html/function.xml-parser-create.html -%%PORTDOCS%%share/doc/php/html/function.xml-parser-free.html -%%PORTDOCS%%share/doc/php/html/function.xml-parser-get-option.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-object.html -%%PORTDOCS%%share/doc/php/html/function.xml-parser-set-option.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-character-data-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-default-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-element-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-external-entity-ref-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-notation-decl-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-processing-instruction-handler.html -%%PORTDOCS%%share/doc/php/html/function.xml-set-unparsed-entity-decl-handler.html -%%PORTDOCS%%share/doc/php/html/function.xmldoc.html -%%PORTDOCS%%share/doc/php/html/function.xmldocfile.html -%%PORTDOCS%%share/doc/php/html/function.xmltree.html -%%PORTDOCS%%share/doc/php/html/function.yaz-addinfo.html -%%PORTDOCS%%share/doc/php/html/function.yaz-close.html -%%PORTDOCS%%share/doc/php/html/function.yaz-connect.html -%%PORTDOCS%%share/doc/php/html/function.yaz-errno.html -%%PORTDOCS%%share/doc/php/html/function.yaz-error.html -%%PORTDOCS%%share/doc/php/html/function.yaz-hits.html -%%PORTDOCS%%share/doc/php/html/function.yaz-range.html -%%PORTDOCS%%share/doc/php/html/function.yaz-record.html -%%PORTDOCS%%share/doc/php/html/function.yaz-search.html -%%PORTDOCS%%share/doc/php/html/function.yaz-syntax.html -%%PORTDOCS%%share/doc/php/html/function.yaz-wait.html -%%PORTDOCS%%share/doc/php/html/function.yp-err-string.html -%%PORTDOCS%%share/doc/php/html/function.yp-errno.html -%%PORTDOCS%%share/doc/php/html/function.yp-first.html -%%PORTDOCS%%share/doc/php/html/function.yp-get-default-domain.html -%%PORTDOCS%%share/doc/php/html/function.yp-master.html -%%PORTDOCS%%share/doc/php/html/function.yp-match.html -%%PORTDOCS%%share/doc/php/html/function.yp-next.html -%%PORTDOCS%%share/doc/php/html/function.yp-order.html -%%PORTDOCS%%share/doc/php/html/function.zend-logo-guid.html -%%PORTDOCS%%share/doc/php/html/functions.arguments.html -%%PORTDOCS%%share/doc/php/html/functions.old-syntax.html -%%PORTDOCS%%share/doc/php/html/functions.returning-values.html -%%PORTDOCS%%share/doc/php/html/functions.variable-functions.html -%%PORTDOCS%%share/doc/php/html/getting-started.html -%%PORTDOCS%%share/doc/php/html/install-problems.html -%%PORTDOCS%%share/doc/php/html/install-security.html -%%PORTDOCS%%share/doc/php/html/install-unix.html -%%PORTDOCS%%share/doc/php/html/x2176.html -%%PORTDOCS%%share/doc/php/html/install-windows95-nt.html -%%PORTDOCS%%share/doc/php/html/install.configure.html -%%PORTDOCS%%share/doc/php/html/install.unix.html -%%PORTDOCS%%share/doc/php/html/installation.html -%%PORTDOCS%%share/doc/php/html/intro-history.html -%%PORTDOCS%%share/doc/php/html/intro-whatcando.html -%%PORTDOCS%%share/doc/php/html/introduction.html -%%PORTDOCS%%share/doc/php/html/keyword.class.html -%%PORTDOCS%%share/doc/php/html/keyword.function.html -%%PORTDOCS%%share/doc/php/html/keyword.function.return.html -%%PORTDOCS%%share/doc/php/html/keyword.old-function.html -%%PORTDOCS%%share/doc/php/html/lang-syntax.html -%%PORTDOCS%%share/doc/php/html/language.basic-syntax.comments.html -%%PORTDOCS%%share/doc/php/html/language.basic-syntax.html -%%PORTDOCS%%share/doc/php/html/language.constants.html -%%PORTDOCS%%share/doc/php/html/ref.array.html -%%PORTDOCS%%share/doc/php/html/language.basic-syntax.instruction-separation.html -%%PORTDOCS%%share/doc/php/html/language.expressions.html -%%PORTDOCS%%share/doc/php/html/language.oop.html -%%PORTDOCS%%share/doc/php/html/language.operators.assignment.html -%%PORTDOCS%%share/doc/php/html/language.operators.bitwise.html -%%PORTDOCS%%share/doc/php/html/language.operators.comparison.html -%%PORTDOCS%%share/doc/php/html/language.operators.errorcontrol.html -%%PORTDOCS%%share/doc/php/html/language.operators.execution.html -%%PORTDOCS%%share/doc/php/html/language.operators.html -%%PORTDOCS%%share/doc/php/html/language.operators.increment.html -%%PORTDOCS%%share/doc/php/html/language.operators.logical.html -%%PORTDOCS%%share/doc/php/html/language.operators.precedence.html -%%PORTDOCS%%share/doc/php/html/language.operators.string.html -%%PORTDOCS%%share/doc/php/html/language.references.arent.html -%%PORTDOCS%%share/doc/php/html/language.references.html -%%PORTDOCS%%share/doc/php/html/language.references.return.html -%%PORTDOCS%%share/doc/php/html/language.references.spot.html -%%PORTDOCS%%share/doc/php/html/language.references.unset.html -%%PORTDOCS%%share/doc/php/html/language.references.whatdo.html -%%PORTDOCS%%share/doc/php/html/language.types.array.html -%%PORTDOCS%%share/doc/php/html/language.types.double.html -%%PORTDOCS%%share/doc/php/html/language.types.html -%%PORTDOCS%%share/doc/php/html/language.types.object.html -%%PORTDOCS%%share/doc/php/html/language.types.string.html -%%PORTDOCS%%share/doc/php/html/language.types.type-juggling.html -%%PORTDOCS%%share/doc/php/html/language.variables.external.html -%%PORTDOCS%%share/doc/php/html/language.variables.html -%%PORTDOCS%%share/doc/php/html/language.variables.predefined.html -%%PORTDOCS%%share/doc/php/html/language.variables.scope.html -%%PORTDOCS%%share/doc/php/html/language.variables.variable.html -%%PORTDOCS%%share/doc/php/html/migration-booleval.html -%%PORTDOCS%%share/doc/php/html/migration-errors.html -%%PORTDOCS%%share/doc/php/html/migration-expr.html -%%PORTDOCS%%share/doc/php/html/migration-if-endif.html -%%PORTDOCS%%share/doc/php/html/migration-other.html -%%PORTDOCS%%share/doc/php/html/migration-startendtags.html -%%PORTDOCS%%share/doc/php/html/migration-truefalse.html -%%PORTDOCS%%share/doc/php/html/migration-while.html -%%PORTDOCS%%share/doc/php/html/pattern.options.html -%%PORTDOCS%%share/doc/php/html/pcre.pattern.modifiers.html -%%PORTDOCS%%share/doc/php/html/pcre.pattern.options.html -%%PORTDOCS%%share/doc/php/html/pcre.pattern.syntax.html -%%PORTDOCS%%share/doc/php/html/phpdevel-errors.html -%%PORTDOCS%%share/doc/php/html/phpdevel-hhgtpi.html -%%PORTDOCS%%share/doc/php/html/ref.aspell.html -%%PORTDOCS%%share/doc/php/html/ref.calendar.html -%%PORTDOCS%%share/doc/php/html/ref.ccvs.html -%%PORTDOCS%%share/doc/php/html/ref.classobj.html -%%PORTDOCS%%share/doc/php/html/ref.com.html -%%PORTDOCS%%share/doc/php/html/ref.cpdf.html -%%PORTDOCS%%share/doc/php/html/ref.curl.html -%%PORTDOCS%%share/doc/php/html/ref.cybercash.html -%%PORTDOCS%%share/doc/php/html/ref.datetime.html -%%PORTDOCS%%share/doc/php/html/ref.dba.html -%%PORTDOCS%%share/doc/php/html/ref.dbase.html -%%PORTDOCS%%share/doc/php/html/ref.dbm.html -%%PORTDOCS%%share/doc/php/html/ref.dir.html -%%PORTDOCS%%share/doc/php/html/ref.domxml.html -%%PORTDOCS%%share/doc/php/html/ref.errorfunc.html -%%PORTDOCS%%share/doc/php/html/ref.exec.html -%%PORTDOCS%%share/doc/php/html/ref.fdf.html -%%PORTDOCS%%share/doc/php/html/ref.filepro.html -%%PORTDOCS%%share/doc/php/html/ref.filesystem.html -%%PORTDOCS%%share/doc/php/html/ref.ftp.html -%%PORTDOCS%%share/doc/php/html/ref.funchand.html -%%PORTDOCS%%share/doc/php/html/ref.gettext.html -%%PORTDOCS%%share/doc/php/html/ref.http.html -%%PORTDOCS%%share/doc/php/html/ref.hyperwave.html -%%PORTDOCS%%share/doc/php/html/ref.ibase.html -%%PORTDOCS%%share/doc/php/html/ref.icap.html -%%PORTDOCS%%share/doc/php/html/ref.ifx.html -%%PORTDOCS%%share/doc/php/html/ref.image.html -%%PORTDOCS%%share/doc/php/html/ref.imap.html -%%PORTDOCS%%share/doc/php/html/ref.info.html -%%PORTDOCS%%share/doc/php/html/ref.ldap.html -%%PORTDOCS%%share/doc/php/html/ref.mail.html -%%PORTDOCS%%share/doc/php/html/ref.math.html -%%PORTDOCS%%share/doc/php/html/ref.mcal.html -%%PORTDOCS%%share/doc/php/html/ref.mcrypt.html -%%PORTDOCS%%share/doc/php/html/ref.mhash.html -%%PORTDOCS%%share/doc/php/html/ref.misc.html -%%PORTDOCS%%share/doc/php/html/ref.msql.html -%%PORTDOCS%%share/doc/php/html/ref.mssql.html -%%PORTDOCS%%share/doc/php/html/ref.mysql.html -%%PORTDOCS%%share/doc/php/html/ref.network.html -%%PORTDOCS%%share/doc/php/html/ref.nis.html -%%PORTDOCS%%share/doc/php/html/ref.oci8.html -%%PORTDOCS%%share/doc/php/html/ref.odbc.html -%%PORTDOCS%%share/doc/php/html/ref.oracle.html -%%PORTDOCS%%share/doc/php/html/ref.outcontrol.html -%%PORTDOCS%%share/doc/php/html/ref.pcre.html -%%PORTDOCS%%share/doc/php/html/ref.pdf.html -%%PORTDOCS%%share/doc/php/html/ref.pfpro.html -%%PORTDOCS%%share/doc/php/html/ref.pgsql.html -%%PORTDOCS%%share/doc/php/html/ref.posix.html -%%PORTDOCS%%share/doc/php/html/ref.pspell.html -%%PORTDOCS%%share/doc/php/html/ref.readline.html -%%PORTDOCS%%share/doc/php/html/ref.recode.html -%%PORTDOCS%%share/doc/php/html/ref.regex.html -%%PORTDOCS%%share/doc/php/html/ref.satellite.html -%%PORTDOCS%%share/doc/php/html/ref.sem.html -%%PORTDOCS%%share/doc/php/html/ref.session.html -%%PORTDOCS%%share/doc/php/html/ref.shmop.html -%%PORTDOCS%%share/doc/php/html/ref.snmp.html -%%PORTDOCS%%share/doc/php/html/ref.sockets.html -%%PORTDOCS%%share/doc/php/html/ref.solid.html -%%PORTDOCS%%share/doc/php/html/ref.strings.html -%%PORTDOCS%%share/doc/php/html/ref.swf.html -%%PORTDOCS%%share/doc/php/html/ref.sybase.html -%%PORTDOCS%%share/doc/php/html/ref.url.html -%%PORTDOCS%%share/doc/php/html/ref.var.html -%%PORTDOCS%%share/doc/php/html/ref.vmailmgr.html -%%PORTDOCS%%share/doc/php/html/ref.wddx.html -%%PORTDOCS%%share/doc/php/html/ref.xml.html -%%PORTDOCS%%share/doc/php/html/ref.yaz.html -%%PORTDOCS%%share/doc/php/html/ref.zlib.html -%%PORTDOCS%%share/doc/php/html/security.apache.html -%%PORTDOCS%%share/doc/php/html/security.html -%%PORTDOCS%%share/doc/php/html/variables.html -%%PORTDOCS%%@dirrm %%PHPDOCDIR%%/html -%%PORTDOCS%%@dirrm %%PHPDOCDIR%% diff --git a/lang/php/scripts/configure.php b/lang/php/scripts/configure.php deleted file mode 100644 index ae9d957..0000000 --- a/lang/php/scripts/configure.php +++ /dev/null @@ -1,170 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/lang/php/scripts/Attic/configure.php,v 1.4 2001-02-21 10:23:21 roam Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -if [ "${BATCH}" ]; then - set \"GDBM\" \"zlib\" \"MySQL\" -else - /usr/bin/dialog --title "configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -GD "GD library support" OFF \ -GDBM "GNU gdbm database support" ON \ -FreeType "TrueType font rendering (implies GD)" OFF \ -zlib "zlib library support" ON \ -mcrypt "Encryption support" OFF \ -mhash "Crypto-hashing support" OFF \ -pdflib "pdflib support (implies zlib)" OFF \ -IMAP "IMAP support" OFF \ -MySQL "MySQL database support" ON \ -PostgreSQL "PostgreSQL database support" OFF \ -mSQL "mSQL database support" OFF \ -SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ -SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ -dBase "dBase database support" OFF \ -OpenLDAP "OpenLDAP support" OFF \ -SNMP "SNMP support" OFF \ -XML "XML support" OFF \ -FTP "File Transfer Protocol support" OFF \ -gettext "gettext library support" OFF \ -2> /tmp/checklist.tmp.$$ - - retval=$? - - if [ -s /tmp/checklist.tmp.$$ ]; then - set `cat /tmp/checklist.tmp.$$` - fi - rm -f /tmp/checklist.tmp.$$ - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -while [ "$1" ]; do - case $1 in - \"GD\") - echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd" - echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" - GD=1 - ;; - \"GDBM\") - echo "LIB_DEPENDS+= gdbm.2:\${PORTSDIR}/databases/gdbm" - echo "CONFIGURE_ARGS+=--with-gdbm=\{$PREFIX\}" - ;; - \"FreeType\") - echo "LIB_DEPENDS+= ttf.4:\${PORTSDIR}/print/freetype" - echo "CONFIGURE_ARGS+=--with-ttf=\${PREFIX}" - if [ -z "$GD" ]; then - set $* \"GD\" - fi - ;; - \"zlib\") - echo "CONFIGURE_ARGS+=--with-zlib" - ZLIB=1 - ;; - \"mcrypt\") - #echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" - #echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" - echo 'mcrypt support does not compile at the moment. Ignoring.' > /dev/stderr - ;; - \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" - echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" - ;; - \"pdflib\") - echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" - echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\" - echo " --with-jpeg-dir=\${PREFIX} \\" - echo " --with-tiff-dir=\${PREFIX}" - if [ -z "$ZLIB" ]; then - set $* \"zlib\" - fi - ;; - \"IMAP\") - echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient" - echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" - ;; - \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" - echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" - ;; - \"PostgreSQL\") - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" - ;; - \"mSQL\") - echo "BUILD_DEPENDS+= msql:\${PORTSDIR}/databases/msql" - echo "CONFIGURE_ARGS+=--with-msql=\${PREFIX}" - ;; - \"SybaseDB\") - echo "LIB_DEPENDS+= sybdb.0:\${PORTSDIR}/databases/freetds" - echo "CONFIGURE_ARGS+=--with-sybase=\${PREFIX}" - if [ "$SYBASECT" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - SYBASEDB=1 - ;; - \"SybaseCT\") - echo "LIB_DEPENDS+= ct.0:\${PORTSDIR}/databases/freetds" - echo "CONFIGURE_ARGS+=--with-sybase-ct=\${PREFIX}" - if [ "$SYBASEDB" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - SYBASECT=1 - ;; - \"dBase\") - echo "CONFIGURE_ARGS+=--with-dbase" - ;; - \"OpenLDAP\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" - echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" - if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then - echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" - fi - ;; - \"SNMP\") - echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp" - echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack" - ;; - \"XML\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat" - echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}" - ;; - \"FTP\") - echo "CONFIGURE_ARGS+=--with-ftp" - ;; - \"gettext\") - echo "LIB_DEPENDS+= intl.1:${PORTSDIR}/devel/gettext" - echo "CONFIGURE_ARGS+=--with-gettext=${PREFIX}" - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done |