auto-import php-4.2.2-8.0.2 from php-4.2.2-8.0.2.src.rpm

This commit is contained in:
cvsdist 2004-09-09 10:36:43 +00:00
parent 350400675e
commit c0a808ea92
2 changed files with 1283 additions and 20 deletions

View File

@ -1,20 +1,20 @@
# #
# PHP is an HTML-embedded scripting language which attempts to make it # PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages. # easy for developers to write dynamically generated webpages.
# #
LoadModule php4_module modules/libphp4.so LoadModule php4_module modules/libphp4.so
# #
# Cause the PHP interpreter handle files with a .php extension. # Cause the PHP interpreter handle files with a .php extension.
# #
<Files *.php> <Files *.php>
SetOutputFilter PHP SetOutputFilter PHP
SetInputFilter PHP SetInputFilter PHP
</Files> </Files>
# #
# Add index.php to the list of files that will be served as directory # Add index.php to the list of files that will be served as directory
# indexes. # indexes.
# #
DirectoryIndex index.php DirectoryIndex index.php

1263
php.spec Normal file

File diff suppressed because it is too large Load Diff