32 Commits (afa4e41c2fdd676c428614ff67f6517e995bcbdf)

Author SHA1 Message Date
Derick Rethans d5c8121b39 - Get rid of the four different versions of zend_extension* and only use 17 years ago
David Soria Parra 3f629d9e09 MFB: Fix cc detection in phpize according to changes in configure.in 17 years ago
Jani Taskinen d15188b1dd - Applied the missing parts to phpize.m4 for zend extension builds 18 years ago
Jani Taskinen 9bee643d59 - Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in) 18 years ago
David Soria Parra c8dec3c517 MFB: - Fixed the fix for not requiring C++ always 18 years ago
Jani Taskinen 9a1d920934 - Fixed a minor problem in not enabling c++/g++ when not needed. 18 years ago
Jani Taskinen 731671e767 - Fix bug #42292 ($PHP_CONFIG not set) 19 years ago
Jani Taskinen 99139b574d - Fixed bug #42195 (C++ compiler required always) 19 years ago
Antony Dovgal 992a6dc10d fix --with-php-config option 19 years ago
Jani Taskinen 3d17c96fda - Cleanup + removed PHP_SETUP_ICU call (has to be done per extension, not globally!) 19 years ago
foobar 5be547723c - Add missing CXXFLAGS_CLEAN variable. 19 years ago
Andrei Zmievski 65f3adea43 Use PHP_SETUP_ICU in self-contained extensions 19 years ago
foobar ec4395e9ff - Determine the shared/link lib suffixes in one macro. 20 years ago
Andrei Zmievski 3411f2bca1 Separate suffixes of shared libraries that we link against and the ones 20 years ago
foobar bcade7ced4 - Fixed header installing under phpize builds 20 years ago
foobar ee5fd96e37 - Made it possible to do "make test" for phpized extensions 21 years ago
foobar c28f59a1d5 - Proper fix for phpize when dealing with PECL 21 years ago
foobar b74a5eac59 - Make sure EGREP and SED get set early enough. 21 years ago
foobar 626253940e - Added PHP_INSTALL_HEADERS() macro 21 years ago
foobar e8895d86b3 Removed unused DEFS subst 21 years ago
foobar e891278f1d Add missing subst 21 years ago
foobar 2a6da0f24c - Restructured and added a few comments here and there. 21 years ago
foobar 76906e0443 - Add --with-libdir to phpized builds too 21 years ago
foobar 7a3d9addb8 - Make sure $host_alias is never empty 21 years ago
foobar 69eec3f3b9 MFB_4_3: Quote macro names in AC_DEFUN() 21 years ago
Sascha Schumann a283caf392 centralize cflags 23 years ago
Sascha Schumann 7382178f73 enable re2c check for self-contained extensions 23 years ago
Sascha Schumann 64151b3796 provide RE2C to external extensions 23 years ago
foobar f8202e134d $host_* vars are used in extension config.m4s too. 23 years ago
foobar e3cd8fac9b - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. 23 years ago
Sascha Schumann 444d769bd3 MFB move awk detection 23 years ago
foobar 20c43285f7 - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config) 23 years ago
Sascha Schumann e5b86174af CFLAGS_CLEAN was not properly defined 23 years ago
Derick Rethans 4a5cb37ac4 - Revert that patch, this was not optional at all. 24 years ago
Derick Rethans cb856e6717 - Add optional targets to allow the usage of Makefile.frag for shared 24 years ago
foobar 775a06418f Fix some phpize problems. 24 years ago
Martin Jansen 0b69dbc931 * Add missing PHP_SUBST(awk). 24 years ago
Stig Bakken 1cb6af0cbe * look for awk, fix for #19819 24 years ago
Sascha Schumann 8fae36cbd1 Improve the life of external extension maintainers by 24 years ago
foobar 4a0291d238 - Make it possible to build ext/openssl as shared extension 24 years ago
Sascha Schumann 2ea99fe17a a bit of refactoring and making always_shared a nop in every day life 24 years ago
Sascha Schumann e10ca10084 Provide context-specific functions which yield the directories 24 years ago
Sascha Schumann 9d9d39a0de Please welcome the new build system. 24 years ago
Andrei Zmievski 6bd64164d5 Always output config.nice for standalone extensions. (Really helps with 24 years ago
Stig Bakken 83b18832aa @Define HAVE_CONFIG_H when building standalone DSO extensions (Stig) 25 years ago
Stig Bakken 7a7590002c HEADS UP: renamed config header file in "phpize"d extensions to 25 years ago
Sascha Schumann ea6985a225 PATH is not optional (we print that message, because php-config isn't in the 26 years ago
Rui Hirokawa d4cd24c22d correct the problem configure script doesn't output Makefile as shared extension. 26 years ago
Sascha Schumann e4e7047e4a Use the new PHP_GEN_* macros in pear 26 years ago
Sascha Schumann 3b9bcd7443 Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now. 26 years ago