php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32345 php_cli.c fails to compile after being updated to version 1.118
Submitted: 2005-03-16 23:47 UTC Modified: 2005-03-17 18:27 UTC
From: tularis@php.net Assigned: andrei (profile)
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-03-16 (dev) OS: windows XP
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: tularis@php.net
New email:
PHP Version: OS:

 

 [2005-03-16 23:47 UTC] tularis@php.net
Description:
------------
When compiling PHP with VC++ 7.0 on windows XP, I recieve the following error:
c:\work\PHP-5-1\sapi\cli\php_cli.c(414) : error C2065: 'tsrm_ls' : undeclared identifier
c:\work\PHP-5-1\sapi\cli\php_cli.c(414) : warning C4022: 'php_dl' : pointer mismatch for actual parameter 4
NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
Stop.

By replacing the file with version 1.117, all compiles well.

Reproduce code:
---------------
compile it yourself and you'll see

Expected result:
----------------
should compile ok

Actual result:
--------------
throws an error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-17 08:31 UTC] derick@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.


 [2005-03-17 18:27 UTC] andrei@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.

Fixed TSRM issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC