1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Commit Graph

173 Commits

Author SHA1 Message Date
Antony Dovgal
c2982d7dd0 MFH latest Jani's patch to 5_0 2005-06-15 17:19:41 +00:00
foobar
9ba95c7002 MFH 2005-06-10 12:35:21 +00:00
foobar
2518165f92 MFH 2005-06-07 21:57:06 +00:00
foobar
3df7ed81db ws 2005-06-06 11:50:25 +00:00
Uwe Schindler
38d7c22ee0 Fix bug #33166 for other branches and new bug #33255 2005-06-06 11:00:48 +00:00
foobar
1950289d3d MFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana) 2005-04-30 04:30:20 +00:00
foobar
9a53c1577f MFH: Moved phpextdist to dev/ 2005-04-30 03:02:49 +00:00
foobar
a4f8a9214c MFH 2005-04-07 22:03:47 +00:00
foobar
e0fef8b821 MFH: Use PHP_AUTOCONF / PHP_AUTOHEADER environment variables 2005-04-07 20:43:27 +00:00
foobar
09cdac3d98 MFB: remove unused subst 2005-03-17 08:13:47 +00:00
foobar
bedb66ba33 MFH: - Remove these relics from era when TSRM was optional. 2005-03-16 06:36:54 +00:00
foobar
e6dad2a5c3 MFH 2005-03-04 15:15:50 +00:00
Wez Furlong
b20bb1137b MFH: install mbstring headers 2005-02-28 05:28:25 +00:00
foobar
da481f3189 MFH: - Return of the automake requirement 2005-01-25 12:54:57 +00:00
foobar
6cddc39be1 - Remove also autom4te.cache dir with phpize --clean 2005-01-22 20:29:15 +00:00
foobar
ae366c348a MFH: - Changed phpize not to require automake and libtool. (Jani)
MFH: - Fixed build system to always use bundled libtool files. (Jani)
2005-01-20 01:41:52 +00:00
foobar
66add9f4fd MFH: - Make sure $host_alias is never empty 2005-01-07 06:19:54 +00:00
foobar
8078fc1f6d - MFB4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:04:12 +00:00
Derick Rethans
5d6bbfa8e3 - Add dom/xml_common.h header as installed header in order to be able to build pecl/xml_reader 2004-12-28 15:20:28 +00:00
foobar
3bc0c0b7ea MFH: - Fixed bug #28385 (some files in $(prefix)/lib/php/build/* installed with wrong permissions) 2004-12-21 04:59:24 +00:00
Derick Rethans
9327ad7d07 - MFH: We need to install these headers too 2004-11-23 13:06:16 +00:00
Jan Lehnardt
536e7448f6 - do it right (phpize path issue) 2004-06-19 20:32:07 +00:00
Jan Lehnardt
f4f844af19 - phpize now can handle directories with spaces in their name (#28847) 2004-06-19 19:39:56 +00:00
Rob Richards
f726dc7af1 add ext/libxml/ to the headers path 2004-04-19 19:46:00 +00:00
Marcus Boerger
1ffa3cf65d Add more statistics 2004-03-30 19:33:22 +00:00
Marcus Boerger
a5c94d0184 The test script to search for underscores 2004-03-30 18:50:39 +00:00
Hartmut Holzgraefe
767450164e A script that searches for PHPAPI and ZEND_API prototypes
not enclosed by BEGIN_EXTERN_C/END_EXTERN_C
2004-02-20 08:01:58 +00:00
foobar
f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
foobar
ccfc46b0aa - Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Jan Lehnardt
84b8ffd491 - remove unneeded subroutine call 2004-01-03 14:03:46 +00:00
Derick Rethans
22843351bf - Show the API numbers again while phpizing. 2004-01-03 13:45:12 +00:00
Jan Lehnardt
1e1e3436f3 - restructured phpize
- added -v and --version to print out API numbers
 - discussed with Jani and Andi
2003-12-19 14:01:24 +00:00
foobar
e01ab8c9cf - Made --program-prefix and --program-suffix work. (See bug #23030) 2003-12-01 15:17:13 +00:00
foobar
8fec4cc3ec Missing "confdefs.h" in the cleanup-files-list 2003-11-14 03:21:00 +00:00
Ilia Alshanetsky
099adae29c Fixed bug #26168 (shtool availability check in phpize). 2003-11-10 04:33:49 +00:00
foobar
55dfa3722d MFB 2003-09-19 05:35:50 +00:00
Sascha Schumann
a283caf392 centralize cflags 2003-09-03 08:08:12 +00:00
Sascha Schumann
7382178f73 enable re2c check for self-contained extensions 2003-09-02 19:42:17 +00:00
Sascha Schumann
64151b3796 provide RE2C to external extensions 2003-09-02 19:34:27 +00:00
foobar
9a47ae68ef - Single header files installation. 2003-08-31 10:54:16 +00:00
Wez Furlong
b0d74a9485 install sqlite headers with the rest of php.
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)
2003-08-31 01:44:45 +00:00
foobar
d14eba3407 - Use the shtool in $builddir/build instead 2003-08-27 18:00:06 +00:00
Sascha Schumann
d1d823b0a3 Use INSTALL to install build files 2003-08-27 13:58:44 +00:00
Sascha Schumann
0ad5fa63c9 Use $(INSTALL_DATA) instead of cp 2003-08-26 00:04:25 +00:00
foobar
0985b0726f - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) 2003-08-20 08:13:41 +00:00
foobar
f8202e134d $host_* vars are used in extension config.m4s too. 2003-08-05 11:19:13 +00:00
Sascha Schumann
3290685fda grep -E -> egrep 2003-07-08 05:37:06 +00:00
foobar
f6cafd6041 Fix previous commit. (never do 2 things same time :) 2003-07-01 16:20:32 +00:00
foobar
063e4e251e Added --help to phpize 2003-07-01 15:55:09 +00:00
Hartmut Holzgraefe
7218a70ff6 ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen 2003-06-29 12:21:58 +00:00