|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-10-08 12:32 UTC] mat999 at gmail dot com
Description: ------------ No php 5.4 support Expected result: ---------------- Compilation Actual result: -------------- /tmp/pear/temp/proctitle/proctitle.c:94: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?proctitle_functions? /tmp/pear/temp/proctitle/proctitle.c:117: error: ?proctitle_functions? undeclared here (not in a function) make: *** [proctitle.lo] Error 1 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 15:00:01 2026 UTC |
Hello, it will compile if you replace: static function_entry proctitle_functions[] = { with: static zend_function_entry proctitle_functions[] = {