[PHP-DEV] Remove old PHP6 forward compatibility

2015-04-29 Thread Kalle Sommer Nielsen
Howdy Back when PHP6 was actually a thing, we added the 'b' string literal prefix and the (binary) cast to be forward compatible with PHP6, however since the entire unicode strings part were dropped, these are no longer needed. I think its safe to remove these 2, and take it as a lession learned,

RE: [PHP-DEV] Remove old PHP6 forward compatibility

2015-04-29 Thread François Laupretre
> De : kalle@gmail.com [mailto:kalle@gmail.com] De la part de Kalle > Sommer Nielsen > > Back when PHP6 was actually a thing, we added the 'b' string literal > prefix and the (binary) cast to be forward compatible with PHP6, > however since the entire unicode strings part were dropped, the

Re: [PHP-DEV] Remove old PHP6 forward compatibility

2015-04-29 Thread Stanislav Malyshev
Hi! > Back when PHP6 was actually a thing, we added the 'b' string literal > prefix and the (binary) cast to be forward compatible with PHP6, > however since the entire unicode strings part were dropped, these are > no longer needed. > > I think its safe to remove these 2, and take it as a lessio

Re: [PHP-DEV] Remove old PHP6 forward compatibility

2015-04-30 Thread Sara Golemon
On Wed, Apr 29, 2015 at 4:12 PM, Stanislav Malyshev wrote: >> Back when PHP6 was actually a thing, we added the 'b' string literal >> prefix and the (binary) cast to be forward compatible with PHP6, >> however since the entire unicode strings part were dropped, these are >> no longer needed. >> >>