The patch fixes php bug #40505. PHP 4.4.5 has a bug in sessions handling which leads to segfaults when register_globals option is enabled. Attached patch bumps php4-session revision and applies the patch.
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer
ale 2007-02-21 07:31:34 UTC FreeBSD ports repository Modified files: www/php4-session Makefile Added files: www/php4-session/files patch-session.c Log: Fix session bug when register_globals in enabled. PR: ports/109372 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Obtained from: PHP CVS Revision Changes Path 1.2 +2 -0 ports/www/php4-session/Makefile 1.1 +33 -0 ports/www/php4-session/files/patch-session.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!