Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Restructured and added a few comments here and there. | foobar | 2005-02-24 | 1 | -6/+1 | |
| | | | | | | | | - Made macros of couple of tests previously littering configure.in (e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..) - Moved all PHP_SUBST() calls into their respective macros. (no point adding empty entries in Makefile if macro is not used) | |||||
* | - Return of the automake requirement. | foobar | 2005-01-25 | 1 | -1/+2 | |
| | | | | | | # Unfortunately we can't control what macros are used by the 3rd party # extensions so.. | |||||
* | - Remove also autom4te.cache dir with phpize --clean | foobar | 2005-01-22 | 1 | -1/+1 | |
| | ||||||
* | - Changed phpize not to require automake and libtool. | foobar | 2005-01-20 | 2 | -13/+10 | |
| | | | | | - Fixed build system to always use bundled libtool files. | |||||
* | - Add --with-libdir to phpized builds too | foobar | 2005-01-20 | 1 | -0/+5 | |
| | ||||||
* | - Make sure $host_alias is never empty | foobar | 2005-01-07 | 1 | -2/+0 | |
| | ||||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -5/+5 | |
| | ||||||
* | - MFB: Add dom/xml_common.h header as installed header in order to be able ↵ | Derick Rethans | 2004-12-28 | 1 | -0/+1 | |
| | | | | to build pecl/xml_reader | |||||
* | - Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrong | foobar | 2004-12-21 | 1 | -2/+6 | |
| | | | | | permissions). (Jani, ramsy at ramix dot jp) | |||||
* | - We need to install the headers too. | Derick Rethans | 2004-11-23 | 1 | -0/+2 | |
| | ||||||
* | - do it right (phpize path issue) | Jan Lehnardt | 2004-06-19 | 1 | -1/+1 | |
| | ||||||
* | - phpize now can handle directories with spaces in their name (#28847) | Jan Lehnardt | 2004-06-19 | 1 | -5/+5 | |
| | ||||||
* | add ext/libxml/ to the headers path | Rob Richards | 2004-04-19 | 1 | -0/+1 | |
| | ||||||
* | Add more statistics | Marcus Boerger | 2004-03-30 | 1 | -8/+19 | |
| | ||||||
* | The test script to search for underscores | Marcus Boerger | 2004-03-30 | 1 | -0/+86 | |
| | ||||||
* | A script that searches for PHPAPI and ZEND_API prototypes | Hartmut Holzgraefe | 2004-02-20 | 1 | -0/+45 | |
| | | | | | not enclosed by BEGIN_EXTERN_C/END_EXTERN_C | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -3/+3 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - remove unneeded subroutine call | Jan Lehnardt | 2004-01-03 | 1 | -2/+0 | |
| | ||||||
* | - Show the API numbers again while phpizing. | Derick Rethans | 2004-01-03 | 1 | -1/+4 | |
| | ||||||
* | - restructured phpize | Jan Lehnardt | 2003-12-19 | 1 | -54/+130 | |
| | | | | | | - added -v and --version to print out API numbers - discussed with Jani and Andi | |||||
* | - Made --program-prefix and --program-suffix work. (See bug #23030) | foobar | 2003-12-01 | 1 | -4/+4 | |
| | ||||||
* | Missing "confdefs.h" in the cleanup-files-list | foobar | 2003-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #26168 (shtool availability check in phpize). | Ilia Alshanetsky | 2003-11-10 | 1 | -0/+7 | |
| | ||||||
* | MFB | foobar | 2003-09-19 | 1 | -1/+1 | |
| | ||||||
* | centralize cflags | Sascha Schumann | 2003-09-03 | 1 | -1/+1 | |
| | ||||||
* | enable re2c check for self-contained extensions | Sascha Schumann | 2003-09-02 | 1 | -0/+1 | |
| | ||||||
* | provide RE2C to external extensions | Sascha Schumann | 2003-09-02 | 1 | -0/+1 | |
| | ||||||
* | - Single header files installation. | foobar | 2003-08-31 | 1 | -14/+20 | |
| | ||||||
* | install sqlite headers with the rest of php. | Wez Furlong | 2003-08-31 | 1 | -1/+2 | |
| | | | | | | | We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not that I can see) | |||||
* | - Use the shtool in $builddir/build instead | foobar | 2003-08-27 | 1 | -1/+1 | |
| | ||||||
* | Use INSTALL to install build files | Sascha Schumann | 2003-08-27 | 1 | -1/+1 | |
| | ||||||
* | Use $(INSTALL_DATA) instead of cp | Sascha Schumann | 2003-08-26 | 1 | -4/+4 | |
| | ||||||
* | - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) | foobar | 2003-08-20 | 1 | -1/+2 | |
| | ||||||
* | $host_* vars are used in extension config.m4s too. | foobar | 2003-08-05 | 1 | -0/+2 | |
| | ||||||
* | grep -E -> egrep | Sascha Schumann | 2003-07-08 | 1 | -3/+3 | |
| | ||||||
* | Fix previous commit. (never do 2 things same time :) | foobar | 2003-07-01 | 1 | -15/+23 | |
| | ||||||
* | Added --help to phpize | foobar | 2003-07-01 | 1 | -9/+17 | |
| | ||||||
* | ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen | Hartmut Holzgraefe | 2003-06-29 | 22 | -3622/+0 | |
| | ||||||
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 1 | -12/+0 | |
| | ||||||
* | TODO revisited | Hartmut Holzgraefe | 2003-06-21 | 1 | -9/+17 | |
| | ||||||
* | ini stuff was a bit broken | Hartmut Holzgraefe | 2003-06-21 | 2 | -5/+5 | |
| | ||||||
* | thoughts about a new proto parser ... | Hartmut Holzgraefe | 2003-06-21 | 1 | -2/+49 | |
| | ||||||
* | test script tags are found but not used yet | Hartmut Holzgraefe | 2003-06-21 | 1 | -2/+26 | |
| | | | | | double quotes in extensions summary line are now escaped in code generation | |||||
* | typo fixes and test script tags added | Hartmut Holzgraefe | 2003-06-21 | 1 | -4/+14 | |
| | ||||||
* | start to track them bugs | Hartmut Holzgraefe | 2003-06-21 | 1 | -0/+2 | |
| | ||||||
* | - package.xml genartion fixed, <configureoptions> and <license> added | Hartmut Holzgraefe | 2003-06-20 | 2 | -6/+21 | |
| | | | | | - shutdown code for globals added | |||||
* | typo fix | Hartmut Holzgraefe | 2003-06-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #24207: phpize wrong exit code | foobar | 2003-06-16 | 1 | -4/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 | |
| |