| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
| | | | | | | | | | | Normalization include: - Use dnl for everything that can be ommitted when configure is built in favor of the shell comment character # which is visible in the output. - Line length normalized to 80 columns - Dots for most of the one line sentences - Macro definitions include similar pattern header comments now | ||||
| * | Remove HAVE_* for always available extensions | Gabriel Caruso | 2019-04-14 | 1 | -1/+0 |
| | | |||||
| * | Change some permissions from 755 to 644 | Peter Kokot | 2018-08-28 | 1 | -0/+0 |
| | | | | | | This patch syncs file permissions accross the PHP source code files since these don't need to be executable. | ||||
| * | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
| * | fix arg order, CFLAGS is the fifth arg in m4 | Anatol Belski | 2014-10-17 | 1 | -1/+1 |
| | | |||||
| * | more exts converted for static tsrm ls pointer | Anatol Belski | 2014-10-15 | 1 | -1/+1 |
| | | | | | mbstring, pcre, reflection | ||||
| * | fix build | Antony Dovgal | 2008-05-02 | 1 | -1/+1 |
| | | |||||
| * | Hard enabling it for Windows, readding define for UNIX [DOC] | Lars Strojny | 2008-05-02 | 1 | -0/+1 |
| | | |||||
| * | Hard enabling ext/reflection on UNIX too [DOC] | Lars Strojny | 2008-05-02 | 1 | -7/+1 |
| | | |||||
| * | build ext/spl and ext/reflection as static (fixes #38556) | Antony Dovgal | 2006-08-23 | 1 | -4/+1 |
| | | |||||
| * | fix configure --help output | foobar | 2005-12-03 | 1 | -1/+1 |
| | | |||||
| * | - Fix bug #35295 typo in config.m4 for reflection extension | Marcus Boerger | 2005-11-19 | 1 | -2/+2 |
| | | |||||
| * | - Need to define HAVE_REFLECTION | Marcus Boerger | 2005-11-17 | 1 | -0/+1 |
| | | |||||
| * | - reflection not reflectino | Marcus Boerger | 2005-11-17 | 1 | -1/+1 |
| | | |||||
| * | - Make this an extension | Marcus Boerger | 2005-11-17 | 1 | -0/+12 |
