diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
commit | 0edcc400292e872cca3456e62be5cffc5ef26333 (patch) | |
tree | cc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /lang/php53/pkg-plist | |
parent | c3d2f3bcb42813b5ef1ae55a0c32dffb30abf67a (diff) |
Notes
Diffstat (limited to 'lang/php53/pkg-plist')
-rw-r--r-- | lang/php53/pkg-plist | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist index 494aeea29722..e66190e08479 100644 --- a/lang/php53/pkg-plist +++ b/lang/php53/pkg-plist @@ -1,4 +1,4 @@ -%%CLI%%bin/php +%%CLICGI%%bin/php bin/php-config bin/phpize etc/php.conf @@ -8,7 +8,6 @@ include/php/TSRM/TSRM.h include/php/TSRM/acconfig.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h -include/php/TSRM/tsrm_config.nw.h include/php/TSRM/tsrm_config.w32.h include/php/TSRM/tsrm_config_common.h include/php/TSRM/tsrm_nw.h @@ -65,14 +64,23 @@ include/php/Zend/zend_strtod.h include/php/Zend/zend_ts_hash.h include/php/Zend/zend_types.h include/php/Zend/zend_variables.h -include/php/acconfig.h +include/php/Zend/zend_vm.h +include/php/Zend/zend_vm_def.h +include/php/Zend/zend_vm_execute.h +include/php/Zend/zend_vm_opcodes.h +include/php/ext/date/lib/timelib.h +include/php/ext/date/lib/timelib_config.h +include/php/ext/date/lib/timelib_structs.h +include/php/ext/date/php_date.h include/php/ext/libxml/php_libxml.h include/php/ext/spl/php_spl.h include/php/ext/spl/spl_array.h include/php/ext/spl/spl_directory.h include/php/ext/spl/spl_engine.h +include/php/ext/spl/spl_exceptions.h include/php/ext/spl/spl_functions.h include/php/ext/spl/spl_iterators.h +include/php/ext/spl/spl_observer.h include/php/ext/spl/spl_sxe.h include/php/ext/standard/base64.h include/php/ext/standard/basic_functions.h @@ -96,7 +104,6 @@ include/php/ext/standard/md5.h include/php/ext/standard/microtime.h include/php/ext/standard/pack.h include/php/ext/standard/pageinfo.h -include/php/ext/standard/parsedate.h include/php/ext/standard/php_array.h include/php/ext/standard/php_assert.h include/php/ext/standard/php_browscap.h @@ -115,7 +122,6 @@ include/php/ext/standard/php_link.h include/php/ext/standard/php_mail.h include/php/ext/standard/php_math.h include/php/ext/standard/php_metaphone.h -include/php/ext/standard/php_parsedate.h include/php/ext/standard/php_rand.h include/php/ext/standard/php_smart_str.h include/php/ext/standard/php_smart_str_public.h @@ -142,14 +148,12 @@ include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/config.w32.h include/php/main/fopen_wrappers.h -include/php/main/internal_functions_registry.h include/php/main/logos.h include/php/main/php.h include/php/main/php3_compat.h include/php/main/php_compat.h include/php/main/php_config.h include/php/main/php_content_types.h -include/php/main/php_embed.h include/php/main/php_globals.h include/php/main/php_ini.h include/php/main/php_logos.h @@ -192,13 +196,16 @@ lib/php/build/libtool.m4 lib/php/build/ltmain.sh lib/php/build/mkdep.awk lib/php/build/phpize.m4 +lib/php/build/run-tests.php lib/php/build/scan_makefile_in.awk lib/php/build/shtool -%%SAPI_FILE%% -%%APACHE%%@exec %D/sbin/apxs -e -a -n php5 %f -%%APACHE%%@unexec %D/sbin/apxs -e -A -n php5 %f +%%APACHE%%%%APACHEMODDIR%%/%%AP_MODULE%% +%%APACHE%%@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +%%APACHE%%@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f @dirrm include/php/TSRM @dirrm include/php/Zend +@dirrm include/php/ext/date/lib +@dirrm include/php/ext/date @dirrm include/php/ext/libxml @dirrm include/php/ext/spl @dirrm include/php/ext/standard |