History log of /PHP-7.2/Makefile.global (Results 76 – 100 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 19ae16a6 02-Jan-2003 Derick Rethans

- Fix "make test" when CC was set to something with a parameter


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 7b2fd2c6 09-Dec-2002 Sascha Schumann

Use $(INSTALL) rather than cp to install modules.

$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and cras

Use $(INSTALL) rather than cp to install modules.

$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and crash and burn).

show more ...


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 0f2ae501 12-Nov-2002 Sascha Schumann

Add missing $(INSTALL_ROOT)


# 55a7590f 31-Oct-2002 Derick Rethans

Discuss first!


# 1fb8331f 31-Oct-2002 Yasuo Ohgaki

Fixed more ini settings.
# Derick. Be responsible to your change and opinion.
# These are settings I know that should be set.
# There may be other settingis must be set to make
# run-

Fixed more ini settings.
# Derick. Be responsible to your change and opinion.
# These are settings I know that should be set.
# There may be other settingis must be set to make
# run-tests.php work as expected.

show more ...


# c371b6c5 29-Oct-2002 Ilia Alshanetsky

Allows 'make test' to run without being harassed by open_basedir & safe_mode.


Revision tags: php-4.3.0pre2
# e96e0ae0 23-Oct-2002 Jan Lehnardt

- use the cc that was detected by ./configure when determining version
information in run-tests.php


# a729a63a 23-Oct-2002 Derick Rethans

- Remove this messed up thing AGAIN
#- Yasuo: touch it and I'll fly over applying a YART on you.


# 4dfba152 23-Oct-2002 Yasuo Ohgaki

Fixed buffring issue again.


# e83ca7dc 22-Oct-2002 Stefan Esser

fix make test for an external build dir setup


# 12fc60c6 22-Oct-2002 foobar

- Revert the undiscussed change.
#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before you go and change something.
#


# 54fdd7a8 22-Oct-2002 Yasuo Ohgaki

Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.


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'


12345