summaryrefslogtreecommitdiff
path: root/ext/reflection/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-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 extensionsGabriel Caruso2019-04-141-1/+0
|
* Change some permissions from 755 to 644Peter Kokot2018-08-281-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 identPeter Kokot2018-07-251-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 m4Anatol Belski2014-10-171-1/+1
|
* more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-1/+1
| | | | mbstring, pcre, reflection
* fix buildAntony Dovgal2008-05-021-1/+1
|
* Hard enabling it for Windows, readding define for UNIX [DOC]Lars Strojny2008-05-021-0/+1
|
* Hard enabling ext/reflection on UNIX too [DOC]Lars Strojny2008-05-021-7/+1
|
* build ext/spl and ext/reflection as static (fixes #38556)Antony Dovgal2006-08-231-4/+1
|
* fix configure --help outputfoobar2005-12-031-1/+1
|
* - Fix bug #35295 typo in config.m4 for reflection extensionMarcus Boerger2005-11-191-2/+2
|
* - Need to define HAVE_REFLECTIONMarcus Boerger2005-11-171-0/+1
|
* - reflection not reflectinoMarcus Boerger2005-11-171-1/+1
|
* - Make this an extensionMarcus Boerger2005-11-171-0/+12