[Mediawiki-l] Fwd: File_Ogg

Daniel O'Connor daniel.oconnor at gmail.com
Tue May 3 04:47:12 UTC 2011


---------- Forwarded message ----------
From: Daniel O'Connor <daniel.oconnor at gmail.com>
Date: Tue, May 3, 2011 at 2:16 PM
Subject: File_Ogg
To: mediawiki-l at lists.wikimedia.org, PEAR-QA <pear-qa at lists.php.net>


Hey guys,
I've just done a QA fix for http://pear.php.net/bugs/bug.php?id=16271 as
it's been open for ~2 years - you might want to incorporate it upstream.

What's the future of File_Ogg - live in wikimedia, offered via PEAR channel;
or live in pear; offered by pear channel + svn externals from wikimedia?

-Daniel

---------- Forwarded message ----------
From: Daniel O'Connor <clockwerx at php.net>
Date: Tue, May 3, 2011 at 2:06 PM
Subject: [PEAR-CVS] svn: /pear/packages/File_Ogg/trunk/File/ Ogg.php
To: pear-cvs at lists.php.net


clockwerx                                Tue, 03 May 2011 04:36:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310727

Log:
Bug #16271
Bug #18499

Bugs: http://pear.php.net/bugs/16271 (unknown)
     http://pear.php.net/bugs/18499 (unknown)

Changed paths:
   U   pear/packages/File_Ogg/trunk/File/Ogg.php

Modified: pear/packages/File_Ogg/trunk/File/Ogg.php
===================================================================
--- pear/packages/File_Ogg/trunk/File/Ogg.php   2011-05-02 23:49:04 UTC (rev
310726)
+++ pear/packages/File_Ogg/trunk/File/Ogg.php   2011-05-03 04:36:28 UTC (rev
310727)
@@ -552,7 +552,7 @@
     */
    function hasStream($streamType)
    {
-        foreach ($this->_stream as $stream) {
+        foreach ($this->_streams as $stream) {
            if ($stream['stream_type'] == $streamType)
                return (true);
        }


--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


More information about the MediaWiki-l mailing list