1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

89 Commits

Author SHA1 Message Date
foobar
e05fdf201c MFH:- Add missing CXXFLAGS_CLEAN variable. 2007-06-01 15:13:59 +00:00
foobar
915bc619ef MFH 2006-01-01 19:01:04 +00:00
foobar
2b3336117c bump year and license version 2006-01-01 13:47:46 +00:00
foobar
4809310fff MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names) 2005-10-13 10:04:53 +00:00
Wez Furlong
a616ad19e0 merge solaris portability fix 2005-09-04 04:41:00 +00:00
foobar
1b9a2471bd MFH 2005-06-15 17:13:52 +00:00
foobar
ddf0954eec MFH 2005-06-10 12:35:00 +00:00
foobar
eb43932fb1 MFH 2005-06-08 10:34:41 +00:00
foobar
63626d1c68 MFH 2005-06-07 21:57:13 +00:00
Derick Rethans
76d392d3a9 - We've man pages just fine 2005-06-06 11:24:16 +00:00
Uwe Schindler
ada89376b4 MFH: Fix bug #33166 for other branches and new bug #33255, no man pages for 4.4 2005-06-06 11:06:22 +00:00
Derick Rethans
c479074f98 - Merge back changes which where in 4.3 but somehow didn't make it into the new
branch.
2005-06-06 10:59:47 +00:00
SVN Migration
0cf43df604 This commit was manufactured by cvs2svn to create branch 'PHP_4_4'. 2005-06-02 21:32:50 +00:00
foobar
a4f461f9df MFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana) 2005-04-30 04:28:24 +00:00
foobar
58ba05c901 MFH: Moved phpextdist to dev/ 2005-04-30 03:02:10 +00:00
foobar
4942272466 MFH 2005-04-07 22:04:26 +00:00
foobar
001a39d7fb MFH 2005-04-07 20:49:01 +00:00
foobar
fd1280c6ef remove unused subst 2005-03-17 08:13:21 +00:00
foobar
4b012f7244 MFH: - Remove these relics from era when TSRM was optional. 2005-03-16 06:37:03 +00:00
foobar
a00bdd925a MFH 2005-03-04 15:16:27 +00:00
foobar
440eae3412 MFH: - Return of the automake requirement 2005-01-25 12:55:55 +00:00
foobar
e384dee1a2 MFH: - Remove also autom4te.cache dir with phpize --clean 2005-01-22 20:30:15 +00:00
foobar
e5a163091e MFH: - Changed phpize not to require automake and libtool. (Jani)
MFH: - Fixed build system to always use bundled libtool files. (Jani)
MFH: - Rewrote of phpize routines
2005-01-20 01:43:19 +00:00
foobar
155e725a5e MFH: - Make sure $host_alias is never empty 2005-01-07 06:21:42 +00:00
foobar
912c7fc107 - Quote macro names in AC_DEFUN()
# 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;
2004-12-30 07:02:19 +00:00
foobar
84c91b3135 MFH: - Fixed bug #28385 (some files in $(prefix)/lib/php/build/* installed with wrong permissions) 2004-12-21 04:59:34 +00:00
Jan Lehnardt
7e965d8661 - MFH (fix for #28847) 2004-06-19 20:37:55 +00:00
foobar
9dfae5b28d MFH 2003-12-01 16:12:42 +00:00
foobar
176f804d75 MFH 2003-11-14 03:21:15 +00:00
Ilia Alshanetsky
174f14c76b Fixed bug #26168 (shtool availability check in phpize). 2003-11-10 04:33:57 +00:00
Wez Furlong
fa90d82b27 Fix shared/pecl build for extensions that rely on mbstring... 2003-11-08 01:09:11 +00:00
foobar
bbbf1df01d Make sure phpize/php-config are build 2003-09-19 05:35:21 +00:00
Sascha Schumann
4d98201217 centralize cflags 2003-09-03 08:07:51 +00:00
Sascha Schumann
20a35aa472 enable re2c check for self-contained extensions 2003-09-02 19:42:03 +00:00
Sascha Schumann
889eb2234e provide RE2C to external extensions 2003-09-02 19:33:52 +00:00
foobar
b21f1582dd - Backported several improvements/cleanups for the build/configure stuff.
. 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
2003-08-27 17:57:32 +00:00
Sascha Schumann
f8f72bd52e Use INSTALL to install build files 2003-08-27 13:55:24 +00:00
Sascha Schumann
16f3c4b7fb Use $(INSTALL_DATA) instead of cp 2003-08-26 00:03:33 +00:00
foobar
72f98037f4 MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) 2003-08-20 08:16:18 +00:00
foobar
dfba9a0ab0 MFH 2003-08-05 11:19:35 +00:00
Sascha Schumann
19928d2509 grep -E -> egrep 2003-07-08 05:35:48 +00:00
foobar
986b654098 MFH 2003-07-01 16:20:53 +00:00
foobar
ef7c1af78d MFH: Added --help to phpize 2003-07-01 15:55:27 +00:00
foobar
138a1157ee MFH: Fixed bug #24207: phpize wrong exit code 2003-06-16 21:44:54 +00:00
Sascha Schumann
45a703d3f1 Move awk detection before config.m4 inclusion 2003-05-19 01:42:13 +00:00
foobar
03caef107a - MFH: Fixed bug #13561 (--without-pear prevents install of php-config, phpize)
- MFH: Added --ldflags option to php-config
- MFH: Added --clean option to phpize
2003-01-28 15:02:08 +00:00
SVN Migration
0cb305a4f8 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-01-28 10:59:13 +00:00
foobar
11a1519e51 - Add one 'level' more (0 first, 9 last)
# Sascha, maybe we should use that apache2 config-stubs instead?
2002-10-21 03:07:23 +00:00
Jason Greene
94e6810a2a Ignore extensions/sapis named skeleton 2002-03-13 18:39:42 +00:00
Sebastian Bergmann
90613d2282 Maintain headers. 2002-02-28 08:29:35 +00:00