[php-maint] Freeze exception: php5

Thomas Goirand thomas at goirand.fr
Tue Oct 19 23:09:49 UTC 2010


----- 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)




More information about the pkg-php-maint mailing list