Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://bugs.php.net/rss/bug.php?id=27372&format=rss

  1. <?xml version="1.0"?><rdf:RDF
  2.    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.    xmlns="http://purl.org/rss/1.0/"
  4.    xmlns:dc="http://purl.org/dc/elements/1.1/"
  5.    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  6.    xmlns:admin="http://webns.net/mvcb/"
  7.    xmlns:btl="http://xmlns.com/baetle/#"
  8.    xmlns:wf="http://www.w3.org/2005/01/wf/flow#"
  9.    xmlns:sioc="http://rdfs.org/sioc/ns#"
  10.    xmlns:foaf="http://xmlns.com/foaf/0.1/"
  11.    xmlns:content="http://purl.org/rss/1.0/modules/content/"
  12. >
  13.    <channel rdf:about="https://bugs.php.net/bug.php?id=27372">
  14.        <title>*General Issues Bug #27372</title>
  15.        <link>https://bugs.php.net/bug.php?id=27372</link>
  16.        <description>[Closed] parse error loading browscap.ini at apache startup (new parser required)</description>
  17.  
  18.        <dc:language>en-us</dc:language>
  19.        <dc:creator>php-webmaster@lists.php.net</dc:creator>
  20.        <dc:publisher>php-webmaster@lists.php.net</dc:publisher>
  21.  
  22.        <admin:generatorAgent rdf:resource="https://bugs.php.net" />
  23.        <sy:updatePeriod>hourly</sy:updatePeriod>
  24.        <sy:updateFrequency>1</sy:updateFrequency>
  25.        <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
  26.  
  27.        <items>
  28.            <rdf:Seq>
  29.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372" />
  30.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1077596740"/>
  31.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1077621273"/>
  32.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1077820345"/>
  33.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1093987354"/>
  34.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1096754088"/>
  35.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1096909544"/>
  36.                <rdf:li rdf:resource="https://bugs.php.net/bug.php?id=27372#1190945454"/>
  37.            </rdf:Seq>
  38.        </items>
  39.    </channel>
  40.  
  41.    <btl:Bug rdf:about="https://bugs.php.net/bug.php?id=27372">
  42.        <btl:summary>parse error loading browscap.ini at apache startup (new parser required)</btl:summary>
  43.        <btl:description>Description:
  44. ------------
  45. When Apache starts with a new version of Gary Keith&#39;s
  46. browscap.ini, PHP reports an error:
  47.  
  48. PHP:  Error parsing /Library/WebServer/browscap.ini on
  49. line 711
  50.  
  51. Line 711 reads:
  52.  
  53. browser=Yahoo! Slurp
  54.  
  55. Seems PHP&#39;s ini-file reading routine does not like the
  56. bang in the browser name?
  57.  
  58. Reproduce code:
  59. ---------------
  60. Download the 2/23/2004 or later browscap.ini (or download and unpack browscap.zip) from www.garykeith.com.
  61.  
  62. Configure php.ini to point to this file.
  63.  
  64. Stop and restart Apache.
  65.  
  66. Expected result:
  67. ----------------
  68. PHP should read in and accept the file without error.
  69.  
  70. Actual result:
  71. --------------
  72. PHP reports an error during Apache startup.
  73.  
  74. All browscap.ini entries before line 711 are loaded.
  75.  
  76. All entries after that are not.
  77.  
  78. Since browscap.ini is currently 18682 lines long, this
  79. means most entries are not loaded.
  80. </btl:description>
  81.        <wf:state rdf:resource="http://xmlns.com/baetle/#Closed" />
  82.    </btl:Bug>
  83.  
  84.    <item rdf:about="https://bugs.php.net/bug.php?id=27372">
  85.        <title>php-bug-27372@... [2004-02-23 17:22:22]</title>
  86.        <link>https://bugs.php.net/bug.php?id=27372</link>
  87.        <description><![CDATA[<pre>*General Issues Bug
  88. Reported by php-bug-27372@...
  89. 2004-02-23T17:22:22+00:00
  90. PHP: 6CVS, 5CVS, 4CVS (2005-08-25), OS: *
  91.  
  92. Description:
  93. ------------
  94. When Apache starts with a new version of Gary Keith&#39;s
  95. browscap.ini, PHP reports an error:
  96.  
  97. PHP:  Error parsing /Library/WebServer/browscap.ini on
  98. line 711
  99.  
  100. Line 711 reads:
  101.  
  102. browser=Yahoo! Slurp
  103.  
  104. Seems PHP&#39;s ini-file reading routine does not like the
  105. bang in the browser name?
  106.  
  107. Reproduce code:
  108. ---------------
  109. Download the 2/23/2004 or later browscap.ini (or download and unpack browscap.zip) from www.garykeith.com.
  110.  
  111. Configure php.ini to point to this file.
  112.  
  113. Stop and restart Apache.
  114.  
  115. Expected result:
  116. ----------------
  117. PHP should read in and accept the file without error.
  118.  
  119. Actual result:
  120. --------------
  121. PHP reports an error during Apache startup.
  122.  
  123. All browscap.ini entries before line 711 are loaded.
  124.  
  125. All entries after that are not.
  126.  
  127. Since browscap.ini is currently 18682 lines long, this
  128. means most entries are not loaded.
  129. </pre>]]></description>
  130.        <content:encoded><![CDATA[<pre>*General Issues Bug
  131. Reported by php-bug-27372@...
  132. 2004-02-23T17:22:22+00:00
  133. PHP: 6CVS, 5CVS, 4CVS (2005-08-25), OS: *
  134.  
  135. Description:
  136. ------------
  137. When Apache starts with a new version of Gary Keith&#39;s
  138. browscap.ini, PHP reports an error:
  139.  
  140. PHP:  Error parsing /Library/WebServer/browscap.ini on
  141. line 711
  142.  
  143. Line 711 reads:
  144.  
  145. browser=Yahoo! Slurp
  146.  
  147. Seems PHP&#39;s ini-file reading routine does not like the
  148. bang in the browser name?
  149.  
  150. Reproduce code:
  151. ---------------
  152. Download the 2/23/2004 or later browscap.ini (or download and unpack browscap.zip) from www.garykeith.com.
  153.  
  154. Configure php.ini to point to this file.
  155.  
  156. Stop and restart Apache.
  157.  
  158. Expected result:
  159. ----------------
  160. PHP should read in and accept the file without error.
  161.  
  162. Actual result:
  163. --------------
  164. PHP reports an error during Apache startup.
  165.  
  166. All browscap.ini entries before line 711 are loaded.
  167.  
  168. All entries after that are not.
  169.  
  170. Since browscap.ini is currently 18682 lines long, this
  171. means most entries are not loaded.
  172. </pre>]]></content:encoded>
  173.        <dc:date>2004-02-23T17:22:22+00:00</dc:date>
  174.    </item>
  175.  
  176.  
  177. </rdf:RDF>
  178.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda