Commit Graph

79 Commits

Author SHA1 Message Date
Antony Dovgal
997dd6db8a remove the quotes in for 2007-06-29 11:47:30 +00:00
Antony Dovgal
57108894d0 fix make test with shared extensions
# ok, this is the last ksh-related fix.
# it seems to be completely impossible to make it work, so I won't even try to do it anymore.
# complain to Sun and ksh authors if you have any problems.
2007-06-29 09:14:42 +00:00
Antony Dovgal
b898be090d more ksh fixes 2007-06-27 22:17:31 +00:00
Antony Dovgal
7cb30d9bf4 fix 'make test' on platforms with broken shells 2007-06-26 10:22:36 +00:00
foobar
0454a5dee5 MFB 2007-06-09 12:07:40 +00:00
foobar
c6c2c4a403 - fix "make test" issue with extension entries 2007-06-09 11:52:49 +00:00
foobar
e78fd21039 - Fix for passing of shared extensions to run-tests.php 2007-06-06 18:27:54 +00:00
Antony Dovgal
2f3dc4a7d7 we don't ship libmysql anymore, so there is no need for this message 2007-04-11 16:02:56 +00:00
Antony Dovgal
8068b1632d remind about 'make test' 2007-02-26 14:51:26 +00:00
Andrei Zmievski
0b222980d0 Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
2007-01-10 23:46:09 +00:00
Andrei Zmievski
3411f2bca1 Separate suffixes of shared libraries that we link against and the ones
we load with dlopen(). This matters on Mac OS X, for example.
2006-04-08 17:34:57 +00:00
Antony Dovgal
96682ede22 workaround for problem on Solaris: shell tries to parse "for i in ;" and fails 2006-04-05 20:21:59 +00:00
Ilia Alshanetsky
27e175eef0 So long safe_mode mode.
Also removed the magic_quotes configure option, no longer relevant since
the magic is gone :-).
2006-03-08 14:41:45 +00:00
Marcus Boerger
650bdb51fd - Add make target make ntest to test in unicode mode
- Change make target test to check native and unicode mode
2005-12-23 21:01:05 +00:00
Michael Wallner
17f33c3bf3 - MF51: fix make install 2005-11-22 00:51:24 +00:00
foobar
bcade7ced4 - Fixed header installing under phpize builds 2005-11-21 23:07:36 +00:00
foobar
b60b2ed349 Cleanup the code coverage files 2005-11-09 05:41:09 +00:00
Marcus Boerger
00692252e8 - Use run-tests.ph -u rather then defining the ini settings one by one 2005-10-06 19:51:47 +00:00
Marcus Boerger
da0e46b251 - Synch utest with test 2005-09-20 09:21:11 +00:00
foobar
bbfba9977f Silence warnings under Solaris 2005-09-14 17:57:22 +00:00
foobar
077e356572 Goodbye PEAR 2005-08-15 22:30:40 +00:00
Andrei Zmievski
264cec8be6 Unicode support. 2005-08-11 23:36:07 +00:00
Hartmut Holzgraefe
d4fd9a58cf put the -d extension loading options in the right place,
get rid of basename
2005-08-08 17:49:32 +00:00
foobar
ee5fd96e37 - Made it possible to do "make test" for phpized extensions 2005-08-08 16:06:49 +00:00
Marcus Boerger
e5df7fa8b2 - No more memory_limit for running tests 2005-06-16 18:58:04 +00:00
foobar
9ef2ea19e5 - Use $SED and $EGREP where possible 2005-05-27 13:10:01 +00:00
foobar
22c5e8a6ea - Fixed bug #33017 (make distclean give error outside of php-src) 2005-05-23 09:37:34 +00:00
foobar
626253940e - Added PHP_INSTALL_HEADERS() macro
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
2005-05-07 02:51:53 +00:00
foobar
e13e315a10 - Only add 'install-modules' into install targets when there are such
modules to install.
2003-12-04 15:57:55 +00:00
Ilia Alshanetsky
64d6421885 When encountering a test that users GET/POST make run-tests.php use CGI
sapi if it is avaliable.
If CLI sapi is not avaliable print a clear error when make test is executed.
2003-07-24 17:44:16 +00:00
foobar
eb8c8f94a9 *** empty log message *** 2003-07-02 02:38:47 +00:00
Sascha Schumann
1b50ca4df6 Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. 2003-07-02 01:08:26 +00:00
foobar
6e9c28e1a2 Fixed bug #24363 (plain "./configure && make install" failed) 2003-06-29 05:59:29 +00:00
Wez Furlong
f00fa47cc4 MFH 4.3; tell the users that the tmpnam stuff is ok. 2003-05-18 23:52:09 +00:00
foobar
6c4909aad0 Add friendly notice when build is really completed. 2003-05-14 18:23:33 +00:00
Sterling Hughes
3f700e58ab update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
2003-03-29 04:52:46 +00:00
Melvyn Sopacua
63aa8acf02 MFB: disable output buffering 2003-02-10 18:58:49 +00:00
Derick Rethans
19ae16a693 - Fix "make test" when CC was set to something with a parameter 2003-01-02 13:01:33 +00:00
Sascha Schumann
7b2fd2c6c9 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).
2002-12-09 15:32:17 +00:00
Sascha Schumann
0f2ae50178 Add missing $(INSTALL_ROOT) 2002-11-12 17:40:38 +00:00
Derick Rethans
55a7590f3d Discuss first! 2002-10-31 14:01:58 +00:00
Yasuo Ohgaki
1fb8331fc0 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.
2002-10-31 13:52:58 +00:00
Ilia Alshanetsky
c371b6c5f9 Allows 'make test' to run without being harassed by open_basedir & safe_mode. 2002-10-29 15:22:41 +00:00
Jan Lehnardt
e96e0ae002 - use the cc that was detected by ./configure when determining version
information in run-tests.php
2002-10-23 17:56:42 +00:00
Derick Rethans
a729a63a23 - Remove this messed up thing AGAIN
#- Yasuo: touch it and I'll fly over applying a YART on you.
2002-10-23 08:46:49 +00:00
Yasuo Ohgaki
4dfba15201 Fixed buffring issue again. 2002-10-23 01:21:04 +00:00
Stefan Esser
e83ca7dc85 fix make test for an external build dir setup 2002-10-22 18:53:56 +00:00
foobar
12fc60c625 - 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.
#
2002-10-22 00:18:26 +00:00
Yasuo Ohgaki
54fdd7a8f0 Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.
2002-10-22 00:03:49 +00:00
Derick Rethans
0e15cf7ac9 - Drop dependency on fixed php.ini 2002-10-08 07:57:29 +00:00