diff --git a/www/php3/Makefile b/www/php3/Makefile index bee65b7cd02..e397eb371bc 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,83 +1,16 @@ -# $OpenBSD: Makefile,v 1.44 2002/08/07 22:16:54 avsm Exp $ +# $OpenBSD: Makefile,v 1.45 2002/09/09 22:16:20 brad Exp $ -BROKEN= "unsupported with possible security holes - use php4 instead" +IGNORE= "has been superseded by php4" COMMENT= "server-side HTML-embedded scripting language" -# This port currently only works with archs supporting dynamic loading -# and has Apache that supports DSO's. -ONLY_FOR_ARCHS= alpha i386 m68k powerpc sparc sparc64 - -VERSION= 3.0.18 -DISTNAME= php-${VERSION} -PKGNAME= php3-${VERSION}p2 +PKGNAME= php3 CATEGORIES= www lang -NEED_VERSION= 1.500 - -HOMEPAGE= http://www.php.net/ - -MAINTAINER= Jakob Schlyter - -MASTER_SITES= http://www.php.net/distributions/ \ - http://us.php.net/distributions/ \ - http://se.php.net/distributions/ \ - http://no.php.net/distributions/ +DISTFILES= PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \ - --with-pcre-regex \ - --with-xml \ - --with-config-file-path=/var/www/conf - -LIB_DEPENDS+= expat.2::textproc/expat -LIB_DEPENDS+= gdbm::databases/gdbm - -FLAVORS= imap gd mysql postgresql -FLAVOR?= - -.if ${FLAVOR:L:Mimap} -CONFIGURE_ARGS+= --with-imap=${LOCALBASE} -LIB_DEPENDS+= c-client.3:c-client->=4.40p1:mail/c-client -.else -CONFIGURE_ARGS+= --without-imap -.endif - -.if ${FLAVOR:L:Mgd} -CONFIGURE_ARGS+= --with-gd --with-jpegdir=${LOCALBASE}/lib -LIB_DEPENDS+= gd.18::graphics/gd -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -ljpeg" -.else -CONFIGURE_ARGS+= --without-gd -.endif - -.if ${FLAVOR:L:Mmysql} -CONFIGURE_ARGS+= --with-mysql -LIB_DEPENDS+= lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${FLAVOR:L:Mpostgresql} -CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} -LIB_DEPENDS+= pq.2::databases/postgresql -.else -CONFIGURE_ARGS+= --without-pgsql -.endif - -do-install: - ${INSTALL_DATA} ${WRKBUILD}/libphp3.so ${PREFIX}/lib - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/php3 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/php3 - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/php3 - ${INSTALL_DATA} ${WRKSRC}/php3.ini-dist ${PREFIX}/share/doc/php3 - @sed 's,y0y0y0,${TRUEPREFIX},' \ - <${FILESDIR}/php3-enable >${PREFIX}/sbin/php3-enable - @chown ${BINOWN}:${BINGRP} ${PREFIX}/sbin/php3-enable - @chmod ${BINMODE} ${PREFIX}/sbin/php3-enable - .include diff --git a/www/php3/distinfo b/www/php3/distinfo deleted file mode 100644 index cafb4ee2109..00000000000 --- a/www/php3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php-3.0.18.tar.gz) = b4b8f7f1151ce66d5f3910a066651133 -RMD160 (php-3.0.18.tar.gz) = 6ccc72b9766869d114de5d6b589d4116e95b6278 -SHA1 (php-3.0.18.tar.gz) = 49550006e1dbf8f792bc0b9499b3f0bd7b14427c diff --git a/www/php3/files/php3-enable b/www/php3/files/php3-enable deleted file mode 100644 index 3baf1bafda3..00000000000 --- a/www/php3/files/php3-enable +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: php3-enable,v 1.2 2000/07/12 11:03:10 jakob Exp $ - -MODULE=y0y0y0/lib/libphp3.so -INI=y0y0y0/share/doc/php3/php3.ini-dist - -if [ ! -f ${MODULE} ]; then - echo "can't find php3 module (${MODULE})" - exit 1 -else - echo "enabling php3 module..." - /usr/sbin/apxs -i -a -n php3 ${MODULE} - echo "note: a sample php3.ini file can be found as ${INI} and should be" - echo " installed into /var/www/conf." -fi diff --git a/www/php3/patches/patch-configure b/www/php3/patches/patch-configure deleted file mode 100644 index 4d18c4308ab..00000000000 --- a/www/php3/patches/patch-configure +++ /dev/null @@ -1,112 +0,0 @@ -$OpenBSD: patch-configure,v 1.4 2002/04/06 21:16:16 brad Exp $ ---- configure.orig Fri Oct 20 15:05:17 2000 -+++ configure Sat Apr 6 15:55:22 2002 -@@ -1493,7 +1493,7 @@ fi - echo "$ac_t""$php_cv_cc_rpath" 1>&6 - if test $php_cv_cc_rpath = "yes"; then - ld_runpath_switch="-Wl,-rpath," -- apxs_runpath_switch="-Wl,'-rpath " -+ apxs_runpath_switch="-Wl,'-Wl,-rpath," - else - ld_runpath_switch="-L" - apxs_runpath_switch="-L'" -@@ -5157,8 +5157,8 @@ if test "${with_imap+set}" = set; then - 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 -@@ -5317,7 +5317,7 @@ if test "${with_imap+set}" = set; then - ai_p="`pwd`/$IMAP_INC_DIR" - fi - -- -+ - unique=`echo $ac_n "$ai_p$ac_c" | tr -c -d a-zA-Z0-9` - cmd="echo $ac_n \"\$INCLUDEPATH$unique$ac_c\"" - if test -n "$unique" && test "`eval $cmd`" = "" ; then -@@ -5328,6 +5328,79 @@ if test "${with_imap+set}" = set; then - fi - - fi -+ -+ -+ -+ -+ unique=`echo $ac_n "gssapi$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lgssapi" -+ -+ fi -+ -+ -+ -+ -+ unique=`echo $ac_n "krb$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lkrb" -+ -+ fi -+ -+ -+ -+ -+ unique=`echo $ac_n "krb5$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lkrb5" -+ -+ fi -+ -+ -+ -+ -+ unique=`echo $ac_n "asn1$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lasn1" -+ -+ fi -+ -+ -+ -+ -+ unique=`echo $ac_n "com_err$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lcom_err_pic" -+ -+ fi -+ -+ -+ -+ -+ unique=`echo $ac_n "kafs$ac_c" | tr -c -d a-zA-Z0-9` -+ cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -+ if test -n "$unique" && test "`eval $cmd`" = "" ; then -+ eval "LIBRARY$unique=set" -+ -+ EXTRA_LIBS="$EXTRA_LIBS -lkafs" -+ -+ fi -+ - - cat >> confdefs.h <<\EOF - #define HAVE_IMAP 1 diff --git a/www/php3/patches/patch-functions_mime_c b/www/php3/patches/patch-functions_mime_c deleted file mode 100644 index 536d3893c42..00000000000 --- a/www/php3/patches/patch-functions_mime_c +++ /dev/null @@ -1,24 +0,0 @@ -$OpenBSD: patch-functions_mime_c,v 1.1 2002/02/27 16:31:59 brad Exp $ ---- functions/mime.c.orig Mon Oct 16 21:30:59 2000 -+++ functions/mime.c Wed Feb 27 10:12:11 2002 -@@ -85,7 +85,9 @@ void php3_mime_split(char *buf, int cnt, - SAFE_RETURN; - } - loc = memchr(ptr, '\n', rem); -+ rem -= loc - ptr; - name = strstr(ptr, " name="); -+ ptr = loc; - if (name && name < loc) { - name += 6; - s = memchr(name, '\"', loc - name); -@@ -138,6 +140,10 @@ void php3_mime_split(char *buf, int cnt, - sprintf(lbuf, "%s_name[]", abuf); - sbuf=estrdup(abuf); - } else { -+ if (abuf) { -+ efree(abuf); -+ abuf = NULL; -+ } - sprintf(lbuf, "%s_name", namebuf); - sbuf=estrdup(namebuf); - } diff --git a/www/php3/pkg/DEINSTALL b/www/php3/pkg/DEINSTALL deleted file mode 100644 index 56524152aa2..00000000000 --- a/www/php3/pkg/DEINSTALL +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: DEINSTALL,v 1.3 2000/12/15 13:29:33 naddy Exp $ -# -# php3 de-installation - -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin -CONF=`apxs -q SYSCONFDIR`/httpd.conf - -rm -f /usr/lib/apache/modules/libphp3.so - -echo -echo "+---------------" -echo "| To completely deinstall the $1 package you" -echo "| need to perform these steps as root:" -echo "|" -echo "| edit ${CONF}" -echo "| remove the line LoadModule php3_module" -echo "|" -echo "| Do not do this if you plan on re-installing php3" -echo "| package at some future time." -echo "+---------------" -echo - -exit 0 diff --git a/www/php3/pkg/DESCR b/www/php3/pkg/DESCR deleted file mode 100644 index 21194cdc55f..00000000000 --- a/www/php3/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -At the most basic level, PHP can do anything any other CGI program can -do, such as collect form data, generate dynamic page content, or send -and receive cookies. - -PHP also has support for talking to other services using protocols -such as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw -network sockets and interact using other protocols. - -WWW: ${HOMEPAGE} diff --git a/www/php3/pkg/INSTALL b/www/php3/pkg/INSTALL deleted file mode 100644 index 8615f91349c..00000000000 --- a/www/php3/pkg/INSTALL +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: INSTALL,v 1.2 2000/12/15 13:29:33 naddy Exp $ -# -# php3 installation - -# exit on errors, use a sane path and install prefix -# -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin -PREFIX=${PKG_PREFIX:-/usr/local} - -do_notice() -{ - echo - echo "+---------------" - echo "| To finish the install, you need to enable the php3" - echo "| module using the following command" - echo "|" - echo "| $PREFIX/sbin/php3-enable" - echo "+---------------" - echo -} - -# verify proper execution -# -if [ $# -ne 2 ]; then - echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 - exit 1 -fi - -# Verify/process the command -# -case $2 in - PRE-INSTALL) - : nothing to pre-install for this port - ;; - POST-INSTALL) - do_notice $1 - ;; - *) - echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/www/php3/pkg/PLIST b/www/php3/pkg/PLIST deleted file mode 100644 index 6386f0477e8..00000000000 --- a/www/php3/pkg/PLIST +++ /dev/null @@ -1,1350 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.8 2001/01/03 21:36:49 brad Exp $ -@pkgcfl php4-* -lib/libphp3.so -sbin/php3-enable -share/doc/php3/README -share/doc/php3/appendixes.html -share/doc/php3/calling-user-functions.html -share/doc/php3/class.dir.html -share/doc/php3/config-apache.html -share/doc/php3/config-cgi.html -share/doc/php3/config-security.html -share/doc/php3/config-virtualhost.html -share/doc/php3/configuration.html -share/doc/php3/constants.html -share/doc/php3/control-structures.alternative-syntax.html -share/doc/php3/control-structures.break.html -share/doc/php3/control-structures.continue.html -share/doc/php3/control-structures.do.while.html -share/doc/php3/control-structures.else.html -share/doc/php3/control-structures.elseif.html -share/doc/php3/control-structures.for.html -share/doc/php3/control-structures.html -share/doc/php3/control-structures.switch.html -share/doc/php3/control-structures.while.html -share/doc/php3/copyright.html -share/doc/php3/debugger-protocol.html -share/doc/php3/debugger.html -share/doc/php3/expressions.html -share/doc/php3/feature-connection-handling.html -share/doc/php3/feature-cookies.html -share/doc/php3/feature-error-handling.html -share/doc/php3/feature-fileupload.html -share/doc/php3/feature-fileupload.multiple.html -share/doc/php3/feature-images.html -share/doc/php3/feature-putsupport.html -share/doc/php3/feature-regexps.html -share/doc/php3/features.connection-handling.html -share/doc/php3/features.cookies.html -share/doc/php3/features.error-handling.html -share/doc/php3/features.file-upload.common-pitfalls.html -share/doc/php3/features.file-upload.html -share/doc/php3/features.file-upload.put-method.html -share/doc/php3/features.html -share/doc/php3/features.http-auth.html -share/doc/php3/features.images.html -share/doc/php3/features.persistent-connections.html -share/doc/php3/features.remote-files.html -share/doc/php3/funcref.html -share/doc/php3/function.abs.html -share/doc/php3/function.acos.html -share/doc/php3/function.ada-afetch.html -share/doc/php3/function.ada-autocommit.html -share/doc/php3/function.ada-close.html -share/doc/php3/function.ada-commit.html -share/doc/php3/function.ada-connect.html -share/doc/php3/function.ada-exec.html -share/doc/php3/function.ada-fetchrow.html -share/doc/php3/function.ada-fieldname.html -share/doc/php3/function.ada-fieldnum.html -share/doc/php3/function.ada-fieldtype.html -share/doc/php3/function.ada-freeresult.html -share/doc/php3/function.ada-numfields.html -share/doc/php3/function.ada-numrows.html -share/doc/php3/function.ada-result.html -share/doc/php3/function.ada-resultall.html -share/doc/php3/function.ada-rollback.html -share/doc/php3/function.addcslashes.html -share/doc/php3/function.addslashes.html -share/doc/php3/function.apache-lookup-uri.html -share/doc/php3/function.apache-note.html -share/doc/php3/function.array-count-values.html -share/doc/php3/function.array-flip.html -share/doc/php3/function.array-keys.html -share/doc/php3/function.array-merge.html -share/doc/php3/function.array-pad.html -share/doc/php3/function.array-pop.html -share/doc/php3/function.array-push.html -share/doc/php3/function.array-reverse.html -share/doc/php3/function.array-shift.html -share/doc/php3/function.array-slice.html -share/doc/php3/function.array-splice.html -share/doc/php3/function.array-unshift.html -share/doc/php3/function.array-values.html -share/doc/php3/function.array-walk.html -share/doc/php3/function.array.html -share/doc/php3/function.arsort.html -share/doc/php3/function.asin.html -share/doc/php3/function.asort.html -share/doc/php3/function.aspell-check-raw.html -share/doc/php3/function.aspell-check.html -share/doc/php3/function.aspell-new.html -share/doc/php3/function.aspell-suggest.html -share/doc/php3/function.atan.html -share/doc/php3/function.atan2.html -share/doc/php3/function.base-convert.html -share/doc/php3/function.base64-decode.html -share/doc/php3/function.base64-encode.html -share/doc/php3/function.basename.html -share/doc/php3/function.bcadd.html -share/doc/php3/function.bccomp.html -share/doc/php3/function.bcdiv.html -share/doc/php3/function.bcmod.html -share/doc/php3/function.bcmul.html -share/doc/php3/function.bcpow.html -share/doc/php3/function.bcscale.html -share/doc/php3/function.bcsqrt.html -share/doc/php3/function.bcsub.html -share/doc/php3/function.bin2hex.html -share/doc/php3/function.bindec.html -share/doc/php3/function.ceil.html -share/doc/php3/function.chdir.html -share/doc/php3/function.checkdate.html -share/doc/php3/function.checkdnsrr.html -share/doc/php3/function.chgrp.html -share/doc/php3/function.chmod.html -share/doc/php3/function.chop.html -share/doc/php3/function.chown.html -share/doc/php3/function.chr.html -share/doc/php3/function.chunk-split.html -share/doc/php3/function.clearstatcache.html -share/doc/php3/function.closedir.html -share/doc/php3/function.closelog.html -share/doc/php3/function.compact.html -share/doc/php3/function.connection-aborted.html -share/doc/php3/function.connection-status.html -share/doc/php3/function.connection-timeout.html -share/doc/php3/function.convert-cyr-string.html -share/doc/php3/function.copy.html -share/doc/php3/function.cos.html -share/doc/php3/function.count.html -share/doc/php3/function.cpdf-add-annotation.html -share/doc/php3/function.cpdf-add-outline.html -share/doc/php3/function.cpdf-arc.html -share/doc/php3/function.cpdf-begin-text.html -share/doc/php3/function.cpdf-circle.html -share/doc/php3/function.cpdf-clip.html -share/doc/php3/function.cpdf-close.html -share/doc/php3/function.cpdf-closepath-fill-stroke.html -share/doc/php3/function.cpdf-closepath-stroke.html -share/doc/php3/function.cpdf-closepath.html -share/doc/php3/function.cpdf-continue-text.html -share/doc/php3/function.cpdf-curveto.html -share/doc/php3/function.cpdf-end-text.html -share/doc/php3/function.cpdf-endpath.html -share/doc/php3/function.cpdf-fill-stroke.html -share/doc/php3/function.cpdf-fill.html -share/doc/php3/function.cpdf-finalize-page.html -share/doc/php3/function.cpdf-finalize.html -share/doc/php3/function.cpdf-import-jpeg.html -share/doc/php3/function.cpdf-lineto.html -share/doc/php3/function.cpdf-moveto.html -share/doc/php3/function.cpdf-open.html -share/doc/php3/function.cpdf-output-buffer.html -share/doc/php3/function.cpdf-page-init.html -share/doc/php3/function.cpdf-place-inline-image.html -share/doc/php3/function.cpdf-rect.html -share/doc/php3/function.cpdf-restore.html -share/doc/php3/function.cpdf-rlineto.html -share/doc/php3/function.cpdf-rmoveto.html -share/doc/php3/function.cpdf-rotate.html -share/doc/php3/function.cpdf-save-to-file.html -share/doc/php3/function.cpdf-save.html -share/doc/php3/function.cpdf-scale.html -share/doc/php3/function.cpdf-set-char-spacing.html -share/doc/php3/function.cpdf-set-creator.html -share/doc/php3/function.cpdf-set-current-page.html -share/doc/php3/function.cpdf-set-font.html -share/doc/php3/function.cpdf-set-horiz-scaling.html -share/doc/php3/function.cpdf-set-keywords.html -share/doc/php3/function.cpdf-set-leading.html -share/doc/php3/function.cpdf-set-page-animation.html -share/doc/php3/function.cpdf-set-subject.html -share/doc/php3/function.cpdf-set-text-matrix.html -share/doc/php3/function.cpdf-set-text-pos.html -share/doc/php3/function.cpdf-set-text-rendering.html -share/doc/php3/function.cpdf-set-text-rise.html -share/doc/php3/function.cpdf-set-title.html -share/doc/php3/function.cpdf-set-word-spacing.html -share/doc/php3/function.cpdf-setdash.html -share/doc/php3/function.cpdf-setflat.html -share/doc/php3/function.cpdf-setgray-fill.html -share/doc/php3/function.cpdf-setgray-stroke.html -share/doc/php3/function.cpdf-setgray.html -share/doc/php3/function.cpdf-setlinecap.html -share/doc/php3/function.cpdf-setlinejoin.html -share/doc/php3/function.cpdf-setlinewidth.html -share/doc/php3/function.cpdf-setmiterlimit.html -share/doc/php3/function.cpdf-setrgbcolor-fill.html -share/doc/php3/function.cpdf-setrgbcolor-stroke.html -share/doc/php3/function.cpdf-setrgbcolor.html -share/doc/php3/function.cpdf-show-xy.html -share/doc/php3/function.cpdf-show.html -share/doc/php3/function.cpdf-stringwidth.html -share/doc/php3/function.cpdf-stroke.html -share/doc/php3/function.cpdf-text.html -share/doc/php3/function.cpdf-translate.html -share/doc/php3/function.crypt.html -share/doc/php3/function.current.html -share/doc/php3/function.date.html -share/doc/php3/function.dba-close.html -share/doc/php3/function.dba-delete.html -share/doc/php3/function.dba-exists.html -share/doc/php3/function.dba-fetch.html -share/doc/php3/function.dba-firstkey.html -share/doc/php3/function.dba-insert.html -share/doc/php3/function.dba-nextkey.html -share/doc/php3/function.dba-open.html -share/doc/php3/function.dba-optimize.html -share/doc/php3/function.dba-popen.html -share/doc/php3/function.dba-replace.html -share/doc/php3/function.dba-sync.html -share/doc/php3/function.dbase-add-record.html -share/doc/php3/function.dbase-close.html -share/doc/php3/function.dbase-create.html -share/doc/php3/function.dbase-delete-record.html -share/doc/php3/function.dbase-get-record.html -share/doc/php3/function.dbase-get-record-with-names.html -share/doc/php3/function.dbase-numfields.html -share/doc/php3/function.dbase-numrecords.html -share/doc/php3/function.dbase-open.html -share/doc/php3/function.dbase-pack.html -share/doc/php3/function.dbase-replace-record.html -share/doc/php3/function.dblist.html -share/doc/php3/function.dbmclose.html -share/doc/php3/function.dbmdelete.html -share/doc/php3/function.dbmexists.html -share/doc/php3/function.dbmfetch.html -share/doc/php3/function.dbmfirstkey.html -share/doc/php3/function.dbminsert.html -share/doc/php3/function.dbmnextkey.html -share/doc/php3/function.dbmopen.html -share/doc/php3/function.dbmreplace.html -share/doc/php3/function.debugger-off.html -share/doc/php3/function.debugger-on.html -share/doc/php3/function.decbin.html -share/doc/php3/function.dechex.html -share/doc/php3/function.decoct.html -share/doc/php3/function.define.html -share/doc/php3/function.defined.html -share/doc/php3/function.delete.html -share/doc/php3/function.die.html -share/doc/php3/function.dirname.html -share/doc/php3/function.diskfreespace.html -share/doc/php3/function.dl.html -share/doc/php3/function.doubleval.html -share/doc/php3/function.each.html -share/doc/php3/function.easter-date.html -share/doc/php3/function.easter-days.html -share/doc/php3/function.echo.html -share/doc/php3/function.empty.html -share/doc/php3/function.end.html -share/doc/php3/function.ereg-replace.html -share/doc/php3/function.ereg.html -share/doc/php3/function.eregi-replace.html -share/doc/php3/function.eregi.html -share/doc/php3/function.error-log.html -share/doc/php3/function.error-reporting.html -share/doc/php3/function.escapeshellcmd.html -share/doc/php3/function.eval.html -share/doc/php3/function.exec.html -share/doc/php3/function.exit.html -share/doc/php3/function.exp.html -share/doc/php3/function.explode.html -share/doc/php3/function.extension-loaded.html -share/doc/php3/function.extract.html -share/doc/php3/function.fclose.html -share/doc/php3/function.fdf-close.html -share/doc/php3/function.fdf-create.html -share/doc/php3/function.fdf-get-file.html -share/doc/php3/function.fdf-get-status.html -share/doc/php3/function.fdf-get-value.html -share/doc/php3/function.fdf-next-field-name.html -share/doc/php3/function.fdf-open.html -share/doc/php3/function.fdf-save.html -share/doc/php3/function.fdf-set-ap.html -share/doc/php3/function.fdf-set-file.html -share/doc/php3/function.fdf-set-status.html -share/doc/php3/function.fdf-set-value.html -share/doc/php3/function.feof.html -share/doc/php3/function.fgetc.html -share/doc/php3/function.fgetcsv.html -share/doc/php3/function.fgets.html -share/doc/php3/function.fgetss.html -share/doc/php3/function.file-exists.html -share/doc/php3/function.file.html -share/doc/php3/function.fileatime.html -share/doc/php3/function.filectime.html -share/doc/php3/function.filegroup.html -share/doc/php3/function.fileinode.html -share/doc/php3/function.filemtime.html -share/doc/php3/function.fileowner.html -share/doc/php3/function.fileperms.html -share/doc/php3/function.filepro-fieldcount.html -share/doc/php3/function.filepro-fieldname.html -share/doc/php3/function.filepro-fieldtype.html -share/doc/php3/function.filepro-fieldwidth.html -share/doc/php3/function.filepro-retrieve.html -share/doc/php3/function.filepro-rowcount.html -share/doc/php3/function.filepro.html -share/doc/php3/function.filesize.html -share/doc/php3/function.filetype.html -share/doc/php3/function.flock.html -share/doc/php3/function.floor.html -share/doc/php3/function.flush.html -share/doc/php3/function.fopen.html -share/doc/php3/function.fpassthru.html -share/doc/php3/function.fputs.html -share/doc/php3/function.fread.html -share/doc/php3/function.frenchtojd.html -share/doc/php3/function.fseek.html -share/doc/php3/function.fsockopen.html -share/doc/php3/function.ftp-cdup.html -share/doc/php3/function.ftp-chdir.html -share/doc/php3/function.ftp-connect.html -share/doc/php3/function.ftp-delete.html -share/doc/php3/function.ftp-fget.html -share/doc/php3/function.ftp-fput.html -share/doc/php3/function.ftp-get.html -share/doc/php3/function.ftp-login.html -share/doc/php3/function.ftp-mdtm.html -share/doc/php3/function.ftp-mkdir.html -share/doc/php3/function.ftp-nlist.html -share/doc/php3/function.ftp-pasv.html -share/doc/php3/function.ftp-put.html -share/doc/php3/function.ftp-pwd.html -share/doc/php3/function.ftp-quit.html -share/doc/php3/function.ftp-rawlist.html -share/doc/php3/function.ftp-rename.html -share/doc/php3/function.ftp-rmdir.html -share/doc/php3/function.ftp-size.html -share/doc/php3/function.ftp-systype.html -share/doc/php3/function.ftell.html -share/doc/php3/function.func-get-arg.html -share/doc/php3/function.func-get-args.html -share/doc/php3/function.func-num-args.html -share/doc/php3/function.function-exists.html -share/doc/php3/function.fwrite.html -share/doc/php3/function.get-browser.html -share/doc/php3/function.get-cfg-var.html -share/doc/php3/function.get-current-user.html -share/doc/php3/function.get-html-translation-table.html -share/doc/php3/function.get-magic-quotes-gpc.html -share/doc/php3/function.get-magic-quotes-runtime.html -share/doc/php3/function.get-meta-tags.html -share/doc/php3/function.getallheaders.html -share/doc/php3/function.getdate.html -share/doc/php3/function.getenv.html -share/doc/php3/function.gethostbyaddr.html -share/doc/php3/function.gethostbyname.html -share/doc/php3/function.gethostbynamel.html -share/doc/php3/function.getimagesize.html -share/doc/php3/function.getlastmod.html -share/doc/php3/function.getmxrr.html -share/doc/php3/function.getmyinode.html -share/doc/php3/function.getmypid.html -share/doc/php3/function.getmyuid.html -share/doc/php3/function.getprotobyname.html -share/doc/php3/function.getprotobynumber.html -share/doc/php3/function.getrandmax.html -share/doc/php3/function.getrusage.html -share/doc/php3/function.getservbyname.html -share/doc/php3/function.getservbyport.html -share/doc/php3/function.gettimeofday.html -share/doc/php3/function.gettype.html -share/doc/php3/function.gmdate.html -share/doc/php3/function.gmmktime.html -share/doc/php3/function.gmstrftime.html -share/doc/php3/function.gregoriantojd.html -share/doc/php3/function.gzclose.html -share/doc/php3/function.gzeof.html -share/doc/php3/function.gzfile.html -share/doc/php3/function.gzgetc.html -share/doc/php3/function.gzgets.html -share/doc/php3/function.gzgetss.html -share/doc/php3/function.gzopen.html -share/doc/php3/function.gzpassthru.html -share/doc/php3/function.gzputs.html -share/doc/php3/function.gzread.html -share/doc/php3/function.gzrewind.html -share/doc/php3/function.gzseek.html -share/doc/php3/function.gztell.html -share/doc/php3/function.gzwrite.html -share/doc/php3/function.header.html -share/doc/php3/function.hexdec.html -share/doc/php3/function.htmlentities.html -share/doc/php3/function.htmlspecialchars.html -share/doc/php3/function.hw-array2objrec.html -share/doc/php3/function.hw-children.html -share/doc/php3/function.hw-childrenobj.html -share/doc/php3/function.hw-close.html -share/doc/php3/function.hw-connect.html -share/doc/php3/function.hw-cp.html -share/doc/php3/function.hw-deleteobject.html -share/doc/php3/function.hw-docbyanchor.html -share/doc/php3/function.hw-docbyanchorobj.html -share/doc/php3/function.hw-documentattributes.html -share/doc/php3/function.hw-documentbodytag.html -share/doc/php3/function.hw-documentcontent.html -share/doc/php3/function.hw-documentsetcontent.html -share/doc/php3/function.hw-documentsize.html -share/doc/php3/function.hw-edittext.html -share/doc/php3/function.hw-error.html -share/doc/php3/function.hw-errormsg.html -share/doc/php3/function.hw-free-document.html -share/doc/php3/function.hw-getanchors.html -share/doc/php3/function.hw-getanchorsobj.html -share/doc/php3/function.hw-getandlock.html -share/doc/php3/function.hw-getchildcoll.html -share/doc/php3/function.hw-getchildcollobj.html -share/doc/php3/function.hw-getchilddoccoll.html -share/doc/php3/function.hw-getchilddoccollobj.html -share/doc/php3/function.hw-getobject.html -share/doc/php3/function.hw-getobjectbyquery.html -share/doc/php3/function.hw-getobjectbyquerycoll.html -share/doc/php3/function.hw-getobjectbyquerycollobj.html -share/doc/php3/function.hw-getobjectbyqueryobj.html -share/doc/php3/function.hw-getparents.html -share/doc/php3/function.hw-getparentsobj.html -share/doc/php3/function.hw-getremote.html -share/doc/php3/function.hw-getremotechildren.html -share/doc/php3/function.hw-getsrcbydestobj.html -share/doc/php3/function.hw-gettext.html -share/doc/php3/function.hw-getusername.html -share/doc/php3/function.hw-identify.html -share/doc/php3/function.hw-incollections.html -share/doc/php3/function.hw-info.html -share/doc/php3/function.hw-inscoll.html -share/doc/php3/function.hw-insdoc.html -share/doc/php3/function.hw-insertdocument.html -share/doc/php3/function.hw-insertobject.html -share/doc/php3/function.hw-mapid.html -share/doc/php3/function.hw-modifyobject.html -share/doc/php3/function.hw-mv.html -share/doc/php3/function.hw-new-document.html -share/doc/php3/function.hw-objrec2array.html -share/doc/php3/function.hw-outputdocument.html -share/doc/php3/function.hw-pconnect.html -share/doc/php3/function.hw-pipedocument.html -share/doc/php3/function.hw-root.html -share/doc/php3/function.hw-unlock.html -share/doc/php3/function.hw-who.html -share/doc/php3/function.ibase-bind.html -share/doc/php3/function.ibase-close.html -share/doc/php3/function.ibase-connect.html -share/doc/php3/function.ibase-execute.html -share/doc/php3/function.ibase-fetch-row.html -share/doc/php3/function.ibase-free-query.html -share/doc/php3/function.ibase-free-result.html -share/doc/php3/function.ibase-pconnect.html -share/doc/php3/function.ibase-prepare.html -share/doc/php3/function.ibase-query.html -share/doc/php3/function.ibase-timefmt.html -share/doc/php3/function.icap-close.html -share/doc/php3/function.icap-delete-event.html -share/doc/php3/function.icap-fetch-event.html -share/doc/php3/function.icap-list-alarms.html -share/doc/php3/function.icap-list-events.html -share/doc/php3/function.icap-open.html -share/doc/php3/function.icap-snooze.html -share/doc/php3/function.icap-store-event.html -share/doc/php3/function.ifx-affected-rows.html -share/doc/php3/function.ifx-blobinfile-mode.html -share/doc/php3/function.ifx-byteasvarchar.html -share/doc/php3/function.ifx-close.html -share/doc/php3/function.ifx-connect.html -share/doc/php3/function.ifx-copy-blob.html -share/doc/php3/function.ifx-create-blob.html -share/doc/php3/function.ifx-create-char.html -share/doc/php3/function.ifx-do.html -share/doc/php3/function.ifx-error.html -share/doc/php3/function.ifx-errormsg.html -share/doc/php3/function.ifx-fetch-row.html -share/doc/php3/function.ifx-fieldproperties.html -share/doc/php3/function.ifx-fieldtypes.html -share/doc/php3/function.ifx-free-blob.html -share/doc/php3/function.ifx-free-char.html -share/doc/php3/function.ifx-free-result.html -share/doc/php3/function.ifx-get-blob.html -share/doc/php3/function.ifx-get-char.html -share/doc/php3/function.ifx-getsqlca.html -share/doc/php3/function.ifx-htmltbl-result.html -share/doc/php3/function.ifx-nullformat.html -share/doc/php3/function.ifx-num-fields.html -share/doc/php3/function.ifx-num-rows.html -share/doc/php3/function.ifx-pconnect.html -share/doc/php3/function.ifx-prepare.html -share/doc/php3/function.ifx-query.html -share/doc/php3/function.ifx-textasvarchar.html -share/doc/php3/function.ifx-update-blob.html -share/doc/php3/function.ifx-update-char.html -share/doc/php3/function.ifxus-close-slob.html -share/doc/php3/function.ifxus-create-slob.html -share/doc/php3/function.ifxus-free-slob.html -share/doc/php3/function.ifxus-open-slob.html -share/doc/php3/function.ifxus-read-slob.html -share/doc/php3/function.ifxus-seek-slob.html -share/doc/php3/function.ifxus-tell-slob.html -share/doc/php3/function.ifxus-write-slob.html -share/doc/php3/function.ignore-user-abort.html -share/doc/php3/function.imagearc.html -share/doc/php3/function.imagechar.html -share/doc/php3/function.imagecharup.html -share/doc/php3/function.imagecolorallocate.html -share/doc/php3/function.imagecolorat.html -share/doc/php3/function.imagecolorclosest.html -share/doc/php3/function.imagecolorexact.html -share/doc/php3/function.imagecolorresolve.html -share/doc/php3/function.imagecolorset.html -share/doc/php3/function.imagecolorsforindex.html -share/doc/php3/function.imagecolorstotal.html -share/doc/php3/function.imagecolortransparent.html -share/doc/php3/function.imagecopyresized.html -share/doc/php3/function.imagecreate.html -share/doc/php3/function.imagecreatefromgif.html -share/doc/php3/function.imagedashedline.html -share/doc/php3/function.imagedestroy.html -share/doc/php3/function.imagefill.html -share/doc/php3/function.imagefilledpolygon.html -share/doc/php3/function.imagefilledrectangle.html -share/doc/php3/function.imagefilltoborder.html -share/doc/php3/function.imagefontheight.html -share/doc/php3/function.imagefontwidth.html -share/doc/php3/function.imagegif.html -share/doc/php3/function.imageinterlace.html -share/doc/php3/function.imageline.html -share/doc/php3/function.imageloadfont.html -share/doc/php3/function.imagepolygon.html -share/doc/php3/function.imagepsbbox.html -share/doc/php3/function.imagepsencodefont.html -share/doc/php3/function.imagepsfreefont.html -share/doc/php3/function.imagepsloadfont.html -share/doc/php3/function.imagepstext.html -share/doc/php3/function.imagerectangle.html -share/doc/php3/function.imagesetpixel.html -share/doc/php3/function.imagestring.html -share/doc/php3/function.imagestringup.html -share/doc/php3/function.imagesx.html -share/doc/php3/function.imagesy.html -share/doc/php3/function.imagettfbbox.html -share/doc/php3/function.imagettftext.html -share/doc/php3/function.imap-8bit.html -share/doc/php3/function.imap-append.html -share/doc/php3/function.imap-alerts.html -share/doc/php3/function.imap-base64.html -share/doc/php3/function.imap-binary.html -share/doc/php3/function.imap-body.html -share/doc/php3/function.imap-check.html -share/doc/php3/function.imap-clearflag-full.html -share/doc/php3/function.imap-close.html -share/doc/php3/function.imap-createmailbox.html -share/doc/php3/function.imap-delete.html -share/doc/php3/function.imap-deletemailbox.html -share/doc/php3/function.imap-errors.html -share/doc/php3/function.imap-expunge.html -share/doc/php3/function.imap-fetchbody.html -share/doc/php3/function.imap-fetchheader.html -share/doc/php3/function.imap-fetchstructure.html -share/doc/php3/function.imap-getmailboxes.html -share/doc/php3/function.imap-getsubscribed.html -share/doc/php3/function.imap-header.html -share/doc/php3/function.imap-headers.html -share/doc/php3/function.imap-last-error.html -share/doc/php3/function.imap-listmailbox.html -share/doc/php3/function.imap-listsubscribed.html -share/doc/php3/function.imap-mail-copy.html -share/doc/php3/function.imap-mail-move.html -share/doc/php3/function.imap-mailboxmsginfo.html -share/doc/php3/function.imap-msgno.html -share/doc/php3/function.imap-num-msg.html -share/doc/php3/function.imap-num-recent.html -share/doc/php3/function.imap-open.html -share/doc/php3/function.imap-ping.html -share/doc/php3/function.imap-qprint.html -share/doc/php3/function.imap-renamemailbox.html -share/doc/php3/function.imap-reopen.html -share/doc/php3/function.imap-rfc822-parse-adrlist.html -share/doc/php3/function.imap-rfc822-write-address.html -share/doc/php3/function.imap-scanmailbox.html -share/doc/php3/function.imap-search.html -share/doc/php3/function.imap-setflag-full.html -share/doc/php3/function.imap-sort.html -share/doc/php3/function.imap-status.html -share/doc/php3/function.imap-subscribe.html -share/doc/php3/function.imap-uid.html -share/doc/php3/function.imap-undelete.html -share/doc/php3/function.imap-unsubscribe.html -share/doc/php3/function.implode.html -share/doc/php3/function.in-array.html -share/doc/php3/function.include.html -share/doc/php3/function.intval.html -share/doc/php3/function.iptcparse.html -share/doc/php3/function.is-array.html -share/doc/php3/function.is-dir.html -share/doc/php3/function.is-double.html -share/doc/php3/function.is-executable.html -share/doc/php3/function.is-file.html -share/doc/php3/function.is-float.html -share/doc/php3/function.is-int.html -share/doc/php3/function.is-integer.html -share/doc/php3/function.is-link.html -share/doc/php3/function.is-long.html -share/doc/php3/function.is-object.html -share/doc/php3/function.is-readable.html -share/doc/php3/function.is-real.html -share/doc/php3/function.is-string.html -share/doc/php3/function.is-writeable.html -share/doc/php3/function.isset.html -share/doc/php3/function.jddayofweek.html -share/doc/php3/function.jdmonthname.html -share/doc/php3/function.jdtofrench.html -share/doc/php3/function.jdtogregorian.html -share/doc/php3/function.jdtojewish.html -share/doc/php3/function.jdtojulian.html -share/doc/php3/function.jewishtojd.html -share/doc/php3/function.join.html -share/doc/php3/function.juliantojd.html -share/doc/php3/function.key.html -share/doc/php3/function.krsort.html -share/doc/php3/function.ksort.html -share/doc/php3/function.ldap-add.html -share/doc/php3/function.ldap-bind.html -share/doc/php3/function.ldap-close.html -share/doc/php3/function.ldap-connect.html -share/doc/php3/function.ldap-count-entries.html -share/doc/php3/function.ldap-err2str.html -share/doc/php3/function.ldap-errno.html -share/doc/php3/function.ldap-error.html -share/doc/php3/function.ldap-delete.html -share/doc/php3/function.ldap-dn2ufn.html -share/doc/php3/function.ldap-explode-dn.html -share/doc/php3/function.ldap-first-attribute.html -share/doc/php3/function.ldap-first-entry.html -share/doc/php3/function.ldap-free-result.html -share/doc/php3/function.ldap-get-attributes.html -share/doc/php3/function.ldap-get-dn.html -share/doc/php3/function.ldap-get-entries.html -share/doc/php3/function.ldap-get-values.html -share/doc/php3/function.ldap-get-values-len.html -share/doc/php3/function.ldap-list.html -share/doc/php3/function.ldap-mod-add.html -share/doc/php3/function.ldap-mod-del.html -share/doc/php3/function.ldap-mod-replace.html -share/doc/php3/function.ldap-modify.html -share/doc/php3/function.ldap-next-attribute.html -share/doc/php3/function.ldap-next-entry.html -share/doc/php3/function.ldap-read.html -share/doc/php3/function.ldap-search.html -share/doc/php3/function.ldap-unbind.html -share/doc/php3/function.leak.html -share/doc/php3/function.link.html -share/doc/php3/function.linkinfo.html -share/doc/php3/function.list.html -share/doc/php3/function.log.html -share/doc/php3/function.log10.html -share/doc/php3/function.lstat.html -share/doc/php3/function.ltrim.html -share/doc/php3/function.mail.html -share/doc/php3/function.max.html -share/doc/php3/function.mcal-close.html -share/doc/php3/function.mcal-date-compare.html -share/doc/php3/function.mcal-date-valid.html -share/doc/php3/function.mcal-day-of-week.html -share/doc/php3/function.mcal-day-of-year.html -share/doc/php3/function.mcal-days-in-month.html -share/doc/php3/function.mcal-delete-event.html -share/doc/php3/function.mcal-event-init.html -share/doc/php3/function.mcal-event-set-alarm.html -share/doc/php3/function.mcal-event-set-category.html -share/doc/php3/function.mcal-event-set-class.html -share/doc/php3/function.mcal-event-set-description.html -share/doc/php3/function.mcal-event-set-end.html -share/doc/php3/function.mcal-event-set-recur-daily.html -share/doc/php3/function.mcal-event-set-recur-monthly-mday.html -share/doc/php3/function.mcal-event-set-recur-monthly-wday.html -share/doc/php3/function.mcal-event-set-recur-weekly.html -share/doc/php3/function.mcal-event-set-recur-yearly.html -share/doc/php3/function.mcal-event-set-start.html -share/doc/php3/function.mcal-event-set-title.html -share/doc/php3/function.mcal-fetch-current-stream-event.html -share/doc/php3/function.mcal-fetch-event.html -share/doc/php3/function.mcal-is-leap-year.html -share/doc/php3/function.mcal-list-alarms.html -share/doc/php3/function.mcal-list-events.html -share/doc/php3/function.mcal-next-recurrence.html -share/doc/php3/function.mcal-open.html -share/doc/php3/function.mcal-snooze.html -share/doc/php3/function.mcal-store-event.html -share/doc/php3/function.mcal-time-valid.html -share/doc/php3/function.mcrypt-cbc.html -share/doc/php3/function.mcrypt-cfb.html -share/doc/php3/function.mcrypt-create-iv.html -share/doc/php3/function.mcrypt-ecb.html -share/doc/php3/function.mcrypt-get-block-size.html -share/doc/php3/function.mcrypt-get-cipher-name.html -share/doc/php3/function.mcrypt-get-key-size.html -share/doc/php3/function.mcrypt-ofb.html -share/doc/php3/function.md5.html -share/doc/php3/function.metaphone.html -share/doc/php3/function.mhash-count.html -share/doc/php3/function.mhash-get-block-size.html -share/doc/php3/function.mhash-get-hash-name.html -share/doc/php3/function.mhash.html -share/doc/php3/function.microtime.html -share/doc/php3/function.min.html -share/doc/php3/function.mkdir.html -share/doc/php3/function.mktime.html -share/doc/php3/function.msql-affected-rows.html -share/doc/php3/function.mysql-change-user.html -share/doc/php3/function.msql-close.html -share/doc/php3/function.msql-connect.html -share/doc/php3/function.msql-create-db.html -share/doc/php3/function.msql-createdb.html -share/doc/php3/function.msql-data-seek.html -share/doc/php3/function.msql-dbname.html -share/doc/php3/function.msql-drop-db.html -share/doc/php3/function.msql-dropdb.html -share/doc/php3/function.msql-error.html -share/doc/php3/function.msql-fetch-array.html -share/doc/php3/function.msql-fetch-field.html -share/doc/php3/function.msql-fetch-object.html -share/doc/php3/function.msql-fetch-row.html -share/doc/php3/function.msql-field-seek.html -share/doc/php3/function.msql-fieldflags.html -share/doc/php3/function.msql-fieldlen.html -share/doc/php3/function.msql-fieldname.html -share/doc/php3/function.msql-fieldtable.html -share/doc/php3/function.msql-fieldtype.html -share/doc/php3/function.msql-free-result.html -share/doc/php3/function.msql-freeresult.html -share/doc/php3/function.msql-list-dbs.html -share/doc/php3/function.msql-list-fields.html -share/doc/php3/function.msql-list-tables.html -share/doc/php3/function.msql-listdbs.html -share/doc/php3/function.msql-listfields.html -share/doc/php3/function.msql-listtables.html -share/doc/php3/function.msql-num-fields.html -share/doc/php3/function.msql-num-rows.html -share/doc/php3/function.msql-numfields.html -share/doc/php3/function.msql-numrows.html -share/doc/php3/function.msql-pconnect.html -share/doc/php3/function.msql-query.html -share/doc/php3/function.msql-regcase.html -share/doc/php3/function.msql-result.html -share/doc/php3/function.msql-select-db.html -share/doc/php3/function.msql-selectdb.html -share/doc/php3/function.msql-tablename.html -share/doc/php3/function.msql.html -share/doc/php3/function.mssql-affected-rows.html -share/doc/php3/function.mssql-close.html -share/doc/php3/function.mssql-connect.html -share/doc/php3/function.mssql-data-seek.html -share/doc/php3/function.mssql-fetch-array.html -share/doc/php3/function.mssql-fetch-field.html -share/doc/php3/function.mssql-fetch-object.html -share/doc/php3/function.mssql-fetch-row.html -share/doc/php3/function.mssql-field-seek.html -share/doc/php3/function.mssql-free-result.html -share/doc/php3/function.mssql-num-fields.html -share/doc/php3/function.mssql-num-rows.html -share/doc/php3/function.mssql-pconnect.html -share/doc/php3/function.mssql-query.html -share/doc/php3/function.mssql-result.html -share/doc/php3/function.mssql-select-db.html -share/doc/php3/function.mt-getrandmax.html -share/doc/php3/function.mt-rand.html -share/doc/php3/function.mt-srand.html -share/doc/php3/function.mysql-affected-rows.html -share/doc/php3/function.mysql-close.html -share/doc/php3/function.mysql-connect.html -share/doc/php3/function.mysql-create-db.html -share/doc/php3/function.mysql-data-seek.html -share/doc/php3/function.mysql-db-query.html -share/doc/php3/function.mysql-drop-db.html -share/doc/php3/function.mysql-errno.html -share/doc/php3/function.mysql-error.html -share/doc/php3/function.mysql-fetch-array.html -share/doc/php3/function.mysql-fetch-field.html -share/doc/php3/function.mysql-fetch-lengths.html -share/doc/php3/function.mysql-fetch-object.html -share/doc/php3/function.mysql-fetch-row.html -share/doc/php3/function.mysql-field-flags.html -share/doc/php3/function.mysql-field-len.html -share/doc/php3/function.mysql-field-name.html -share/doc/php3/function.mysql-field-seek.html -share/doc/php3/function.mysql-field-table.html -share/doc/php3/function.mysql-field-type.html -share/doc/php3/function.mysql-free-result.html -share/doc/php3/function.mysql-insert-id.html -share/doc/php3/function.mysql-list-dbs.html -share/doc/php3/function.mysql-list-fields.html -share/doc/php3/function.mysql-list-tables.html -share/doc/php3/function.mysql-num-fields.html -share/doc/php3/function.mysql-num-rows.html -share/doc/php3/function.mysql-pconnect.html -share/doc/php3/function.mysql-query.html -share/doc/php3/function.mysql-result.html -share/doc/php3/function.mysql-select-db.html -share/doc/php3/function.mysql-tablename.html -share/doc/php3/function.next.html -share/doc/php3/function.nl2br.html -share/doc/php3/function.number-format.html -share/doc/php3/function.ocibindbyname.html -share/doc/php3/function.ocicolumnisnull.html -share/doc/php3/function.ocicolumnname.html -share/doc/php3/function.ocicolumnsize.html -share/doc/php3/function.ocicolumntype.html -share/doc/php3/function.ocicommit.html -share/doc/php3/function.ocidefinebyname.html -share/doc/php3/function.ocierror.html -share/doc/php3/function.ociexecute.html -share/doc/php3/function.ocifetch.html -share/doc/php3/function.ocifetchinto.html -share/doc/php3/function.ocifetchstatement.html -share/doc/php3/function.ocifreecursor.html -share/doc/php3/function.ocifreestatement.html -share/doc/php3/function.ociinternaldebug.html -share/doc/php3/function.ocilogoff.html -share/doc/php3/function.ocilogon.html -share/doc/php3/function.ocinewcursor.html -share/doc/php3/function.ocinewdescriptor.html -share/doc/php3/function.ocinlogon.html -share/doc/php3/function.ocinumcols.html -share/doc/php3/function.ocinumrows.html -share/doc/php3/function.ociparse.html -share/doc/php3/function.ociplogon.html -share/doc/php3/function.ociresult.html -share/doc/php3/function.ocirollback.html -share/doc/php3/function.ocirowcount.html -share/doc/php3/function.ociserverversion.html -share/doc/php3/function.ocistatementtype.html -share/doc/php3/function.octdec.html -share/doc/php3/function.odbc-autocommit.html -share/doc/php3/function.odbc-binmode.html -share/doc/php3/function.odbc-close-all.html -share/doc/php3/function.odbc-close.html -share/doc/php3/function.odbc-commit.html -share/doc/php3/function.odbc-connect.html -share/doc/php3/function.odbc-cursor.html -share/doc/php3/function.odbc-do.html -share/doc/php3/function.odbc-exec.html -share/doc/php3/function.odbc-execute.html -share/doc/php3/function.odbc-fetch-into.html -share/doc/php3/function.odbc-fetch-row.html -share/doc/php3/function.odbc-field-len.html -share/doc/php3/function.odbc-field-name.html -share/doc/php3/function.odbc-field-type.html -share/doc/php3/function.odbc-free-result.html -share/doc/php3/function.odbc-longreadlen.html -share/doc/php3/function.odbc-num-fields.html -share/doc/php3/function.odbc-num-rows.html -share/doc/php3/function.odbc-pconnect.html -share/doc/php3/function.odbc-prepare.html -share/doc/php3/function.odbc-result-all.html -share/doc/php3/function.odbc-result.html -share/doc/php3/function.odbc-rollback.html -share/doc/php3/function.odbc-setoption.html -share/doc/php3/function.opendir.html -share/doc/php3/function.openlog.html -share/doc/php3/function.ora-bind.html -share/doc/php3/function.ora-close.html -share/doc/php3/function.ora-columnname.html -share/doc/php3/function.ora-columntype.html -share/doc/php3/function.ora-commit.html -share/doc/php3/function.ora-commitoff.html -share/doc/php3/function.ora-commiton.html -share/doc/php3/function.ora-error.html -share/doc/php3/function.ora-errorcode.html -share/doc/php3/function.ora-exec.html -share/doc/php3/function.ora-fetch.html -share/doc/php3/function.ora-getcolumn.html -share/doc/php3/function.ora-logoff.html -share/doc/php3/function.ora-logon.html -share/doc/php3/function.ora-open.html -share/doc/php3/function.ora-parse.html -share/doc/php3/function.ora-rollback.html -share/doc/php3/function.ord.html -share/doc/php3/function.pack.html -share/doc/php3/function.parse-str.html -share/doc/php3/function.parse-url.html -share/doc/php3/function.passthru.html -share/doc/php3/function.pclose.html -share/doc/php3/function.pdf-add-annotation.html -share/doc/php3/function.pdf-add-outline.html -share/doc/php3/function.pdf-arc.html -share/doc/php3/function.pdf-begin-page.html -share/doc/php3/function.pdf-circle.html -share/doc/php3/function.pdf-clip.html -share/doc/php3/function.pdf-close-image.html -share/doc/php3/function.pdf-close.html -share/doc/php3/function.pdf-closepath-fill-stroke.html -share/doc/php3/function.pdf-closepath-stroke.html -share/doc/php3/function.pdf-closepath.html -share/doc/php3/function.pdf-continue-text.html -share/doc/php3/function.pdf-curveto.html -share/doc/php3/function.pdf-end-page.html -share/doc/php3/function.pdf-endpath.html -share/doc/php3/function.pdf-execute-image.html -share/doc/php3/function.pdf-fill-stroke.html -share/doc/php3/function.pdf-fill.html -share/doc/php3/function.pdf-get-info.html -share/doc/php3/function.pdf-lineto.html -share/doc/php3/function.pdf-moveto.html -share/doc/php3/function.pdf-open-gif.html -share/doc/php3/function.pdf-open-jpeg.html -share/doc/php3/function.pdf-open-memory-image.html -share/doc/php3/function.pdf-open.html -share/doc/php3/function.pdf-place-image.html -share/doc/php3/function.pdf-put-image.html -share/doc/php3/function.pdf-rect.html -share/doc/php3/function.pdf-restore.html -share/doc/php3/function.pdf-rotate.html -share/doc/php3/function.pdf-save.html -share/doc/php3/function.pdf-scale.html -share/doc/php3/function.pdf-set-char-spacing.html -share/doc/php3/function.pdf-set-duration.html -share/doc/php3/function.pdf-set-font.html -share/doc/php3/function.pdf-set-horiz-scaling.html -share/doc/php3/function.pdf-set-info-author.html -share/doc/php3/function.pdf-set-info-creator.html -share/doc/php3/function.pdf-set-info-keywords.html -share/doc/php3/function.pdf-set-info-subject.html -share/doc/php3/function.pdf-set-info-title.html -share/doc/php3/function.pdf-set-leading.html -share/doc/php3/function.pdf-set-text-matrix.html -share/doc/php3/function.pdf-set-text-pos.html -share/doc/php3/function.pdf-set-text-rendering.html -share/doc/php3/function.pdf-set-text-rise.html -share/doc/php3/function.pdf-set-transition.html -share/doc/php3/function.pdf-set-word-spacing.html -share/doc/php3/function.pdf-setdash.html -share/doc/php3/function.pdf-setflat.html -share/doc/php3/function.pdf-setgray-fill.html -share/doc/php3/function.pdf-setgray-stroke.html -share/doc/php3/function.pdf-setgray.html -share/doc/php3/function.pdf-setlinecap.html -share/doc/php3/function.pdf-setlinejoin.html -share/doc/php3/function.pdf-setlinewidth.html -share/doc/php3/function.pdf-setmiterlimit.html -share/doc/php3/function.pdf-setrgbcolor-fill.html -share/doc/php3/function.pdf-setrgbcolor-stroke.html -share/doc/php3/function.pdf-setrgbcolor.html -share/doc/php3/function.pdf-show-xy.html -share/doc/php3/function.pdf-show.html -share/doc/php3/function.pdf-stringwidth.html -share/doc/php3/function.pdf-stroke.html -share/doc/php3/function.pdf-translate.html -share/doc/php3/function.pfsockopen.html -share/doc/php3/function.pg-close.html -share/doc/php3/function.pg-cmdtuples.html -share/doc/php3/function.pg-connect.html -share/doc/php3/function.pg-dbname.html -share/doc/php3/function.pg-errormessage.html -share/doc/php3/function.pg-exec.html -share/doc/php3/function.pg-fetch-array.html -share/doc/php3/function.pg-fetch-object.html -share/doc/php3/function.pg-fetch-row.html -share/doc/php3/function.pg-fieldisnull.html -share/doc/php3/function.pg-fieldname.html -share/doc/php3/function.pg-fieldnum.html -share/doc/php3/function.pg-fieldprtlen.html -share/doc/php3/function.pg-fieldsize.html -share/doc/php3/function.pg-fieldtype.html -share/doc/php3/function.pg-freeresult.html -share/doc/php3/function.pg-getlastoid.html -share/doc/php3/function.pg-host.html -share/doc/php3/function.pg-loclose.html -share/doc/php3/function.pg-locreate.html -share/doc/php3/function.pg-loopen.html -share/doc/php3/function.pg-loread.html -share/doc/php3/function.pg-loreadall.html -share/doc/php3/function.pg-lounlink.html -share/doc/php3/function.pg-lowrite.html -share/doc/php3/function.pg-numfields.html -share/doc/php3/function.pg-numrows.html -share/doc/php3/function.pg-options.html -share/doc/php3/function.pg-pconnect.html -share/doc/php3/function.pg-port.html -share/doc/php3/function.pg-result.html -share/doc/php3/function.pg-tty.html -share/doc/php3/function.phpinfo.html -share/doc/php3/function.phpversion.html -share/doc/php3/function.pi.html -share/doc/php3/function.popen.html -share/doc/php3/function.pos.html -share/doc/php3/function.posix-ctermid.html -share/doc/php3/function.posix-getcwd.html -share/doc/php3/function.posix-getegid.html -share/doc/php3/function.posix-geteuid.html -share/doc/php3/function.posix-getgid.html -share/doc/php3/function.posix-getgrgid.html -share/doc/php3/function.posix-getgrnam.html -share/doc/php3/function.posix-getgroups.html -share/doc/php3/function.posix-getlogin.html -share/doc/php3/function.posix-getpgid.html -share/doc/php3/function.posix-getpgrp.html -share/doc/php3/function.posix-getpid.html -share/doc/php3/function.posix-getppid.html -share/doc/php3/function.posix-getpwnam.html -share/doc/php3/function.posix-getpwuid.html -share/doc/php3/function.posix-getrlimit.html -share/doc/php3/function.posix-getsid.html -share/doc/php3/function.posix-getuid.html -share/doc/php3/function.posix-isatty.html -share/doc/php3/function.posix-kill.html -share/doc/php3/function.posix-mkfifo.html -share/doc/php3/function.posix-setgid.html -share/doc/php3/function.posix-setpgid.html -share/doc/php3/function.posix-setsid.html -share/doc/php3/function.posix-setuid.html -share/doc/php3/function.posix-times.html -share/doc/php3/function.posix-ttyname.html -share/doc/php3/function.posix-uname.html -share/doc/php3/function.pow.html -share/doc/php3/function.preg-grep.html -share/doc/php3/function.preg-match-all.html -share/doc/php3/function.preg-match.html -share/doc/php3/function.preg-quote.html -share/doc/php3/function.preg-replace.html -share/doc/php3/function.preg-split.html -share/doc/php3/function.prev.html -share/doc/php3/function.print.html -share/doc/php3/function.printf.html -share/doc/php3/function.putenv.html -share/doc/php3/function.quoted-printable-decode.html -share/doc/php3/function.quotemeta.html -share/doc/php3/function.rand.html -share/doc/php3/function.range.html -share/doc/php3/function.rawurldecode.html -share/doc/php3/function.rawurlencode.html -share/doc/php3/function.readdir.html -share/doc/php3/function.readfile.html -share/doc/php3/function.readgzfile.html -share/doc/php3/function.readlink.html -share/doc/php3/function.recode-file.html -share/doc/php3/function.recode-string.html -share/doc/php3/function.register-shutdown-function.html -share/doc/php3/function.rename.html -share/doc/php3/function.require.html -share/doc/php3/function.reset.html -share/doc/php3/function.rewind.html -share/doc/php3/function.rewinddir.html -share/doc/php3/function.rmdir.html -share/doc/php3/function.round.html -share/doc/php3/function.rsort.html -share/doc/php3/function.sem-acquire.html -share/doc/php3/function.sem-get.html -share/doc/php3/function.sem-release.html -share/doc/php3/function.serialize.html -share/doc/php3/function.session-decode.html -share/doc/php3/function.session-destroy.html -share/doc/php3/function.session-encode.html -share/doc/php3/function.session-id.html -share/doc/php3/function.session-is-registered.html -share/doc/php3/function.session-module-name.html -share/doc/php3/function.session-name.html -share/doc/php3/function.session-register.html -share/doc/php3/function.session-save-path.html -share/doc/php3/function.session-start.html -share/doc/php3/function.session-unregister.html -share/doc/php3/function.set-file-buffer.html -share/doc/php3/function.set-magic-quotes-runtime.html -share/doc/php3/function.set-socket-blocking.html -share/doc/php3/function.set-time-limit.html -share/doc/php3/function.setcookie.html -share/doc/php3/function.setlocale.html -share/doc/php3/function.settype.html -share/doc/php3/function.shm-attach.html -share/doc/php3/function.shm-detach.html -share/doc/php3/function.shm-get-var.html -share/doc/php3/function.shm-put-var.html -share/doc/php3/function.shm-remove-var.html -share/doc/php3/function.shm-remove.html -share/doc/php3/function.shuffle.html -share/doc/php3/function.similar-text.html -share/doc/php3/function.sin.html -share/doc/php3/function.sizeof.html -share/doc/php3/function.sleep.html -share/doc/php3/function.snmp-get-quick-print.html -share/doc/php3/function.snmp-set-quick-print.html -share/doc/php3/function.snmpget.html -share/doc/php3/function.snmpset.html -share/doc/php3/function.snmpwalk.html -share/doc/php3/function.snmpwalkoid.html -share/doc/php3/function.solid-close.html -share/doc/php3/function.solid-connect.html -share/doc/php3/function.solid-exec.html -share/doc/php3/function.solid-fetchrow.html -share/doc/php3/function.solid-fieldname.html -share/doc/php3/function.solid-fieldnum.html -share/doc/php3/function.solid-freeresult.html -share/doc/php3/function.solid-numfields.html -share/doc/php3/function.solid-numrows.html -share/doc/php3/function.solid-result.html -share/doc/php3/function.sort.html -share/doc/php3/function.soundex.html -share/doc/php3/function.split.html -share/doc/php3/function.sprintf.html -share/doc/php3/function.sql-regcase.html -share/doc/php3/function.sqrt.html -share/doc/php3/function.srand.html -share/doc/php3/function.stat.html -share/doc/php3/function.str-repeat.html -share/doc/php3/function.str-replace.html -share/doc/php3/function.strcasecmp.html -share/doc/php3/function.strchr.html -share/doc/php3/function.strcmp.html -share/doc/php3/function.strcspn.html -share/doc/php3/function.strftime.html -share/doc/php3/function.strip-tags.html -share/doc/php3/function.stripcslashes.html -share/doc/php3/function.stripslashes.html -share/doc/php3/function.stristr.html -share/doc/php3/function.strlen.html -share/doc/php3/function.strpos.html -share/doc/php3/function.strrchr.html -share/doc/php3/function.strrev.html -share/doc/php3/function.strrpos.html -share/doc/php3/function.strspn.html -share/doc/php3/function.strstr.html -share/doc/php3/function.strtok.html -share/doc/php3/function.strtolower.html -share/doc/php3/function.strtoupper.html -share/doc/php3/function.strtr.html -share/doc/php3/function.strval.html -share/doc/php3/function.substr.html -share/doc/php3/function.substr-replace.html -share/doc/php3/function.sybase-affected-rows.html -share/doc/php3/function.sybase-close.html -share/doc/php3/function.sybase-connect.html -share/doc/php3/function.sybase-data-seek.html -share/doc/php3/function.sybase-fetch-array.html -share/doc/php3/function.sybase-fetch-field.html -share/doc/php3/function.sybase-fetch-object.html -share/doc/php3/function.sybase-fetch-row.html -share/doc/php3/function.sybase-field-seek.html -share/doc/php3/function.sybase-free-result.html -share/doc/php3/function.sybase-num-fields.html -share/doc/php3/function.sybase-num-rows.html -share/doc/php3/function.sybase-pconnect.html -share/doc/php3/function.sybase-query.html -share/doc/php3/function.sybase-result.html -share/doc/php3/function.sybase-select-db.html -share/doc/php3/function.symlink.html -share/doc/php3/function.syslog.html -share/doc/php3/function.system.html -share/doc/php3/function.tan.html -share/doc/php3/function.tempnam.html -share/doc/php3/function.time.html -share/doc/php3/function.touch.html -share/doc/php3/function.trim.html -share/doc/php3/function.uasort.html -share/doc/php3/function.ucfirst.html -share/doc/php3/function.ucwords.html -share/doc/php3/function.uksort.html -share/doc/php3/function.umask.html -share/doc/php3/function.uniqid.html -share/doc/php3/function.unlink.html -share/doc/php3/function.unpack.html -share/doc/php3/function.unserialize.html -share/doc/php3/function.unset.html -share/doc/php3/function.urldecode.html -share/doc/php3/function.urlencode.html -share/doc/php3/function.usleep.html -share/doc/php3/function.usort.html -share/doc/php3/function.utf8-decode.html -share/doc/php3/function.utf8-encode.html -share/doc/php3/functions.variable-functions.html -share/doc/php3/function.virtual.html -share/doc/php3/function.vm-addalias.html -share/doc/php3/function.vm-adduser.html -share/doc/php3/function.vm-delalias.html -share/doc/php3/function.vm-deluser.html -share/doc/php3/function.vm-passwd.html -share/doc/php3/function.wddx-add-vars.html -share/doc/php3/function.wddx-deserialize.html -share/doc/php3/function.wddx-packet-end.html -share/doc/php3/function.wddx-packet-start.html -share/doc/php3/function.wddx-serialize-value.html -share/doc/php3/function.wddx-serialize-vars.html -share/doc/php3/function.xml-error-string.html -share/doc/php3/function.xml-get-current-byte-index.html -share/doc/php3/function.xml-get-current-column-number.html -share/doc/php3/function.xml-get-current-line-number.html -share/doc/php3/function.xml-get-error-code.html -share/doc/php3/function.xml-parse.html -share/doc/php3/function.xml-parser-create.html -share/doc/php3/function.xml-parser-free.html -share/doc/php3/function.xml-parser-get-option.html -share/doc/php3/function.xml-parser-set-option.html -share/doc/php3/function.xml-set-character-data-handler.html -share/doc/php3/function.xml-set-default-handler.html -share/doc/php3/function.xml-set-element-handler.html -share/doc/php3/function.xml-set-external-entity-ref-handler.html -share/doc/php3/function.xml-set-notation-decl-handler.html -share/doc/php3/function.xml-set-object.html -share/doc/php3/function.xml-set-processing-instruction-handler.html -share/doc/php3/function.xml-set-unparsed-entity-decl-handler.html -share/doc/php3/function.yp-err-string.html -share/doc/php3/function.yp-errno.html -share/doc/php3/function.yp-first.html -share/doc/php3/function.yp-get-default-domain.html -share/doc/php3/function.yp-master.html -share/doc/php3/function.yp-match.html -share/doc/php3/function.yp-next.html -share/doc/php3/function.yp-order.html -share/doc/php3/functions.arguments.html -share/doc/php3/functions.html -share/doc/php3/functions.old-syntax.html -share/doc/php3/functions.returning-values.html -share/doc/php3/getting-started.html -share/doc/php3/install-problems.html -share/doc/php3/install-security.html -share/doc/php3/install-unix.html -share/doc/php3/install-windows95-nt.html -share/doc/php3/installation.html -share/doc/php3/intro-history.html -share/doc/php3/intro-whatcando.html -share/doc/php3/introduction.html -share/doc/php3/keyword.class.html -share/doc/php3/keyword.function.html -share/doc/php3/keyword.function.return.html -share/doc/php3/keyword.old-function.html -share/doc/php3/lang-syntax.html -share/doc/php3/langref.html -share/doc/php3/language.basic-syntax.comments.html -share/doc/php3/language.basic-syntax.html -share/doc/php3/language.basic-syntax.instruction-separation.html -share/doc/php3/language.constants.html -share/doc/php3/language.expressions.html -share/doc/php3/language.operators.assignment.html -share/doc/php3/language.operators.bitwise.html -share/doc/php3/language.operators.comparison.html -share/doc/php3/language.operators.execution.html -share/doc/php3/language.operators.html -share/doc/php3/language.operators.increment.html -share/doc/php3/language.operators.logical.html -share/doc/php3/language.operators.precedence.html -share/doc/php3/language.operators.string.html -share/doc/php3/language.types.array.html -share/doc/php3/language.types.double.html -share/doc/php3/language.types.html -share/doc/php3/language.types.object.html -share/doc/php3/language.types.string.html -share/doc/php3/language.types.type-juggling.html -share/doc/php3/language.variables.external.html -share/doc/php3/language.variables.html -share/doc/php3/language.variables.predefined.html -share/doc/php3/language.variables.scope.html -share/doc/php3/language.variables.variable.html -share/doc/php3/ln39.html -share/doc/php3/manual.html -share/doc/php3/manual.php3 -share/doc/php3/migration-booleval.html -share/doc/php3/migration-errors.html -share/doc/php3/migration-expr.html -share/doc/php3/migration-if-endif.html -share/doc/php3/migration-other.html -share/doc/php3/migration-startendtags.html -share/doc/php3/migration-truefalse.html -share/doc/php3/migration-while.html -share/doc/php3/migration.html -share/doc/php3/oop.html -share/doc/php3/operators.html -share/doc/php3/pattern.options.html -share/doc/php3/pcre.pattern.modifiers.html -share/doc/php3/pcre.pattern.options.html -share/doc/php3/pcre.pattern.syntax.html -share/doc/php3/phpdevel-errors.html -share/doc/php3/phpdevel-hhgtpi.html -share/doc/php3/phpdevel.html -share/doc/php3/preface.html -share/doc/php3/r6628.html -share/doc/php3/r6669.html -share/doc/php3/r6691.html -share/doc/php3/r6720.html -share/doc/php3/r6749.html -share/doc/php3/r6778.html -share/doc/php3/r6799.html -share/doc/php3/r6834.html -share/doc/php3/r6855.html -share/doc/php3/r6891.html -share/doc/php3/r6927.html -share/doc/php3/r6948.html -share/doc/php3/r6982.html -share/doc/php3/ref.adabas.html -share/doc/php3/ref.apache.html -share/doc/php3/ref.array.html -share/doc/php3/ref.aspell.html -share/doc/php3/ref.bc.html -share/doc/php3/ref.calendar.html -share/doc/php3/ref.cpdf.html -share/doc/php3/ref.datetime.html -share/doc/php3/ref.dba.html -share/doc/php3/ref.dbase.html -share/doc/php3/ref.dbm.html -share/doc/php3/ref.dir.html -share/doc/php3/ref.dl.html -share/doc/php3/ref.exec.html -share/doc/php3/ref.fdf.html -share/doc/php3/ref.filepro.html -share/doc/php3/ref.filesystem.html -share/doc/php3/ref.ftp.html -share/doc/php3/ref.http.html -share/doc/php3/ref.hyperwave.html -share/doc/php3/ref.ibase.html -share/doc/php3/ref.icap.html -share/doc/php3/ref.ifx.html -share/doc/php3/ref.image.html -share/doc/php3/ref.imap.html -share/doc/php3/ref.info.html -share/doc/php3/ref.ldap.html -share/doc/php3/ref.mail.html -share/doc/php3/ref.math.html -share/doc/php3/ref.mcal.html -share/doc/php3/ref.mcrypt.html -share/doc/php3/ref.mhash.html -share/doc/php3/ref.misc.html -share/doc/php3/ref.msql.html -share/doc/php3/ref.mssql.html -share/doc/php3/ref.mysql.html -share/doc/php3/ref.network.html -share/doc/php3/ref.nis.html -share/doc/php3/ref.oci8.html -share/doc/php3/ref.odbc.html -share/doc/php3/ref.oracle.html -share/doc/php3/ref.pcre.html -share/doc/php3/ref.pdf.html -share/doc/php3/ref.pgsql.html -share/doc/php3/ref.posix.html -share/doc/php3/ref.recode.html -share/doc/php3/ref.regex.html -share/doc/php3/ref.sem.html -share/doc/php3/ref.session.html -share/doc/php3/ref.snmp.html -share/doc/php3/ref.solid.html -share/doc/php3/ref.strings.html -share/doc/php3/ref.sybase.html -share/doc/php3/ref.url.html -share/doc/php3/ref.var.html -share/doc/php3/ref.vmailmgr.html -share/doc/php3/ref.wddx.html -share/doc/php3/ref.xml.html -share/doc/php3/ref.zlib.html -share/doc/php3/security.apache.html -share/doc/php3/security.html -share/doc/php3/types.html -share/doc/php3/variables.html -share/doc/php3/x2176.html -share/doc/php3/php3.ini-dist -@dirrm share/doc/php3