php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29471 PHP5 CVS fails compile on xp_socket.c socket_sendto function
Submitted: 2004-07-31 20:47 UTC Modified: 2004-07-31 20:55 UTC
From: kmberry at sspeakeasy dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2004-07-31 (dev) OS: linux-2.6.7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kmberry at sspeakeasy dot net
New email:
PHP Version: OS:

 

 [2004-07-31 20:47 UTC] kmberry at sspeakeasy dot net
Description:
------------
My configure:
 ./configure --with-apxs2filter=/usr/local/apache2/bin/apxs --with-apxs2=/usr/local/apache2/bin/apxs --with-xsl --with-pear --with-ncurses --with-readline --with-mysql --with-snmp  --with-libedit --with-pspell --with-unixODBC --with-mcrypt --with-msession --with-mime-magic --with-ldap --with-ldap-sasl --with-ming --with-mhash --with-libmbfl --with-imap --with-imap-ssl --with-gettext --with-gmp --with-kerberos --with-inifile --with-flatfile --with-db4  --with-ttf --with-t1lib --with-gd --with-zlib --with-dbm --with-bz2 --with-curl --with-curlwrappers --with-mod_charset --with-mnogosearch --with-openssl --enable-zend-multibyte --enable-soap  --enable-yp --enable-memory-limit --enable-sysvshm --enable-sysvsem --enable-sysvmsg --enable-shmop --enable-ucd-snmp-hack --enable-pcntl --enable-mbstring --enable-dio --enable-exif --enable-calendar --enable-ftp --enable-bcmath --enable-dbase --enable-dba --enable-fastcgi --enable-force-cgi-redirect --with-gd --enable-gd-jis-conv --enable-gd-native-ttf --enable-magic-quotes --enable-versioning --enable-sockets


End of make:
T -I/home/local2/php-src/TSRM -DTHREAD=1  -g -O2 -pthread -DZTS  -prefer-pic -c /home/local2/php-src/main/streams/xp_socket.c -o main/streams/xp_socket.lo
/home/local2/php-src/main/streams/xp_socket.c: In function `php_sockop_set_option':
/home/local2/php-src/main/streams/xp_socket.c:334: error: too few arguments to function `sock_sendto'
make: *** [main/streams/xp_socket.lo] Error 1






Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-31 20:55 UTC] wez@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 01 09:00:03 2025 UTC