php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30637 compile with pear error
Submitted: 2004-11-01 00:40 UTC Modified: 2004-11-05 16:08 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: arthur at mir5 dot homeip dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.2 OS: (Slackware) linux-2.4.25
Private report: No CVE-ID: None
 [2004-11-01 00:40 UTC] arthur at mir5 dot homeip dot net
Description:
------------
gcc version 3.2.3
GNU Make 3.80

./configure --with-apxs2=/var/lib/apache2/bin/apxs --disable-ipv6 --with-openssl --with-pgsql
make
...
...
Build complete.

make install
and the error occurs.
No error when i add --without-pear


Reproduce code:
---------------
make install
Installing PHP SAPI module:       apache2handler
/var/lib/apache2/build/instdso.sh SH_LIBTOOL='/var/lib/apache2/build/libtool' libphp5.la /var/lib/apache2/modules
/var/lib/apache2/build/libtool --mode=install cp libphp5.la /var/lib/apache2/modules/
cp .libs/libphp5.so /var/lib/apache2/modules/libphp5.so
cp .libs/libphp5.lai /var/lib/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/local/php-5.0.2/libs'
chmod 755 /var/lib/apache2/modules/libphp5.so
[activating module `php5' in /var/lib/apache2/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2


Expected result:
----------------
Something is wrong with the make scripts.

Actual result:
--------------
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-01 00:51 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2004-11-01 01:23 UTC] arthur at mir5 dot homeip dot net
Please don't ask for a backtrace using internal php since it is clearly not an inernal error.  It is a "Compile Failure".
"make install -p --debug"  If you want anything else please be specific.
# GNU Make 3.80
# Copyright (C) 2002  Free Software Foundation, Inc.
# This is free software; see the source for copying conditions.
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
Reading makefiles...
Updating goal targets....
 File `install' does not exist.
       Prerequisite `ext/standard/../../main/build-defs.h' is newer than target `/usr/local/php-5.0.2/ext/standard/info.c'.
   File `install-sapi' does not exist.
  Must remake target `install-sapi'.
Installing PHP SAPI module:       apache2handler
/var/lib/apache2/build/libtool --mode=install cp libphp5.la /var/lib/apache2/modules/
cp .libs/libphp5.so /var/lib/apache2/modules/libphp5.so
cp .libs/libphp5.lai /var/lib/apache2/modules/libphp5.la
  Successfully remade target file `install-sapi'.
   File `install-cli' does not exist.
  Must remake target `install-cli'.
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
  Successfully remade target file `install-cli'.
   File `install-pear' does not exist.
  Must remake target `install-pear'.
Installing PEAR environment:      /usr/local/lib/php/
# GNU Make 3.80
# Copyright (C) 2002  Free Software Foundation, Inc.
# This is free software; see the source for copying conditions.
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
Reading makefiles...
Updating goal targets....
 File `install-pear-installer' does not exist.
Must remake target `install-pear-installer'.

# Make data base, printed on Sun Oct 31 18:15:15 2004

# Variables

# environment
SSH2_CLIENT = 192.168.4.254 2334 192.168.4.2 2222
# automatic
?F = $(notdir $?)
# automatic
<D = $(patsubst %/,%,$(dir $<))
# makefile (from `Makefile', line 85)
PEAR_INSTALLDIR = ${exec_prefix}/lib/php
# makefile (from `Makefile', line 80)
LEX_OUTPUT_ROOT = lex.yy
# makefile (from `Makefile', line 56)
sysconfdir = ${prefix}/etc
# makefile (from `Makefile', line 106)
install_targets = install-sapi install-cli install-pear install-build install-headers install-programs
# makefile (from `Makefile', line 32)
SQLITE_VERSION = 2.8.14
# default
CWEAVE = cweave
# automatic
?D = $(patsubst %/,%,$(dir $?))
# makefile (from `Makefile', line 63)
CPPFLAGS = -I$(top_builddir)/TSRM
# makefile (from `Makefile', line 75)
INCLUDES = -I$(top_builddir)/Zend -I/usr/local/include/libxml2 -I/usr/local/ssl/include -I/usr/local/pgsql/include
# makefile (from `Makefile', line 111)
DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
# automatic
@D = $(patsubst %/,%,$(dir $@))
# automatic
@F = $(notdir $@)
# default
CURDIR := /usr/local/php-5.0.2
# makefile (from `Makefile', line 96)
SHELL = /bin/sh
# default
RM = rm -f
# default
CO = co
# makefile (from `Makefile', line 25)
DOM_SHARED_LIBADD = 
# makefile (from `Makefile', line 225)
bin_SCRIPTS = phpize php-config
# makefile (from `Makefile', line 33)
XML_SHARED_LIBADD = 
# environment
_ = /usr/local/bin/make
# default
PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F
# makefile (from `Makefile', line 18)
APXS_LDFLAGS = 
# default
LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 92)
PHP_SAPI = apache2handler
# default
OUTPUT_OPTION = -o $@
# default
COMPILE.cpp = $(COMPILE.cc)
# makefile (from `Makefile', line 1)
MAKEFILE_LIST :=  Makefile
# makefile (from `Makefile', line 14)
APXS_EXP = 
# makefile (from `Makefile', line 19)
APACHE_INSTALL = 
# makefile (from `Makefile', line 108)
INSTALL = $(top_srcdir)/build/shtool install -c
# environment
MINICOM = -c on
# default
LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 105)
all_targets = $(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)
# makefile (from `Makefile', line 27)
PCRE_SHARED_LIBADD = 
# makefile (from `Makefile', line 54)
localstatedir = ${prefix}/var
# makefile (from `Makefile', line 72)
EXTRA_LDFLAGS_PROGRAM = -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib
# makefile (from `Makefile', line 67)
CXX_PHP_COMPILE = $(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<
# makefile (from `Makefile', line 43)
php_abs_top_srcdir = /usr/local/php-5.0.2
# makefile (from `Makefile', line 97)
SHARED_LIBTOOL = $(LIBTOOL)
# makefile (from `Makefile', line 58)
CC = gcc
# makefile (from `Makefile', line 93)
PHP_VERSION = 5.0.2
# makefile (from `Makefile', line 57)
AWK = gawk
# default
CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)
# makefile (from `Makefile', line 70)
EXTENSION_DIR = /usr/local/lib/php/extensions/debug-non-zts-20040412
# environment
LESSOPEN = |lesspipe.sh %s
# makefile (from `Makefile', line 62)
CPP = gcc -E
# default
LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 2)
builddir = /usr/local/php-5.0.2
# makefile (from `Makefile', line 44)
bindir = ${exec_prefix}/bin
# environment
PATH = /usr/local/sbin:/usr/sbin:/sbin:/usr/local/jdk1.3/jre/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/openwin/bin:/usr/games:/usr/local/ant/bin:/usr/local/pgsql/bin:/mnt/usr/bin:/opt/www/htdig/bin:/opt/kde/bin:/usr/lib/qt-3.0.5/bin:/opt/sgml/bin:/usr/share/texmf/bin
# default
LD = ld
# makefile (from `Makefile', line 3)
top_srcdir = /usr/local/php-5.0.2
# environment
T1LIB_CONFIG = /usr/share/t1lib/t1lib.config
# default
TEXI2DVI = texi2dvi
# makefile (from `Makefile', line 60)
CFLAGS_CLEAN = -g -Wall
# makefile (from `Makefile', line 103)
YACC = bison -y
# default
COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 30)
SIMPLEXML_SHARED_LIBADD = 
# makefile (from `Makefile', line 48)
includedir = ${prefix}/include
# default
ARFLAGS = rv
# makefile (from `Makefile', line 21)
SAPI_CLI_PATH = sapi/cli/php
# default
LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 41)
abs_srcdir = /usr/local/php-5.0.2
# default
LINT = lint
# default
COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c
# makefile (from `Makefile', line 288)
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
# default
LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)
# environment
ignoreeof = 10
# makefile (from `Makefile', line 55)
datadir = ${prefix}/share/php
# default
YACC.y = $(YACC) $(YFLAGS)
# makefile (from `Makefile', line 47)
program_suffix = 
# makefile (from `Makefile', line 87)
PHP_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $<
# default
AR = ar
# makefile (from `Makefile', line 91)
PHP_RPATHS = -R /usr/local/lib -R /usr/local/ssl/lib -R /usr/local/pgsql/lib
# makefile (from `Makefile', line 34)
PHP_CLI_TARGET = $(SAPI_CLI_PATH)
# makefile (from `Makefile', line 112)
COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
# makefile (from `Makefile', line 37)
PHP_GLOBAL_OBJS = ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/iconv/iconv.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/pgsql/pgsql.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_sxe.lo ext/sqlite/sqlite.lo ext/sqlite/sess_sqlite.lo ext/sqlite/libsqlite/src/opcodes.lo ext/sqlite/libsqlite/src/parse.lo ext/sqlite/libsqlite/src/encode.lo ext/sqlite/libsqlite/src/auth.lo ext/sqlite/libsqlite/src/btree.lo ext/sqlite/libsqlite/src/build.lo ext/sqlite/libsqlite/src/delete.lo ext/sqlite/libsqlite/src/expr.lo ext/sqlite/libsqlite/src/func.lo ext/sqlite/libsqlite/src/hash.lo ext/sqlite/libsqlite/src/insert.lo ext/sqlite/libsqlite/src/main.lo ext/sqlite/libsqlite/src/os.lo ext/sqlite/libsqlite/src/pager.lo ext/sqlite/libsqlite/src/printf.lo ext/sqlite/libsqlite/src/random.lo ext/sqlite/libsqlite/src/select.lo ext/sqlite/libsqlite/src/table.lo ext/sqlite/libsqlite/src/tokenize.lo ext/sqlite/libsqlite/src/update.lo ext/sqlite/libsqlite/src/util.lo ext/sqlite/libsqlite/src/vdbe.lo ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/btree_rb.lo ext/sqlite/libsqlite/src/pragma.lo ext/sqlite/libsqlite/src/vacuum.lo ext/sqlite/libsqlite/src/copy.lo ext/sqlite/libsqlite/src/vdbeaux.lo ext/sqlite/libsqlite/src/date.lo ext/sqlite/libsqlite/src/where.lo ext/sqlite/libsqlite/src/trigger.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/sunfuncs.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/compat.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo Zend/zend_execute.lo
# default
TANGLE = tangle
# environment
LS_COLORS = no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.bz2=01;31:*.rpm=01;31:*.deb=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.mpg=01;37:*.avi=01;37:*.mov=01;37:
# makefile (from `Makefile', line 29)
SESSION_SHARED_LIBADD = 
# environment
NPX_PLUGIN_PATH = /usr/local/jdk1.3/jre/plugin/i386:/usr/lib/netscape/plugins
# environment
MOZILLA_HOME = /usr/lib/netscape
# environment
CPLUS_INCLUDE_PATH = /usr/lib/qt-3.0.5/include
# default
GET = get
# automatic
%F = $(notdir $%)
# makefile (from `Makefile', line 214)
phpincludedir = $(includedir)/php
# makefile (from `Makefile', line 82)
LIBTOOL = $(SHELL) $(top_builddir)/libtool --preserve-dup-deps
# default
COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# environment
PPD = /usr/share/cups/model/HP-DeskJet_722C-pnm2ppa-ppd.ppd
# makefile (from `Makefile', line 45)
exec_prefix = ${prefix}
# default
CTANGLE = ctangle
# makefile (from `Makefile', line 66)
CXXFLAGS_CLEAN = 
# makefile (from `Makefile', line 1)
srcdir = /usr/local/php-5.0.2
# makefile (from `Makefile', line 53)
prefix = /usr/local
# makefile (from `Makefile', line 88)
PHP_LDFLAGS = -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib
# default
.LIBPATTERNS = lib%.so lib%.a
# default
LINK.C = $(LINK.cc)
# environment
PWD = /usr/local/php-5.0.2
# default
LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH)
# default
PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F
# makefile (from `Makefile', line 101)
PHP_FRAMEWORKS = 
# makefile (from `Makefile', line 50)
mandir = ${prefix}/man
# default
LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 16)
APACHE_TARGET = 
# makefile (from `Makefile', line 71)
EXTRA_LDFLAGS = -avoid-version -module -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib
# makefile (from `Makefile', line 49)
libdir = ${exec_prefix}/lib/php
# environment
SSH2_SFTP_LOG_FACILITY = -1
# makefile (from `Makefile', line 94)
PROG_SENDMAIL = /usr/local/sbin/sendmail
# environment
MANPATH = /usr/local/man:/usr/man/preformat:/usr/man:/usr/X11R6/man:/usr/openwin/man:/usr/local/pgsql/man:/usr/lib/qt-3.0.5/doc/man:/opt/sgml/man:/usr/share/texmf/man
# default
LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH)
# environment
HOME = /root
# makefile (from `Makefile', line 59)
CFLAGS = $(CFLAGS_CLEAN) -prefer-pic
# makefile (from `Makefile', line 99)
TSRM_LIB = TSRM/libtsrm.la
# makefile (from `Makefile', line 107)
mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
# makefile (from `Makefile', line 20)
STRONGHOLD = 
# environment
LOGNAME = root
# makefile (from `Makefile', line 35)
PHP_SAPI_OBJS = sapi/apache2handler/mod_php5.lo sapi/apache2handler/sapi_apache2.lo sapi/apache2handler/apache_config.lo sapi/apache2handler/php_functions.lo main/internal_functions.lo
# makefile (from `Makefile', line 39)
EXT_LIBS = 
# makefile (from `Makefile', line 86)
PHP_BUILD_DATE = 2004-10-31
# makefile (from `Makefile', line 26)
ICONV_SHARED_LIBADD = 
# automatic
^D = $(patsubst %/,%,$(dir $^))
# environment
HOSTNAME = mir5.homeip.net
# environment
MAKELEVEL := 1
# makefile (from `Makefile', line 31)
SQLITE_ENCODING = ISO8859
# default
MAKE = $(MAKE_COMMAND)
# makefile (from `Makefile', line 22)
BUILD_CLI = $(LIBTOOL) --mode=link $(CC) -export-dynamic $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS_PROGRAM) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $(SAPI_CLI_PATH)
# makefile (from `Makefile', line 51)
phplibdir = /usr/local/php-5.0.2/modules
# default
MAKECMDGOALS := install-pear-installer install-pear-packages
# environment
SHLVL = 2
# makefile (from `Makefile', line 95)
RE2C = exit 0;
# makefile (from `Makefile', line 76)
EXTRA_INCLUDES = 
# makefile (from `Makefile', line 90)
OVERALL_TARGET = libphp5.la
# default
AS = as
# environment
WINDOW_MANAGER = metacity
# default
PREPROCESS.S = $(CC) -E $(CPPFLAGS)
# environment
JAVA_HOME = /opt/j2sdk_nb/j2sdk1.4.2/
# default
COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# default
MAKE_VERSION := 3.80
# environment
USER = root
# environment
LS_OPTIONS =  --color=auto -F -b -T 0
# default
FC = f77
# makefile (from `Makefile', line 100)
WARNING_LEVEL = 
# makefile (from `Makefile', line 226)
bin_src_SCRIPTS = phpextdist
# makefile (from `Makefile', line 40)
abs_builddir = /usr/local/php-5.0.2
# environment
LESS = -M
# automatic
%D = $(patsubst %/,%,$(dir $%))
# makefile (from `Makefile', line 61)
CONFIGURE_COMMAND = './configure' '--with-apxs2=/var/lib/apache2/bin/apxs' '--disable-ipv6' '--with-openssl' '--with-pgsql' '--enable-debug'
# makefile (from `Makefile', line 81)
LFLAGS = 
# default
WEAVE = weave
# default
MAKE_COMMAND := make
# default
LINK.cpp = $(LINK.cc)
# default
F77 = $(FC)
# default
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# makefile (from `Makefile', line 217)
BUILD_FILES = scripts/phpize.m4 build/mkdep.awk build/shtool build/scan_makefile_in.awk Makefile.global acinclude.m4
# makefile (from `Makefile', line 84)
NATIVE_RPATHS = -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/ssl/lib -Wl,-rpath,/usr/local/pgsql/lib
# default
.VARIABLES := 
# default
PC = pc
# automatic
*F = $(notdir $*)
# default
COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 46)
program_prefix = 
# makefile (from `Makefile', line 79)
LEX = flex
# makefile
MAKEFLAGS = sp --debug=basic
# environment
MFLAGS = -sp --debug=basic
# automatic
*D = $(patsubst %/,%,$(dir $*))
# environment
MAIL = /var/spool/mail/root
# makefile (from `Makefile', line 42)
php_abs_top_builddir = /usr/local/php-5.0.2
# default
LEX.l = $(LEX) $(LFLAGS) -t
# makefile (from `Makefile', line 15)
APACHE_INCLUDE = 
# automatic
+D = $(patsubst %/,%,$(dir $+))
# environment
KDEDIR = /opt/kde
# default
COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c
# automatic
+F = $(notdir $+)
# default
M2C = m2c
# environment
GDK_USE_XFT = 1
# makefile (from `Makefile', line 74)
ZEND_EXTRA_LIBS = 
# makefile (from `Makefile', line 77)
INCLUDE_PATH = .:/usr/local/lib/php
# makefile (from `Makefile', line 36)
PHP_CLI_OBJS = sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo
# makefile (from `Makefile', line 78)
INSTALL_IT = $(mkinstalldirs) '$(INSTALL_ROOT)/var/lib/apache2/modules' && $(mkinstalldirs) '$(INSTALL_ROOT)/var/lib/apache2/conf' && /var/lib/apache2/bin/apxs -S LIBEXECDIR='$(INSTALL_ROOT)/var/lib/apache2/modules' -S SYSCONFDIR='$(INSTALL_ROOT)/var/lib/apache2/conf' -i -a -n php5 libphp5.la
# environment
OPENWINHOME = /usr/openwin
# default
MAKEFILES := 
# makefile (from `Makefile', line 28)
PGSQL_SHARED_LIBADD = 
# makefile (from `Makefile', line 68)
DEBUG_CFLAGS = -Wall
# makefile (from `Makefile', line 4)
top_builddir = /usr/local/php-5.0.2
# makefile (from `Makefile', line 65)
CXXFLAGS = -prefer-pic
# automatic
<F = $(notdir $<)
# makefile (from `Makefile', line 83)
LN_S = ln -s
# makefile (from `Makefile', line 98)
TSRM_DIR = TSRM
# makefile (from `Makefile', line 17)
APXS = /var/lib/apache2/bin/apxs
# makefile (from `Makefile', line 64)
CXX = 
# default
COFLAGS = 
# makefile (from `Makefile', line 38)
PHP_MODULES = 
# environment
LC_ALL = POSIX
# makefile (from `Makefile', line 52)
phptempdir = /usr/local/php-5.0.2/libs
# makefile (from `Makefile', line 215)
phpbuilddir = $(prefix)/lib/php/build
# default
COMPILE.C = $(COMPILE.cc)
# environment
HOSTTYPE = i586
# makefile (from `Makefile', line 23)
INSTALL_CLI = $(mkinstalldirs) $(INSTALL_ROOT)$(bindir); $(INSTALL) -m 0755 $(SAPI_CLI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)
# automatic
^F = $(notdir $^)
# default
COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c
# default
LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 102)
PHP_FRAMEWORKPATH = 
# default
SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
# default
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# makefile (from `Makefile', line 24)
OPENSSL_SHARED_LIBADD = 
# default
COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH)
# makefile (from `Makefile', line 109)
INSTALL_DATA = $(INSTALL) -m 644
# makefile (from `Makefile', line 104)
SHLIB_SUFFIX_NAME = so
# environment
QTDIR = /usr/lib/qt-3.0.5
# default
MAKEINFO = makeinfo
# makefile (from `Makefile', line 89)
PHP_LIBS = 
# makefile (from `Makefile', line 285)
peardir = $(PEAR_INSTALLDIR)
# makefile (from `Makefile', line 233)
HEADER_DIRS = / Zend/ TSRM/ main/ main/streams/ regex/ ext/libxml/ ext/standard/ ext/session/ ext/xml/ ext/xml/expat/ ext/mbstring/ ext/sqlite/libsqlite/src/sqlite.h
# default
TEX = tex
# environment
LANG = C
# environment
TERM = linux
# default
F77FLAGS = $(FFLAGS)
# default
LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# makefile (from `Makefile', line 73)
EXTRA_LIBS = -lcrypt -lcrypt -lpq -lssl -lcrypto -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
# variable set hash-table stats:
# Load=221/1024=22%, Rehash=0, Collisions=65/295=22%

