History log of /PHP-5.5/Makefile.global (Results 76 – 100 of 105)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 0e15cf7a 08-Oct-2002 Derick Rethans

- Drop dependency on fixed php.ini


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# d378a2c9 30-Sep-2002 Yasuo Ohgaki

Remove space


# 2405fcf3 30-Sep-2002 Sascha Schumann

Apparently, Solaris 2.6's find is overwhelmed with more than 2 -names per
invocation (add some parantheses and it segfaults). And thus, we split
the clean target up.


# 5c35fad8 29-Sep-2002 Sascha Schumann

Fix some typos


# e6e54605 29-Sep-2002 Sascha Schumann

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi m

Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi module which resides in its own dir now.

show more ...


# 946206f0 29-Sep-2002 Edin Kadribasic

Added php/embed toolkit for embedding PHP engine into C/C++ applications.
See my post to php-dev on the subject.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 197c3008 16-Aug-2002 Stig Bakken

* allow using the TESTS make variable again to determine which tests are run


# 2eaa0f6e 13-Aug-2002 Masaki Fujimoto

cleaning up include files created by PHP_DEFINE when 'make distclean'ed


# 107a9efb 06-Aug-2002 Marko Karppinen

Fix the framework support


# 6d80c191 06-Aug-2002 Marko Karppinen

The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or
$CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS.


Revision tags: dev
# 5611c2fc 06-Aug-2002 Marko Karppinen

Support compiling and linking against Darwin / Mac OS X frameworks


Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# a6eeec28 04-Jul-2002 Marko Karppinen

Moved the cgi link line to sapi/cgi/config.m4 and stopped
using libtool on Darwin on it


# bb0d7d6e 03-Jul-2002 foobar

- Let's be tad more verbose what's happening during 'make install'


# 23de5d1c 01-Jul-2002 Marko Karppinen

- You don't need libtool to build sapi/cli on Darwin.
- We don't need libtool to build sapi/cli on Darwin.
- You want the sapi/cli build line to be in sapi/cli, not Makefile.global.
- We

- You don't need libtool to build sapi/cli on Darwin.
- We don't need libtool to build sapi/cli on Darwin.
- You want the sapi/cli build line to be in sapi/cli, not Makefile.global.
- We want the sapi/cli build line to be in sapi/cli, not Makefile.global.
- He can go about his business.
- You can go about your business.
- Move along.
- Move along. Move along.

show more ...


# 905f56fd 30-Jun-2002 foobar

This does not work with AIX find..


Revision tags: php-4.3.0dev_zend2_alpha2
# 2f492735 27-Jun-2002 foobar

Fix bug: #18008


# d1c4ea77 26-Jun-2002 Derick Rethans

- Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD
and Tru64)


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2
# f3a8a7d6 19-May-2002 Sander Roobol

Fix make test and remove a warning


# c9872c91 19-May-2002 Sander Roobol

Cleaned up run-tests.php, and fixed it on linux/unix
# and probably broke it on windows :)


Revision tags: php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 87a4bdca 28-Apr-2002 foobar

Missing dependancies..


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.


12345