summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-031-0/+54
|
* Require at least OpenSSL version 0.9.8Jakub Zelenka2015-09-201-5/+5
|
* Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-9/+10
| | | | Fixes also a weird ln (symlink) hack for phpdbg
* Fixed PHP_CHECK_BUILTIN_EXPECT settingDmitry Stogov2015-03-231-1/+1
|
* Move check for __builtin_expect to configureLevi Morrison2015-03-221-0/+18
| | | | This allows __builtin_expect to be used more accurately
* Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
| | | | | | Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php.
* remove some remains from the old patchAnatol Belski2014-09-251-1/+1
|
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-201-1/+1
|\ | | | | | | | | | | | | | | | | | | * origin/master: fixed copying of the struct as it's not being modified avoid strlen usage in loop Removes accidentally added files. Reverts some unwanted changes Deletes patch leftovers Replaces php5 with php7, without whitespace changes.
| * Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
| |
* | native tls initial patchkrakjoe2014-09-201-1/+1
|/
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
|\ | | | | | | | | * PHP-5.5: typofixes
| * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| |\ | | | | | | | | | | | | * PHP-5.4: typofixes
| | * typofixesVeres Lajos2014-08-171-1/+1
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-06-061-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: NEWS NEWS Fix bug #67390 insecure temporary file use in the configure script
| * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-061-1/+1
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: NEWS Fix bug #67390 insecure temporary file use in the configure script
| | * Fix bug #67390 insecure temporary file use in the configure scriptRemi Collet2014-06-061-1/+1
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-161-4/+38
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used. DTrace is part of Oracle Linux. See https://oss.oracle.com/projects/DTrace/
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-161-4/+38
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used. DTrace is part of Oracle Linux. See https://oss.oracle.com/projects/DTrace/
| | * With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris andChristopher Jones2013-08-161-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux are now used. DTrace is part of Oracle Linux. See https://oss.oracle.com/projects/DTrace/ This patch does not change DTrace linking for non-Solaris/Linux platforms. For SystemTap users on Linux, this patch removes the compilation warning: Warning: Linking the shared library libphp5.la against the non-libtool objects Zend/zend_dtrace.d.o is not portable!
* | | unify stdint type usageMichael Wallner2013-08-061-0/+19
| | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h"
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-051-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install. Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file Enable dtrace probes on linux as they are compatible with systemtap Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-051-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
| | * NEWS for recent DTrace merges.Christopher Jones2013-08-051-1/+1
| | | | | | | | | | | | Remove redundant 'cp' during DTrace install.
| | * Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-08-051-1/+1
| | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file
| | * Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2013-08-051-0/+3
| | | | | | | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes.
| | * Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2013-08-051-2/+2
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-051-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Add an empty make command for DTrace .d files to stop an implicit circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268) Merge branch 'PHP-5.4'
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-051-0/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Add an empty make command for DTrace .d files to stop an implicit circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268) Merge branch 'PHP-5.4' Conflicts: ext/mysqlnd/mysqlnd.c
| | * Add an empty make command for DTrace .d files to stop an implicitChristopher Jones2013-08-051-0/+4
| | | | | | | | | | | | | | | circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268)
* | | fix generating config.niceMichael Wallner2013-08-021-4/+4
|/ / | | | | | | | | | | | | | | | | Configure runs like: $./configure -C CFLAGS="-ggdb" --enable-debug --prefix=$(pwd)/usr did result in an empty config.nice * allow single dash flags like -C, -s etc. * allow passing evnironment variables as arguments
* | Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-07-311-1/+1
| | | | | | | | Make 'make distclean' remove generated DTrace .h file
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-06-231-3/+3
|\ \ | |/ | | | | | | * PHP-5.4: Fix bug #65088 (Generated configure script is malformed on OpenBSD).
| * Fix bug #65088 (Generated configure script is malformed on OpenBSD).Adam Harvey2013-06-231-3/+3
| | | | | | | | | | | | | | | | We fell foul of a "common urban legend"[0], which resulted in us backslash escaping double quotes that we didn't need to in acinclude.m4. This worked fine on most shells, but OpenBSD's ksh implementation really didn't like it. [0] http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Shell-Substitutions.html
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-03-281-1/+3
|\ \ | |/ | | | | | | * PHP-5.4: With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
| * With pkgconfig < 0.28 output is a single spaceRemi Collet2013-03-281-1/+3
| | | | | | | | | | | | | | | | | | With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars Need to split when LIB set (ex -lssl -lcrypto) INC empty (because /usr/include used)
* | Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2012-12-161-2/+2
| |
* | Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2012-12-041-0/+3
| | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes.
* | Fix version in check messageGustavo Lopes2012-08-261-1/+1
| |
* | Require ICU >= 4.0 in configureGustavo Lopes2012-08-261-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Moriyoshi Koizumi2012-04-031-0/+6
|\ | | | | | | | | Conflicts: NEWS
| * Reset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.Moriyoshi Koizumi2012-04-031-0/+6
| | | | | | | | | | See Gentoo bug #364139. https://bugs.gentoo.org/show_bug.cgi?id=364139 Reported by Naohiro Aota.
| * Debian/Ubuntu don't have any special CFLAGS listed here forRasmus Lerdorf2011-08-211-1/+1
| | | | | | | | | | gssapi which shouldn't break the build.
| * Revert part of the fix for #53339Scott MacVicar2011-05-191-0/+1
| | | | | | | | | | | | | | | | On OSX we need ssl AND crypto The patch that was applied didn't even match what was in the bug
| * Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch
| * Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
| |
| * Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP ↵Christopher Jones2011-03-231-1/+1
| | | | | | | | Server) (Chris Jones)
| * Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug ↵Raphael Geissert2011-03-181-1/+1
| | | | | | | | | | | | | | #53339 Patch by Clint Byrum
| * - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-0/+1
| |