~ubuntu-branches/ubuntu/lucid/php5/lucid

« back to all changes in this revision

Viewing changes to ext/standard/config.w32

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-03-16 09:09:50 UTC
  • mfrom: (1.1.18 upstream) (0.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100316090950-e36m0pzranoixifd
Tags: 5.3.2-1ubuntu1
* Merge from debian unstable: 
  - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in
      universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
  - Dropped debian/patches/libedit_is_editline.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// vim:ft=javascript
2
 
// $Id: config.w32 286378 2009-07-26 22:59:46Z jani $
 
2
// $Id: config.w32 291899 2009-12-09 00:20:14Z pajoye $
3
3
 
4
4
ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
5
5
 
9
9
CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", "ext/date/lib");
10
10
 
11
11
EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
12
 
        crc32.c crypt.c \
13
 
        crypt_freesec.c crypt_blowfish.c php_crypt_r.c \
 
12
        crc32.c crypt.c crypt_freesec.c crypt_blowfish.c crypt_sha256.c \
 
13
        crypt_sha512.c  php_crypt_r.c \
14
14
        cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
15
15
        file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
16
16
        info.c iptc.c lcg.c link_win32.c mail.c math.c md5.c metaphone.c microtime.c \