[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [php-maint] Freeze exception: php5



----- Original message -----
> # Added fifth parameter to openssl_encrypt()/openssl_decrypt() (string
> $iv) to use non-NULL IV. Made implicit use of NULL IV a warning. (Sara)

By looking at http://php.net/openssl_encrypt:

"this function is currently not documented"

but anyway, this must be a non mandatory param.

> # Changed namespaced classes so that the ctor can only be named
> __construct now. (Stas)

That one is a well knon change in php 5.3.3 and
should be part of each new php package: in a class
name "a" the methode named "a" isn't a constructor
anymore (if I'm not mistaking, that is if using
namespaces, which have never been available within
Debian).

So to me both aren't an issue...

Thomas (from my mobile)


Reply to: