~l3on/ubuntu/trusty/php-mcrypt/fix-1243568

« back to all changes in this revision

Viewing changes to debian/php4-mcrypt.templates

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2007-06-25 15:55:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625155548-cjsa4s40dr10s00f
Tags: 5.2.3-0ubuntu1
* New upstream release
* Removed obsolete php4 files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Template: php4/add_extension
2
 
Type: boolean
3
 
Default: true
4
 
_Description: Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?
5
 
 You are installing ${extname} support for php4, and it is not yet enabled
6
 
 in the configuration for the ${sapiconfig} SAPI.  Do you want this
7
 
 extension to be enabled now?
8
 
 
9
 
Template: php4/remove_extension
10
 
Type: boolean
11
 
Default: true
12
 
_Description: Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?
13
 
 You are removing ${extname} support for php4, but it is still enabled in
14
 
 the configuration for the ${sapiconfig} SAPI.  Leaving this in place will
15
 
 probably cause problems when trying to use PHP.