php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77458 Master-Snapshots require PGO runtime
Submitted: 2019-01-14 13:31 UTC Modified: 2019-01-15 00:46 UTC
From: celestinoxp at hotmail dot com Assigned: ab (profile)
Status: Closed Package: *General Issues
PHP Version: master-Git-2019-01-14 (snap) OS: Windows 10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
2 + 18 = ?
Subscribe to this entry?

 
 [2019-01-14 13:31 UTC] celestinoxp at hotmail dot com
Description:
------------
When try run php i receive mesage error "pgport140.dll not found"

Test script:
---------------
php -d opcache.jit_buffer_size=32M Zend/bench.php

Actual result:
--------------
error "pgport140.dll not found"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-01-14 16:03 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2019-01-14 16:03 UTC] ab@php.net
Thanks for the report. Which exact snapshot did you use?

Thanks.
 [2019-01-14 16:10 UTC] cmb@php.net
-Status: Feedback +Status: Verified
 [2019-01-14 16:10 UTC] cmb@php.net
I can reproduce with php-master-nts-windows-vc15-x64-rccdd8d6.
The missing DLL is pgort140.dll (not pgport140.dll as claimed
by the OP).  If I make the DLL available (it's part of MSVC,
but apparently not of the redistributables), PHP runs as
expected.
 [2019-01-14 16:55 UTC] cmb@php.net
-Summary: PHP not works! +Summary: Master-Snapshots require PGO runtime
 [2019-01-14 21:41 UTC] celestinoxp at hotmail dot com
Now Works!

Problem is with Revision: rccdd8d6 (January 14 2019, 12:59:56).
"php-master-ts-windows-vc15-x86-rccdd8d6" 

but i reinstalled php 7.3 and all its ok.

Now, i installed again Revision: rccdd8d6 (January 14 2019, 12:59:56)and now works!

Maybe a problem with my computer?
 [2019-01-15 00:46 UTC] ab@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: ab
 [2019-01-15 00:46 UTC] ab@php.net
Thanks for checking. Nope, it's not an issue on your side but the broken build. It should be now fixed in all the followup builds. The revision ccdd8d6 has been retriggered in the course of fixing, so it's ok, too.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC