[mythtv] Next Scheduler Patch (and mythweb patch)

Carl mythtv at carldunham.com
Mon Mar 1 12:17:59 EST 2004


Here's a patch that works for me... ;-)

--- mythbackend.php.~1.26.~     2004-02-29 02:05:49.000000000 -0500
+++ mythbackend.php     2004-02-29 02:55:44.000000000 -0500
@@ -110,7 +110,7 @@
         Check that we are speaking a version of the protocol that is 
compatible with the backend
 */
        function check_proto_version($fp) {
-               $our_version = "3";
+               $our_version = "4";
                $response = explode(backend_sep, backend_command2
("MYTH_PROTO_VERSION " . $our_version, $fp));
                if ($response[0] == "ACCEPT")
                        return;


On Monday March 1 2004 11:56, Simon Kenyon wrote:
> On Saturday 28 February 2004 02:31, David Engel wrote:
> > I'm (still!) not using Mythweb, nor am I anywhere near fluent in PHP,
> > but here's a patch that should at least get it close to usable.
>
> fyi - but i'm sure you already know this :-)
> your patch doesn't do anything about the protocol version bump
> mytweb expects protocol v3 and mythbackend is now at 4
> --
> simon
> ps as for fixing it - tell me what to do and i'll have a go!
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

-- 
Howard Dean for America
http://www.DeanForAmerica.com


More information about the mythtv-dev mailing list