浏览代码

Update PHP documentation (5.6.1)

Thibaut 11 年之前
父节点
当前提交
c0c3da57ad
共有 2 个文件被更改,包括 2 次插入1 次删除
  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(