/[smeserver]/rpms/e-smith-php/sme7/e-smith-php-1.12.0-php5.patch
ViewVC logotype

Annotation of /rpms/e-smith-php/sme7/e-smith-php-1.12.0-php5.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:56:20 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-php-1_12_0-6_el4_sme, e-smith-php-1_12_0-5_el4_sme, e-smith-php-1_12_0-7_el4_sme, e-smith-php-1_12_0-4_el4_sme, e-smith-php-1_12_0-8_el4_sme
Import on branch sme7 of package e-smith-php-1.12.0-4.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80PHP mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80PHP
2     --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80PHP 2006-03-17 11:07:08.000000000 +1100
3     +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80PHP 2006-10-14 13:44:57.256800638 +1000
4     @@ -1,5 +1,6 @@
5     {
6     return "" unless (exists $php{status} and $php{status} eq "enabled");
7    
8     + return "LoadModule php5_module modules/libphp5.so" if ( -r "/usr/lib/httpd/modules/libphp5.so" );
9     return "LoadModule php4_module modules/libphp4.so";
10     }
11     diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/50PathsDirectories mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/50PathsDirectories
12     --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/50PathsDirectories 2006-03-17 11:07:08.000000000 +1100
13     +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/50PathsDirectories 2006-10-14 13:43:32.670533294 +1000
14     @@ -1,5 +1,5 @@
15     include_path = ".:/usr/share/pear-addons:/usr/share/pear"
16     doc_root =
17     user_dir =
18     -extension_dir = /usr/lib/php4
19     +extension_dir = { if( -d "/usr/lib/php/modules" ) { "/usr/lib/php/modules"; } else { "/usr/lib/php4"; } }
20     enable_dl = On

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed