diff options
| author | Wez Furlong <wez@php.net> | 2003-04-20 16:09:16 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-04-20 16:09:16 +0000 |
| commit | 276e721f96e905c03119fa27764a7c91f7648813 (patch) | |
| tree | c7856b337bd8b80b53de64794364298279daa9ec /ext/sqlite/package.xml | |
| parent | 8ccae81db2bc9f0588fc476dd9c115487f4b32a7 (diff) | |
| download | php-git-276e721f96e905c03119fa27764a7c91f7648813.tar.gz | |
Tidy up package.xml file.
Cleaner approach for setting THREADSAFE and NDEBUG for bundled libsqlite.
Tested with: static, shared and shared with separate build roots under a
non-zts build only.
Diffstat (limited to 'ext/sqlite/package.xml')
| -rw-r--r-- | ext/sqlite/package.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml index 073c7ceaa6..fcdb0decc2 100644 --- a/ext/sqlite/package.xml +++ b/ext/sqlite/package.xml @@ -13,7 +13,7 @@ <maintainer> <user>tal</user> <name>Tal Peer</name> - <email>tal@php.net</name> + <email>tal@php.net</email> <role>developer</role> </maintainer> </maintainers> @@ -54,6 +54,8 @@ <file role="test" name="tests/sqlite_002.phpt"/> <file role="test" name="tests/sqlite_003.phpt"/> <file role="test" name="tests/sqlite_004.phpt"/> + <file role="test" name="tests/sqlite_005.phpt"/> + <file role="test" name="tests/sqlite_006.phpt"/> <file role="test" name="tests/blankdb.inc"/> <dir name="libsqlite"> |
