CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2008/12/20 14:35:38
Modified files:
www/php5/core : Makefile
Added files:
www/php5/core/patches: patch-ext_date_lib_parse_date_c
patch-ext_date_lib_parse_date_re
patch-ext_date_lib_timelib_h
patch-ext_date_php_date_c
Removed files:
www/php5/core/patches: patch-main_SAPI_c
Log message:
PHP 5.2.8 broke strtotime (making it leak memory badly, very obvious to
cacti users): add a patch from the upstream repository to fix this.
Thanks Steven Surdock for reporting the problem and testing this diff
(and similar patches sent by William Yodlowsky). While there, remove
a zero-byte patch that crept in before. ok robert@