Hi, I was going through bugs in php5 and I have prepared fix for a bugs, none of them are truly critical, but the patches are small, pulled from upstream and they fix the problems our users are experiencing.
php5 (5.3.3-7+squeeze11) squeeze; urgency=low * Pass flags to mysqli_real_connect (Closes: #628509) * Fix crash when accessing MONEY type from php5-sybase (Closes: #620948) * Fix iterating over a dateperiod twice (Closes: #658092) * Fix bug where $this become non-object (Closes: #617233) * Fix var_export array with negative key (Closes: #617233) -- Ondřej Surý <[email protected]> Tue, 22 May 2012 09:59:59 +0200 Here is the diffstat: changelog | 11 + patches/fix-iteration-over-a-dateperiod-twice.patch | 179 +++++++++++++++++++ patches/fix-passing-mysqli-options.patch | 14 + patches/fix-this-become-non-object.patch | 63 ++++++ patches/fix-var_export-array-with-negative-key.patch | 28 ++ patches/php5-sybase-money-fix.patch | 13 + patches/series | 5 7 files changed, 313 insertions(+) Here are the individual diffs for each fix: http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commitdiff;h=170f072f21d237123b106b3425f33bf58cecf7f1 http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commitdiff;h=86aaef366e8f808620a85e49b09d344c624a1913 http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commitdiff;h=5b3cafbacfdc14bf43ca35ec58c327fadd95d77e http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commitdiff;h=85700b00ed80807f0badc09fff8da50daa08e7ed http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commitdiff;h=30a2878659e7ef6e8e3bc001297bb86d8e70abfc Please consider allowing this -- Ondřej Surý <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CALjhHG-g=grwarv8kndbdnjkawlhait8mm8ujkjeveriz5k...@mail.gmail.com

