| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH | foobar | 2005-06-15 | 1 | -4/+3 |
| | | |||||
| * | MFH | foobar | 2005-06-10 | 1 | -10/+20 |
| | | |||||
| * | MFH | foobar | 2005-06-08 | 1 | -20/+25 |
| | | |||||
| * | MFH | foobar | 2005-06-07 | 2 | -3/+3 |
| | | |||||
| * | - We've man pages just fine | Derick Rethans | 2005-06-06 | 1 | -0/+11 |
| | | |||||
| * | MFH: Fix bug #33166 for other branches and new bug #33255, no man pages for 4.4 | Uwe Schindler | 2005-06-06 | 1 | -11/+0 |
| | | |||||
| * | - Merge back changes which where in 4.3 but somehow didn't make it into the new | Derick Rethans | 2005-06-06 | 2 | -0/+145 |
| | | | | | | branch. | ||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_4'. | SVN Migration | 2005-06-02 | 2 | -145/+0 |
| | | |||||
| * | MFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana) | foobar | 2005-04-30 | 3 | -1/+152 |
| | | |||||
| * | MFH: Moved phpextdist to dev/ | foobar | 2005-04-30 | 2 | -1/+1 |
| | | |||||
| * | MFH | foobar | 2005-04-07 | 1 | -6/+6 |
| | | |||||
| * | MFH | foobar | 2005-04-07 | 1 | -5/+29 |
| | | |||||
| * | remove unused subst | foobar | 2005-03-17 | 1 | -1/+0 |
| | | |||||
| * | MFH: - Remove these relics from era when TSRM was optional. | foobar | 2005-03-16 | 1 | -4/+1 |
| | | |||||
| * | MFH | foobar | 2005-03-04 | 1 | -0/+1 |
| | | |||||
| * | MFH: - Return of the automake requirement | foobar | 2005-01-25 | 1 | -1/+2 |
| | | |||||
| * | MFH: - Remove also autom4te.cache dir with phpize --clean | foobar | 2005-01-22 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Changed phpize not to require automake and libtool. (Jani) | foobar | 2005-01-20 | 2 | -57/+131 |
| | | | | | | | MFH: - Fixed build system to always use bundled libtool files. (Jani) MFH: - Rewrote of phpize routines | ||||
| * | MFH: - Make sure $host_alias is never empty | foobar | 2005-01-07 | 1 | -2/+0 |
| | | |||||
| * | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -5/+5 |
| | | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
| * | MFH: - Fixed bug #28385 (some files in $(prefix)/lib/php/build/* installed ↵ | foobar | 2004-12-21 | 1 | -2/+6 |
| | | | | | with wrong permissions) | ||||
| * | - MFH (fix for #28847) | Jan Lehnardt | 2004-06-19 | 1 | -5/+5 |
| | | |||||
| * | MFH | foobar | 2003-12-01 | 1 | -4/+4 |
| | | |||||
| * | MFH | foobar | 2003-11-14 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #26168 (shtool availability check in phpize). | Ilia Alshanetsky | 2003-11-10 | 1 | -0/+7 |
| | | |||||
| * | Fix shared/pecl build for extensions that rely on mbstring... | Wez Furlong | 2003-11-08 | 1 | -0/+2 |
| | | |||||
| * | Make sure phpize/php-config are build | 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 |
| | | |||||
| * | - Backported several improvements/cleanups for the build/configure stuff. | foobar | 2003-08-27 | 3 | -16/+4 |
| | | | | | | | | | . PEAR dependancies checked during configure . OpenSSL config moved from configure.in to ext/openssl/config0.m4 (and also improved the PHP_OPENSSL_SETUP macro a bit) + Some other minor issues | ||||
| * | 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 |
| | | |||||
| * | MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) | foobar | 2003-08-20 | 1 | -1/+2 |
| | | |||||
| * | MFH | foobar | 2003-08-05 | 1 | -0/+2 |
| | | |||||
| * | grep -E -> egrep | Sascha Schumann | 2003-07-08 | 1 | -3/+3 |
| | | |||||
| * | MFH | foobar | 2003-07-01 | 1 | -15/+23 |
| | | |||||
| * | MFH: Added --help to phpize | foobar | 2003-07-01 | 1 | -9/+17 |
| | | |||||
| * | MFH: Fixed bug #24207: phpize wrong exit code | foobar | 2003-06-16 | 1 | -4/+4 |
| | | |||||
| * | Move awk detection before config.m4 inclusion | Sascha Schumann | 2003-05-19 | 1 | -1/+2 |
| | | |||||
| * | - MFH: Fixed bug #13561 (--without-pear prevents install of php-config, phpize) | foobar | 2003-01-28 | 5 | -126/+1 |
| | | | | | | | - MFH: Added --ldflags option to php-config - MFH: Added --clean option to phpize | ||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-01-28 | 8 | -0/+420 |
| | | |||||
| * | - Add one 'level' more (0 first, 9 last) | foobar | 2002-10-21 | 1 | -1/+1 |
| | | | | | | # Sascha, maybe we should use that apache2 config-stubs instead? | ||||
| * | Ignore extensions/sapis named skeleton | Jason Greene | 2002-03-13 | 1 | -1/+3 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Typo | Jeroen van Wolffelaar | 2001-09-26 | 1 | -1/+1 |
| | | |||||
| * | 4rd run... now also var.Z_* | Jeroen van Wolffelaar | 2001-09-26 | 1 | -0/+3 |
| | | |||||
| * | Now fixes virtually everything. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
| | | | | | | | Sorry, but I assumed that the original script was correct. Unfortunately, that wasn't the case. | ||||
| * | And now correctly... and up until 3 levels | Jeroen van Wolffelaar | 2001-09-26 | 1 | -1/+3 |
| | | |||||
