php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32165 update doesn't work after update from 4.3.9
Submitted: 2005-03-03 07:42 UTC Modified: 2005-03-03 10:46 UTC
From: mhoerenz at ria-btr dot de Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.3.10 OS: w2k
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mhoerenz at ria-btr dot de
New email:
PHP Version: OS:

 

 [2005-03-03 07:42 UTC] mhoerenz at ria-btr dot de
Description:
------------
Hello,

after an update from 4.3.9 to 4.3.10 this scripte doesn't worked no more. There is no errormessage.

Regards
M. H?renz






Reproduce code:
---------------
$verb=mssql_connect("svpidw101", "sa" , "");
mssql_select_db("database", $verb);

$statement="update MOVEX_CSYCSN set CKCONO=1,CKCSNO='32063000',CKINYN=1,CKSUPL=''
,CKTX40='Batch ',CKTX15='Batch auf Grund',
CKSPFA=0,CKTXID=0,CKRGDT=20050214,CKRGTM=102130,CKLMDT=20050214,CKCHNO=2,CKCHID=
'USER' where CKCONO=1
                                                                 
and CKCSNO='32063000'";

$result = mssql_query($statement) or die ();


Expected result:
----------------
The sql-updatestatement should be done. But ist shouldn't under 4.3.10


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-03 10:46 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC