RE: Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 & 5

php.internals

John Higgins

21 years ago
Jani, Albert, have I missed something? I don't see what this has to do with my update, is this a mistake or am I missing something? Thanks, ------------------------------------------------------------- Birdstep Technology John Higgins Office: 206 748 5353 Software Engineer Fax: 206 748 5200 Direct: 206 748 5240 Web: http://www.birdstep.com -----Original Message----- From: Albert Lash [mailto:alby@thirteen.net] Sent: Friday, April 15, 2005 6:46 AM To: Jani Taskinen Cc: John Higgins; internals@lists.php.net Subject: Re: [PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 & 5 Hi Jani, Its all set. I've got back and fixed the problems I was getting while compiling, so there are now no existing lines of code commented out. There are several that were removed, all having something to do with SWFMovie_output, for example: #ifdef HAVE_NEW_MING RETURN_LONG(SWFMovie_output(movie, &phpByteOutputMethod, NULL, limit)); #else RETURN_LONG(SWFMovie_output(movie, &phpByteOutputMethod, NULL)); #endif It is now simplified as : RETURN_LONG(SWFMovie_output(movie, &phpByteOutputMethod, NULL)); This is because the SWFMovie_output function no longer has this last argument, as seen in ming/php_ext/ming.c line 620. The patch is online: http://people.thirteen.net/~alby/php_ext_ming.patch You can download a bzip2 compressed version also: http://people.thirteen.net/~alby/php_ext_ming.patch.bz2 From here, the FLV function needs to be added, but I haven't found time to do so. Regards, Alby On Fri, 15 Apr 2005, Jani Taskinen wrote: