diff options
| author | Marcus Boerger <helly@php.net> | 2005-10-04 07:47:11 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-10-04 07:47:11 +0000 |
| commit | 0a503685803a1e527e7623b2594dabf42607f9ad (patch) | |
| tree | cf262a06b72a8ed2a76939feddec50618b721cf8 | |
| parent | 4d631ec31b4de45bcc3180c971c787e1466c5fa2 (diff) | |
| download | php-git-0a503685803a1e527e7623b2594dabf42607f9ad.tar.gz | |
- Add optional dep for SPL under windows too
| -rwxr-xr-x | ext/pdo/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/config.w32 b/ext/pdo/config.w32 index e678c4af85..ae8829388e 100755 --- a/ext/pdo/config.w32 +++ b/ext/pdo/config.w32 @@ -5,5 +5,6 @@ ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no"); if (PHP_PDO != "no") { EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c'); + ADD_EXTENSION_DEP('pdo', 'spl', true); } |
