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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 08 23:01:32 2025 UTC