# Directories

# SCCS: could not be stat'd.
# . (device 769, inode 2251970): 89 files, 17 impossibilities.
# /usr/local/php-5.0.2/sapi/cli (device 769, inode 752240): 18 files, 17 impossibilities.
# /usr/local/php-5.0.2/sapi/cli/SCCS: could not be stat'd.
# /usr/local/php-5.0.2/sapi/cli/RCS: could not be stat'd.
# RCS: could not be stat'd.

# 107 files, 34 impossibilities in 6 directories.

# Implicit Rules

%.out:

%.a:

%.ln:

%.o:

%: %.o
#  commands to execute (built-in):
	$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.c:

%: %.c
#  commands to execute (built-in):
	$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.ln: %.c
#  commands to execute (built-in):
	$(LINT.c) -C$* $<

%.o: %.c
#  commands to execute (built-in):
	$(COMPILE.c) $(OUTPUT_OPTION) $<

%.cc:

%: %.cc
#  commands to execute (built-in):
	$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.cc
#  commands to execute (built-in):
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

%.C:

%: %.C
#  commands to execute (built-in):
	$(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.C
#  commands to execute (built-in):
	$(COMPILE.C) $(OUTPUT_OPTION) $<

%.cpp:

%: %.cpp
#  commands to execute (built-in):
	$(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.cpp
#  commands to execute (built-in):
	$(COMPILE.cpp) $(OUTPUT_OPTION) $<

%.p:

%: %.p
#  commands to execute (built-in):
	$(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.p
#  commands to execute (built-in):
	$(COMPILE.p) $(OUTPUT_OPTION) $<

%.f:

%: %.f
#  commands to execute (built-in):
	$(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.f
#  commands to execute (built-in):
	$(COMPILE.f) $(OUTPUT_OPTION) $<

%.F:

%: %.F
#  commands to execute (built-in):
	$(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.F
#  commands to execute (built-in):
	$(COMPILE.F) $(OUTPUT_OPTION) $<

%.f: %.F
#  commands to execute (built-in):
	$(PREPROCESS.F) $(OUTPUT_OPTION) $<

%.r:

%: %.r
#  commands to execute (built-in):
	$(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.r
#  commands to execute (built-in):
	$(COMPILE.r) $(OUTPUT_OPTION) $<

%.f: %.r
#  commands to execute (built-in):
	$(PREPROCESS.r) $(OUTPUT_OPTION) $<

%.y:

%.ln: %.y
#  commands to execute (built-in):
	$(YACC.y) $< 
	$(LINT.c) -C$* y.tab.c 
	$(RM) y.tab.c

%.c: %.y
#  commands to execute (built-in):
	$(YACC.y) $< 
	mv -f y.tab.c $@

%.l:

%.ln: %.l
#  commands to execute (built-in):
	@$(RM) $*.c
	$(LEX.l) $< > $*.c
	$(LINT.c) -i $*.c -o $@
	$(RM) $*.c

%.c: %.l
#  commands to execute (built-in):
	@$(RM) $@ 
	$(LEX.l) $< > $@

%.r: %.l
#  commands to execute (built-in):
	$(LEX.l) $< > $@ 
	mv -f lex.yy.r $@

%.s:

%: %.s
#  commands to execute (built-in):
	$(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.s
#  commands to execute (built-in):
	$(COMPILE.s) -o $@ $<

%.S:

%: %.S
#  commands to execute (built-in):
	$(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.S
#  commands to execute (built-in):
	$(COMPILE.S) -o $@ $<

%.s: %.S
#  commands to execute (built-in):
	$(PREPROCESS.S) $< > $@

%.mod:

%: %.mod
#  commands to execute (built-in):
	$(COMPILE.mod) -o $@ -e $@ $^

%.o: %.mod
#  commands to execute (built-in):
	$(COMPILE.mod) -o $@ $<

%.sym:

%.def:

%.sym: %.def
#  commands to execute (built-in):
	$(COMPILE.def) -o $@ $<

%.h:

%.info:

%.dvi:

%.tex:

%.dvi: %.tex
#  commands to execute (built-in):
	$(TEX) $<

%.texinfo:

%.info: %.texinfo
#  commands to execute (built-in):
	$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.texinfo
#  commands to execute (built-in):
	$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.texi:

%.info: %.texi
#  commands to execute (built-in):
	$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.texi
#  commands to execute (built-in):
	$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.txinfo:

%.info: %.txinfo
#  commands to execute (built-in):
	$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.txinfo
#  commands to execute (built-in):
	$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.w:

%.c: %.w
#  commands to execute (built-in):
	$(CTANGLE) $< - $@

%.tex: %.w
#  commands to execute (built-in):
	$(CWEAVE) $< - $@

%.ch:

%.web:

%.p: %.web
#  commands to execute (built-in):
	$(TANGLE) $<

%.tex: %.web
#  commands to execute (built-in):
	$(WEAVE) $<

%.sh:

%: %.sh
#  commands to execute (built-in):
	cat $< >$@ 
	chmod a+x $@

%.elc:

%.el:

(%): %
#  commands to execute (built-in):
	$(AR) $(ARFLAGS) $@ $<

%.out: %
#  commands to execute (built-in):
	@rm -f $@ 
	cp $< $@

%.c: %.w %.ch
#  commands to execute (built-in):
	$(CTANGLE) $^ $@

%.tex: %.w %.ch
#  commands to execute (built-in):
	$(CWEAVE) $^ $@

%:: %,v
#  commands to execute (built-in):
	$(CHECKOUT,v)

%:: RCS/%,v
#  commands to execute (built-in):
	$(CHECKOUT,v)

%:: RCS/%
#  commands to execute (built-in):
	$(CHECKOUT,v)

%:: s.%
#  commands to execute (built-in):
	$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<

%:: SCCS/s.%
#  commands to execute (built-in):
	$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<

# 86 implicit rules, 5 (5.8%) terminal.

# Pattern-specific variable values

# No pattern-specific variable values.

# Files

# Not a target:
/usr/local/php-5.0.2/ext/standard/uniqid.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/pcre/pcrelib/study.lo: /usr/local/php-5.0.2/ext/pcre/pcrelib/study.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 415):
	$(LIBTOOL) --mode=compile $(CC) -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/local/php-5.0.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-5.0.2/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pcre/pcrelib/study.c -o ext/pcre/pcrelib/study.lo 
	

Zend/zend_default_classes.lo: /usr/local/php-5.0.2/Zend/zend_default_classes.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 807):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_ini_scanner.l:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/cyr_convert.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_ptr_stack.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/main/strlcat.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/file.lo: /usr/local/php-5.0.2/ext/standard/file.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 547):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/file.c -o ext/standard/file.lo 
	

# Not a target:
main/internal_functions.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_opcode.lo: /usr/local/php-5.0.2/Zend/zend_opcode.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 757):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_opcode.c -o Zend/zend_opcode.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_llist.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.web.p:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(TANGLE) $<

install-modules: build-modules
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 146):
	@test -d modules && \
	$(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR)
	@echo "Installing shared extensions:     $(INSTALL_ROOT)$(EXTENSION_DIR)/"
	@rm -f modules/*.la >/dev/null 2>&1
	@$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/mail.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_default_classes.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_ts_hash.lo: /usr/local/php-5.0.2/Zend/zend_ts_hash.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 789):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/basic_functions.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/scanf.lo: /usr/local/php-5.0.2/ext/standard/scanf.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 597):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/scanf.c -o ext/standard/scanf.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/microtime.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/dom/entityreference.lo: /usr/local/php-5.0.2/ext/dom/entityreference.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 391):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/entityreference.c -o ext/dom/entityreference.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/ftp_fopen_wrapper.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/domimplementation.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_ts_hash.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/user_filters.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

regex/regcomp.lo: /usr/local/php-5.0.2/regex/regcomp.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 515):
	$(LIBTOOL) --mode=compile $(CC)  -Iregex/ -I/usr/local/php-5.0.2/regex/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/regex/regcomp.c -o regex/regcomp.lo 
	

# Not a target:
/usr/local/php-5.0.2/TSRM/tsrm_strtok_r.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/type.lo: /usr/local/php-5.0.2/ext/standard/type.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 601):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/type.c -o ext/standard/type.lo 
	

# Not a target:
.l.r:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LEX.l) $< > $@ 
	mv -f lex.yy.r $@

ext/standard/php_fopen_wrapper.lo: /usr/local/php-5.0.2/ext/standard/php_fopen_wrapper.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 627):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo 
	

ext/libxml/libxml.lo: /usr/local/php-5.0.2/ext/libxml/libxml.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 337):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/libxml/ -I/usr/local/php-5.0.2/ext/libxml/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/libxml/libxml.c -o ext/libxml/libxml.lo 
	

ext/pcre/pcrelib/get.lo: /usr/local/php-5.0.2/ext/pcre/pcrelib/get.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 413):
	$(LIBTOOL) --mode=compile $(CC) -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/local/php-5.0.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-5.0.2/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pcre/pcrelib/get.c -o ext/pcre/pcrelib/get.lo 
	

ext/standard/array.lo: /usr/local/php-5.0.2/ext/standard/array.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 523):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/array.c -o ext/standard/array.lo 
	

ext/standard/strnatcmp.lo: /usr/local/php-5.0.2/ext/standard/strnatcmp.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 615):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/iptc.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/domerrorhandler.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/formatted_print.lo: /usr/local/php-5.0.2/ext/standard/formatted_print.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 553):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo 
	

Zend/zend_operators.lo: /usr/local/php-5.0.2/Zend/zend_operators.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 759):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_operators.c -o Zend/zend_operators.lo 
	

# Not a target:
.txinfo:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/string.lo: /usr/local/php-5.0.2/ext/standard/string.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 595):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/string.c -o ext/standard/string.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/flock_compat.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend.lo: /usr/local/php-5.0.2/Zend/zend.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 767):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend.c -o Zend/zend.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/base64.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/reg.lo: /usr/local/php-5.0.2/ext/standard/reg.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 591):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/reg.c -o ext/standard/reg.lo 
	

# Not a target:
/usr/local/php-5.0.2/sapi/cli/php_cli.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/html.lo: /usr/local/php-5.0.2/ext/standard/html.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 559):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/html.c -o ext/standard/html.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/html.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/insert.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

sapi/apache2handler/apache_config.lo: /usr/local/php-5.0.2/sapi/apache2handler/apache_config.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 333):
	$(LIBTOOL) --mode=compile $(CC)  -I/var/lib/apache2/include  -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/var/lib/apache2/include   -I/var/lib/apache2/include  -Isapi/apache2handler/ -I/usr/local/php-5.0.2/sapi/apache2handler/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/sapi/apache2handler/apache_config.c -o sapi/apache2handler/apache_config.lo 
	

ext/standard/flock_compat.lo: /usr/local/php-5.0.2/ext/standard/flock_compat.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 551):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/php_dom.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.F.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.F) $(OUTPUT_OPTION) $<

main/mergesort.lo: /usr/local/php-5.0.2/main/mergesort.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 697):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/mergesort.c -o main/mergesort.lo 
	

ext/sqlite/libsqlite/src/opcodes.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 453):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c -o ext/sqlite/libsqlite/src/opcodes.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/hash.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/hash.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 471):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/hash.c -o ext/sqlite/libsqlite/src/hash.lo 
	

# Not a target:
/usr/local/php-5.0.2/sapi/apache2handler/php_functions.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

cli: sapi/cli/php
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
main/internal_functions_cli.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

all: libphp5.la sapi/cli/php
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
#  commands to execute (from `Makefile', line 116):
	@echo
	@echo "Build complete."
	@echo "(It is safe to ignore warnings about tempnam and tmpnam)."
	@echo
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_constants.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.y.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(YACC.y) $< 
	$(LINT.c) -C$* y.tab.c 
	$(RM) y.tab.c

# Not a target:
.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@

main/php_ticks.lo: /usr/local/php-5.0.2/main/php_ticks.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 703):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_ticks.c -o main/php_ticks.lo 
	

ext/openssl/xp_ssl.lo: /usr/local/php-5.0.2/ext/openssl/xp_ssl.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 341):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/openssl/ -I/usr/local/php-5.0.2/ext/openssl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/openssl/xp_ssl.c -o ext/openssl/xp_ssl.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/levenshtein.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/random.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 483):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c -o ext/sqlite/libsqlite/src/random.lo 
	

install-pear:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 297):
	@echo "Installing PEAR environment:      $(INSTALL_ROOT)$(peardir)/"
	@if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
	$(MAKE) -s install-pear-installer install-pear-packages; \
	else \
	cat /usr/local/php-5.0.2/pear/install-pear.txt; \
	exit 5; \
	fi
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/soundex.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/session/mod_mm.lo: /usr/local/php-5.0.2/ext/session/mod_mm.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 429):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/session/ -I/usr/local/php-5.0.2/ext/session/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/session/mod_mm.c -o ext/session/mod_mm.lo 
	

# Not a target:
.y:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/info.lo: /usr/local/php-5.0.2/ext/standard/info.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 563):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/info.c -o ext/standard/info.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/php_scandir.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.def.sym:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.def) -o $@ $<

# Not a target:
/usr/local/php-5.0.2/ext/dom/typeinfo.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_extensions.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/main/php_ticks.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_exceptions.lo: /usr/local/php-5.0.2/Zend/zend_exceptions.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 797):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo 
	

.PHONY: all clean install distclean test
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/update.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 491):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c -o ext/sqlite/libsqlite/src/update.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/reg.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/select.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/select.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 485):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/select.c -o ext/sqlite/libsqlite/src/select.lo 
	

ext/standard/dir.lo: /usr/local/php-5.0.2/ext/standard/dir.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 539):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/dir.c -o ext/standard/dir.lo 
	

TSRM/tsrm_virtual_cwd.lo: /usr/local/php-5.0.2/TSRM/tsrm_virtual_cwd.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 667):
	$(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/local/php-5.0.2/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/encode.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/vacuum.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vacuum.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 503):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vacuum.c -o ext/sqlite/libsqlite/src/vacuum.lo 
	

main/php_open_temporary_file.lo: /usr/local/php-5.0.2/main/php_open_temporary_file.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 707):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo 
	

regex/regexec.lo: /usr/local/php-5.0.2/regex/regexec.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 517):
	$(LIBTOOL) --mode=compile $(CC)  -Iregex/ -I/usr/local/php-5.0.2/regex/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/regex/regexec.c -o regex/regexec.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/proc_open.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_exceptions.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/pager.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/pager.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 479):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/pager.c -o ext/sqlite/libsqlite/src/pager.lo 
	

# Not a target:
/usr/local/php-5.0.2/sapi/cli/getopt.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.p.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.p) $(OUTPUT_OPTION) $<

# Not a target:
.p:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.txinfo.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

Zend/zend_objects.lo: /usr/local/php-5.0.2/Zend/zend_objects.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 799):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_objects.c -o Zend/zend_objects.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/url_scanner_ex.re:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/dom/text.lo: /usr/local/php-5.0.2/ext/dom/text.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 383):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/text.c -o ext/dom/text.lo 
	

main/streams/cast.lo: /usr/local/php-5.0.2/main/streams/cast.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 715):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/local/php-5.0.2/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/streams/cast.c -o main/streams/cast.lo 
	

ext/sqlite/libsqlite/src/btree_rb.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree_rb.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 499):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree_rb.c -o ext/sqlite/libsqlite/src/btree_rb.lo 
	

ext/dom/domimplementationlist.lo: /usr/local/php-5.0.2/ext/dom/domimplementationlist.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 377):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/php_open_temporary_file.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/spl/spl_array.lo: /usr/local/php-5.0.2/ext/spl/spl_array.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 443):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/local/php-5.0.2/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/spl/spl_array.c -o ext/spl/spl_array.lo 
	

ext/dom/domstringlist.lo: /usr/local/php-5.0.2/ext/dom/domstringlist.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 353):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/node.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_language_parser.y:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/attach.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/attach.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 497):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/attach.c -o ext/sqlite/libsqlite/src/attach.lo 
	

ext/sqlite/libsqlite/src/main.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/main.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 475):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/main.c -o ext/sqlite/libsqlite/src/main.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_objects.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/sqlite/libsqlite/src/table.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/table.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 487):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/table.c -o ext/sqlite/libsqlite/src/table.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/pcre/pcrelib/maketables.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_builtin_functions.lo: /usr/local/php-5.0.2/Zend/zend_builtin_functions.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 779):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/streams/cast.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.a:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/link.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_multibyte.lo: /usr/local/php-5.0.2/Zend/zend_multibyte.c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 787):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo 
	

ext/xml/compat.lo: /usr/local/php-5.0.2/ext/xml/compat.c
#  Implicit rule search has not been done.
#  Modification time ne
 [2004-11-01 01:26 UTC] arthur at mir5 dot homeip dot net
ext/xml/compat.lo: /usr/local/php-5.0.2/ext/xml/compat.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:55:35
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 657):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/xml/ -I/usr/local/php-5.0.2/ext/xml/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/xml/compat.c -o ext/xml/compat.lo 
	

ext/standard/uuencode.lo: /usr/local/php-5.0.2/ext/standard/uuencode.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:54:22
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 641):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/uuencode.c -o ext/standard/uuencode.lo 
	

# Not a target:
.l.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	@$(RM) $*.c
	$(LEX.l) $< > $*.c
	$(LINT.c) -i $*.c -o $@
	$(RM) $*.c

# Not a target:
/usr/local/php-5.0.2/Zend/zend_builtin_functions.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-24 20:02:38
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/spl/php_spl.c:
#  Implicit rule search has been done.
#  Last modified 2004-04-29 18:02:11
#  File has been updated.
#  Successfully updated.

distclean: clean
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
#  commands to execute (from `Makefile', line 177):
	rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php5.spec sapi/apache/libphp5.module buildmk.stamp
	egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
	find . -name Makefile | xargs rm -f
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/nodelist.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
.w.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(CTANGLE) $< - $@

# Not a target:
.texi.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

ext/standard/sha1.lo: /usr/local/php-5.0.2/ext/standard/sha1.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:54:10
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 637):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/sha1.c -o ext/standard/sha1.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_multibyte.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 11:31:48
#  File has been updated.
#  Successfully updated.

# Not a target:
.sh:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	cat $< >$@ 
	chmod a+x $@

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/delete.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/css.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:30
#  File has been updated.
#  Successfully updated.

ext/standard/assert.lo: /usr/local/php-5.0.2/ext/standard/assert.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:52:43
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 613):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/assert.c -o ext/standard/assert.lo 
	

ext/session/mod_files.lo: /usr/local/php-5.0.2/ext/session/mod_files.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:39:48
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 427):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/session/ -I/usr/local/php-5.0.2/ext/session/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/session/mod_files.c -o ext/session/mod_files.lo 
	

ext/dom/documenttype.lo: /usr/local/php-5.0.2/ext/dom/documenttype.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:35:39
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 375):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/documenttype.c -o ext/dom/documenttype.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/credits.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-09 16:53:19
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/xml/xml.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-19 07:29:43
#  File has been updated.
#  Successfully updated.

sapi/cli/php: ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/iconv/iconv.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/pgsql/pgsql.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_sxe.lo ext/sqlite/sqlite.lo ext/sqlite/sess_sqlite.lo ext/sqlite/libsqlite/src/opcodes.lo ext/sqlite/libsqlite/src/parse.lo ext/sqlite/libsqlite/src/encode.lo ext/sqlite/libsqlite/src/auth.lo ext/sqlite/libsqlite/src/btree.lo ext/sqlite/libsqlite/src/build.lo ext/sqlite/libsqlite/src/delete.lo ext/sqlite/libsqlite/src/expr.lo ext/sqlite/libsqlite/src/func.lo ext/sqlite/libsqlite/src/hash.lo ext/sqlite/libsqlite/src/insert.lo ext/sqlite/libsqlite/src/main.lo ext/sqlite/libsqlite/src/os.lo ext/sqlite/libsqlite/src/pager.lo ext/sqlite/libsqlite/src/printf.lo ext/sqlite/libsqlite/src/random.lo ext/sqlite/libsqlite/src/select.lo ext/sqlite/libsqlite/src/table.lo ext/sqlite/libsqlite/src/tokenize.lo ext/sqlite/libsqlite/src/update.lo ext/sqlite/libsqlite/src/util.lo ext/sqlite/libsqlite/src/vdbe.lo ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/btree_rb.lo ext/sqlite/libsqlite/src/pragma.lo ext/sqlite/libsqlite/src/vacuum.lo ext/sqlite/libsqlite/src/copy.lo ext/sqlite/libsqlite/src/vdbeaux.lo ext/sqlite/libsqlite/src/date.lo ext/sqlite/libsqlite/src/where.lo ext/sqlite/libsqlite/src/trigger.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/sunfuncs.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/compat.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 18:10:56
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 186):
	$(BUILD_CLI)
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/expr.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/main/streams/plain_wrapper.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-31 06:00:10
#  File has been updated.
#  Successfully updated.

/usr/local/php-5.0.2/ext/standard/parsedate.c: /usr/local/php-5.0.2/ext/standard/parsedate.y
#  Implicit rule search has not been done.
#  Last modified 2004-09-23 16:26:44
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 196):
	$(YACC) /usr/local/php-5.0.2/ext/standard/parsedate.y -o $@
	

# Not a target:
.cc:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
/usr/local/php-5.0.2/Zend/zend_mm.c:
#  Implicit rule search has been done.
#  Last modified 2004-03-04 03:18:05
#  File has been updated.
#  Successfully updated.

Zend/zend_indent.lo: /usr/local/php-5.0.2/Zend/zend_indent.c Zend/zend_language_parser.h
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:02:08
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 777):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_indent.c -o Zend/zend_indent.lo 
	

Zend/zend_llist.lo: /usr/local/php-5.0.2/Zend/zend_llist.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:00:48
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 755):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_llist.c -o Zend/zend_llist.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vdbeaux.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

ext/dom/domexception.lo: /usr/local/php-5.0.2/ext/dom/domexception.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:34:31
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 355):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domexception.c -o ext/dom/domexception.lo 
	

Zend/zend_ini_parser.lo: Zend/zend_ini_parser.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:59:45
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 739):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo 
	

# Not a target:
.cc.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.cc) $(OUTPUT_OPTION) $<

# Not a target:
/usr/local/php-5.0.2/Zend/zend_alloc.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-27 11:49:54
#  File has been updated.
#  Successfully updated.

ext/standard/crypt.lo: /usr/local/php-5.0.2/ext/standard/crypt.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:47:05
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 533):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/crypt.c -o ext/standard/crypt.lo 
	

sapi/cli/php_cli.lo: /usr/local/php-5.0.2/sapi/cli/php_cli.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:06:15
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 659):
	$(LIBTOOL) --mode=compile $(CC)  -Isapi/cli/ -I/usr/local/php-5.0.2/sapi/cli/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo 
	

ext/standard/var.lo: /usr/local/php-5.0.2/ext/standard/var.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:52:30
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 609):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/var.c -o ext/standard/var.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/text.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/util.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/regex/regcomp.c:
#  Implicit rule search has been done.
#  Last modified 2003-09-29 19:26:03
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_indent.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 11:31:47
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/image.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-11 07:31:37
#  File has been updated.
#  Successfully updated.

ext/pcre/pcrelib/pcre.lo: /usr/local/php-5.0.2/ext/pcre/pcrelib/pcre.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:38:12
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 417):
	$(LIBTOOL) --mode=compile $(CC) -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/local/php-5.0.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-5.0.2/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pcre/pcrelib/pcre.c -o ext/pcre/pcrelib/pcre.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_operators.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-11 09:20:55
#  File has been updated.
#  Successfully updated.

ext/standard/browscap.lo: /usr/local/php-5.0.2/ext/standard/browscap.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:46:57
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 529):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/browscap.c -o ext/standard/browscap.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_language_scanner.l:
#  Implicit rule search has been done.
#  Last modified 2004-06-14 14:09:42
#  File has been updated.
#  Successfully updated.

Zend/zend_reflection_api.lo: /usr/local/php-5.0.2/Zend/zend_reflection_api.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:03:54
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 809):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_reflection_api.c -o Zend/zend_reflection_api.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/string_extend.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:15:17
#  File has been updated.
#  Successfully updated.

# Not a target:
.SUFFIXES: .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

main/php_variables.lo: /usr/local/php-5.0.2/main/php_variables.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:57:21
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 701):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_variables.c -o main/php_variables.lo 
	

ext/sqlite/libsqlite/src/trigger.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/trigger.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:45:21
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 513):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/trigger.c -o ext/sqlite/libsqlite/src/trigger.lo 
	

install-pear-installer: /usr/local/php-5.0.2/sapi/cli/php
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 291):
	@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) /usr/local/php-5.0.2/pear/install-pear.php -d "$(peardir)" -b "$(bindir)" /usr/local/php-5.0.2/pear/package-*.xml
	

main/php_content_types.lo: /usr/local/php-5.0.2/main/php_content_types.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:56:56
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 691):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_content_types.c -o main/php_content_types.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/pageinfo.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:33
#  File has been updated.
#  Successfully updated.

# Not a target:
.tex:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/scripts/phpize.in:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/ext/pcre/php_pcre.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-25 15:48:25
#  File has been updated.
#  Successfully updated.

# Not a target:
ext/standard/../../main/build-defs.h:
#  Implicit rule search has been done.
#  Last modified 2004-10-31 18:08:05
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/versioning.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:35
#  File has been updated.
#  Successfully updated.

# Not a target:
.c.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.c) $(OUTPUT_OPTION) $<

# Not a target:
Makefile:
#  Implicit rule search has been done.
#  Last modified 2004-10-31 18:07:57
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/main/php_variables.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-09 11:21:49
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/entity.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
.r.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(COMPILE.r) $(OUTPUT_OPTION) $<

ext/standard/url_scanner.lo: /usr/local/php-5.0.2/ext/standard/url_scanner.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:52:15
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 607):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/url_scanner.c -o ext/standard/url_scanner.lo 
	

# Not a target:
.r:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@

ext/standard/dns.lo: /usr/local/php-5.0.2/ext/standard/dns.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:47:41
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 543):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/dns.c -o ext/standard/dns.lo 
	

Zend/zend_highlight.lo: /usr/local/php-5.0.2/Zend/zend_highlight.c Zend/zend_language_parser.h
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:00:45
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 753):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_highlight.c -o Zend/zend_highlight.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/streams/streams.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-08 13:45:05
#  File has been updated.
#  Successfully updated.

ext/ctype/ctype.lo: /usr/local/php-5.0.2/ext/ctype/ctype.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:33:00
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 343):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/ctype/ -I/usr/local/php-5.0.2/ext/ctype/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/ctype/ctype.c -o ext/ctype/ctype.lo 
	

ext/standard/fsock.lo: /usr/local/php-5.0.2/ext/standard/fsock.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:48:37
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 555):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/fsock.c -o ext/standard/fsock.lo 
	

ext/standard/quot_print.lo: /usr/local/php-5.0.2/ext/standard/quot_print.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:50:33
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 587):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/quot_print.c -o ext/standard/quot_print.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/streams/xp_socket.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-22 13:05:27
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/iconv/iconv.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-13 09:54:50
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/rand.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-18 21:14:58
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_objects_API.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-17 05:19:47
#  File has been updated.
#  Successfully updated.

ext/standard/syslog.lo: /usr/local/php-5.0.2/ext/standard/syslog.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:51:51
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 599):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/syslog.c -o ext/standard/syslog.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_highlight.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-11 17:38:31
#  File has been updated.
#  Successfully updated.

ext/standard/crc32.lo: /usr/local/php-5.0.2/ext/standard/crc32.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:47:01
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 531):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/crc32.c -o ext/standard/crc32.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/sunfuncs.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-03 19:28:05
#  File has been updated.
#  Successfully updated.

ext/dom/domimplementationsource.lo: /usr/local/php-5.0.2/ext/dom/domimplementationsource.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:36:16
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 389):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domimplementationsource.c -o ext/dom/domimplementationsource.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/var_unserializer.re:
#  Implicit rule search has been done.
#  Last modified 2004-03-26 18:50:39
#  File has been updated.
#  Successfully updated.

TSRM/tsrm_strtok_r.lo: /usr/local/php-5.0.2/TSRM/tsrm_strtok_r.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:55:39
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 665):
	$(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/local/php-5.0.2/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo 
	

test:
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
#  commands to execute (from `Makefile', line 160):
	-@if test -x $(SAPI_CLI_PATH) && test ! -z $(SAPI_CLI_PATH); then \
	TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
	TEST_PHP_SRCDIR=$(top_srcdir) \
	CC="$(CC)" \
	$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS); \
	else \
	echo "ERROR: Cannot run tests without CLI sapi."; \
	fi
	

sapi/cli/getopt.lo: /usr/local/php-5.0.2/sapi/cli/getopt.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:06:19
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 661):
	$(LIBTOOL) --mode=compile $(CC)  -Isapi/cli/ -I/usr/local/php-5.0.2/sapi/cli/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/sapi/cli/getopt.c -o sapi/cli/getopt.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_opcode.c:
#  Implicit rule search has been done.
#  Last modified 2004-06-06 03:37:12
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/attr.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/notation.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/dir.c:
#  Implicit rule search has been done.
#  Last modified 2004-06-16 18:57:25
#  File has been updated.
#  Successfully updated.

ext/sqlite/libsqlite/src/os.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/os.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:42:57
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 477):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/os.c -o ext/sqlite/libsqlite/src/os.lo 
	

ext/dom/element.lo: /usr/local/php-5.0.2/ext/dom/element.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:35:08
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 367):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/element.c -o ext/dom/element.lo 
	

ext/dom/namednodemap.lo: /usr/local/php-5.0.2/ext/dom/namednodemap.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:37:00
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 405):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/namednodemap.c -o ext/dom/namednodemap.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/spl/spl_engine.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 12:17:39
#  File has been updated.
#  Successfully updated.

install-cli: sapi/cli/php
#  Implicit rule search has not been done.
#  Implicit/static pattern stem: `'
#  File does not exist.
#  File has been updated.
#  Successfully updated.
# automatic
# @ := install-cli
# automatic
# % := 
# automatic
# * := 
# automatic
# + := sapi/cli/php
# automatic
# | := 
# automatic
# < := sapi/cli/php
# automatic
# ^ := sapi/cli/php
# automatic
# ? := sapi/cli/php
# variable set hash-table stats:
# Load=8/32=25%, Rehash=0, Collisions=5/52=10%
#  commands to execute (from `Makefile', line 189):
	@echo "Installing PHP CLI binary:        $(INSTALL_ROOT)$(bindir)/"
	@$(INSTALL_CLI)
	@echo "Installing PHP CLI man page:      $(INSTALL_ROOT)$(mandir)/man1/"
	@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
	@$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1
	

ext/standard/filestat.lo: /usr/local/php-5.0.2/ext/standard/filestat.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:48:20
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 549):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/filestat.c -o ext/standard/filestat.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/libxml/libxml.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-08 05:16:57
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_execute_API.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-17 05:19:47
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/regex/regexec.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-13 10:02:05
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/TSRM/TSRM.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-23 11:05:09
#  File has been updated.
#  Successfully updated.

ext/sqlite/libsqlite/src/btree.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:42:00
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 461):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree.c -o ext/sqlite/libsqlite/src/btree.lo 
	

Zend/zend_ini_scanner.lo: Zend/zend_ini_scanner.c Zend/zend_ini_parser.h
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:59:51
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 741):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vdbe.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

ext/sqlite/libsqlite/src/tokenize.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/tokenize.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:43:39
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 489):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/tokenize.c -o ext/sqlite/libsqlite/src/tokenize.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/snprintf.c:
#  Implicit rule search has been done.
#  Last modified 2004-04-15 18:08:22
#  File has been updated.
#  Successfully updated.

main/streams/mmap.lo: /usr/local/php-5.0.2/main/streams/mmap.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:58:57
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 729):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/local/php-5.0.2/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/streams/mmap.c -o main/streams/mmap.lo 
	

ext/sqlite/libsqlite/src/where.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/where.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:45:15
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 511):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/where.c -o ext/sqlite/libsqlite/src/where.lo 
	

Zend/zend_alloc.lo: /usr/local/php-5.0.2/Zend/zend_alloc.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:59:56
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 743):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_alloc.c -o Zend/zend_alloc.lo 
	

# Not a target:
.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

Zend/zend_interfaces.lo: /usr/local/php-5.0.2/Zend/zend_interfaces.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:02:51
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 795):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_interfaces.c -o Zend/zend_interfaces.lo 
	

# Not a target:
/usr/local/php-5.0.2/main/streams/mmap.c:
#  Implicit rule search has been done.
#  Last modified 2004-04-21 07:02:47
#  File has been updated.
#  Successfully updated.

# Not a target:
.elc:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

main/strlcpy.lo: /usr/local/php-5.0.2/main/strlcpy.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:56:59
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 693):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/strlcpy.c -o main/strlcpy.lo 
	

# Not a target:
.l.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	@$(RM) $@ 
	$(LEX.l) $< > $@

ext/dom/domerror.lo: /usr/local/php-5.0.2/ext/dom/domerror.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:36:49
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 401):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domerror.c -o ext/dom/domerror.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/filters.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-20 14:36:00
#  File has been updated.
#  Successfully updated.

ext/pgsql/pgsql.lo: /usr/local/php-5.0.2/ext/pgsql/pgsql.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:39:16
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 421):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/pgsql/ -I/usr/local/php-5.0.2/ext/pgsql/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pgsql/pgsql.c -o ext/pgsql/pgsql.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/build.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

build-modules:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

TSRM/TSRM.lo: /usr/local/php-5.0.2/TSRM/TSRM.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:55:37
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 663):
	$(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/local/php-5.0.2/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/TSRM/TSRM.c -o TSRM/TSRM.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/md5.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:33
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_interfaces.c:
#  Implicit rule search has been done.
#  Last modified 2004-04-27 10:47:55
#  File has been updated.
#  Successfully updated.

Zend/zend_iterators.lo: /usr/local/php-5.0.2/Zend/zend_iterators.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:02:46
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 793):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_iterators.c -o Zend/zend_iterators.lo 
	

Zend/zend_compile.lo: /usr/local/php-5.0.2/Zend/zend_compile.c Zend/zend_language_parser.h
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:00:22
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 745):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_compile.c -o Zend/zend_compile.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/documentfragment.c:
#  Implicit rule search has been done.
#  Last modified 2004-05-31 07:50:28
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/main/strlcpy.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:54
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/sha1.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:34
#  File has been updated.
#  Successfully updated.

main/streams/streams.lo: /usr/local/php-5.0.2/main/streams/streams.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:58:04
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 713):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/local/php-5.0.2/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/streams/streams.c -o main/streams/streams.lo 
	

# Not a target:
/usr/local/php-5.0.2/sapi/apache2handler/sapi_apache2.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-17 16:31:43
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/standard/lcg.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:17:33
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/ext/dom/dom_iterators.c:
#  Implicit rule search has been done.
#  Last modified 2004-03-08 15:15:39
#  File has been updated.
#  Successfully updated.

install-build:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 229):
	@echo "Installing build environment:     $(INSTALL_ROOT)$(phpbuilddir)/"
	@$(mkinstalldirs) $(INSTALL_ROOT)$(phpbuilddir) $(INSTALL_ROOT)$(bindir) && \
	(cd $(top_srcdir) && $(INSTALL) $(BUILD_FILES) $(INSTALL_ROOT)$(phpbuilddir))
	

main/internal_functions_cli.lo: main/internal_functions_cli.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 18:10:29
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 733):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c main/internal_functions_cli.c -o main/internal_functions_cli.lo 
	

Zend/zend_objects_API.lo: /usr/local/php-5.0.2/Zend/zend_objects_API.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:03:14
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 803):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo 
	

# Not a target:
.out:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

ext/standard/head.lo: /usr/local/php-5.0.2/ext/standard/head.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:48:43
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 557):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/head.c -o ext/standard/head.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/hash.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

libphp5.la: ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/iconv/iconv.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/pgsql/pgsql.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_sxe.lo ext/sqlite/sqlite.lo ext/sqlite/sess_sqlite.lo ext/sqlite/libsqlite/src/opcodes.lo ext/sqlite/libsqlite/src/parse.lo ext/sqlite/libsqlite/src/encode.lo ext/sqlite/libsqlite/src/auth.lo ext/sqlite/libsqlite/src/btree.lo ext/sqlite/libsqlite/src/build.lo ext/sqlite/libsqlite/src/delete.lo ext/sqlite/libsqlite/src/expr.lo ext/sqlite/libsqlite/src/func.lo ext/sqlite/libsqlite/src/hash.lo ext/sqlite/libsqlite/src/insert.lo ext/sqlite/libsqlite/src/main.lo ext/sqlite/libsqlite/src/os.lo ext/sqlite/libsqlite/src/pager.lo ext/sqlite/libsqlite/src/printf.lo ext/sqlite/libsqlite/src/random.lo ext/sqlite/libsqlite/src/select.lo ext/sqlite/libsqlite/src/table.lo ext/sqlite/libsqlite/src/tokenize.lo ext/sqlite/libsqlite/src/update.lo ext/sqlite/libsqlite/src/util.lo ext/sqlite/libsqlite/src/vdbe.lo ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/btree_rb.lo ext/sqlite/libsqlite/src/pragma.lo ext/sqlite/libsqlite/src/vacuum.lo ext/sqlite/libsqlite/src/copy.lo ext/sqlite/libsqlite/src/vdbeaux.lo ext/sqlite/libsqlite/src/date.lo ext/sqlite/libsqlite/src/where.lo ext/sqlite/libsqlite/src/trigger.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/sunfuncs.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/compat.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo Zend/zend_execute.lo sapi/apache2handler/mod_php5.lo sapi/apache2handler/sapi_apache2.lo sapi/apache2handler/apache_config.lo sapi/apache2handler/php_functions.lo main/internal_functions.lo
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 18:10:22
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 124):
	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@
	-@$(LIBTOOL) --silent --mode=install cp libphp5.la $(phptempdir)/libphp5.la >/dev/null 2>&1
	

main/SAPI.lo: /usr/local/php-5.0.2/main/SAPI.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:56:42
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 687):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/SAPI.c -o main/SAPI.lo 
	

ext/spl/spl_iterators.lo: /usr/local/php-5.0.2/ext/spl/spl_iterators.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:40:35
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 441):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/local/php-5.0.2/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/spl/spl_iterators.c -o ext/spl/spl_iterators.lo 
	

ext/spl/spl_directory.lo: /usr/local/php-5.0.2/ext/spl/spl_directory.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:40:53
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 445):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/local/php-5.0.2/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/spl/spl_directory.c -o ext/spl/spl_directory.lo 
	

Zend/zend_API.lo: /usr/local/php-5.0.2/Zend/zend_API.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:01:46
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 769):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_API.c -o Zend/zend_API.lo 
	

Zend/zend_constants.lo: /usr/local/php-5.0.2/Zend/zend_constants.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:00:27
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 747):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_constants.c -o Zend/zend_constants.lo 
	

ext/standard/soundex.lo: /usr/local/php-5.0.2/ext/standard/soundex.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:50:49
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 593):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/soundex.c -o ext/standard/soundex.lo 
	

ext/standard/http.lo: /usr/local/php-5.0.2/ext/standard/http.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:55:06
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 651):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/http.c -o ext/standard/http.lo 
	

# Not a target:
.C:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
/usr/local/php-5.0.2/ext/standard/ftok.c:
#  Implicit rule search has been done.
#  Last modified 2004-06-23 19:48:58
#  File has been updated.
#  Successfully updated.

ext/standard/math.lo: /usr/local/php-5.0.2/ext/standard/math.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:49:47
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 573):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/math.c -o ext/standard/math.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/libsqlite/src/parse.y:
#  Implicit rule search has been done.
#  Last modified 2004-07-10 07:27:51
#  File has been updated.
#  Successfully updated.

ext/simplexml/simplexml.lo: /usr/local/php-5.0.2/ext/simplexml/simplexml.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:40:11
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 433):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/simplexml/ -I/usr/local/php-5.0.2/ext/simplexml/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/simplexml/simplexml.c -o ext/simplexml/simplexml.lo 
	

Zend/zend_sprintf.lo: /usr/local/php-5.0.2/Zend/zend_sprintf.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:02:25
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 781):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_sprintf.c -o Zend/zend_sprintf.lo 
	

ext/standard/dl.lo: /usr/local/php-5.0.2/ext/standard/dl.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:47:31
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 541):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/dl.c -o ext/standard/dl.lo 
	

# Not a target:
.r.f:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(PREPROCESS.r) $(OUTPUT_OPTION) $<

# Not a target:
/usr/local/php-5.0.2/ext/sqlite/sqlite.c:
#  Implicit rule search has been done.
#  Last modified 2004-08-02 17:43:42
#  File has been updated.
#  Successfully updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_reflection_api.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-23 13:41:15
#  File has been updated.
#  Successfully updated.

# Not a target:
.sym:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
/usr/local/php-5.0.2/Zend/zend_API.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-09 04:53:20
#  File has been updated.
#  Successfully updated.

main/streams/plain_wrapper.lo: /usr/local/php-5.0.2/main/streams/plain_wrapper.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:58:29
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 721):
	$(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/local/php-5.0.2/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo 
	

# Not a target:
.S:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@

ext/standard/metaphone.lo: /usr/local/php-5.0.2/ext/standard/metaphone.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:50:02
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 577):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/metaphone.c -o ext/standard/metaphone.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/standard/exec.c:
#  Implicit rule search has been done.
#  Last modified 2004-07-12 13:49:47
#  File has been updated.
#  Successfully updated.

ext/dom/nodelist.lo: /usr/local/php-5.0.2/ext/dom/nodelist.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:35:55
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 381):
	$(LIBTOOL) --mode=compile $(CC)  -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/nodelist.c -o ext/dom/nodelist.lo 
	

ext/sqlite/libsqlite/src/func.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/func.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 15:42:34
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 469):
	$(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/func.c -o ext/sqlite/libsqlite/src/func.lo 
	

# Not a target:
/usr/local/php-5.0.2/Zend/zend_sprintf.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 11:31:48
#  File has been updated.
#  Successfully updated.

# Not a target:
.texinfo.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

# Not a target:
/usr/local/php-5.0.2/ext/openssl/openssl.c:
#  Implicit rule search has been done.
#  Last modified 2004-09-13 13:31:51
#  File has been updated.
#  Successfully updated.

Zend/zend_qsort.lo: /usr/local/php-5.0.2/Zend/zend_qsort.c
#  Implicit rule search has not been done.
#  Last modified 2004-10-31 16:02:33
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 785):
	$(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_qsort.c -o Zend/zend_qsort.lo 
	

# Not a target:
/usr/local/php-5.0.2/ext/dom/domconfiguration.c:
#  Implicit rule search has been done.
#  Last modified 2004-01-08 02:15:16
#  File has been updated.
#  Successfully updated.

# Not a target:
.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
	$(LINK.c) $^ $(LOADLIBE
 [2004-11-01 01:31 UTC] arthur at mir5 dot homeip dot net
if you want to look at it just go:
make install -p --debug > stuff.txt
http://mir5.homeip.net:8080/bug/stuff.txt    461838
 [2004-11-01 07:52 UTC] derick@php.net
Please provide a backtrace as asked before.
 [2004-11-01 08:02 UTC] robbat2 at gentoo dot org
Derick: If this is the same bug as I reported in bug 30639, despite different major versions of the ZendEngine, then you can utilize the backtrace I posted on that bug.
 [2004-11-01 08:22 UTC] derick@php.net
Well, that backtrace doesn't really help without a short reproducing script. Are you loading any extension and/or zend extensions?
 [2004-11-01 09:10 UTC] robbat2 at gentoo dot org
As I noted, the php.ini is totally stock php.ini-dist, and the problem still happens when there is no php.ini in the config-file directory. There are definetly no extensions being loaded at all.

The exact failing command that is run by make install is:
/var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php -d "/usr/lib/php" -b "/usr/bin" /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/package-*.xml

Complete output:
root@curie-int /var/tmp/portage/php-4.3.9/work/php-4.3.9 # /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php -d "/usr/lib/php" -b "/usr/bin" /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/package-*.xml
Could not startup.
[Mon Nov  1 01:08:50 2004]  Script:  '/var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php'
---------------------------------------
/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_ptr_stack.c(77) : Block 0x081FD820 status:
Beginning:      Overrun (magic=0x08201868, expected=0x7312F8DC)
      End:      Unknown
---------------------------------------
/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(547) : ht=0x081ba8cc is already destroyed
/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(673) : ht=0x081ba9e8 is already destroyed
/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(108) : Bailed out without a bailout address!

I'll try to come up with something shorter than install-pear.php  that will reproduce it.
 [2004-11-01 09:19 UTC] derick@php.net
Great, I can not reproduce this at all btw.
Can you also please use "Edit Submission" instead of "Add Comment" when replying to your own bugreports?
 [2004-11-01 09:20 UTC] robbat2 at gentoo dot org
The PHP test script that this is reproducable for is depressingly small...
<?php
?>
the extensions directory is totally empty...

running:
/var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -m -n
will give correct output one time out of ten, and fail dismally the other times (leaving a corefile that backtraces to the output I gave in my other bug).

Included here again for good measure:
#0  0x0814d116 in _efree (ptr=0x0, __zend_filename=0x81a7cd8 "/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c",
    __zend_lineno=563, __zend_orig_filename=0x0, __zend_orig_lineno=0)
    at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_alloc.c:242
242             CALCULATE_REAL_SIZE_AND_CACHE_INDEX(p->size);
(gdb) bt
#0  0x0814d116 in _efree (ptr=0x0, __zend_filename=0x81a7cd8 "/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c",
    __zend_lineno=563, __zend_orig_filename=0x0, __zend_orig_lineno=0)
    at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_alloc.c:242
#1  0x08165192 in zend_hash_destroy (ht=0x81ba8cc) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c:563
#2  0x0815483d in shutdown_executor () at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_execute_API.c:186
#3  0x0815ec10 in zend_deactivate () at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend.c:667
#4  0x0812914a in php_request_shutdown (dummy=0x0) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/main/main.c:996
#5  0x08177c0b in main (argc=3, argv=0xbfffeda4) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php_cli.c:873


The most output it does give me is:
----
[PHP Modules]
ctype
domxml
overload
pcre
posix
session
standard
tokenizer
xml
zlib

[Zend Modules]
----
 [2004-11-01 09:21 UTC] robbat2 at gentoo dot org
I have to use add comment, as this here isn't my bug report, 30639 is my bug.
 [2004-11-01 09:29 UTC] derick@php.net
Can you run valgrind on this, like in:
valgrind php ./script-that-crashes.php

and put the output somewhere online?

Derick
 [2004-11-01 10:40 UTC] robbat2 at gentoo dot org
valgrind output:
http://dev.gentoo.org/~robbat2/php-4.3.9-valgrind.trace
 [2004-11-01 19:47 UTC] arthur at mir5 dot homeip dot net
please tell me exactly what you want me to run.
valgrind php ./install-pear.php
you must give it a tool= option.
also what flags should i include.
 [2004-11-01 21:05 UTC] derick@php.net
valgrind --tool=memcheck php ./script-that-crashes.php

should do it.
 [2004-11-01 22:36 UTC] arthur at mir5 dot homeip dot net
php-5.0.2/pear# valgrind -v --tool=memcheck php ./install-pear.php 
http://mir5.homeip.net:8080/bugs/valgrindcheck.txt
 [2004-11-02 03:06 UTC] robbat2 at gentoo dot org
after setting up php-4.3.9 on another machine today and having it work perfectly fine, I tried something on a hunch - found that php-4.3.9 compiled and installed perfectly fine after a reboot, but then didn't want to install properly after that, until I rebooted the machine again.

I'm going to pursue other angles of what could be the problem.
 [2004-11-02 03:13 UTC] arthur at mir5 dot homeip dot net
any reason your not trying php 5.0.2?
 [2004-11-05 16:08 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC