diff options
| author | Rob Richards <rrichards@php.net> | 2005-05-02 19:39:53 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2005-05-02 19:39:53 +0000 |
| commit | fa650319820a73d957e7af95f0d0ac9cf5bf0ca3 (patch) | |
| tree | 1bf5d9ebaf13f6270a637b9db78ee71de0cd31b2 | |
| parent | 56d543c161ab6df9f52930881d96486865cd452a (diff) | |
| download | php-git-fa650319820a73d957e7af95f0d0ac9cf5bf0ca3.tar.gz | |
- remove Experimental
- add Pierre to Credits
- update TODO
| -rw-r--r-- | ext/xmlwriter/CREDITS | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/EXPERIMENTAL | 4 | ||||
| -rw-r--r-- | ext/xmlwriter/TODO | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/ext/xmlwriter/CREDITS b/ext/xmlwriter/CREDITS index 08ab51b32b..d3a9ebe1bb 100644 --- a/ext/xmlwriter/CREDITS +++ b/ext/xmlwriter/CREDITS @@ -1,2 +1,3 @@ XMLWriter Rob Richards +Pierre-Alain Joye diff --git a/ext/xmlwriter/EXPERIMENTAL b/ext/xmlwriter/EXPERIMENTAL deleted file mode 100644 index dfa49ae496..0000000000 --- a/ext/xmlwriter/EXPERIMENTAL +++ /dev/null @@ -1,4 +0,0 @@ -this module is experimental, -its functions may change their names -so do not rely to much on them -you have been warned! diff --git a/ext/xmlwriter/TODO b/ext/xmlwriter/TODO index 97ebcb5801..dd3235fc68 100644 --- a/ext/xmlwriter/TODO +++ b/ext/xmlwriter/TODO @@ -1,4 +1,3 @@ -- Decide on function naming for xmlwriter creation - Fix up config file for PHP 5 to use libxml extension configuration - Add OOP support |
