Sponsored Content
Full Discussion: FreeBSD 7.1-RC2 Available
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News FreeBSD 7.1-RC2 Available Post 302271453 by Linux Bot on Thursday 25th of December 2008 08:00:08 PM
Old 12-25-2008
FreeBSD 7.1-RC2 Available

ImageAbout Unix-World.org Apache / PHP Enterprise
It is released under the GPL License, but as long as you are using this distribution just as a runtime support for your Applications, you can deploy your applications as binary code (IonCube Loaders are also includded…). It means that your customers should download this distribution separately and you cannot embedd it in the same package as your Software Application if your software is not GPL. You are perfectly entitled to deliver your software as a separate package and download it in the place of your customers and even install it in their place :-)

- All the code was compiled with pure 64-bit mode (the Year 2038 Date Bug, solved - Date is now 64-bit in PHP 4 / PHP 5 / Apache 2.2 and can go with no problems after critical second from January 2038)
- It contains the both (stable releases): PHP 4 (4.4.9) and PHP 5 (5.5.26)
- The PHP (4 & 5) MySQL extensions were compiled using the 64-bit MySQL Enterprise 5.0.68 source code (not the community release of MySQL) as this provides the latest stability in using with the MySQL Enterprise server
- We included all the essential PHP extensions but also: GD and MBString which we saw that are missing from many releases for MacOSX
- It does not required any other software to be installed, neither MySQL or GD as everything will be installed in /Applications/Open-Servers/ folder of MacOSX.

More...
 
PERLFREEBSD(1)						 Perl Programmers Reference Guide					    PERLFREEBSD(1)

NAME
perlfreebsd - Perl version 5 on FreeBSD systems DESCRIPTION
This document describes various features of FreeBSD that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. FreeBSD core dumps from readdir_r with ithreads When perl is configured to use ithreads, it will use re-entrant library calls in preference to non-re-entrant versions. There is a bug in FreeBSD's "readdir_r" function in versions 4.5 and earlier that can cause a SEGV when reading large directories. A patch for FreeBSD libc is available (see http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/30631 ) which has been integrated into FreeBSD 4.6. $^X doesn't always contain a full path in FreeBSD perl sets $^X where possible to a full path by asking the operating system. On FreeBSD the full path of the perl interpreter is found by using "sysctl" with "KERN_PROC_PATHNAME" if that is supported, else by reading the symlink /proc/curproc/file. FreeBSD 7 and earlier has a bug where either approach sometimes returns an incorrect value (see http://www.freebsd.org/cgi/query-pr.cgi?pr=35703 ). In these cases perl will fall back to the old behaviour of using C's argv[0] value for $^X. AUTHOR
Nicholas Clark <nick@ccl4.org>, collating wisdom supplied by Slaven Rezic and Tim Bunce. Please report any errors, updates, or suggestions to perlbug@perl.org. perl v5.16.3 2013-03-04 PERLFREEBSD(1)
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy