Index: trunk/extensions/LiquidThreads/pages/SpecialDeleteThread.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | private $user, $output, $request, $title, $thread; |
8 | 8 | |
9 | 9 | function __construct() { |
10 | | - parent::__construct( 'Deletethread' ); |
| 10 | + parent::__construct( 'DeleteThread' ); |
11 | 11 | $this->includable( false ); |
12 | 12 | } |
13 | 13 | |
Index: trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php |
— | — | @@ -465,6 +465,11 @@ |
466 | 466 | |
467 | 467 | } |
468 | 468 | } |
| 469 | + |
| 470 | + print "Memory used: " . memory_get_usage() . "\n"; |
| 471 | + print "Size of _streamList is " . count( $this->_streamList, COUNT_RECURSIVE )."\n"; |
| 472 | + file_put_contents( '/Users/andrew/streamList-2', print_r( $this->_streamList, true ) ); |
| 473 | + |
469 | 474 | $this->_groupLengths = $groupLengths; |
470 | 475 | $this->_totalLength = array_sum( $groupLengths ); |
471 | 476 | unset($this->_streamList); |