1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625
|
# +----------------------------------------------------------------------+
# | PHP HTML Embedded Scripting Language Version 3.0 |
# +----------------------------------------------------------------------+
# | Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
# +----------------------------------------------------------------------+
# | This program is free software; you can redistribute it and/or modify |
# | it under the terms of one of the following licenses: |
# | |
# | A) the GNU General Public License as published by the Free Software |
# | Foundation; either version 2 of the License, or (at your option) |
# | any later version. |
# | |
# | B) the PHP License as published by the PHP Development Team and |
# | included in the distribution in the file: LICENSE |
# | |
# | This program is distributed in the hope that it will be useful, |
# | but WITHOUT ANY WARRANTY; without even the implied warranty of |
# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# | GNU General Public License for more details. |
# | |
# | You should have received a copy of both licenses referred to here. |
# | If you did not, or have any questions about PHP licensing, please |
# | contact core@php.net. |
# +----------------------------------------------------------------------+
#
# $Id: Makefile.in,v 1.264 1998/10/04 17:17:34 zeev Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@
VPATH = @srcdir@
bindir = @bindir@
CC = @CC@
AR = ar rc
BINNAME = @BINNAME@
INSTALL_IT = @INSTALL_IT@
INCLUDE = -I$(srcdir) -I. @GDBM_INCLUDE@ @ORACLE_INCLUDE@ @APACHE_INCLUDE@ @FHTTPD_INCLUDE@ @ADA_INCLUDE@ @IODBC_INCLUDE@ @SYBASE_INCLUDE@ @SYBASE_CT_INCLUDE@ @MYSQL_INCLUDE@ @MSQL_INCLUDE@ @SOLID_INCLUDE@ @OPENLINK_INCLUDE@ @PGSQL_INCLUDE@ @LDAP_INCLUDE@ @VELOCIS_INCLUDE@ @CODBC_INCLUDE@ @GD_INCLUDE@ @IMAP_INCLUDE@ @ZLIB_INCLUDE@ @IFX_INCLUDE@ @SNMP_INCLUDE@
PROF_CFLAGS =
CFLAGS_SHLIB = @CFLAGS_SHLIB@
LDFLAGS_SHLIB = @LDFLAGS_SHLIB@
LDFLAGS_SHLIB_EXPORT = @LDFLAGS_SHLIB_EXPORT@
CPPFLAGS = @CPPFLAGS@
CFLAGS = @CFLAGS@ $(CFLAGS_SHLIB) $(CPPFLAGS) $(INCLUDE) @DEBUG_CFLAGS@ @STRONGHOLD@ $(PROF_CFLAGS)
LDFLAGS = @LDFLAGS@ $(LDFLAGS_SHLIB) $(LDFLAGS_SHLIB_EXPORT)
REGCFLAGS = $(CFLAGS)
RANLIB = @RANLIB@
YACC = @YACC@
MAINT = @MAINT@
APXS = @APXS@
APXS_LDFLAGS = @APXS_LDFLAGS@
WARNING_LEVEL = @WARNING_LEVEL@
SOURCE = language-parser.tab.c language-scanner.c main.c php3_hash.c operators.c \
variables.c token_cache.c stack.c internal_functions.c \
snprintf.c php3_sprintf.c alloc.c list.c highlight.c debugger.c \
configuration-parser.tab.c configuration-scanner.c \
request_info.c safe_mode.c fopen-wrappers.c constants.c \
php3_realpath.c alloca.c
OBJS = language-parser.tab.o language-scanner.o main.o php3_hash.o operators.o \
variables.o token_cache.o stack.o internal_functions.o \
snprintf.o php3_sprintf.o alloc.o list.o highlight.o debugger.o \
configuration-parser.tab.o configuration-scanner.o \
request_info.o safe_mode.o fopen-wrappers.o constants.o \
php3_realpath.o alloca.o @LIBOBJS@
FUNCTIONS_SOURCE = functions/adabasd.c functions/apache.c functions/fhttpd.c \
functions/basic_functions.c \
functions/crypt.c functions/datetime.c functions/db.c \
functions/dbase.c functions/dir.c \
functions/dl.c functions/dns.c functions/exec.c functions/file.c \
functions/filepro.c functions/filestat.c \
functions/formatted_print.c functions/fsock.c functions/gd.c \
functions/head.c functions/html.c functions/image.c functions/imap.c\
functions/link.c functions/mail.c functions/math.c \
functions/md5.c functions/microtime.c functions/mime.c \
functions/msql.c functions/mysql.c \
functions/oracle.c functions/oci8.c functions/pack.c \
functions/pageinfo.c functions/pgsql.c \
functions/post.c functions/rand.c functions/reg.c \
functions/solid.c functions/soundex.c \
functions/string.c functions/syslog.c functions/type.c \
functions/uniqid.c functions/sybase.c \
functions/sybase-ct.c functions/url.c functions/base64.c \
functions/info.c @BCMATH_SRC@ \
functions/unified_odbc.c functions/ldap.c functions/browscap.c \
functions/velocis.c functions/gdttf.c functions/gdcache.c \
functions/zlib.c functions/COM.c functions/ifx.c \
functions/hw.c functions/hg_comm.c functions/dlist.c \
functions/snmp.c functions/var.c
FUNCTIONS = $(FUNCTIONS_SOURCE:.c=.o)
APXS_LIBS = $(PHPLIBS) @FHTTPD_LIB@ @DBASE_LIB@ @DBM_LIB@ @ORACLE_LFLAGS@ @ORACLE_LIBS@ @IODBC_LFLAGS@ @IODBC_LIBS@ @SYBASE_LFLAGS@ @SYBASE_LIBS@ @SYBASE_CT_LFLAGS@ @SYBASE_CT_LIBS@ @MYSQL_LFLAGS@ @MYSQL_LIBS@ @MSQL_LFLAGS@ @MSQL_LIBS@ @ADA_LFLAGS@ @ADA_LIBS@ @SOLID_LIBS@ @OPENLINK_LFLAGS@ @OPENLINK_LIBS@ @PGSQL_LFLAGS@ @PGSQL_LIBS@ @LDAP_LFLAGS@ @LDAP_LIBS@ @VELOCIS_LIBS@ @CODBC_LFLAGS@ @CODBC_LIBS@ @IMAP_LIBS@ @GD_LIBS@ @ZLIB_LIBS@ @IFX_LFLAGS@ @IFX_LIBS@ @SNMP_LFLAGS@ @SNMP_LIBS@ @LIBS@
LIBS = $(PHPLIBS) @FHTTPD_LIB@ @DBASE_LIB@ @REGEX_LIB@ @DBM_LIB@ @ORACLE_LFLAGS@ @ORACLE_LIBS@ @IODBC_LFLAGS@ @IODBC_LIBS@ @SYBASE_LFLAGS@ @SYBASE_LIBS@ @SYBASE_CT_LFLAGS@ @SYBASE_CT_LIBS@ @MYSQL_LFLAGS@ @MYSQL_LIBS@ @MSQL_LFLAGS@ @MSQL_LIBS@ @ADA_LFLAGS@ @ADA_LIBS@ @SOLID_LIBS@ @OPENLINK_LFLAGS@ @OPENLINK_LIBS@ @PGSQL_LFLAGS@ @PGSQL_LIBS@ @LDAP_LFLAGS@ @LDAP_LIBS@ @VELOCIS_LIBS@ @CODBC_LFLAGS@ @CODBC_LIBS@ @IMAP_LIBS@ @GD_LIBS@ @ZLIB_LIBS@ @IFX_LFLAGS@ @IFX_LIBS@ @SNMP_LFLAGS@ @SNMP_LIBS@ @LIBS@
all: $(BINNAME)
php: $(OBJS) $(FUNCTIONS) @REGEX_LIB@ @FHTTPD_LIB@ @DBASE_LIB@
$(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(FUNCTIONS) $(LIBS)
libphp3.a: $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(AR) $(BINNAME) $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(RANLIB) $(BINNAME)
libmodphp3.a: $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(AR) $(BINNAME) $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(RANLIB) $(BINNAME)
libmodphp3-so.a: $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(AR) libmodphp3-so.a $(OBJS) $(FUNCTIONS) @DBASE_LIB@
$(RANLIB) libmodphp3-so.a
libphp3.so: mod_php3.c libmodphp3-so.a
$(APXS) -c -o libphp3.so $(APXS_LDFLAGS) -I $(srcdir) mod_php3.c libmodphp3-so.a $(APXS_LIBS)
docs:
cd doc; $(MAKE)
regex/libregex.a:
(cd regex; $(MAKE) lib)
dbase/libdbf.a:
(cd dbase; $(MAKE))
functions/ifx.c: functions/ifx.ec
(if test $(INFORMIXDIR); then esql -e @IFX_ESQL_FLAGS@ functions/ifx.ec; mv ifx.c functions; else touch functions/ifx.c; fi)
language-parser.tab.h language-parser.tab.c: $(srcdir)/language-parser.y
bison -p php -v -d $(srcdir)/language-parser.y -o language-parser.tab.c
language-scanner.o:
$(CC) $(CFLAGS) -w$(WARNING_LEVEL) -c $(srcdir)/language-scanner.c
language-scanner.c: $(srcdir)/language-scanner.lex
flex -Pphp -olanguage-scanner.c -i $(srcdir)/language-scanner.lex
configuration-parser.tab.h configuration-parser.tab.c: $(srcdir)/configuration-parser.y
bison -p cfg -v -d $(srcdir)/configuration-parser.y -o configuration-parser.tab.c
configuration-scanner.o:
$(CC) $(CFLAGS) -w$(WARNING_LEVEL) -c $(srcdir)/configuration-scanner.c
configuration-scanner.c: $(srcdir)/configuration-scanner.lex
flex -Pcfg -oconfiguration-scanner.c -i $(srcdir)/configuration-scanner.lex
clean:
-rm libphp3.a libmodphp3.a php *.o
-rm -f $(FUNCTIONS) functions/ifx.c
-rm -f test/php.desc test/php.in test/php.out test/php.test
-rm -f test/a.tmp test/b.tmp test/test.dbm*
(cd dbase; $(MAKE) clean)
distclean: clean
-rm -f *.tab.? *-scanner.c *.output
-rm -f config.status config.cache config.log
-rm -f Makefile Makefile.depend config.h build-defs.h
-rm -f libphp3.module stamp-h
-rm -f regex/*.o regex/*.a regex/*.ih
-rm -f dbase/*.o dbase/*.a
-rm -f doc/checkdoc doc/funcparse doc/version.ent
-rm -f do-conf test/test.log extra/gd/bdf2gdfont
-rm -f doc/Makefile regex/Makefile dbase/Makefile
bench: $(BINNAME)
./$(BINNAME) -c. tests/bench.phtml
# can't use a single rule for this because 'test' is a directory
test: regression
regression check: $(BINNAME)
cd test && ./testall
config.status: configure
cd $(srcdir) && ./config.status --recheck
build-defs.h config.h: stamp-h
stamp-h: config.h.in config.status
./config.status
Makefile: Makefile.in config.status
./config.status
#
# You must use '--enable-maintainer-mode' with configure to enable
# these rules, which requires autoconf be installed.
#
configure: @MAINT@ configure.in aclocal.m4
cd $(srcdir) && autoconf
config.h.in: @MAINT@ stamp-h.in
stamp-h.in: configure.in aclocal.m4 acconfig.h
cd ${srcdir} && autoheader && touch ${srcdir}/stamp-h.in
install: $(BINNAME)
$(INSTALL_IT)
indent: clean
indent -v -kr -cli4 -ts4 \
-T pval -T HashTable -T Bucket -T Token -T TokenCache -T TokenCacheManager \
-T switch_expr -T internal_function -T control_structure_data \
-T MemoryHashTable -T MemoryBucket \
-T pvalue_value -T Stack *.c *.h functions/*.c functions/*.h
rm -f *~ functions/*~
.c.o:
$(CC) $(CFLAGS) -c $< -o $@
@bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
(test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)
functions/number.o: functions/number.c
$(CC) $(CFLAGS) -w$(WARNING_LEVEL) -c $< -o $@
@bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
(test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)
parser-scanner: configuration-parser.tab.c configuration-scanner.c language-parser.tab.c language-scanner.c
depend: parser-scanner
$(CC) $(CFLAGS) -MM $(SOURCE) | perl -pe 's|regex/regex.h||;' > Makefile.depend
$(CC) $(CFLAGS) -MM $(FUNCTIONS_SOURCE) | perl -pe 's|^(.+\.o)|functions/$$1|; s|regex/regex.h||;' >> Makefile.depend
language-parser.tab.o: language-parser.tab.c php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h php3_list.h control_structures.h main.h \
functions/head.h modules.h control_structures_inline.h \
internal_functions.h
language-scanner.o: language-scanner.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h language-parser.tab.h language-scanner.h \
main.h control_structures.h php3_list.h highlight.h functions/post.h
main.o: main.c php.h php_version.h config.h request_info.h php3_hash.h \
alloc.h safe_mode.h fopen-wrappers.h mod_php3.h stack.h \
operators.h token_cache.h variables.h constants.h build-defs.h \
language-parser.tab.h main.h control_structures.h php3_list.h \
modules.h internal_functions.h functions/basic_functions.h \
functions/info.h functions/head.h functions/post.h functions/type.h \
highlight.h snprintf.h
php3_hash.o: php3_hash.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h
operators.o: operators.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/number.h snprintf.h
variables.o: variables.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
control_structures.h php3_list.h internal_functions.h modules.h \
functions/head.h
token_cache.o: token_cache.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h language-parser.tab.h control_structures.h \
php3_list.h main.h highlight.h
stack.o: stack.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h
internal_functions.o: internal_functions.c php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
internal_functions_registry.h php3_list.h functions/php3_ifx.h \
functions/php3_ldap.h functions/php3_mysql.h functions/php3_bcmath.h \
functions/php3_msql.h functions/basic_functions.h functions/phpmath.h \
functions/php3_string.h functions/php3_oci8.h functions/oracle.h \
functions/base64.h functions/php3_dir.h functions/dns.h \
functions/php3_pgsql.h functions/php3_velocis.h \
functions/php3_sybase.h functions/php3_sybase-ct.h functions/reg.h \
functions/php3_mail.h functions/imap.h functions/md5.h \
functions/global.h functions/php3_gd.h functions/html.h \
functions/dl.h functions/head.h functions/post.h functions/exec.h \
functions/php3_solid.h functions/adabasd.h functions/file.h \
functions/dbase.h functions/hw.h functions/filepro.h functions/db.h \
functions/php3_syslog.h functions/php3_filestat.h \
functions/php3_browscap.h functions/pack.h php3_debugger.h \
functions/php3_unified_odbc.h dl/snmp/php3_snmp.h \
functions/php3_zlib.h functions/php3_COM.h
snprintf.o: snprintf.c config.h
php3_sprintf.o: php3_sprintf.c config.h
alloc.o: alloc.c alloc.h php.h php_version.h config.h request_info.h \
php3_hash.h safe_mode.h fopen-wrappers.h mod_php3.h \
stack.h operators.h token_cache.h variables.h constants.h main.h
list.o: list.c php.h php_version.h config.h request_info.h php3_hash.h \
alloc.h safe_mode.h fopen-wrappers.h mod_php3.h stack.h \
operators.h token_cache.h variables.h constants.h php3_list.h \
modules.h functions/db.h
highlight.o: highlight.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
language-parser.tab.h main.h highlight.h
debugger.o: debugger.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h main.h
configuration-parser.tab.o: configuration-parser.tab.c php.h \
php_version.h config.h request_info.h php3_hash.h alloc.h \
safe_mode.h fopen-wrappers.h mod_php3.h stack.h \
operators.h token_cache.h variables.h constants.h modules.h \
functions/dl.h functions/file.h functions/php3_browscap.h
configuration-scanner.o: configuration-scanner.c php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h configuration-parser.tab.h
request_info.o: request_info.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h
safe_mode.o: safe_mode.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/pageinfo.h
fopen-wrappers.o: fopen-wrappers.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h modules.h php3_list.h php3_realpath.h \
functions/head.h functions/url.h functions/base64.h functions/fsock.h \
functions/php3_string.h
constants.o: constants.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h
php3_realpath.o: php3_realpath.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h
alloca.o: alloca.c
functions/adabasd.o: functions/adabasd.c config.h build-defs.h php.h \
php_version.h request_info.h php3_hash.h alloc.h \
safe_mode.h fopen-wrappers.h mod_php3.h stack.h operators.h \
token_cache.h variables.h constants.h internal_functions.h modules.h \
functions/php3_string.h functions/head.h functions/adabasd.h
functions/apache.o: functions/apache.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/head.h
functions/fhttpd.o: functions/fhttpd.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h
functions/basic_functions.o: functions/basic_functions.c php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h modules.h internal_functions.h \
internal_functions_registry.h php3_list.h functions/basic_functions.h \
functions/phpmath.h functions/php3_string.h functions/dns.h \
functions/md5.h functions/global.h functions/html.h functions/post.h \
functions/exec.h functions/info.h functions/url.h \
functions/datetime.h functions/fsock.h functions/image.h \
functions/php3_link.h functions/php3_filestat.h functions/microtime.h \
functions/pageinfo.h functions/uniqid.h functions/base64.h \
functions/php3_mail.h functions/php3_var.h
functions/crypt.o: functions/crypt.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_string.h
functions/datetime.o: functions/datetime.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/datetime.h snprintf.h
functions/db.o: functions/db.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h php3_list.h functions/db.h \
functions/php3_string.h
functions/dbase.o: functions/dbase.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h php3_list.h
functions/dir.o: functions/dir.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h php3_list.h functions/php3_dir.h
functions/dl.o: functions/dl.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/dl.h
functions/dns.o: functions/dns.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/dns.h
functions/exec.o: functions/exec.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_string.h \
functions/head.h functions/exec.h
functions/file.o: functions/file.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/head.h modules.h internal_functions.h php3_list.h \
functions/php3_string.h functions/file.h snprintf.h functions/fsock.h
functions/filepro.o: functions/filepro.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/filepro.h
functions/filestat.o: functions/filestat.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_filestat.h
functions/formatted_print.o: functions/formatted_print.c php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/head.h functions/php3_string.h
functions/fsock.o: functions/fsock.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
php3_list.h internal_functions.h modules.h functions/fsock.h \
functions/base64.h functions/file.h functions/post.h functions/url.h \
build-defs.h
functions/gd.o: functions/gd.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h php3_list.h functions/head.h \
functions/php3_gd.h
functions/head.o: functions/head.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/reg.h \
functions/php3_string.h functions/pageinfo.h main.h \
functions/datetime.h functions/head.h functions/post.h \
functions/url.h
functions/html.o: functions/html.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/reg.h functions/html.h
functions/image.o: functions/image.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/image.h
functions/imap.o: functions/imap.c config.h php.h php_version.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h
functions/link.o: functions/link.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_link.h
functions/mail.o: functions/mail.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
build-defs.h internal_functions.h modules.h functions/php3_mail.h
functions/math.o: functions/math.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/phpmath.h snprintf.h
functions/md5.o: functions/md5.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/md5.h functions/global.h
functions/microtime.o: functions/microtime.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/microtime.h snprintf.h
functions/mime.o: functions/mime.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/type.h functions/post.h \
functions/mime.h php3_list.h
functions/msql.o: functions/msql.c config.h php.h php_version.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_msql.h functions/reg.h \
functions/php3_string.h
functions/mysql.o: functions/mysql.c config.h build-defs.h php.h php_version.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_string.h functions/php3_mysql.h
functions/oracle.o: functions/oracle.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/oracle.h
functions/oci8.o: functions/oci8.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_oci8.h
functions/pack.o: functions/pack.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/head.h modules.h internal_functions.h php3_list.h \
functions/php3_string.h functions/pack.h snprintf.h functions/fsock.h
functions/pageinfo.o: functions/pageinfo.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h functions/pageinfo.h
functions/pgsql.o: functions/pgsql.c config.h php.h php_version.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_pgsql.h \
functions/php3_string.h
functions/post.o: functions/post.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/mime.h functions/type.h \
functions/php3_string.h functions/post.h functions/url.h
functions/rand.o: functions/rand.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/phpmath.h
functions/reg.o: functions/reg.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_string.h \
functions/reg.h
functions/solid.o: functions/solid.c config.h build-defs.h php.h php_version.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h php3_list.h \
functions/php3_solid.h
functions/soundex.o: functions/soundex.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_string.h
functions/string.o: functions/string.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/reg.h functions/post.h functions/php3_string.h
functions/syslog.o: functions/syslog.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_syslog.h
functions/type.o: functions/type.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/type.h
functions/uniqid.o: functions/uniqid.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/uniqid.h
functions/sybase.o: functions/sybase.c config.h php.h php_version.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_sybase.h functions/php3_string.h
functions/sybase-ct.o: functions/sybase-ct.c config.h php.h php_version.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_sybase-ct.h functions/php3_string.h
functions/url.o: functions/url.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/url.h
functions/base64.o: functions/base64.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/base64.h
functions/info.o: functions/info.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/head.h modules.h functions/info.h build-defs.h
functions/bcmath.o: functions/bcmath.c config.h build-defs.h php.h php_version.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/number.h functions/php3_bcmath.h
functions/number.o: functions/number.c functions/number.h php.h php_version.h \
config.h request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h
functions/unified_odbc.o: functions/unified_odbc.c config.h build-defs.h php.h \
php_version.h request_info.h php3_hash.h alloc.h \
safe_mode.h fopen-wrappers.h mod_php3.h stack.h operators.h \
token_cache.h variables.h constants.h internal_functions.h modules.h \
functions/php3_string.h functions/php3_unified_odbc.h \
functions/head.h snprintf.h
functions/ldap.o: functions/ldap.c config.h php.h php_version.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h
functions/browscap.o: functions/browscap.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_browscap.h
functions/velocis.o: functions/velocis.c php.h php_version.h config.h \
request_info.h php3_hash.h alloc.h safe_mode.h \
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_velocis.h
functions/gdttf.o: functions/gdttf.c config.h functions/gdttf.h \
functions/gdcache.h
functions/gdcache.o: functions/gdcache.c config.h functions/gdcache.h
functions/zlib.o: functions/zlib.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
functions/head.h modules.h internal_functions.h php3_list.h \
functions/php3_string.h functions/php3_zlib.h snprintf.h
functions/COM.o: functions/COM.c
functions/ifx.o: functions/ifx.c
functions/hw.o: functions/hw.c config.h php.h php_version.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/head.h
functions/hg_comm.o: functions/hg_comm.c config.h
functions/dlist.o: functions/dlist.c config.h
functions/snmp.o: functions/snmp.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_snmp.h
functions/var.o: functions/var.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/reg.h functions/post.h \
functions/php3_string.h functions/php3_var.h
# Local Variables:
# tab-width: 4
# End:
|