Changeset 354
- Timestamp:
- 02/06/08 20:32:45 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/tasks/ext/phpdoc/PhingPhpDocumentorSetup.php
r352 r354 40 40 */ 41 41 public function __construct($configdir = null) { 42 global $_phpDocumentor_cvsphpfile_exts, $_phpDocumentor_setting ;42 global $_phpDocumentor_cvsphpfile_exts, $_phpDocumentor_setting, $_phpDocumentor_phpfile_exts; 43 43 44 44 $this->setup = new Io(); … … 48 48 $this->parseIni(); 49 49 50 // These redundant-looking lines seem to actually make a difference. 51 // See: http://phing.info/trac/ticket/150 52 $_phpDocumentor_phpfile_exts = $GLOBALS['_phpDocumentor_phpfile_exts']; 53 $_phpDocumentor_cvsphpfile_exts = $GLOBALS['_phpDocumentor_cvsphpfile_exts']; 54 50 55 if (tokenizer_ext) { 51 56 $this->parse = new phpDocumentorTParser();
