|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-07-23 10:55 UTC] eugene at zhegan dot in
[2013-07-31 00:10 UTC] sixd@php.net
[2013-07-31 00:26 UTC] sixd@php.net
-Assigned To:
+Assigned To: sixd
[2013-07-31 17:02 UTC] sixd@php.net
[2013-07-31 17:02 UTC] sixd@php.net
-Status: Assigned
+Status: Closed
[2013-07-31 17:05 UTC] sixd@php.net
[2013-07-31 17:07 UTC] sixd@php.net
[2013-08-05 22:27 UTC] sixd@php.net
[2013-08-05 22:47 UTC] sixd@php.net
[2013-11-17 09:30 UTC] laruence@php.net
[2014-10-07 23:17 UTC] stas@php.net
[2014-10-07 23:28 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
Description: ------------ Solaris 10 (and 11 too) sed has no -i switch, so the lines in a Makefile should look like the ones supplied, or the php fails to build with dtrace. Zend/zend_dtrace_gen.h: /home/emz/src/php-5.4.5/Zend/zend_dtrace.d dtrace -h -C -s /home/emz/src/php-5.4.5/Zend/zend_dtrace.d -o $@ && $(SED) 's,PHP_,DTRACE_,g' $@ > $@.new mv $@.new $@ This is compatible with Linux/FreeBSD too.