Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #77041: buildconf should output error messages to stderr | Mizunashi Mana | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | here string isn't supported by every shell | Anatol Belski | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | $() isn't supported on every shell | Ferenc Kovacs | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Remove assumption that extensions are in ext/ext-name | Bob Weinand | 2015-08-21 | 1 | -1/+2 |
| | | | | Fixes also a weird ln (symlink) hack for phpdbg | ||||
* | Fix building of pure C++ extensions as static | Scott MacVicar | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | - Partial revert: It does not matter if awk works or not but helps if it does :) | foobar | 2005-06-21 | 1 | -3/+3 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -3/+3 |
| | | | | dependencies and conflicts | ||||
* | Implement extension load-order deps. | Wez Furlong | 2004-07-18 | 1 | -3/+3 |
| | |||||
* | de-overquotation | Sascha Schumann | 2002-03-22 | 1 | -8/+8 |
| | |||||
* | Replace the incomprehensible newline escaping with @NEWLINE@ | Sascha Schumann | 2001-03-30 | 1 | -3/+3 |
| | | | | | Fixes the build on Darwin 1.2 | ||||
* | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 1 | -0/+41 |
There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place. |