Bug 109372 - [PATCH] for www/php4-session which fixes php 4.4.5 segfault when register_globals=on
Summary: [PATCH] for www/php4-session which fixes php 4.4.5 segfault when register_glo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 20:50 UTC by Alexander Zhuravlev
Modified: 2007-02-21 07:40 UTC (History)
1 user (show)

See Also:


Attachments
php4-session.patch (2.04 KB, patch)
2007-02-20 20:50 UTC, Alexander Zhuravlev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!