php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68342 PHP not compiling anymore
Submitted: 2014-11-04 14:12 UTC Modified: 2014-11-04 20:58 UTC
From: jfha73 at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: master-Git-2014-11-04 (Git) OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-11-04 14:12 UTC] jfha73 at gmail dot com
Description:
------------
For the last couple of days I have been trying to compile the latest sources from Git and all I'm getting is this:

x64\Release_TS\ext\xml\xml.obj
x64\Release_TS\ext\xmlreader\php_xmlreader.obj
x64\Release_TS\ext\xmlwriter\php_xmlwriter.obj
libiconv_a.lib
libmcrypt_a.lib
AdvAPI32.Lib
WS2_32.Lib
odbc32.lib
odbccp32.lib
zlib_a.lib
libxml2_a_dll.lib
libiconv_a.lib
kernel32.lib
ole32.lib
user32.lib
advapi32.lib
shell32.lib
ws2_32.lib
Dnsapi.lib
x64\Release_TS\php7ts.dll.res
LINK : fatal error LNK1266: error reading instrumentation file 'x64\Release_TS\p
hp7.pgd'; File not found
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

Test script:
---------------
configure --enable-apache2-4handler --with-pgo --with-bz2=shared --enable-com-dotnet=shared --with-curl=shared --with-dba=shared --with-enchant=shared --enable-fileinfo=shared --with-gettext=shared --with-gmp=shared --with-mhash=shared --with-imap=shared --with-interbase=shared --enable-intl=shared --with-ldap=shared --enable-mbstring=shared --enable-mbregex=shared --with-mcrypt=shared --with-dblib=shared --with-openssl=shared --with-pgsql=shared --enable-shmop=shared --with-snmp=shared --enable-sockets=shared --with-sqlite3=shared --with-tidy=shared --enable-uploadprogress=shared --enable-exif=shared --with-mysql=shared --with-mysqli=shared --enable-pdo=shared --with-pdo-dblib=shared --with-pdo-sqlite=shared --with-pdo-mysql=shared --with-pdo-pgsql=shared --enable-soap=shared --with-xmlrpc=shared --with-xsl=shared --with-oci8-12c=shared,D:\instantclient_12_1_x64\sdk --with-oci8=shared,D:\instantclient_10_2_x64\sdk --with-oci8-11g=shared,D:\instantclient_11_2_x64\sdk --with-pdo-oci=shared,D:\instantclient_12_1_x64\sdk

Expected result:
----------------
Compile as usual.

Actual result:
--------------
Error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-04 17:31 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2014-11-04 17:31 UTC] ab@php.net
Is --with-pgo intentional?
 [2014-11-04 19:30 UTC] jfha73 at gmail dot com
-Status: Feedback +Status: Open
 [2014-11-04 19:30 UTC] jfha73 at gmail dot com
I didn't notice it, I thought I had taken it off.
 [2014-11-04 20:27 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2014-11-04 20:27 UTC] ab@php.net
OK, i think this can be closed then. As with PGO one would need to train with some use cases, and that's not available with the express edtion anyway (not sure which one do you use).

Thanks.
 [2014-11-04 20:31 UTC] jfha73 at gmail dot com
I have a MSDN subscription so I have Ultimate.
 [2014-11-04 20:58 UTC] ab@php.net
That's great, Ultimate should have it. Thus you can train PHP for the best performance with exactly your apps, lucky you :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC