Since PHP got upgraded to 5.2.2 this port is broken (compilation fails). This is because of using a feature of Oracle OCI that is not supported by the version we use on FreeBSD (oracle8-client port) regarding finding maximum number of bytes per characted for particular OCI session. To be on the safe side this patch always returnes 4 as maximum number of bytes per character. This should be sufficient for all encodings that I know of. Fix: Patch attached with submission follows: How-To-Repeat: try installing or upgrading to php5-oci8 port version 5.2.2.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer
ale 2007-05-26 21:06:59 UTC FreeBSD ports repository Added files: databases/php5-oci8/files patch-oci8_lob.c Log: Fix build. PR: ports/112858 Submitted by: Simun Mikecin <numisemis@yahoo.com> Revision Changes Path 1.1 +20 -0 ports/databases/php5-oci8/files/patch-oci8_lob.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!