Re: [PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 5

2005-04-15 Thread Albert Lash
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
We can left that out. The flag to search in the include path is available to all file_* functions in PHP. Make it sense to search in the include path for example in the exif-functions? But this parameter is available there, too. So for consistency I added this parameter. At 16:37 15.04.2005,

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Andrey Hristov
Uwe Schindler wrote: We can left that out. The flag to search in the include path is available to all file_* functions in PHP. Make it sense to search in the include path for example in the exif-functions? But this parameter is available there, too. So for consistency I added this parameter.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
I can remove this parameter. Without it, the function declaration keeps constant and we could add this patch to PHP_5_0, too. It does not change the user interface but makes C code simplier and adds support for URLs without any cost to it. The original intention to change the md5/sha1 code was

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Derick Rethans
On Fri, 15 Apr 2005, Uwe Schindler wrote: I can remove this parameter. Without it, the function declaration keeps constant and we could add this patch to PHP_5_0, too. It does not change the user interface but makes C code simplier and adds support for URLs without any cost to it. I think

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Derick Rethans
On Fri, 15 Apr 2005, Andrey Hristov wrote: Uwe Schindler wrote: We can left that out. The flag to search in the include path is available to all file_* functions in PHP. Make it sense to search in the include path for example in the exif-functions? But this parameter is available there,

RE: [PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 5

2005-04-15 Thread John Higgins
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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Sara Golemon
We can left that out. The flag to search in the include path is available to all file_* functions in PHP. Make it sense to search in the include path for example in the exif-functions? But this parameter is available there, too. So for consistency I added this parameter. Except that

[PHP-DEV] Yet Another Stupid Question: Why Bother with Compatibility?

2005-04-15 Thread GamblerZG
Maintaining compatibility between different major versions of PHP must be extremely hard. Maybe that is obvious, but I do not quite understand why developers do it. Why PHP 5 has to understand deprecated syntax of PHP 4? I mean, if someone needs to execute old scripts, they can always use old

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Uwe Schindler
At 18:51 15.04.2005, Sara Golemon wrote: Rather than getting prototype change happy. How about a context parameter for the file:// wrapper since it only applies to plainfiles anyway. (Note: Okay so it applies to plainfile wrappers like compress.gzip:// but that just opens the subordinate

Re: [PHP-DEV] Yet Another Stupid Question: Why Bother with Compatibility?

2005-04-15 Thread Paul Reinheimer
The advantage of maintaining reverse compatibility is that it helps encourage people to upgrade. Many more people would have many more concerns if the 4 - 5 upgrade broke programs using depreciated practices. ISPs and hosting companies in particular would be extremely reluctant to upgrade as it

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2005-04-15 Thread Ilia Alshanetsky
Parameter removed again. Any complaints to add this patch (lowlevel file io to streams in sha1_file md5_file) to PHP_5_0 (PHP_4_3 ???), too? I have no objections to MFHing the path to 4.3. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] state of PHP5 support in APC

2005-04-15 Thread Andreas Korthaus
Hello! Can someone tell me anything about the state of PHP5 support in APC? I have read some posts from last september where was statet in a few weeks there will be PHP5 support ;-) Today I tried to install a snapshot from CVS, to see if it works with PHP 5.0.3 on my Gentoo-Box. Seems if the

[PHP-DEV] Re: state of PHP5 support in APC

2005-04-15 Thread Andreas Korthaus
I'm sorry, should have gone to pecl.dev! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php