History log of /PHP-5.6/Makefile.global (Results 101 – 110 of 110)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# 22919a4d 12-Apr-2002 Yasuo Ohgaki

Be nice to php.ini-recommended users.
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php

Be nice to php.ini-recommended users.
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php for each test from there.

show more ...


Revision tags: php-4.2.0RC2
# 676afb33 30-Mar-2002 Marko Karppinen

Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool
based shared build but go a static route. Goodbye

Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool
based shared build but go a static route. Goodbye libtool!
# I'm committing this to enable widespear testing.
# Anyone have any ideas on how to easily backport this to 4.2.0?

show more ...


Revision tags: php-4.2.0RC1
# 350de12b 20-Mar-2002 Sascha Schumann

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will si

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will significantly reduce the price of
full dependencies for developers, because basically each
file today includes php.h which includes php_config.h.

If PHP_ATOM_INC is defined, these include files can be used.

For all PHP_DEFINEs, empty files are created upon configure start.

show more ...


# 27bf1db9 19-Mar-2002 Sascha Schumann

Somewhere along the build changes, -export-dynamic was lost.

Readd it.

Noticed by: Stanislav Malyshev


# c9147461 18-Mar-2002 jim winstead

make test: '-c' flag doesn't work like this expects (it takes a
directory, not a file), and this isn't necessary.


Revision tags: help
# b34300b0 11-Mar-2002 Stig Bakken

* make "make test TESTS=..." work again


# 65ae7c5d 07-Mar-2002 Sascha Schumann

remove -module, it is added by configure.in


# d404480b 07-Mar-2002 Sascha Schumann

Update test target from rules.mk


# a1bc7d37 07-Mar-2002 Sascha Schumann

Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).


# 9d9d39a0 07-Mar-2002 Sascha Schumann

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/b

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

show more ...


12345