Bug 109372

Summary: [PATCH] for www/php4-session which fixes php 4.4.5 segfault when register_globals=on
Product: Ports & Packages Reporter: Alexander Zhuravlev <zaa>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
php4-session.patch none

Description Alexander Zhuravlev 2007-02-20 20:50:14 UTC
	
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-20 20:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-21 07:31:39 UTC
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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2007-02-21 07:31:44 UTC
State Changed
From-To: open->closed

Committed, thanks!