ericstewart Fri, 02 Jul 2010 02:45:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300927
Log:
Added test for bug 52013 to trunk.
Bug: http://bugs.php.net/52013 (Assigned) Unable to decompress files in a
compressed phar.
Changed paths:
ericstewart Fri, 02 Jul 2010 02:46:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300928
Log:
Added test for bug 52013 to PHP_5_3.
Bug: http://bugs.php.net/52013 (Assigned) Unable to decompress files in a
compressed phar.
Changed paths:
ericstewart Mon Mar 23 02:36:35 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcphp.ini-development php.ini-production
Log:
1. Involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=123596904426621&w=2
2. Added mbstring.ht
ericstewart Mon Mar 23 02:40:30 2009 UTC
Modified files:
/php-srcphp.ini-development php.ini-production
Log:
1. Involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=123596904426621&w=2
2. Added mbstring.http_output_conv_mi
ericstewart Thu Mar 26 01:38:53 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcphp.ini-development php.ini-production
Log:
Corrected missing comment.
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index:
ericstewart Thu Mar 26 01:39:10 2009 UTC
Modified files:
/php-srcphp.ini-development php.ini-production
Log:
Corrected missing comment.
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.2&r2=1.3&diff_format=u
Index: php-src/php.ini-developme
ericstewart Sat May 23 01:32:57 2009 UTC
Added files:
/php-src/ext/dom/tests DOMAttr_construct_error_001.phpt
Log:
New test: DOMAttr __construct() with no arguments.
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMAttr_construct_error_001.
ericstewart Sat May 23 01:33:40 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests DOMAttr_construct_error_001.phpt
Log:
New test: DOMAttr __construct() with no arguments.
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMAttr_con
ericstewart Sat May 23 01:34:05 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests DOMAttr_construct_error_001.phpt
Log:
New test: DOMAttr __construct() with no arguments.
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/DOMAttr_con
ericstewart Sat May 23 01:41:27 2009 UTC
Added files:
/php-src/ext/dom/tests DOMAttr_name_basic_001.phpt
DOMAttr_ownerElement_error_001.phpt
DOMAttr_value_basic_002.phpt
ericstewart Sat May 23 01:42:37 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests DOMAttr_name_basic_001.phpt
DOMAttr_ownerElement_error_001.phpt
DOMAttr_value_basic_002.phpt
ericstewart Sat May 23 01:43:48 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests DOMAttr_name_basic_001.phpt
DOMAttr_ownerElement_error_001.phpt
DOMAttr_value_basic_002.phpt
ericstewart Mon May 25 05:58:46 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests DOMCharacterData_appendData_error_001.phpt
DOMCharacterData_deleteData_basic_001.phpt
DOMCharacter
ericstewart Mon May 25 06:03:41 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests DOMCharacterData_appendData_error_001.phpt
DOMCharacterData_deleteData_basic_001.phpt
DOMCharacter
rguments.
+--CREDITS--
+Eric Stewart
+# TestFest Atlanta 2009-05-24
+--SKIPIF--
+
+--FILE--
+createElement('root');
+$document->appendChild($root);
+
+$cdata = $document->createCDATASection('test');
+$root->appendChild($cdata);
+$cdata->appendData();
+?>
+--EXPEC
ericstewart Tue May 26 06:06:39 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests DOMComment_construct_basic_001.phpt
DOMDocumentFragment_appendXML_error_002.phpt
DOMDocumentFragme
ericstewart Tue May 26 06:09:18 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests DOMComment_construct_basic_001.phpt
DOMDocumentFragment_appendXML_error_002.phpt
DOMDocumentFragme
ericstewart Tue May 26 06:11:26 2009 UTC
Modified files:
/php-src/ext/dom/tests DOMComment_construct_basic_001.phpt
DOMDocumentFragment_appendXML_error_002.phpt
DOMDocumentFragment_appendXML_erro
18 matches
Mail list logo