Bug 120088 - [PATCH] lang/php5 databases/php5-pgsql
Summary: [PATCH] lang/php5 databases/php5-pgsql
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: 2008-01-28 16:50 UTC by Martin Matuska
Modified: 2008-01-29 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (5.28 KB, patch)
2008-01-28 16:50 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2008-01-28 16:50:03 UTC
This patch fixes PHP pgsql bugs #43525 and #43526
http://bugs.php.net/bug.php?id=43525
http://bugs.php.net/bug.php?id=43526

Patch author: mi+php@aldan.algebra.com (= mi@FreeBSD.org)
Apply patch with -p flag (-p0)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-28 16:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-29 10:14:43 UTC
ale         2008-01-29 10:14:37 UTC

  FreeBSD ports repository

  Modified files:
    lang/php5            Makefile 
  Added files:
    lang/php5/files      patch-Zend_zend_list.c 
                         patch-Zend_zend_list.h 
    databases/php5-pgsql/files patch-pgsql.c 
  Log:
  Fixes for 64-bit systems.
  
  PR:             ports/120088
  Submitted by:   mm
  Patch from:     mi
  
  Revision  Changes    Path
  1.1       +100 -0    ports/databases/php5-pgsql/files/patch-pgsql.c (new)
  1.124     +1 -1      ports/lang/php5/Makefile
  1.1       +38 -0     ports/lang/php5/files/patch-Zend_zend_list.c (new)
  1.1       +24 -0     ports/lang/php5/files/patch-Zend_zend_list.h (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 2008-01-29 10:15:25 UTC
State Changed
From-To: open->closed

Committed, thanks!