From: Rob Richards Date: Mon, 2 May 2005 19:39:53 +0000 (+0000) Subject: - remove Experimental X-Git-Tag: php-5.0.1b1~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa650319820a73d957e7af95f0d0ac9cf5bf0ca3;p=php - remove Experimental - add Pierre to Credits - update TODO --- 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