/[smeserver]/rpms/php/sme8/php.conf
ViewVC logotype

Diff of /rpms/php/sme8/php.conf

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

Revision 1.1 by slords, Sat Feb 6 20:36:50 2010 UTC Revision 1.2 by slords, Mon Jun 20 19:27:01 2011 UTC
# Line 2  Line 2 
2  # PHP is an HTML-embedded scripting language which attempts to make it  # PHP is an HTML-embedded scripting language which attempts to make it
3  # easy for developers to write dynamically generated webpages.  # easy for developers to write dynamically generated webpages.
4  #  #
5    <IfModule prefork.c>
6  LoadModule php5_module modules/libphp5.so    LoadModule php5_module modules/libphp5.so
7    </IfModule>
8    <IfModule worker.c>
9      LoadModule php5_module modules/libphp5-zts.so
10    </IfModule>
11    
12  #  #
13  # Cause the PHP interpreter to handle files with a .php extension.  # Cause the PHP interpreter to handle files with a .php extension.


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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