php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61237 output_globals_id php5ts.dll
Submitted: 2012-03-02 07:41 UTC Modified: 2012-03-12 11:34 UTC
From: zydjunzi at 163 dot com Assigned:
Status: Not a bug Package: Built-in web server
PHP Version: 5.4.0 OS: WinXP 32bit
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:
38 - 27 = ?
Subscribe to this entry?

 
 [2012-03-02 07:41 UTC] zydjunzi at 163 dot com
Description:
------------
当我运行“php -S localhost:80”语句的时候提示如下
无法定位程序输入点 output_globals_id 于动态链接库 php5ts.dll 上。 

Test script:
---------------
php -S localhost:80

Expected result:
----------------
---------------------------
php.exe - 无法找到入口
---------------------------
无法定位程序输入点 output_globals_id 于动态链接库 php5ts.dll 上。 
---------------------------
确定   
---------------------------



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-02 09:00 UTC] laruence@php.net
我不能重现你说的问题. 
你下载的是zts版本,还是nts版本?
 [2012-03-02 09:00 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2012-03-02 09:01 UTC] laruence@php.net
或者你是自己编译的? (did you build php from source?)
 [2012-03-02 14:23 UTC] zydjunzi at 163 dot com
对不起啊,是我没搞清楚,我使用了5.3.10的php.ini配置文件,换成新的就没有出现问题了
 [2012-03-02 14:58 UTC] laruence@php.net
-Status: Feedback +Status: Not a bug
 [2012-03-02 14:58 UTC] laruence@php.net
好的, 虽然听起来, 问题不应该是和ini相关,, 呵呵.. 关闭这个report了.  thanks
 [2012-03-03 00:48 UTC] zydjunzi at 163 dot com
再次发现,确实不是php.ini的问题,是xdebug.dll有问题,只要添加了这个扩展就会报错,移除又不报错了
 [2012-03-12 11:33 UTC] pajoye@php.net
Automatic comment from SVN on behalf of pajoye
Revision: http://svn.php.net/viewvc/?view=revision&revision=324142
Log: - fix bug #61237, interned string should be disabled in zts (fixing the double free while being at it)
 [2012-03-12 11:34 UTC] pajoye@php.net
typo in commit msg, the commit here is related to #61238
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 04:01:29 2024 UTC