php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14012 a struct has problem for sysvshm
Submitted: 2001-11-10 21:03 UTC Modified: 2001-11-10 21:58 UTC
From: yasuo_ohgaki at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-11-10 OS: linux 2.4.4/glibc 2.2.2
Private report: No CVE-ID: None
 [2001-11-10 21:03 UTC] yasuo_ohgaki at yahoo dot com
Just a build problem. I don't know the code, so patch is not attached.

make[3]: Entering directory `/home/yohgaki/cvs/php/PHP4/ext/sysvshm'
gcc -I. -I/home/yohgaki/cvs/php/PHP4/ext/sysvshm -I/home/yohgaki/cvs/php/PHP4/main -I/home/yohgaki/cvs/php/PHP4 -I/home/yohgaki/cvs/php/PHP4/Zend -I/usr/local/include -I/usr/include/freetype2/freetype -I/home/yohgaki/cvs/php/PHP4/ext/xml/expat  -I/home/yohgaki/cvs/php/PHP4/TSRM -g -Wall  -c sysvshm.c && touch sysvshm.lo
sysvshm.c: In function `zif_shm_get_var':
sysvshm.c:305: structure has no member named `first'
sysvshm.c:306: warning: passing arg 4 of `php_var_unserialize' from incompatible pointer type
sysvshm.c:307: warning: passing arg 1 of `var_destroy' from incompatible pointer type
sysvshm.c:311: warning: passing arg 1 of `var_destroy' from incompatible pointer type
make[3]: *** [sysvshm.lo] Error 1
make[3]: Leaving directory `/home/yohgaki/cvs/php/PHP4/ext/sysvshm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yohgaki/cvs/php/PHP4/ext/sysvshm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yohgaki/cvs/php/PHP4/ext'
make: *** [all-recursive] Error 1
[yohgaki@dev PHP4]$ 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-10 21:58 UTC] mfischer@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 22:01:30 2025 UTC