From:             jmichae3 at yahoo dot com
Operating system: win32
PHP version:      4.3.8
PHP Bug Type:     *General Issues
Bug description:  files missing from src tarball

Description:
------------
arpa/ directory isn't included in the source distribution tarball.  This
prevents VC++ compilation of things like arpa/inet.h, which is required by
nearly everything.
No documentation is included with the source dist that explains how to
build the project (it doesn't compile out-of-the-box), or where to obtain
the required extra libraries (such as zlib).

fastcgi project is missing in v5.0.0
zend project isn't found properly in v5.0.0


Actual result:
--------------
I also get the following errors trying to compile the project:
c:\prj\php-4.3.8\ext\bz2\php_bz2.h(28) : fatal error C1083: Cannot open
include file: 'bzlib.h': No such file or directory
c:\prj\php-4.3.8\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
C:\prj\php-4.3.8\ext\curl\curl.c(40) : fatal error C1083: Cannot open
include file: 'curl/curl.h': No such file or directory
LINK : fatal error LNK1104: cannot open file "php4ts_debug.lib"
c:\prj\php-4.3.8\ext\dba\dba_db3.c(35) : fatal error C1083: Cannot open
include file: 'db.h': No such file or directory
c:\prj\php-4.3.8\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
c:\prj\php-4.3.8\ext\domxml\php_domxml.h(25) : fatal error C1083: Cannot
open include file: 'libxml/parser.h': No such file or directory
C:\prj\php-4.3.8\ext\dotnet\dotnet.cpp(46) : fatal error C1083: Cannot
open include file: 'Mscoree.h': No such file or directory
C:\prj\php-4.3.8\ext\fbsql\php_fbsql.h(35) : fatal error C1083: Cannot
open include file: 'FBCAccess/FBCAccess.h': No such file or directory
c:\prj\php-4.3.8\ext\fdf\php_fdf.h(33) : fatal error C1083: Cannot open
include file: 'FdfTk.h': No such file or directory
c:\prj\php-4.3.8\ext\gd\libgd\gd_gd2.c(21) : fatal error C1083: Cannot
open include file: 'zlib.h': No such file or directory
c:\prj\php-4.3.8\ext\gd\libgd\gd_jpeg.c(42) : fatal error C1083: Cannot
open include file: 'jpeglib.h': No such file or directory
c:\prj\php-4.3.8\ext\gd\libgd\gd_png.c(10) : fatal error C1083: Cannot
open include file: 'png.h': No such file or directory
c:\prj\php-4.3.8\ext\gd\libgd\gdft.c(63) : fatal error C1083: Cannot open
include file: 'ft2build.h': No such file or directory
c:\prj\php-4.3.8\ext\gettext\gettext.c(30) : fatal error C1083: Cannot
open include file: 'libintl.h': No such file or directory
c:\prj\php-4.3.8\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
c:\prj\php-4.3.8\ext\iconv\iconv.c(42) : fatal error C1083: Cannot open
include file: 'iconv.h': No such file or directory
fatal error C1083: Cannot open source file:
'C:\prj\php-4.3.8\ext\informix\ifx.c': No such file or directory
C:\prj\php-4.3.8\ext\imap\php_imap.h(39) : fatal error C1083: Cannot open
include file: 'c-client.h': No such file or directory
c:\prj\php-4.3.8\ext\ingres_ii\ii.h(29) : fatal error C1083: Cannot open
include file: 'iiapi.h': No such file or directory
..\..\main\php_network.h(28) : fatal error C1083: Cannot open include
file: 'arpa/inet.h': No such file or directory
c:\prj\php-4.3.8\ext\ldap\php_ldap.h(27) : fatal error C1083: Cannot open
include file: 'lber.h': No such file or directory
C:\prj\php-4.3.8\ext\mcrypt\mcrypt.c(34) : fatal error C1083: Cannot open
include file: 'mcrypt.h': No such file or directory
c:\prj\php-4.3.8\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
c:\prj\php-4.3.8\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
C:\prj\php-4.3.8\ext\notes\php_notes.c(29) : fatal error C1083: Cannot
open include file: 'php.h': No such file or directory
c:\prj\php-4.3.8\ext\oci8\php_oci8.h(52) : fatal error C1083: Cannot open
include file: 'oci.h': No such file or directory
c:\prj\php-4.3.8\ext\openssl\php_openssl.h(82) : fatal error C1083: Cannot
open include file: 'openssl/ssl.h': No such file or directory
C:\prj\php-4.3.8\ext\oracle\php_oracle.h(22) : fatal error C1083: Cannot
open include file: 'oratypes.h': No such file or directory
c:\prj\php-4.3.8\ext\pdf\php_pdf.h(26) : fatal error C1083: Cannot open
include file: 'pdflib.h': No such file or directory
C:\prj\php-4.3.8\ext\snmp\snmp.c(85) : fatal error C1083: Cannot open
include file: 'asn1.h': No such file or directory
C:\prj\php-4.3.8\ext\sybase_ct\php_sybase_ct.h(62) : fatal error C1083:
Cannot open include file: 'ctpublic.h': No such file or directory
C:\prj\php-4.3.8\ext\xmlrpc\libxmlrpc\encodings.c(51) : fatal error C1083:
Cannot open include file: 'iconv.h': No such file or directory
c:\prj\php-4.3.8\ext\xslt\php_sablot.h(28) : fatal error C1083: Cannot
open include file: 'sablot.h': No such file or directory
c:\prj\php-4.3.8\ext\yaz\php_yaz.c(33) : fatal error C1083: Cannot open
include file: 'yaz/yaz-version.h': No such file or directory
C:\prj\php-4.3.8\ext\zlib\php_zlib.h(25) : fatal error C1083: Cannot open
include file: 'zlib.h': No such file or directory
c:\prj\php-4.3.8\ext\zlib\php_zlib.h(25) : fatal error C1083: Cannot open
include file: 'zlib.h': No such file or directory
c:\prj\php-4.3.8\win32\glob.h(46) : fatal error C1083: Cannot open include
file: 'sys/cdefs.h': No such file or directory
c:\prj\php-4.3.8\ext\standard\dns.c(39) : fatal error C1083: Cannot open
include file: 'netdb.h': No such file or directory
c:\prj\php-4.3.8\win32\glob.h(46) : fatal error C1083: Cannot open include
file: 'sys/cdefs.h': No such file or directory
..\win32/glob.h(46) : fatal error C1083: Cannot open include file:
'sys/cdefs.h': No such file or directory
C:\prj\php-4.3.8\ext\standard\dns.c(39) : fatal error C1083: Cannot open
include file: 'netdb.h': No such file or directory
C:\prj\php-4.3.8\ext\standard\parsedate.c(945) : warning C4013:
'php_gd_lex' undefined; assuming extern returning int


-- 
Edit bug report at http://bugs.php.net/?id=29438&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29438&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29438&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29438&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29438&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29438&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29438&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29438&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29438&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29438&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29438&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29438&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29438&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29438&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29438&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29438&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29438&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29438&r=float

Reply via email to