Bug 86580 - [new port] databases/php5-oci8: Oracle OCI8 shared extension for PHP 5
Summary: [new port] databases/php5-oci8: Oracle OCI8 shared extension for PHP 5
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 09:00 UTC by Šimun Mikecin
Modified: 2006-07-11 14:28 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.25 KB, patch)
2005-09-26 09:00 UTC, Šimun Mikecin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Šimun Mikecin 2005-09-26 09:00:28 UTC
This port adds support for OCI8 PHP shared extension. It replaces the old
Oracle shared extension which is obsolete and will be dropped (moved to
PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared
extension (added Oracle client in RUN_DEPENDS).
If someone finds it useful, the same could be done for PHP 4.
Makefile.ext script expects to find /usr/lib/libpthread.a. If FreeBSD 4.x
support is needed it should be replaced with /usr/lib/libc_r.a.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-09-27 13:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to lang/php5 maintainer
Comment 2 gnut 2005-11-30 18:33:52 UTC
On FreeBSD 6.0 box the trick with merging libclntsh.a and libpthread.a
works, and PHP successfully connected to Oracle server and did a
SELECT, but on FreeBSD 4.11 the trick with libc_r.a it did not work, apache
1.3.34 crashed to coredump in my case. I tried it with devel/ngpt
port on FreeBSD 4.11 too, it did not compile.
Comment 3 Šimun Mikecin 2005-11-30 19:27:21 UTC
It could be marked as not working on FreeBSD<5.0 with
something like:
.if ${OSVERSION} < 500000
IGNORE= "does not compile on FreeBSD 4.x"
.endif



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-07-01 07:42:56 UTC
Responsible Changed
From-To: ale->freebsd-ports-bugs

Reassign to pool.  The assignee has had this PR for some time, and did not 
respond to email asking about its status.
Comment 5 Renato Botelho freebsd_committer freebsd_triage 2006-07-11 14:28:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!