[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:36209] (解決)Re: Re: PHP 4.3.0 を Woody で使うには?
- From: WATANABE Takashi <lieuML@xxxxxxxxxxx>
- Subject: [debian-users:36209] (解決)Re: Re: PHP 4.3.0 を Woody で使うには?
- Date: Sat, 8 Feb 2003 00:11:05 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-level:
- X-spam-status: No, hits=1.0 required=10.0 tests=IN_REP_TO,ISO2022JP_CHARSET,PLING,ISO2022JP_BODY, CASHCASHCASH,DOUBLE_CAPSWORD,WEIRD_PORT, HTTP_CTRL_CHARS_HOST version=2.31
- References: <20030207.174225.730552000.lieuML@xxxxxxxxxxx> <20030207.182222.846936468.lieuML@xxxxxxxxxxx> <20030207092908.EF1A353813@xxxxxxxxxxxxxxxxxxxxxx>
- Message-id: <20030208.001057.607952353.lieuML@xxxxxxxxxxx>
- X-mail-count: 36209
- X-mailer: Mew version 2.2 on XEmacs 21.4.6 (Common Lisp)
渡辺@Woody です。
武藤さん、アドバイスありがとうございます。
そうですよね。-dev パッケージが要りますよね。
それは知っていたんですが...慣れてないと、忘れるみたいです。(^^;
失礼しました。
とりあえず、私の目的は DOM XML を使うという単純なものなので
すが、--with-dom を加えたら、「zlib が要るよ」みたいに言われ
ました。debian/rules の configure のところには、結局...
\
--with-apxs=/usr/bin/apxs \
--with-dom \
--with-zlib \
--enable-mbstring \
--enable-mbregex \
--enable-zend-multibyte
...を加えてみました。
コンパイルに必要な -dev パッケージは、apache-dev, libxml-dev,
zlib1g-dev のようです。
また、debian/rules で...
(省略)
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/php4.
#$(MAKE) install prefix=$(CURDIR)/debian/php4/usr
$(MAKE) install INSTALL_ROOT=$(CURDIR)/debian/php4
(省略)
...のように、INSTALL_ROOT=$(CURDIR)/debian/php4 に変更してみ
ました。(Gergely さんか誰かが安定版の debian/rules でやってた
のをマネて)
そうすると、さすがはシングルパッケージというかなんというか、
次のようなハデな内容の deb パッケージが出来上がりました。
============================================================
$ dpkg -c ../php4_4.3.0-1_i386.deb
drwxr-xr-x root/root 0 2003-02-07 23:38:57 ./
drwxr-xr-x root/root 0 2003-02-07 23:38:55 ./usr/
drwxr-xr-x root/root 0 2003-02-07 23:38:56 ./usr/bin/
-rwxr-xr-x root/root 1608776 2003-02-07 23:38:56 ./usr/bin/php
-rwxr-xr-x root/root 9242 2003-02-07 23:38:51 ./usr/bin/pear
-rwxr-xr-x root/root 1200 2003-02-07 23:38:54 ./usr/bin/phpize
-rwxr-xr-x root/root 611 2003-02-07 23:38:54 ./usr/bin/php-config
-rwxr-xr-x root/root 593 2003-02-07 23:38:54 ./usr/bin/phpextdist
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/
drwxr-xr-x root/root 0 2003-02-07 23:38:50 ./usr/lib/apache/
drwxr-xr-x root/root 0 2003-02-07 23:38:56 ./usr/lib/apache/1.3/
-rw-r--r-- root/root 1685252 2003-02-07 23:38:56 ./usr/lib/apache/1.3/libphp4.so
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/extensions/
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/extensions/no-debug-non-zts-20020429/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/.registry/
-rw-r--r-- root/root 1663 2003-02-07 23:38:51 ./usr/lib/php/.registry/Archive_Tar.reg
-rw-r--r-- root/root 1369 2003-02-07 23:38:51 ./usr/lib/php/.registry/Console_Getopt.reg
-rw-r--r-- root/root 8408 2003-02-07 23:38:51 ./usr/lib/php/.registry/PEAR.reg
-rw-r--r-- root/root 18597 2003-02-07 23:38:52 ./usr/lib/php/.registry/DB.reg
-rw-r--r-- root/root 1148 2003-02-07 23:38:52 ./usr/lib/php/.registry/HTTP.reg
-rw-r--r-- root/root 1812 2003-02-07 23:38:52 ./usr/lib/php/.registry/Mail.reg
-rw-r--r-- root/root 878 2003-02-07 23:38:52 ./usr/lib/php/.registry/Net_SMTP.reg
-rw-r--r-- root/root 1250 2003-02-07 23:38:52 ./usr/lib/php/.registry/Net_Socket.reg
-rw-r--r-- root/root 2589 2003-02-07 23:38:53 ./usr/lib/php/.registry/XML_Parser.reg
-rw-r--r-- root/root 1737 2003-02-07 23:38:53 ./usr/lib/php/.registry/XML_RPC.reg
-rw-r--r-- root/root 0 2003-02-07 23:38:53 ./usr/lib/php/.lock
-rw-r--r-- root/root 6 2003-02-07 23:38:51 ./usr/lib/php/.filemap
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/Archive/
-rw-r--r-- root/root 41665 2003-02-07 23:38:51 ./usr/lib/php/Archive/Tar.php
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/docs/
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/docs/Archive_Tar/
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/docs/Archive_Tar/docs/
-rw-r--r-- root/root 16992 2003-02-07 23:38:51 ./usr/lib/php/docs/Archive_Tar/docs/Archive_Tar.txt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/DB/
-rw-r--r-- root/root 601 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/DB/MAINTAINERS
-rw-r--r-- root/root 1830 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/DB/STATUS
-rw-r--r-- root/root 1978 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/DB/TESTERS
-rw-r--r-- root/root 3423 2003-02-07 23:38:52 ./usr/lib/php/docs/DB/DB/IDEAS
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/Console/
-rw-r--r-- root/root 8765 2003-02-07 23:38:51 ./usr/lib/php/Console/Getopt.php
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/data/
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/data/PEAR/
-rw-r--r-- root/root 974 2003-02-07 23:38:51 ./usr/lib/php/data/PEAR/template.spec
-rw-r--r-- root/root 3412 2003-02-07 23:38:51 ./usr/lib/php/data/PEAR/package.dtd
-rw-r--r-- root/root 14780 2003-02-07 23:38:51 ./usr/lib/php/System.php
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/Net/
-rw-r--r-- root/root 12683 2003-02-07 23:38:52 ./usr/lib/php/Net/Socket.php
-rw-r--r-- root/root 14406 2003-02-07 23:38:52 ./usr/lib/php/Net/SMTP.php
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/XML/
-rw-r--r-- root/root 9234 2003-02-07 23:38:52 ./usr/lib/php/XML/Parser.php
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/XML/RPC/
-rw-r--r-- root/root 11683 2003-02-07 23:38:53 ./usr/lib/php/XML/RPC/Server.php
-rw-r--r-- root/root 33556 2003-02-07 23:38:53 ./usr/lib/php/XML/RPC.php
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/PEAR/
-rw-r--r-- root/root 10625 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command.php
-rw-r--r-- root/root 52095 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Common.php
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/
-rw-r--r-- root/root 2879 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Build.php
-rw-r--r-- root/root 7988 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Common.php
-rw-r--r-- root/root 7910 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Config.php
-rw-r--r-- root/root 11555 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Install.php
-rw-r--r-- root/root 19134 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Package.php
-rw-r--r-- root/root 12102 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Registry.php
-rw-r--r-- root/root 12718 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Remote.php
-rw-r--r-- root/root 4954 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Command/Auth.php
-rw-r--r-- root/root 33992 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Config.php
-rw-r--r-- root/root 11613 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Dependency.php
-rw-r--r-- root/root 12419 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Builder.php
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Frontend/
-rw-r--r-- root/root 15975 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Frontend/CLI.php
-rw-r--r-- root/root 31568 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Installer.php
-rw-r--r-- root/root 5937 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Packager.php
-rw-r--r-- root/root 20560 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Registry.php
-rw-r--r-- root/root 13029 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Remote.php
-rw-r--r-- root/root 6523 2003-02-07 23:38:51 ./usr/lib/php/PEAR/Autoloader.php
drwxr-xr-x root/root 0 2003-02-07 23:38:51 ./usr/lib/php/OS/
-rw-r--r-- root/root 6341 2003-02-07 23:38:51 ./usr/lib/php/OS/Guess.php
-rw-r--r-- root/root 28562 2003-02-07 23:38:51 ./usr/lib/php/PEAR.php
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/DB/
-rw-r--r-- root/root 3695 2003-02-07 23:38:52 ./usr/lib/php/DB/dbase.php
-rw-r--r-- root/root 17799 2003-02-07 23:38:52 ./usr/lib/php/DB/fbsql.php
-rw-r--r-- root/root 19605 2003-02-07 23:38:52 ./usr/lib/php/DB/ibase.php
-rw-r--r-- root/root 10017 2003-02-07 23:38:52 ./usr/lib/php/DB/ifx.php
-rw-r--r-- root/root 5974 2003-02-07 23:38:52 ./usr/lib/php/DB/msql.php
-rw-r--r-- root/root 16252 2003-02-07 23:38:52 ./usr/lib/php/DB/mssql.php
-rw-r--r-- root/root 26913 2003-02-07 23:38:52 ./usr/lib/php/DB/mysql.php
-rw-r--r-- root/root 24899 2003-02-07 23:38:52 ./usr/lib/php/DB/oci8.php
-rw-r--r-- root/root 13897 2003-02-07 23:38:52 ./usr/lib/php/DB/odbc.php
-rw-r--r-- root/root 26020 2003-02-07 23:38:52 ./usr/lib/php/DB/pgsql.php
-rw-r--r-- root/root 6959 2003-02-07 23:38:52 ./usr/lib/php/DB/sybase.php
-rw-r--r-- root/root 14525 2003-02-07 23:38:52 ./usr/lib/php/DB/storage.php
-rw-r--r-- root/root 39441 2003-02-07 23:38:52 ./usr/lib/php/DB/common.php
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/
-rw-r--r-- root/root 6751 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/db_parsedsn.phpt
-rw-r--r-- root/root 1123 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/db_factory.phpt
-rw-r--r-- root/root 1201 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/db_ismanip.phpt
-rw-r--r-- root/root 2641 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/db_error2.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/
-rw-r--r-- root/root 771 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/08affectedrows.phpt
-rw-r--r-- root/root 666 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/09numrows.phpt
-rw-r--r-- root/root 845 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/13limit.phpt
-rw-r--r-- root/root 265 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/05sequences.phpt
-rw-r--r-- root/root 246 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/07errornative.phpt
-rw-r--r-- root/root 293 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/01connect.phpt
-rw-r--r-- root/root 701 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/10errormap.phpt
-rw-r--r-- root/root 162 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/04numcols.phpt
-rw-r--r-- root/root 171 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/03simplequery.phpt
-rw-r--r-- root/root 969 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/02fetch.phpt
-rw-r--r-- root/root 305 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/oci8/06prepexec.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/
-rw-r--r-- root/root 214 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/09numrows.phpt
-rw-r--r-- root/root 256 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/07errornative.phpt
-rw-r--r-- root/root 312 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/01connect.phpt
-rw-r--r-- root/root 612 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/10errormap.phpt
-rw-r--r-- root/root 185 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/04numcols.phpt
-rw-r--r-- root/root 194 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/03simplequery.phpt
-rw-r--r-- root/root 991 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/02fetch.phpt
-rw-r--r-- root/root 328 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/odbc/06prepexec.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/
-rw-r--r-- root/root 370 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/05sequences.phpt
-rw-r--r-- root/root 294 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/01connect.phpt
-rw-r--r-- root/root 687 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/10errormap.phpt
-rw-r--r-- root/root 205 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/04numcols.phpt
-rw-r--r-- root/root 214 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/03simplequery.phpt
-rw-r--r-- root/root 1030 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/02fetch.phpt
-rw-r--r-- root/root 348 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/ibase/06prepexec.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/
-rw-r--r-- root/root 1192 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/08affectedrows.phpt
-rw-r--r-- root/root 210 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/09numrows.phpt
-rw-r--r-- root/root 864 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/13limit.phpt
-rw-r--r-- root/root 265 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/05sequences.phpt
-rw-r--r-- root/root 234 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/07errornative.phpt
-rw-r--r-- root/root 1495 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/12tableinfo.phpt
-rw-r--r-- root/root 294 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/01connect.phpt
-rw-r--r-- root/root 608 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/10errormap.phpt
-rw-r--r-- root/root 182 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/04numcols.phpt
-rw-r--r-- root/root 191 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/03simplequery.phpt
-rw-r--r-- root/root 476 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/14fetchmode_object.phpt
-rw-r--r-- root/root 1007 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/02fetch.phpt
-rw-r--r-- root/root 325 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/mysql/06prepexec.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/
-rw-r--r-- root/root 563 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/11transact.phpt
-rw-r--r-- root/root 772 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/08affectedrows.phpt
-rw-r--r-- root/root 191 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/09numrows.phpt
-rw-r--r-- root/root 846 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/13limit.phpt
-rw-r--r-- root/root 197 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/05sequences.phpt
-rw-r--r-- root/root 250 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/07errornative.phpt
-rw-r--r-- root/root 294 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/01connect.phpt
-rw-r--r-- root/root 741 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/10errormap.phpt
-rw-r--r-- root/root 163 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/04numcols.phpt
-rw-r--r-- root/root 172 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/03simplequery.phpt
-rw-r--r-- root/root 459 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/14fetchmode_object.phpt
-rw-r--r-- root/root 970 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/02fetch.phpt
-rw-r--r-- root/root 306 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/pgsql/06prepexec.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/
-rw-r--r-- root/root 1081 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/08affectedrows.phpt
-rw-r--r-- root/root 218 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/09numrows.phpt
-rw-r--r-- root/root 873 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/13limit.phpt
-rw-r--r-- root/root 274 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/05sequences.phpt
-rw-r--r-- root/root 1347 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/15quote.phpt
-rw-r--r-- root/root 321 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/01connect.phpt
-rw-r--r-- root/root 729 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/10errormap.phpt
-rw-r--r-- root/root 190 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/04numcols.phpt
-rw-r--r-- root/root 199 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/03simplequery.phpt
-rw-r--r-- root/root 486 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/14fetchmode_object.phpt
-rw-r--r-- root/root 997 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/02fetch.phpt
-rw-r--r-- root/root 330 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/driver/06prepexec.phpt
-rw-r--r-- root/root 2809 2003-02-07 23:38:52 ./usr/lib/php/tests/DB/tests/db_error.phpt
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/tests/XML_Parser/tests/
-rw-r--r-- root/root 1240 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/002.phpt
-rw-r--r-- root/root 1312 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/003.phpt
-rw-r--r-- root/root 594 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/004.phpt
-rw-r--r-- root/root 1982 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/005.phpt
-rw-r--r-- root/root 39 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/test2.xml
-rw-r--r-- root/root 39 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/test3.xml
-rw-r--r-- root/root 1184 2003-02-07 23:38:52 ./usr/lib/php/tests/XML_Parser/tests/001.phpt
-rw-r--r-- root/root 27414 2003-02-07 23:38:52 ./usr/lib/php/DB.php
-rw-r--r-- root/root 7719 2003-02-07 23:38:52 ./usr/lib/php/HTTP.php
drwxr-xr-x root/root 0 2003-02-07 23:38:52 ./usr/lib/php/Mail/
-rw-r--r-- root/root 5102 2003-02-07 23:38:52 ./usr/lib/php/Mail/sendmail.php
-rw-r--r-- root/root 5666 2003-02-07 23:38:52 ./usr/lib/php/Mail/smtp.php
-rw-r--r-- root/root 31392 2003-02-07 23:38:52 ./usr/lib/php/Mail/RFC822.php
-rw-r--r-- root/root 3219 2003-02-07 23:38:52 ./usr/lib/php/Mail/mail.php
-rw-r--r-- root/root 7279 2003-02-07 23:38:52 ./usr/lib/php/Mail.php
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/lib/php/build/
-rw-r--r-- root/root 2394 2003-02-07 23:38:53 ./usr/lib/php/build/pear.m4
-rw-r--r-- root/root 2277 2003-02-07 23:38:53 ./usr/lib/php/build/mkdep.awk
-rwxr-xr-x root/root 36075 2003-02-07 23:38:53 ./usr/lib/php/build/shtool
-rw-r--r-- root/root 2816 2003-02-07 23:38:53 ./usr/lib/php/build/Makefile.global
-rw-r--r-- root/root 410 2003-02-07 23:38:53 ./usr/lib/php/build/scan_makefile_in.awk
-rw-r--r-- root/root 45392 2003-02-07 23:38:53 ./usr/lib/php/build/acinclude.m4
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/Zend/
-rw-r--r-- root/root 5734 2000-07-03 09:55:36 ./usr/include/php/Zend/FlexLexer.h
-rw-r--r-- root/root 1543 2002-05-29 14:18:00 ./usr/include/php/Zend/acconfig.h
-rw-r--r-- root/root 15494 2002-11-17 22:32:43 ./usr/include/php/Zend/zend.h
-rw-r--r-- root/root 20456 2002-09-11 00:33:45 ./usr/include/php/Zend/zend_API.h
-rw-r--r-- root/root 5918 2002-08-19 06:39:05 ./usr/include/php/Zend/zend_alloc.h
-rw-r--r-- root/root 1376 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_builtin_functions.h
-rw-r--r-- root/root 19866 2002-08-04 15:39:44 ./usr/include/php/Zend/zend_compile.h
-rw-r--r-- root/root 107 2003-02-07 23:34:22 ./usr/include/php/Zend/zend_config.h
-rw-r--r-- root/root 2860 2002-04-25 18:00:28 ./usr/include/php/Zend/zend_config.w32.h
-rw-r--r-- root/root 3808 2002-06-22 23:11:43 ./usr/include/php/Zend/zend_constants.h
-rw-r--r-- root/root 1753 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_dynamic_array.h
-rw-r--r-- root/root 1854 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_errors.h
-rw-r--r-- root/root 4408 2002-10-02 02:20:12 ./usr/include/php/Zend/zend_execute.h
-rw-r--r-- root/root 2150 2002-09-03 23:22:56 ./usr/include/php/Zend/zend_execute_globals.h
-rw-r--r-- root/root 689 2001-09-01 04:32:25 ./usr/include/php/Zend/zend_execute_locks.h
-rw-r--r-- root/root 4051 2002-10-14 00:26:20 ./usr/include/php/Zend/zend_extensions.h
-rw-r--r-- root/root 4077 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_fast_cache.h
-rw-r--r-- root/root 6642 2002-10-15 08:29:13 ./usr/include/php/Zend/zend_globals.h
-rw-r--r-- root/root 3279 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_globals_macros.h
-rw-r--r-- root/root 9532 2002-04-19 02:37:29 ./usr/include/php/Zend/zend_hash.h
-rw-r--r-- root/root 2366 2002-10-20 11:57:39 ./usr/include/php/Zend/zend_highlight.h
-rw-r--r-- root/root 1331 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_indent.h
-rw-r--r-- root/root 9054 2002-08-28 22:19:30 ./usr/include/php/Zend/zend_ini.h
-rw-r--r-- root/root 327 2002-12-27 13:51:05 ./usr/include/php/Zend/zend_ini_parser.h
-rw-r--r-- root/root 379 2001-09-10 08:49:26 ./usr/include/php/Zend/zend_ini_scanner.h
-rw-r--r-- root/root 314 2001-01-12 20:14:46 ./usr/include/php/Zend/zend_istdiostream.h
-rw-r--r-- root/root 2797 2002-12-27 13:51:05 ./usr/include/php/Zend/zend_language_parser.h
-rw-r--r-- root/root 2073 2002-05-08 21:29:51 ./usr/include/php/Zend/zend_language_scanner.h
-rw-r--r-- root/root 4551 2002-05-20 16:16:43 ./usr/include/php/Zend/zend_list.h
-rw-r--r-- root/root 3891 2002-11-15 06:08:25 ./usr/include/php/Zend/zend_llist.h
-rw-r--r-- root/root 3219 2002-06-28 10:35:45 ./usr/include/php/Zend/zend_modules.h
-rw-r--r-- root/root 3507 2002-10-20 11:57:39 ./usr/include/php/Zend/zend_multibyte.h
-rw-r--r-- root/root 10474 2002-10-13 05:35:34 ./usr/include/php/Zend/zend_operators.h
-rw-r--r-- root/root 2432 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_ptr_stack.h
-rw-r--r-- root/root 1354 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_qsort.h
-rw-r--r-- root/root 2206 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_stack.h
-rw-r--r-- root/root 1749 2002-01-07 00:21:09 ./usr/include/php/Zend/zend_static_allocator.h
-rw-r--r-- root/root 1462 2002-06-24 16:10:19 ./usr/include/php/Zend/zend_types.h
-rw-r--r-- root/root 2462 2002-06-22 23:11:43 ./usr/include/php/Zend/zend_variables.h
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/TSRM/
-rw-r--r-- root/root 4560 2002-10-05 20:26:17 ./usr/include/php/TSRM/TSRM.h
-rw-r--r-- root/root 16 1999-09-25 05:52:46 ./usr/include/php/TSRM/acconfig.h
-rw-r--r-- root/root 1064 2000-09-04 03:47:35 ./usr/include/php/TSRM/readdir.h
-rw-r--r-- root/root 32 2003-02-07 23:34:22 ./usr/include/php/TSRM/tsrm_config.h
-rw-r--r-- root/root 223 2002-05-29 17:41:21 ./usr/include/php/TSRM/tsrm_config.nw.h
-rw-r--r-- root/root 271 2002-09-04 23:14:59 ./usr/include/php/TSRM/tsrm_config.w32.h
-rw-r--r-- root/root 1038 2002-11-12 01:32:36 ./usr/include/php/TSRM/tsrm_config_common.h
-rw-r--r-- root/root 1308 2002-05-29 17:41:21 ./usr/include/php/TSRM/tsrm_nw.h
-rw-r--r-- root/root 115 2000-09-04 03:18:13 ./usr/include/php/TSRM/tsrm_strtok_r.h
-rw-r--r-- root/root 9015 2002-12-11 09:32:37 ./usr/include/php/TSRM/tsrm_virtual_cwd.h
-rw-r--r-- root/root 2927 2002-10-29 16:32:52 ./usr/include/php/TSRM/tsrm_win32.h
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/ext/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/ext/standard/
-rw-r--r-- root/root 1966 2002-02-28 17:26:44 ./usr/include/php/ext/standard/aggregation.h
-rw-r--r-- root/root 1552 2002-02-28 17:26:44 ./usr/include/php/ext/standard/base64.h
-rw-r--r-- root/root 5683 2002-11-05 15:05:48 ./usr/include/php/ext/standard/basic_functions.h
-rw-r--r-- root/root 4945 2002-02-28 17:26:44 ./usr/include/php/ext/standard/crc32.h
-rw-r--r-- root/root 1779 2002-02-28 17:26:44 ./usr/include/php/ext/standard/credits.h
-rw-r--r-- root/root 4873 2002-12-27 08:39:51 ./usr/include/php/ext/standard/credits_ext.h
-rw-r--r-- root/root 1148 2002-11-20 00:11:33 ./usr/include/php/ext/standard/credits_sapi.h
-rw-r--r-- root/root 1277 2002-09-20 06:57:24 ./usr/include/php/ext/standard/css.h
-rw-r--r-- root/root 1325 2002-02-28 17:26:44 ./usr/include/php/ext/standard/cyr_convert.h
-rw-r--r-- root/root 1811 2001-12-12 00:30:28 ./usr/include/php/ext/standard/datetime.h
-rw-r--r-- root/root 1546 2001-12-12 00:30:29 ./usr/include/php/ext/standard/dl.h
-rw-r--r-- root/root 1553 2002-02-28 17:26:44 ./usr/include/php/ext/standard/dns.h
-rw-r--r-- root/root 1770 2002-09-20 03:59:32 ./usr/include/php/ext/standard/exec.h
-rw-r--r-- root/root 3937 2002-12-01 03:39:31 ./usr/include/php/ext/standard/file.h
-rw-r--r-- root/root 1977 2002-11-12 08:40:33 ./usr/include/php/ext/standard/flock_compat.h
-rw-r--r-- root/root 1893 2002-09-05 23:21:55 ./usr/include/php/ext/standard/fsock.h
-rw-r--r-- root/root 1560 2002-02-28 17:26:45 ./usr/include/php/ext/standard/head.h
-rw-r--r-- root/root 1839 2002-09-27 03:13:32 ./usr/include/php/ext/standard/html.h
-rw-r--r-- root/root 3358 2002-10-07 02:04:10 ./usr/include/php/ext/standard/info.h
-rw-r--r-- root/root 2772 2002-02-28 17:26:46 ./usr/include/php/ext/standard/md5.h
-rw-r--r-- root/root 1416 2002-10-30 08:35:49 ./usr/include/php/ext/standard/microtime.h
-rw-r--r-- root/root 1329 2002-02-28 17:26:46 ./usr/include/php/ext/standard/pack.h
-rw-r--r-- root/root 1519 2002-02-28 17:26:46 ./usr/include/php/ext/standard/pageinfo.h
-rw-r--r-- root/root 650 2002-12-27 13:51:05 ./usr/include/php/ext/standard/parsedate.h
-rw-r--r-- root/root 3544 2002-09-21 23:50:04 ./usr/include/php/ext/standard/php_array.h
-rw-r--r-- root/root 1485 2002-02-28 17:26:46 ./usr/include/php/ext/standard/php_assert.h
-rw-r--r-- root/root 1385 2002-02-28 17:26:46 ./usr/include/php/ext/standard/php_browscap.h
-rw-r--r-- root/root 1585 2002-02-28 17:26:46 ./usr/include/php/ext/standard/php_crypt.h
-rw-r--r-- root/root 1635 2002-03-22 04:18:13 ./usr/include/php/ext/standard/php_dir.h
-rw-r--r-- root/root 1552 2002-02-28 17:26:46 ./usr/include/php/ext/standard/php_ext_syslog.h
-rw-r--r-- root/root 2512 2002-07-03 15:45:01 ./usr/include/php/ext/standard/php_filestat.h
-rw-r--r-- root/root 1935 2002-05-05 02:26:45 ./usr/include/php/ext/standard/php_fopen_wrappers.h
-rw-r--r-- root/root 1314 2002-10-20 22:35:56 ./usr/include/php/ext/standard/php_ftok.h
-rw-r--r-- root/root 2239 2002-06-25 04:36:26 ./usr/include/php/ext/standard/php_image.h
-rw-r--r-- root/root 2383 2002-07-24 18:55:11 ./usr/include/php/ext/standard/php_incomplete_class.h
-rw-r--r-- root/root 1327 2002-02-28 17:26:47 ./usr/include/php/ext/standard/php_iptc.h
-rw-r--r-- root/root 1614 2002-02-28 17:26:47 ./usr/include/php/ext/standard/php_lcg.h
-rw-r--r-- root/root 1396 2002-02-28 17:26:47 ./usr/include/php/ext/standard/php_link.h
-rw-r--r-- root/root 1484 2002-08-09 02:53:52 ./usr/include/php/ext/standard/php_mail.h
-rw-r--r-- root/root 4066 2002-10-25 03:49:57 ./usr/include/php/ext/standard/php_math.h
-rw-r--r-- root/root 1302 2002-02-28 17:26:48 ./usr/include/php/ext/standard/php_metaphone.h
-rw-r--r-- root/root 1269 2002-02-28 17:26:48 ./usr/include/php/ext/standard/php_parsedate.h
-rw-r--r-- root/root 2269 2002-06-09 13:26:36 ./usr/include/php/ext/standard/php_rand.h
-rw-r--r-- root/root 4350 2002-06-30 03:46:49 ./usr/include/php/ext/standard/php_smart_str.h
-rw-r--r-- root/root 1307 2002-02-28 17:26:48 ./usr/include/php/ext/standard/php_smart_str_public.h
-rw-r--r-- root/root 2253 2002-07-29 04:18:08 ./usr/include/php/ext/standard/php_standard.h
-rw-r--r-- root/root 5533 2002-10-18 07:44:44 ./usr/include/php/ext/standard/php_string.h
-rw-r--r-- root/root 1645 2002-02-28 17:26:48 ./usr/include/php/ext/standard/php_type.h
-rw-r--r-- root/root 2695 2002-08-05 08:45:37 ./usr/include/php/ext/standard/php_var.h
-rw-r--r-- root/root 1465 2002-02-28 17:26:48 ./usr/include/php/ext/standard/php_versioning.h
-rw-r--r-- root/root 1323 2002-02-28 17:26:48 ./usr/include/php/ext/standard/quot_print.h
-rw-r--r-- root/root 1831 2002-09-26 02:48:10 ./usr/include/php/ext/standard/reg.h
-rw-r--r-- root/root 2456 2002-02-28 17:26:49 ./usr/include/php/ext/standard/scanf.h
-rw-r--r-- root/root 1729 2002-07-29 04:18:08 ./usr/include/php/ext/standard/sha1.h
-rw-r--r-- root/root 1323 2002-12-21 01:37:44 ./usr/include/php/ext/standard/uniqid.h
-rw-r--r-- root/root 2024 2002-02-28 17:26:49 ./usr/include/php/ext/standard/url.h
-rw-r--r-- root/root 1831 2001-12-12 00:30:37 ./usr/include/php/ext/standard/url_scanner.h
-rw-r--r-- root/root 2267 2002-05-06 01:39:49 ./usr/include/php/ext/standard/url_scanner_ex.h
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/ext/session/
-rw-r--r-- root/root 1282 2002-02-28 17:26:40 ./usr/include/php/ext/session/mod_files.h
-rw-r--r-- root/root 1375 2002-06-28 11:27:02 ./usr/include/php/ext/session/mod_mm.h
-rw-r--r-- root/root 1445 2002-02-28 17:26:40 ./usr/include/php/ext/session/mod_user.h
-rw-r--r-- root/root 7788 2002-10-03 15:45:15 ./usr/include/php/ext/session/php_session.h
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/ext/xml/
drwxr-xr-x root/root 0 2003-02-07 23:38:53 ./usr/include/php/ext/xml/expat/
-rw-r--r-- root/root 1811 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/ascii.h
-rw-r--r-- root/root 1757 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/asciitab.h
-rw-r--r-- root/root 28485 2001-09-27 09:29:34 ./usr/include/php/ext/xml/expat/expat.h
-rw-r--r-- root/root 1827 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/iasciitab.h
-rw-r--r-- root/root 1810 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/latin1tab.h
-rw-r--r-- root/root 7050 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/nametab.h
-rw-r--r-- root/root 1760 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/utf8tab.h
-rw-r--r-- root/root 622 2001-07-31 00:10:53 ./usr/include/php/ext/xml/expat/winconfig.h
-rw-r--r-- root/root 2479 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/xmlrole.h
-rw-r--r-- root/root 9929 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/xmltok.h
-rw-r--r-- root/root 661 2001-05-12 02:57:35 ./usr/include/php/ext/xml/expat/xmltok_impl.h
-rw-r--r-- root/root 4213 2001-12-12 00:30:51 ./usr/include/php/ext/xml/php_xml.h
drwxr-xr-x root/root 0 2003-02-07 23:38:54 ./usr/include/php/ext/mbstring/
-rw-r--r-- root/root 3078 2002-03-08 02:28:49 ./usr/include/php/ext/mbstring/cp932_table.h
-rw-r--r-- root/root 19920 2002-11-13 04:24:45 ./usr/include/php/ext/mbstring/mbfilter.h
-rw-r--r-- root/root 1838 2002-05-12 22:06:13 ./usr/include/php/ext/mbstring/mbfilter_cn.h
-rw-r--r-- root/root 5015 2002-04-10 21:47:41 ./usr/include/php/ext/mbstring/mbfilter_ja.h
-rw-r--r-- root/root 1846 2002-05-15 21:13:56 ./usr/include/php/ext/mbstring/mbfilter_kr.h
-rw-r--r-- root/root 1846 2002-05-25 07:28:42 ./usr/include/php/ext/mbstring/mbfilter_ru.h
-rw-r--r-- root/root 1614 2002-04-30 21:00:42 ./usr/include/php/ext/mbstring/mbfilter_tw.h
-rw-r--r-- root/root 7507 2002-05-16 21:07:11 ./usr/include/php/ext/mbstring/mbregex.h
-rw-r--r-- root/root 6613 2002-11-14 22:37:26 ./usr/include/php/ext/mbstring/mbstring.h
-rw-r--r-- root/root 2534 2002-11-14 08:01:17 ./usr/include/php/ext/mbstring/php_mbregex.h
-rw-r--r-- root/root 10185 2002-11-14 08:01:17 ./usr/include/php/ext/mbstring/php_unicode.h
-rw-r--r-- root/root 127536 2002-09-26 09:53:47 ./usr/include/php/ext/mbstring/unicode_data.h
-rw-r--r-- root/root 14631 2002-05-05 20:42:18 ./usr/include/php/ext/mbstring/unicode_table.h
-rw-r--r-- root/root 360711 2002-05-05 11:22:36 ./usr/include/php/ext/mbstring/unicode_table_cn.h
-rw-r--r-- root/root 314515 2002-03-08 02:28:50 ./usr/include/php/ext/mbstring/unicode_table_ja.h
-rw-r--r-- root/root 401042 2002-11-26 00:23:01 ./usr/include/php/ext/mbstring/unicode_table_kr.h
-rw-r--r-- root/root 4156 2002-08-20 19:00:28 ./usr/include/php/ext/mbstring/unicode_table_ru.h
-rw-r--r-- root/root 659606 2002-04-30 21:00:42 ./usr/include/php/ext/mbstring/unicode_table_tw.h
drwxr-xr-x root/root 0 2003-02-07 23:38:54 ./usr/include/php/ext/pgsql/
-rw-r--r-- root/root 8120 2002-10-18 08:41:34 ./usr/include/php/ext/pgsql/php_pgsql.h
drwxr-xr-x root/root 0 2003-02-07 23:38:54 ./usr/include/php/main/
-rw-r--r-- root/root 7938 2002-11-13 05:56:47 ./usr/include/php/main/SAPI.h
-rw-r--r-- root/root 3984 2003-02-07 23:34:15 ./usr/include/php/main/build-defs.h
-rw-r--r-- root/root 7351 2002-05-31 13:49:45 ./usr/include/php/main/config.nw.h
-rw-r--r-- root/root 1972 2002-08-20 05:47:55 ./usr/include/php/main/fopen_wrappers.h
-rw-r--r-- root/root 1579 2001-12-12 00:31:02 ./usr/include/php/main/internal_functions_registry.h
-rw-r--r-- root/root 77851 2002-11-02 08:00:32 ./usr/include/php/main/logos.h
-rw-r--r-- root/root 10589 2002-11-07 20:52:45 ./usr/include/php/main/php.h
-rw-r--r-- root/root 3418 2001-08-11 10:13:31 ./usr/include/php/main/php3_compat.h
-rw-r--r-- root/root 4854 2002-11-18 22:30:18 ./usr/include/php/main/php_compat.h
-rw-r--r-- root/root 49972 2003-02-07 23:34:22 ./usr/include/php/main/php_config.h
-rw-r--r-- root/root 316 2001-08-16 03:01:48 ./usr/include/php/main/php_content_types.h
-rw-r--r-- root/root 3518 2002-12-01 03:39:31 ./usr/include/php/main/php_globals.h
-rw-r--r-- root/root 2882 2002-05-11 12:41:16 ./usr/include/php/main/php_ini.h
-rw-r--r-- root/root 348 2001-07-31 15:28:04 ./usr/include/php/main/php_logos.h
-rw-r--r-- root/root 2419 2002-09-19 06:57:29 ./usr/include/php/main/php_main.h
-rw-r--r-- root/root 3124 2002-03-24 02:51:20 ./usr/include/php/main/php_memory_streams.h
-rw-r--r-- root/root 5911 2002-10-29 23:57:12 ./usr/include/php/main/php_network.h
-rw-r--r-- root/root 1360 2002-02-28 17:27:04 ./usr/include/php/main/php_open_temporary_file.h
-rw-r--r-- root/root 4494 2002-10-06 18:06:24 ./usr/include/php/main/php_output.h
-rw-r--r-- root/root 3646 2002-11-05 06:20:52 ./usr/include/php/main/php_reentrancy.h
-rw-r--r-- root/root 883 2000-10-27 03:15:56 ./usr/include/php/main/php_regex.h
-rwxr-xr-x root/root 31387 2002-11-18 08:16:45 ./usr/include/php/main/php_streams.h
-rw-r--r-- root/root 525 2002-09-09 21:03:36 ./usr/include/php/main/php_syslog.h
-rw-r--r-- root/root 1545 2002-02-28 17:27:04 ./usr/include/php/main/php_ticks.h
-rw-r--r-- root/root 1965 2002-10-13 17:38:09 ./usr/include/php/main/php_variables.h
-rw-r--r-- root/root 235 2002-12-27 13:07:19 ./usr/include/php/main/php_version.h
-rw-r--r-- root/root 281 2002-07-12 10:49:58 ./usr/include/php/main/rfc1867.h
-rw-r--r-- root/root 440 2001-07-14 03:21:21 ./usr/include/php/main/safe_mode.h
-rw-r--r-- root/root 5271 2002-06-24 07:16:35 ./usr/include/php/main/snprintf.h
-rw-r--r-- root/root 2004 2002-08-12 18:07:26 ./usr/include/php/main/spprintf.h
-rw-r--r-- root/root 1569 2002-12-02 08:30:22 ./usr/include/php/main/win95nt.h
-rw-r--r-- root/root 2085 2002-09-30 01:22:48 ./usr/include/php/main/php_embed.h
drwxr-xr-x root/root 0 2003-02-07 23:38:54 ./usr/include/php/regex/
-rw-r--r-- root/root 941 1999-12-29 05:50:33 ./usr/include/php/regex/cclass.h
-rw-r--r-- root/root 2058 1999-12-29 05:50:34 ./usr/include/php/regex/cname.h
-rw-r--r-- root/root 2051 1999-11-13 05:27:52 ./usr/include/php/regex/regex.h
-rw-r--r-- root/root 5507 1999-11-13 05:27:52 ./usr/include/php/regex/regex2.h
-rw-r--r-- root/root 379 2002-10-24 22:14:48 ./usr/include/php/regex/regex_extra.h
-rw-r--r-- root/root 527 1999-11-14 01:51:32 ./usr/include/php/regex/utils.h
-rw-r--r-- root/root 1587 2002-12-27 13:50:56 ./usr/include/php/acconfig.h
-rw-r--r-- root/root 235 2003-02-07 21:17:44 ./usr/include/php/php_version.h
drwxr-xr-x root/root 0 2003-02-07 23:38:55 ./usr/share/
drwxr-xr-x root/root 0 2003-02-07 23:38:55 ./usr/share/doc/
drwxr-xr-x root/root 0 2003-02-07 23:38:57 ./usr/share/doc/php4/
-rw-r--r-- root/root 2998 2002-10-24 06:31:12 ./usr/share/doc/php4/README.EXT_SKEL.gz
-rw-r--r-- root/root 1570 2001-10-12 08:32:28 ./usr/share/doc/php4/README.EXTENSIONS
-rw-r--r-- root/root 2013 2001-03-19 20:23:56 ./usr/share/doc/php4/README.Zeus.gz
-rw-r--r-- root/root 3887 2002-10-24 06:32:39 ./usr/share/doc/php4/README.PARAMETER_PARSING_API
-rw-r--r-- root/root 2112 1999-04-08 06:00:33 ./usr/share/doc/php4/README.QNX
-rw-r--r-- root/root 5621 2002-11-12 03:05:22 ./usr/share/doc/php4/README.STREAMS.gz
-rw-r--r-- root/root 1988 2002-11-15 05:57:09 ./usr/share/doc/php4/README.SUBMITTING_PATCH.gz
-rw-r--r-- root/root 4652 2002-10-30 21:18:48 ./usr/share/doc/php4/README.TESTING.gz
-rw-r--r-- root/root 2919 2002-11-13 18:11:19 ./usr/share/doc/php4/TODO.gz
-rw-r--r-- root/root 157 2003-02-07 21:16:11 ./usr/share/doc/php4/changelog.Debian.gz
-rw-r--r-- root/root 129 2002-03-07 23:49:16 ./usr/share/doc/php4/TODO.BUILDv5
-rw-r--r-- root/root 172 2003-02-07 21:16:11 ./usr/share/doc/php4/README.Debian
-rw-r--r-- root/root 232 2003-02-07 21:16:11 ./usr/share/doc/php4/copyright
-rw-r--r-- root/root 48801 2002-12-27 13:02:52 ./usr/share/doc/php4/NEWS.gz
-rw-r--r-- root/root 2332 2002-11-01 00:06:18 ./usr/share/doc/php4/README.CVS-RULES.gz
-rw-r--r-- root/root 2116 2002-10-24 06:35:17 ./usr/share/doc/php4/README.SELF-CONTAINED-EXTENSIONS.gz
-rw-r--r-- root/root 2053 2002-10-24 06:46:40 ./usr/share/doc/php4/README.UNIX-BUILD-SYSTEM.gz
============================================================
現在、使っている安定版では、ここに挙げられてものの内、次のも
のは入っていません。
/usr/bin/php
/usr/bin/phpize
/usr/bin/php-config
/usr/bin/phpextdist
/usr/lib/php/*
/usr/include/php/*
lintian のチェックは...
Now running lintian...
W: php4 source: dh-make-template-in-source debian/ex.package.doc-base
E: php4: binary-without-manpage pear
E: php4: binary-without-manpage php
E: php4: binary-without-manpage php-config
E: php4: binary-without-manpage phpextdist
E: php4: binary-without-manpage phpize
E: php4: helper-templates-in-copyright
W: php4: readme-debian-is-debmake-template
W: php4: executable-not-elf-or-script ./usr/include/php/main/php_streams.h
Finished running lintian.
...とのことでした。(ローカル用なので、かなりいい加減)
気になるのは、php_streams.h の警告(?)なのですが、とりあえず
はインストールしてみます。(緊張の一瞬です)
# dpkg -i --refuse-overwrite php4_4.3.0-1_i386.deb
未選択パッケージ php4 を選択しています。
(データベースを読み込んでいます... 現在 90958 個のファイルとディレクトリがインストールされています。)
(php4_4.3.0-1_i386.deb から) php4 を展開しています...
dpkg: 警告 - 古いファイル`/etc/php4/apache'の削除ができません: ディレクトリは空ではありません
php4 (4.3.0-1) を設定しています ...
# /etc/init.d/apache reload
Reloading apache configuration.
# exit
以前、喜瀬さんに教えていただいた --refuse-overwrite オプショ
ンを使ってみました。
新しい DOM XML をちょこっと使ってみた感じからして、ちゃんと
動作しているみたいです。(不安が残りますが)
---
渡辺崇史
lieuML@xxxxxxxxxxx