Wez Furlong wrote:

wez Thu Feb 12 07:30:43 2004 EDT

Modified files: /php-src/win32/build Makefile buildconf.js confutils.js Log:
Tidy up "nmake clean" for people that don't have a PECL checkout.
Be paranoid when building a snapshot: if the module is not a core
module (eg: it comes from outside of ext or sapi) and it defaults to "yes",
then force it to become shared. This will prevent a pecl ext from
accidentally being compiled statically into the core, and prevent that
ext from breaking the core build. You can still manually force a static
build by explicitly specifying the args for that extension on your configure
line.

Another NMAKE thing:
could you make sure the install directory exists before copying files into it? Currently, copy creates a file called 'php5' instead of copying the file *into* php5 if it doesn't exist.


--
Ard

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to