Florian MARGAINE
cf0303e782
Replaces php5 with php7, without whitespace changes.
11 years ago
Veres Lajos
3f42f2f5d1
typofixes
12 years ago
Remi Collet
08334293f8
Fix bug #67390 insecure temporary file use in the configure script
12 years ago
Remi Collet
91bcadd85e
Fix bug #67390 insecure temporary file use in the configure script
12 years ago
Christopher Jones
0ebef462ce
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/
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!
13 years ago
Michael Wallner
14caf174ff
unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
13 years ago
Christopher Jones
47d66a0b4e
NEWS for recent DTrace merges.
Remove redundant 'cp' during DTrace install.
13 years ago
Christopher Jones
3bbe5931bc
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
13 years ago
David Soria Parra
a5c524f1be
Enable dtrace probes on linux as they are compatible with systemtap
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
13 years ago
Remi Collet
3c5e229212
Fixed bug #63706 : Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
13 years ago
Christopher Jones
ec4019e8f6
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)
13 years ago
Michael Wallner
a8bc184207
fix generating config.nice
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
13 years ago
Christopher Jones
e3a4b87e89
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
13 years ago
Adam Harvey
2531307be6
Fix bug #65088 (Generated configure script is malformed on OpenBSD).
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
13 years ago
Stanislav Malyshev
02e4d7a290
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
13 years ago
Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
13 years ago
Remi Collet
640e72ce91
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
Need to split when
LIB set (ex -lssl -lcrypto)
INC empty (because /usr/include used)
13 years ago
Remi Collet
4ef9f00c46
Fixed bug #63706 : Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
13 years ago
Remi Collet
717b367085
Fixed bug #63706 : Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
13 years ago
David Soria Parra
3de00bc615
Enable dtrace probes on linux as they are compatible with systemtap
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
13 years ago
Gustavo Lopes
011af74b23
Fix version in check message
14 years ago
Gustavo Lopes
8831b000ca
Require ICU >= 4.0 in configure
14 years ago
Moriyoshi Koizumi
a6c95c8a00
Reset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.
See Gentoo bug #364139 . https://bugs.gentoo.org/show_bug.cgi?id=364139
Reported by Naohiro Aota.
14 years ago
Hannes Magnusson
c531e9b5ed
Looks like we need to explicity add libstdc++ on recent linux' too, like fedora 14 and ubuntu 11
This fixes build failures for ext/intl and several pecl exts
14 years ago
Hannes Magnusson
6238cf5a7a
Looks like we need to explicity add libstdc++ on recent linux' too, like fedora 14 and ubuntu 11
This fixes build failures for ext/intl and several pecl exts
14 years ago
Rasmus Lerdorf
7fbf19566d
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
15 years ago
Rasmus Lerdorf
809ece9385
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
15 years ago
Rasmus Lerdorf
0bea1fea8f
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
15 years ago
David Soria Parra
97913140b5
Fix #55269 (--enable-dtrace fail on FreeBSD)
15 years ago
David Soria Parra
ec0b5ffca9
Fix #55269 (--enable-dtrace fail on FreeBSD)
15 years ago
Scott MacVicar
8e314ae7fc
Revert part of the fix for #53339
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
15 years ago
Scott MacVicar
9350fb415b
Revert part of the fix for #53339
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
15 years ago
Scott MacVicar
6fad717299
Revert part of the fix for #53339
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
15 years ago
Rasmus Lerdorf
d257aa42ff
Oops, can't cache it here because it won't work
in autoconf2.13 and we still support that version
in this branch
15 years ago
Rasmus Lerdorf
8e256774b0
Cache the PDO include path
15 years ago
Rasmus Lerdorf
08792f6f9b
Cache the pdo include path
15 years ago
Rasmus Lerdorf
78a15091f9
Cache the pdo include path
15 years ago
Christopher Jones
0a4d7e88c9
Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) (Chris Jones)
15 years ago
Christopher Jones
8ca08487b7
Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP Server) (Chris Jones)
15 years ago
Raphael Geissert
a286fa3523
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum
15 years ago
Raphael Geissert
5b55a18622
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum
15 years ago
Pierre Joye
5a3c4892af
- fix build with ICU < 4.2, add ICU_VERSION for m4 checks
15 years ago
Pierre Joye
71f5af6c70
- fix build with ICU < 4.2, add ICU_VERSION for m4 checks
15 years ago
Jani Taskinen
caf792940f
- Merged check from trunk to prevent building multiple SAPIs (bug #52419 )
15 years ago
Jani Taskinen
15c9da1149
- One more fix for bug #53338 (when copying stuff from other macros, do it all the way.. :)
15 years ago
Jani Taskinen
7c76059c1f
- Fixed DTrace support in MacOSX (bug #53338 )
15 years ago
Jani Taskinen
c3dd89eeb7
- Fix building SAPI module
15 years ago
Jani Taskinen
25aee9cad9
- Implemented FR #53271 , FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time)
# Bug #53271 , Bug #52410
15 years ago
Jani Taskinen
e0858b424a
- Using ifelse() here is safer, also eases debugging generated configure.
15 years ago
Jani Taskinen
200dcee22d
- Simplified the DTrace configure macros, one is enough
15 years ago