php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60016 5.4 support
Submitted: 2011-10-08 12:32 UTC Modified: 2012-05-11 07:50 UTC
Votes:6
Avg. Score:5.0 ± 0.0
Reproduced:5 of 5 (100.0%)
Same Version:5 (100.0%)
Same OS:3 (60.0%)
From: mat999 at gmail dot com Assigned: magicaltux (profile)
Status: Closed Package: proctitle (PECL)
PHP Version: 5_4 SVN-2011-10-08 (dev) OS:
Private report: No CVE-ID: None
 [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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-09 12:12 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: magicaltux
 [2011-10-09 23:45 UTC] alan_k@php.net
can you confirm os?
 [2011-10-10 04:42 UTC] mat999 at gmail dot com
confirmed on debian lenny and squeeze.
 [2011-12-26 08:49 UTC] dennis dot fyodorov at gmail dot com
Hello,
it will compile if you replace:

static function_entry proctitle_functions[] = {

with:

static zend_function_entry proctitle_functions[] = {
 [2012-03-04 16:35 UTC] landeholm at gmail dot com
PHP 5.4 is out now ... can you PLEASE fix this so it will build?

Thank you.
 [2012-05-11 07:50 UTC] magicaltux@php.net
-Status: Assigned +Status: Closed
 [2012-05-11 07:50 UTC] magicaltux@php.net
This bug is already fixed in the SVN since 2010-04-01 05:39:48 (r297236).

Will make a new release with updated code.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC