----- 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) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1287529789.1712.5.ca...@nokia-n900-42-11

