Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: fix for broken shells | Jani Taskinen | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | MFH: - Made build system less major version dependant to ease MFB/MFH | Jani Taskinen | 2007-07-26 | 1 | -15/+45 |
| | |||||
* | Fixed "make test" mistakes | Dmitry Stogov | 2007-07-03 | 1 | -2/+2 |
| | |||||
* | MFH | foobar | 2007-06-29 | 1 | -3/+2 |
| | |||||
* | MFH | foobar | 2007-06-29 | 1 | -6/+12 |
| | |||||
* | MFH | Antony Dovgal | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | ksh is a pita | Antony Dovgal | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-06-26 | 1 | -2/+7 |
| | |||||
* | - Fix special case of no ini file in use or not found | foobar | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2007-06-09 | 1 | -1/+2 |
| | |||||
* | MFH:- Fix passing of shared extensions to run-tests.php | foobar | 2007-06-06 | 1 | -2/+6 |
| | |||||
* | MFH | Antony Dovgal | 2007-04-11 | 1 | -1/+0 |
| | |||||
* | MFH: remind about 'make test' | Antony Dovgal | 2007-02-26 | 1 | -0/+1 |
| | |||||
* | MFH | Andrei Zmievski | 2006-04-08 | 1 | -3/+3 |
| | |||||
* | MFH: workaround for problem on Solaris: shell tries to parse "for i in ;" ↵ | Antony Dovgal | 2006-04-05 | 1 | -2/+2 |
| | | | | and fails | ||||
* | - fix make install | Michael Wallner | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed header installing under phpize builds | foobar | 2005-11-21 | 1 | -3/+25 |
| | |||||
* | MFH | foobar | 2005-09-14 | 1 | -2/+2 |
| | |||||
* | put the -d extension loading options in the right place, | Hartmut Holzgraefe | 2005-08-08 | 1 | -2/+2 |
| | | | | | get rid of basename | ||||
* | - Made it possible to do "make test" for phpized extensions | foobar | 2005-08-08 | 1 | -7/+7 |
| | |||||
* | - No more memory_limit for running tests | Marcus Boerger | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | - Use $SED and $EGREP where possible | foobar | 2005-05-27 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #33017 (make distclean give error outside of php-src) | foobar | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -0/+2 |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | ||||
* | - Only add 'install-modules' into install targets when there are such | foobar | 2003-12-04 | 1 | -4/+4 |
| | | | | | modules to install. | ||||
* | When encountering a test that users GET/POST make run-tests.php use CGI | Ilia Alshanetsky | 2003-07-24 | 1 | -5/+9 |
| | | | | | | sapi if it is avaliable. If CLI sapi is not avaliable print a clear error when make test is executed. | ||||
* | *** empty log message *** | foobar | 2003-07-02 | 1 | -1/+1 |
| | |||||
* | Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. | Sascha Schumann | 2003-07-02 | 1 | -2/+2 |
| | |||||
* | Fixed bug #24363 (plain "./configure && make install" failed) | foobar | 2003-06-29 | 1 | -1/+1 |
| | |||||
* | MFH 4.3; tell the users that the tmpnam stuff is ok. | Wez Furlong | 2003-05-18 | 1 | -0/+2 |
| | |||||
* | Add friendly notice when build is really completed. | foobar | 2003-05-14 | 1 | -1/+3 |
| | |||||
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 1 | -10/+10 |
| | | | | | | | 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. | ||||
* | MFB: disable output buffering | Melvyn Sopacua | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | - Fix "make test" when CC was set to something with a parameter | Derick Rethans | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | Use $(INSTALL) rather than cp to install modules. | Sascha Schumann | 2002-12-09 | 1 | -1/+1 |
| | | | | | | $(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). | ||||
* | Add missing $(INSTALL_ROOT) | Sascha Schumann | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | Discuss first! | Derick Rethans | 2002-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed more ini settings. | Yasuo Ohgaki | 2002-10-31 | 1 | -1/+1 |
| | | | | | | | | # 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. | ||||
* | Allows 'make test' to run without being harassed by open_basedir & safe_mode. | Ilia Alshanetsky | 2002-10-29 | 1 | -1/+1 |
| | |||||
* | - use the cc that was detected by ./configure when determining version | Jan Lehnardt | 2002-10-23 | 1 | -0/+1 |
| | | | | | information in run-tests.php | ||||
* | - Remove this messed up thing AGAIN | Derick Rethans | 2002-10-23 | 1 | -1/+1 |
| | | | | | #- Yasuo: touch it and I'll fly over applying a YART on you. | ||||
* | Fixed buffring issue again. | Yasuo Ohgaki | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | fix make test for an external build dir setup | Stefan Esser | 2002-10-22 | 1 | -0/+1 |
| | |||||
* | - Revert the undiscussed change. | foobar | 2002-10-22 | 1 | -1/+1 |
| | | | | | | | | # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. # | ||||
* | Hmm. -c options was there, but removed. | Yasuo Ohgaki | 2002-10-22 | 1 | -1/+1 |
| | | | | | It is _needed_ for php.ini users uses buffer by default. | ||||
* | - Drop dependency on fixed php.ini | Derick Rethans | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | Remove space | Yasuo Ohgaki | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Apparently, Solaris 2.6's find is overwhelmed with more than 2 -names per | Sascha Schumann | 2002-09-30 | 1 | -1/+3 |
| | | | | | | invocation (add some parantheses and it segfaults). And thus, we split the clean target up. | ||||
* | Fix some typos | Sascha Schumann | 2002-09-29 | 1 | -4/+4 |
| |