[webstack-discuss] Compiling PHP under OpenSolaris

2008-09-30 Thread Johannes Schlüter
Hi, On Tue, 2008-09-30 at 01:57 -0700, Sriram Natarajan wrote: > Jan > PHP 5.3 will be available in the web stack repository for engineers to > try it out as soon as PHp folks have the beta / RC[x] ready.. > PHP does not require GNU make gmake is required when directly building from PHP-CVS an

[webstack-discuss] Compiling PHP under OpenSolaris

2008-09-30 Thread Jan Chalupa
FYI... http://blog.experimentalworks.net/archives/90-Compiling-PHP-under-OpenSolaris.html I think there are OpenSolaris optimized, DTrace enabled PHP 5.2.x binaries available in the webstack repository. Has there been any work on PHP 5.3 yet? Is it true that GNU make is required to build PHP?

[webstack-discuss] Compiling PHP under OpenSolaris

2008-09-30 Thread David Soria Parra
Hi Jan, as Johannes pointed out it's only needed for the buildconf part. build/build2.mk uses the conditional macro assignment operator ?= that is not supported by sysV make. The rest of the build process works fine with sysV-make(1). -- This message posted from opensolaris.org

[webstack-discuss] Compiling PHP under OpenSolaris

2008-09-30 Thread Sriram Natarajan
Jan PHP 5.3 will be available in the web stack repository for engineers to try it out as soon as PHp folks have the beta / RC[x] ready.. PHP does not require GNU make - Sriram Jan Chalupa wrote: > FYI... > > http://blog.experimentalworks.net/archives/90-Compiling-PHP-under-OpenSolaris.html > >