| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
* PHP-5.5:
typofixes
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.4:
typofixes
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
NEWS
NEWS
Fix bug #67390 insecure temporary file use in the configure script
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.4:
NEWS
Fix bug #67390 insecure temporary file use in the configure script
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 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/
|
| |\ \
| | |/
| | |
| | |
| | | |
* 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/
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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!
|
| | |
| | |
| | |
| | | |
if you need C99 stdint types, just include "php_stdint.h"
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
|
| | |
| | |
| | |
| | | |
Remove redundant 'cp' during DTrace install.
|
| | |
| | |
| | |
| | | |
Make 'make distclean' remove generated DTrace .h file
|
| | |
| | |
| | |
| | |
| | | |
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* 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'
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | |
| | | |
circular dependency in GNU Make which causes .d files to be
overwritten (Bug 61268)
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Make 'make distclean' remove generated DTrace .h file
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
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
|
| |
| |
| |
| |
| | |
* pull-request/341: (23 commits)
typofixes
|
| |
| |
| |
| |
| | |
* pull-request/341: (23 commits)
typofixes
|
|\ \
| |/
| |
| |
| | |
* 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 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)
|
| | |
|
| |
| |
| |
| |
| | |
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Conflicts:
NEWS
|
| |
| |
| |
| |
| | |
See Gentoo bug #364139. https://bugs.gentoo.org/show_bug.cgi?id=364139
Reported by Naohiro Aota.
|
| |
| |
| |
| |
| | |
gssapi which shouldn't break the build.
|
| |
| |
| |
| |
| |
| |
| |
| | |
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
|
| |
| |
| |
| |
| |
| | |
in autoconf2.13 and we still support that version
in this branch
|
| | |
|
| |
| |
| |
| | |
Server) (Chris Jones)
|
| |
| |
| |
| |
| |
| |
| | |
#53339
Patch by Clint Byrum
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Patch by: dave dot mulford at gmail dot com
|
| |
| |
| |
| |
| |
| |
| | |
fedora 14 and ubuntu 11
This fixes build failures for ext/intl and several pecl exts
|
| |
| |
| |
| |
| | |
gssapi which shouldn't break the build.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
|
| | |
|