[PHP-CVS] svn: /php/php-src/trunk/ext/dom/tests/ DOMDocument_validate_on_parse_variation.phpt

2011-04-27 Thread Rasmus Lerdorf
rasmus   Wed, 27 Apr 2011 21:27:31 +

Revision: http://svn.php.net/viewvc?view=revision&revision=310603

Log:
Fix test by pointing this at a smaller file that is less likely to break the 
test

Changed paths:
U   
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt

Modified: 
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
===
--- 
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
2011-04-27 21:27:00 UTC (rev 310602)
+++ 
php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
2011-04-27 21:27:31 UTC (rev 310603)
@@ -8,7 +8,7 @@
 require_once('skipif.inc');

 // need external DTD/XML docs
-if( @file_get_contents('http://www.php.net/') === FALSE )
+if( @file_get_contents('http://www.php.net/docs.php') === FALSE )
 exit('skip network not available');
 ?>
 --FILE--
@@ -16,7 +16,7 @@

 require_once('dom_test.inc');

-$XMLStringGood = file_get_contents('http://www.php.net/');
+$XMLStringGood = file_get_contents('http://www.php.net/docs.php');

 $dom = new DOMDocument;
 $dom->resolveExternals = TRUE;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/dom/tests/ DOMDocument_validate_on_parse_variation.phpt

2011-04-27 Thread Rasmus Lerdorf
rasmus   Wed, 27 Apr 2011 21:27:00 +

Revision: http://svn.php.net/viewvc?view=revision&revision=310602

Log:
Fix test by pointing this at a smaller file that is less likely to break the 
test

Changed paths:
U   
php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
===
--- 
php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
 2011-04-27 21:08:45 UTC (rev 310601)
+++ 
php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt
 2011-04-27 21:27:00 UTC (rev 310602)
@@ -8,7 +8,7 @@
 require_once('skipif.inc');

 // need external DTD/XML docs
-if( @file_get_contents('http://www.php.net/') === FALSE )
+if( @file_get_contents('http://www.php.net/docs.php') === FALSE )
 exit('skip network not available');
 ?>
 --FILE--
@@ -16,7 +16,7 @@

 require_once('dom_test.inc');

-$XMLStringGood = file_get_contents('http://www.php.net/');
+$XMLStringGood = file_get_contents('http://www.php.net/docs.php');

 $dom = new DOMDocument;
 $dom->resolveExternals = TRUE;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-04-27 Thread Philip Olson
philip   Wed, 27 Apr 2011 15:15:37 +

Revision: http://svn.php.net/viewvc?view=revision&revision=310567

Log:
phpdoc/es karma for Jose Mercedes Venegas Acevedo (jvenegasperu)

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2011-04-27 15:12:11 UTC (rev 310566)
+++ SVNROOT/global_avail2011-04-27 15:15:37 UTC (rev 310567)
@@ -75,7 +75,7 @@
 avail|mkoula|phpdoc/cs
 avail|penguin,tkxs|phpdoc/da
 avail|kore,thorstenr,lapistano,raphaelm|phpdoc/de
-avail|mgonzalezle,ianasa,gustavo,soywiz,ladderalice,ideados,fcaroberga,dulasoft,benjamin,argosback,tatai,jesusruiz,jpberdejo,lduran,sabathorn,julionc,jorgeeolayap,jesus_cova,edwincartagenah,gerardocdc,hcrow,jmperez,agarzon,chuso,jesusdiez,ruben,marcogrossisas,juanmi,bng5,lehmer|phpdoc/es
+avail|mgonzalezle,ianasa,gustavo,soywiz,ladderalice,ideados,fcaroberga,dulasoft,benjamin,argosback,tatai,jesusruiz,jpberdejo,lduran,sabathorn,julionc,jorgeeolayap,jesus_cova,edwincartagenah,gerardocdc,hcrow,jmperez,agarzon,chuso,jesusdiez,ruben,marcogrossisas,juanmi,bng5,lehmer,jvenegasperu|phpdoc/es
 avail|parstic|phpdoc/fa
 avail|butera|phpdoc/it
 avail|magidev,mikaelkael,jpauli|phpdoc/fr

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/tests/dom005.phpt trunk/ext/dom/tests/dom005.phpt

2011-04-27 Thread Rasmus Lerdorf
rasmus   Wed, 27 Apr 2011 15:08:44 +

Revision: http://svn.php.net/viewvc?view=revision&revision=310564

Log:
Fix broken test

Changed paths:
U   php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt
U   php/php-src/trunk/ext/dom/tests/dom005.phpt

Modified: php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt
===
--- php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt  2011-04-27 
15:07:02 UTC (rev 310563)
+++ php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt  2011-04-27 
15:08:44 UTC (rev 310564)
@@ -27,10 +27,7 @@
 
 --- save as HTML
 http://www.w3.org/TR/REC-html40/loose.dtd";>
-
-Hello world
-
+Hello world
 This is a not well-formed
 html files with undeclared entities 
-
-
+

Modified: php/php-src/trunk/ext/dom/tests/dom005.phpt
===
--- php/php-src/trunk/ext/dom/tests/dom005.phpt 2011-04-27 15:07:02 UTC (rev 
310563)
+++ php/php-src/trunk/ext/dom/tests/dom005.phpt 2011-04-27 15:08:44 UTC (rev 
310564)
@@ -27,10 +27,7 @@
 
 --- save as HTML
 http://www.w3.org/TR/REC-html40/loose.dtd";>
-
-Hello world
-
+Hello world
 This is a not well-formed
 html files with undeclared entities 
-
-
+

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/INSTALL trunk/INSTALL

2011-04-27 Thread Hannes Magnusson
bjoriWed, 27 Apr 2011 09:29:10 +

Revision: http://svn.php.net/viewvc?view=revision&revision=310546

Log:
Regenerate from the doc sources

Changed paths:
U   php/php-src/branches/PHP_5_3/INSTALL
U   php/php-src/trunk/INSTALL


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php