php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66078 enable sockets not working
Submitted: 2013-11-11 10:51 UTC Modified: 2021-10-17 04:22 UTC
Votes:6
Avg. Score:4.3 ± 0.9
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:3 (60.0%)
From: kesavi dot thakkellapati at accenture dot com Assigned: cmb (profile)
Status: No Feedback Package: Sockets related
PHP Version: 5.5.5 OS: Solaris
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-11-11 10:51 UTC] kesavi dot thakkellapati at accenture dot com
Description:
------------
Tried with 5.5.5 too 


/nfsdata/php-5.5.1/ext/sockets/conversions.c: In function `from_zval_write_control_array':
/nfsdata/php-5.5.1/ext/sockets/conversions.c:973: error: structure has no member named `msg_control'
/nfsdata/php-5.5.1/ext/sockets/conversions.c:974: error: structure has no member named `msg_controllen'
/nfsdata/php-5.5.1/ext/sockets/conversions.c: In function `to_zval_read_control_array':
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1037: warning: assignment makes pointer from integer without a cast
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1039: warning: assignment makes pointer from integer without a cast
/nfsdata/php-5.5.1/ext/sockets/conversions.c: In function `from_zval_write_controllen':
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1146: error: structure has no member named `msg_control'
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1147: error: structure has no member named `msg_controllen'
/nfsdata/php-5.5.1/ext/sockets/conversions.c: In function `to_zval_read_msghdr':
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1248: error: structure has no member named `msg_flags'
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1248: error: initializer element is not constant
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1248: error: (near initialization for `descriptors[3].field_offset')
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1248: error: initializer element is not constant
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1248: error: (near initialization for `descriptors[3]')
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1249: error: initializer element is not constant
/nfsdata/php-5.5.1/ext/sockets/conversions.c:1249: error: (near initialization for `descriptors[4]')
gmake: *** [ext/sockets/conversions.lo] Error 1




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-10-07 12:08 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-10-07 12:08 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-10-17 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC