Browse Source

Update PHP documentation (5.6.1)

Thibaut 11 years ago
parent
commit
c0c3da57ad
2 changed files with 2 additions and 1 deletions
  1. 1 0
      lib/docs/filters/php/entries.rb
  2. 1 1
      lib/docs/scrapers/php.rb

+ 1 - 0
lib/docs/filters/php/entries.rb

@@ -3,6 +3,7 @@ module Docs
     class EntriesFilter < Docs::EntriesFilter
       TYPE_BY_NAME_STARTS_WITH = {
         'ArrayObject'     => 'SPL',
+        'Collectable'     => 'pthreads',
         'Cond'            => 'pthreads',
         'CURL'            => 'cURL',
         'Date'            => 'Date/Time',

+ 1 - 1
lib/docs/scrapers/php.rb

@@ -2,7 +2,7 @@ module Docs
   class Php < FileScraper
     self.name = 'PHP'
     self.type = 'php'
-    self.version = 'up to 5.6.0'
+    self.version = 'up to 5.6.1'
     self.base_url = 'http://www.php.net/manual/en/'
     self.root_path = 'index.html'
     self.initial_paths = %w(