Re: [RFC] 64 bit platform improvements for string length and integer

From: Date: Sat, 11 Jan 2014 01:31:41 +0000
Subject: Re: [RFC] 64 bit platform improvements for string length and integer
References: 1 2  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Nikita Popov in php.internals (Fri, 10 Jan 2014 22:42:49 +0100):
>                         Or is the point here to intentionally provide a
>maximum amount of BC breakage, so code doesn't "accidentally" continue to
>run (e.g. I think that without the renames extensions could continue to run
>mostly without issue on 32bit.)

Some of the PECL extensions compiled without really complaining with the
new experimental branch (on Windows). Anatol's own xmldiff,
php_blenc.dll (but it did not work), php_uploadprogress.dll and
php_timezonedb.dll.

The BC break should probably be even greater, so that cases like the
blenc extension do not occur.

I have converted one of my own extensions (that is not even on PECL):
php_ffmpeg.dll. I did not do that (yet) with ifndef's, but just with
global searching and replacing. So I have two sources for the same
extension right now.

Jan


Thread (80 messages)

« previous php.internals (#71050) next »