From:             mhoerenz at ria-btr dot de
Operating system: w2k
PHP version:      4.3.10
PHP Bug Type:     MSSQL related
Bug description:  update doesn't work after update from 4.3.9

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


-- 
Edit bug report at http://bugs.php.net/?id=32165&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32165&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32165&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32165&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32165&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32165&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32165&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32165&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32165&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32165&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32165&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32165&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32165&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32165&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32165&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32165&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32165&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32165&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32165&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32165&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32165&r=mysqlcfg

Reply via email to