#43981 [NEW]: gmp_div_r does not preserve the sign of 1st argument

2008-01-29 Thread ikr at xiag dot ch
From: ikr at xiag dot ch Operating system: Linux 2.6.22.13-0.3-default SMP PHP version: 5.2.5 PHP Bug Type: Math related Bug description: gmp_div_r does not preserve the sign of 1st argument Description: PHP manual at http://ch2.php.net/manual/en/function.gmp-div

#43941 [Opn->Csd]: json_encode silently cuts non-UTF8 strings

2008-01-29 Thread stas
ID: 43941 Updated by: [EMAIL PROTECTED] Reported By: stas at zend dot com -Status: Open +Status: Closed Bug Type: JSON related Operating System: * PHP Version: 5.3CVS-2008-01-25 (CVS) New Comment: This bug has been fixed in CVS. Sna

#43980 [NEW]: Difficult to unserialize session data in user session save function

2008-01-29 Thread rhm31 at cam dot ac dot uk
From: rhm31 at cam dot ac dot uk Operating system: Linux PHP version: 4.4.8 PHP Bug Type: Session related Bug description: Difficult to unserialize session data in user session save function Description: A custom session handler has a save function, which is giv

#43861 [Opn]: suhosin patch detects heap overflow on mssql_free_result()

2008-01-29 Thread rasmus
ID: 43861 Updated by: [EMAIL PROTECTED] Reported By: skennedy at vcn dot com Status: Open Bug Type: MSSQL related Operating System: FreeBSD 6.2 PHP Version: 5.2.5 New Comment: I know that Valgrind output looks scary, but that is actually a cl

#43861 [Fbk->Opn]: suhosin patch detects heap overflow on mssql_free_result()

2008-01-29 Thread skennedy at vcn dot com
ID: 43861 User updated by: skennedy at vcn dot com Reported By: skennedy at vcn dot com -Status: Feedback +Status: Open Bug Type: MSSQL related Operating System: FreeBSD 6.2 PHP Version: 5.2.5 New Comment: http://www.bandwidthbuilders.com

#43978 [NEW]: Compile PHP to native code

2008-01-29 Thread zy at adels dot zp dot ua
From: zy at adels dot zp dot ua Operating system: Windows/Linux PHP version: 5.2.5 PHP Bug Type: Feature/Change Request Bug description: Compile PHP to native code Description: Why not to compile PHP to a native code. This will dramatically increase its execution

#43957 [Asn->Csd]: utf8_decode() provides random output for bad input

2008-01-29 Thread rasmus
ID: 43957 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Unknown/Other Function Operating System: linux debian 4.0 PHP Version: 5.2.5 Assigned To: rasmus New Comment: Fi

#38111 [Com]: PHP crashes IIS worker process and application pool

2008-01-29 Thread kitcargile at hotmail dot com
ID: 38111 Comment by: kitcargile at hotmail dot com Reported By: svendavidh at hotmail dot com Status: No Feedback Bug Type: IIS related Operating System: Windows Server 2003 Std. Ed. R2 PHP Version: 5.1.4 New Comment: Found a MS KB doc relat

#43976 [Opn->Bgs]: Problem with float

2008-01-29 Thread johannes
ID: 43976 Updated by: [EMAIL PROTECTED] Reported By: gh-ush at gmx dot de -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Debian PHP Version: 5.2.5 New Comment: Floating point values have a limited pre

#43957 [Opn->Asn]: utf8_decode() provides random output for bad input

2008-01-29 Thread rasmus
ID: 43957 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Unknown/Other Function Operating System: linux debian 4.0 PHP Version: 5.2.5 -Assigned To: +Assigned To: rasmus

#43977 [NEW]: chdir() not working with absolute path / CWD not properly reset

2008-01-29 Thread sysdev at gmx dot net
From: sysdev at gmx dot net Operating system: Windows Server 2003 PHP version: 5.2.5 PHP Bug Type: Directory function related Bug description: chdir() not working with absolute path / CWD not properly reset Description: IIS 6 with PHP 5 SAPI: In some cases, the

#43594 [Bgs]: leaked file descriptor from PHP

2008-01-29 Thread rasmus
ID: 43594 Updated by: [EMAIL PROTECTED] Reported By: scog28 at hotmail dot com Status: Bogus Bug Type: Mail related Operating System: FC7 PHP Version: 5.2.5 New Comment: I don't see how this has anything to do with APC, but to make sure, try

#43976 [NEW]: Problem with float

2008-01-29 Thread gh-ush at gmx dot de
From: gh-ush at gmx dot de Operating system: Debian PHP version: 5.2.5 PHP Bug Type: Unknown/Other Function Bug description: Problem with float Description: Problem with float Reproduce code: --- $a = 74.1; var_dump($a); echo ""; $a = $a * 100; var_d

#43946 [Bgs]: open_basedir tremendously degraded performance on FreeBSD

2008-01-29 Thread rasmus
ID: 43946 Updated by: [EMAIL PROTECTED] Reported By: hugo at barafranca dot com Status: Bogus Bug Type: Safe Mode/open_basedir Operating System: FreeBSD 7.0-RC1 amd64 PHP Version: 5.2.5 New Comment: Try increasing the size of the realpath cac

#43974 [Opn->Bgs]: #ifdef FOO && BAR is not portable

2008-01-29 Thread johannes
ID: 43974 Updated by: [EMAIL PROTECTED] Reported By: wietse at porcupine dot org -Status: Open +Status: Bogus Bug Type: *Compile Issues Operating System: FreeBSD 6.2 PHP Version: 5.2.5 New Comment: This has been reported before and i

#43974 [NEW]: #ifdef FOO && BAR is not portable

2008-01-29 Thread wietse at porcupine dot org
From: wietse at porcupine dot org Operating system: FreeBSD 6.2 PHP version: 5.2.5 PHP Bug Type: *Compile Issues Bug description: #ifdef FOO && BAR is not portable Description: ext/mysqli/mysqli.c:696 and ext/mysqli/mysqli.c:712 contain the following non-portable

#43968 [Opn->Csd]: Extending internal class causes a crash

2008-01-29 Thread dmitry
ID: 43968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Debian PHP Version: 5.2CVS-2008-01-29 (snap) Assigned To: dmitry New Comment: T

#43968 [Opn]: Extending internal class causes a crash

2008-01-29 Thread dmitry
ID: 43968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Debian PHP Version: 5.2CVS-2008-01-29 (snap) Assigned To: dmitry New Comment: The crash occurs because of

#43973 [NEW]: __autoload called with wrong classname when triggered by static callback

2008-01-29 Thread robin_fernandes at uk dot ibm dot com
From: robin_fernandes at uk dot ibm dot com Operating system: PHP version: 6CVS-2008-01-29 (snap) PHP Bug Type: Class/Object related Bug description: __autoload called with wrong classname when triggered by static callback Description: NB: This issue is specifi

#38915 [Com]: Apache: system() (and similar) don't cleanup opened handles of Apache

2008-01-29 Thread adrian dot rollett at unt dot edu
ID: 38915 Comment by: adrian dot rollett at unt dot edu Reported By: dimmoborgir at gmail dot com Status: Open Bug Type: Feature/Change Request Operating System: UNIX PHP Version: 5.2.2, 4.4.7 New Comment: For those of you that found this pag

#43810 [Opn]: PDO ODBC windows-1250 data transfer

2008-01-29 Thread aszmyd at gmail dot com
ID: 43810 User updated by: aszmyd at gmail dot com Reported By: aszmyd at gmail dot com Status: Open Bug Type: PDO related Operating System: MS Win XP 32 PHP Version: 5.2.5 New Comment: With odbc_connect, odbc_exec, odbc_fetch_row and odbc_result

#43968 [Opn]: Extending internal class causes a crash

2008-01-29 Thread felipe
ID: 43968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Debian PHP Version: 5.2CVS-2008-01-29 (snap) Assigned To: dmitry New Comment: The problem isn't with clas

#43971 [Opn->Fbk]: imageFTText error with angle = 180

2008-01-29 Thread pajoye
ID: 43971 Updated by: [EMAIL PROTECTED] Reported By: raven7370 at yahoo dot com -Status: Open +Status: Feedback Bug Type: GD related Operating System: Linux Debian PHP Version: 5.2.5 New Comment: I can't reproduce it using php 5.2.5

#43947 [Opn]: mysql_select_db fails to select database using variables

2008-01-29 Thread joel dot a dot villarreal at gmail dot com
ID: 43947 User updated by: joel dot a dot villarreal at gmail dot com Reported By: joel dot a dot villarreal at gmail dot com Status: Open Bug Type: MySQL related Operating System: Windows XP Service Pack 2 PHP Version: 5.2.5 New Comment: I've exe

#43971 [Opn]: imageFTText error with angle = 180

2008-01-29 Thread raven7370 at yahoo dot com
ID: 43971 User updated by: raven7370 at yahoo dot com Reported By: raven7370 at yahoo dot com Status: Open Bug Type: GD related Operating System: Linux Debian PHP Version: 5.2.5 New Comment: in the reproduce code the angle argument should be 180 s

#43971 [NEW]: imageFTText error with angle = 180

2008-01-29 Thread raven7370 at yahoo dot com
From: raven7370 at yahoo dot com Operating system: Linux Debian PHP version: 5.2.5 PHP Bug Type: GD related Bug description: imageFTText error with angle = 180 Description: When i use imagefttext such with an angle of 180 i get the error: imagefttext() [function.

#43968 [Opn]: Extending internal class causes a crash

2008-01-29 Thread felipe
ID: 43968 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Debian PHP Version: 5.2CVS-2008-01-29 (snap) Assigned To: dmitry New Comment: I reproduced in 5.3 (CVS),

#43969 [Opn->Bgs]: Misspelled example text in php.ini

2008-01-29 Thread scottmac
ID: 43969 Updated by: [EMAIL PROTECTED] Reported By: mkazin at gmail dot com -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Debian Linux 2.6.8 PHP Version: 5.2.5 New Comment: there is a msql extension its fo

#43970 [NEW]: Crash if exif loaded before mbstring

2008-01-29 Thread bryan dot tongminh at gmail dot com
From: bryan dot tongminh at gmail dot com Operating system: Windows Vista Bussiness 64 bits PHP version: 5.2.5 PHP Bug Type: Dynamic loading Bug description: Crash if exif loaded before mbstring Description: If php_exif.dll if loaded before php_mbstring.dll in ph

#43969 [NEW]: Misspelled example text in php.ini

2008-01-29 Thread mkazin at gmail dot com
From: mkazin at gmail dot com Operating system: Debian Linux 2.6.8 PHP version: 5.2.5 PHP Bug Type: Apache2 related Bug description: Misspelled example text in php.ini Description: I recently installed PHP5 and MySQL onto an existing Apache2 server. Both were in

#43968 [NEW]: Extending internal class causes a crash

2008-01-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Debian PHP version: 5.2CVS-2008-01-29 (snap) PHP Bug Type: Reproducible crash Bug description: Extending internal class causes a crash Description: PHP 5.2.5 and current snapshot (php5.2-200801291330) cause a crash when e

#43966 [Opn->Bgs]: POST ARRAY FUNCTION

2008-01-29 Thread msaraujo
ID: 43966 Updated by: [EMAIL PROTECTED] Reported By: marcel at zwerfkei dot nl -Status: Open +Status: Bogus Bug Type: Arrays related Operating System: Linux 2.6.18 PHP Version: 5.2.5 New Comment: Sorry, but your problem does not impl

#43967 [Opn->Csd]: SUM query on null value provides error in result with PDO_MYSQL driver

2008-01-29 Thread emilien dot colotte at free dot fr
ID: 43967 User updated by: emilien dot colotte at free dot fr Reported By: emilien dot colotte at free dot fr -Status: Open +Status: Closed Bug Type: PDO related Operating System: Vista PHP Version: 5.2.5 New Comment: This is not a bug.

#43967 [NEW]: SUM query on null value provides error in result with PDO_MYSQL driver

2008-01-29 Thread emilien dot colotte at free dot fr
From: emilien dot colotte at free dot fr Operating system: Vista PHP version: 5.2.5 PHP Bug Type: PDO related Bug description: SUM query on null value provides error in result with PDO_MYSQL driver Description: I made a simple sum query on a table column. The co

#43966 [Opn]: POST ARRAY FUNCTION

2008-01-29 Thread marcel at zwerfkei dot nl
ID: 43966 User updated by: marcel at zwerfkei dot nl -Summary: https://87.249.105.116:8443/sitepreview/http/zwerfkei.nl/admin/test.php Reported By: marcel at zwerfkei dot nl Status: Open Bug Type: Arrays related Operating System: Linux 2.6.18 P

#43966 [NEW]: https://87.249.105.116:8443/sitepreview/http/zwerfkei.nl/admin/test.php

2008-01-29 Thread marcel at zwerfkei dot nl
From: marcel at zwerfkei dot nl Operating system: Linux 2.6.18 PHP version: 5.2.5 PHP Bug Type: Arrays related Bug description: https://87.249.105.116:8443/sitepreview/http/zwerfkei.nl/admin/test.php Description: I have troubles with the next script. I check the

#43525 [Opn]: zend_list functions should take ulong IDs

2008-01-29 Thread mi+php at aldan dot algebra dot com
ID: 43525 User updated by: mi+php at aldan dot algebra dot com Reported By: mi+php at aldan dot algebra dot com Status: Open Bug Type: PostgreSQL related Operating System: FreeBSD/amd64 PHP Version: 5.2.5 New Comment: The original problem may, ind

#43294 [Opn]: htmlentities with UTF8 fails if dagger character supplied

2008-01-29 Thread rasmus
ID: 43294 Updated by: [EMAIL PROTECTED] Reported By: tallyce at gmail dot com Status: Open Bug Type: Strings related Operating System: Windows or Linux PHP Version: 5.2.5 New Comment: Just check to see if the dagger is properly represented as

#27792 [Com]: Functions fail on large files (filesize,is_file,is_dir)

2008-01-29 Thread elevator at thebrainhotel dot com
ID: 27792 Comment by: elevator at thebrainhotel dot com Reported By: kode at kodekrash dot com Status: Assigned Bug Type: Filesystem function related Operating System: * (LFS) PHP Version: 6CVS, *CVS Assigned To: wez New Comment: All in

#43491 [Asn->Csd]: Under certain conditions, file_exists() never returns

2008-01-29 Thread dmitry
ID: 43491 Updated by: [EMAIL PROTECTED] Reported By: amccardie at cox dot net -Status: Assigned +Status: Closed Bug Type: Filesystem function related Operating System: Windows 2003 SP2 PHP Version: 5.2-CVS-2007-12-05 Assigned To:

#43965 [Opn->Bgs]: get time difference error

2008-01-29 Thread derick
ID: 43965 Updated by: [EMAIL PROTECTED] Reported By: develop1 at internet-solutions dot ch -Status: Open +Status: Bogus Bug Type: *Calendar problems Operating System: Windows XP / Linux PHP Version: 5.2.5 New Comment: get_time_differ

#43965 [Opn]: get time difference error

2008-01-29 Thread develop1 at internet-solutions dot ch
ID: 43965 User updated by: develop1 at internet-solutions dot ch Reported By: develop1 at internet-solutions dot ch Status: Open Bug Type: *Calendar problems Operating System: Windows XP / Linux PHP Version: 5.2.5 New Comment: PHP Version 5.2.3

#43965 [NEW]: get time difference error

2008-01-29 Thread develop1 at internet-solutions dot ch
From: develop1 at internet-solutions dot ch Operating system: Windows XP / Linux PHP version: 5.2.5 PHP Bug Type: *Calendar problems Bug description: get time difference error Description: $arrivalDate = "2008-03-29"; $departureDate = "2008-04-02"; $diff = get_t

#43868 [Asn]: PHP SOAP - Error when parsing (valid) wsdl file..

2008-01-29 Thread Michael at Sohmen dot de
ID: 43868 User updated by: Michael at Sohmen dot de Reported By: Michael at Sohmen dot de Status: Assigned Bug Type: SOAP related Operating System: Linux / PHP PHP Version: 5.2.5 Assigned To: dmitry New Comment: The point is, PHP SOAP parser

#43566 [Fbk->Opn]: Logical xor operator crashes PHP under Windows (Zend

2008-01-29 Thread phpbugs dot jj05 at xoxy dot net
ID: 43566 User updated by: phpbugs dot jj05 at xoxy dot net -Summary: Logical xor operator crashes PHP under Windows Reported By: phpbugs dot jj05 at xoxy dot net -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating Sys

#43868 [Asn]: PHP SOAP - Error when parsing (valid) wsdl file..

2008-01-29 Thread dmitry
ID: 43868 Updated by: [EMAIL PROTECTED] Reported By: Michael at Sohmen dot de Status: Assigned Bug Type: SOAP related Operating System: Linux / PHP PHP Version: 5.2.5 Assigned To: dmitry New Comment: Sorry, but PHP doesn't support overl

#33595 [Asn->Csd]: recursive references leak memory

2008-01-29 Thread dmitry
ID: 33595 Updated by: [EMAIL PROTECTED] Reported By: rodricg at sellingsource dot com -Status: Assigned +Status: Closed Bug Type: Class/Object related Operating System: * PHP Version: 6CVS-2005-08-02 Assigned To: dmitry New Comm

#39449 [Opn->Fbk]: Overloaded array properties do not work correctly

2008-01-29 Thread dmitry
ID: 39449 Updated by: [EMAIL PROTECTED] Reported By: pstradomski at gmail dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 5.2.0 Assigned To: dmitry New Comment: Th

#43958 [Com]: Reproduces on 5.3 nightly, 5.2.5 and 5.2.1 (live link)

2008-01-29 Thread kissifrot at gmail dot com
ID: 43958 Comment by: kissifrot at gmail dot com Reported By: sv4php at fmethod dot com Status: Open Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.2.5 New Comment: Reproduces with PHP 5.2.5 on Windows Vista too PHP Ve

#43323 [Asn->Csd]: Wrong count abstract methods

2008-01-29 Thread dmitry
ID: 43323 Updated by: [EMAIL PROTECTED] Reported By: felipensp at gmail dot com -Status: Assigned +Status: Closed Bug Type:Scripting Engine problem PHP Version: 5.3 Assigned To: dmitry New Comment: This bug has been fixed in CVS. Snapshots of the sources are package

#43505 [Asn->Csd]: Assign by reference bug

2008-01-29 Thread dmitry
ID: 43505 Updated by: [EMAIL PROTECTED] Reported By: vidmich at gmail dot com -Status: Assigned +Status: Closed Bug Type: Scripting Engine problem Operating System: Windows PHP Version: 5.2.5 Assigned To: dmitry New Comment: Th

#43960 [Asn]: strtotime() returns timestamp in the future when given a bogus string

2008-01-29 Thread chris dot corbyn at sitepoint dot com
ID: 43960 User updated by: chris dot corbyn at sitepoint dot com Reported By: chris dot corbyn at sitepoint dot com Status: Assigned Bug Type: Date/time related Operating System: OS X/Linux PHP Version: 5.2.5 Assigned To: derick New Comment:

#43525 [Asn->Opn]: zend_list functions should take ulong IDs

2008-01-29 Thread dmitry
ID: 43525 Updated by: [EMAIL PROTECTED] Reported By: mi+php at aldan dot algebra dot com -Status: Assigned +Status: Open -Bug Type: Compile Warning +Bug Type: PostgreSQL related Operating System: FreeBSD/amd64 PHP Version: 5.2.5

#43964 [Opn->Bgs]: Comparison of strings containing numbers results in an incorrect response.

2008-01-29 Thread felipe
ID: 43964 Updated by: [EMAIL PROTECTED] Reported By: twinge at magma dot ca -Status: Open +Status: Bogus Bug Type: Strings related Operating System: openSuse 10.3 PHP Version: 5.2.5 New Comment: This is expected, PHP converts numeric

#43918 [Asn->Csd]: Segmentation fault in garbage collector

2008-01-29 Thread dmitry
ID: 43918 Updated by: [EMAIL PROTECTED] Reported By: s dot masugata at digicom dot dnp dot co dot jp -Status: Assigned +Status: Closed Bug Type: Scripting Engine problem Operating System: Debian GNU/Linux 2.6.18-5-686 PHP Version: 5.3C

#43964 [NEW]: Comparison of strings containing numbers results in an incorrect response.

2008-01-29 Thread twinge at magma dot ca
From: twinge at magma dot ca Operating system: openSuse 10.3 PHP version: 5.2.5 PHP Bug Type: Strings related Bug description: Comparison of strings containing numbers results in an incorrect response. Description: If two strings containing numbers are compared

#29044 [Csd]: compact function doesn't take account of infinitly recursive arrays

2008-01-29 Thread nicholsr
ID: 29044 Updated by: [EMAIL PROTECTED] Reported By: tomas_matousek at hotmail dot com Status: Closed Bug Type: Reproducible crash Operating System: * PHP Version: 5.2.5 Assigned To: nicholsr New Comment: Thanks Tony. I updated the test

#29044 [Asn->Csd]: compact function doesn't take account of infinitly recursive arrays

2008-01-29 Thread tony2001
ID: 29044 Updated by: [EMAIL PROTECTED] Reported By: tomas_matousek at hotmail dot com -Status: Assigned +Status: Closed Bug Type: Reproducible crash Operating System: * PHP Version: 5.2.5 Assigned To: nicholsr New Comment: Thi

#43958 [Com]: Reproduces on 5.3 nightly, 5.2.5 and 5.2.1 (live link)

2008-01-29 Thread jck_true at hotmail dot com
ID: 43958 Comment by: jck_true at hotmail dot com Reported By: sv4php at fmethod dot com Status: Open Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.2.5 New Comment: PHP Version 5.2.3 Build date: May 31 2007 09:36:39 Wi

#43963 [Opn->Bgs]: cannt apper Test PHP Page

2008-01-29 Thread derick
ID: 43963 Updated by: [EMAIL PROTECTED] Reported By: shomrani at kacst dot edu dot sa -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: linux/Redhat PHP Version: 5.2.5 New Comment: Sorry, but your problem

#43963 [NEW]: cannt apper Test PHP Page

2008-01-29 Thread shomrani at kacst dot edu dot sa
From: shomrani at kacst dot edu dot sa Operating system: linux/Redhat PHP version: 5.2.5 PHP Bug Type: *Configuration Issues Bug description: cannt apper Test PHP Page Description: I installed php5.2.5 by steps: 1. ./configure --prefix=user/local/php --with-aspx2

#43958 [Opn]: Reproduces on 5.3 nightly, 5.2.5 and 5.2.1 (live link)

2008-01-29 Thread sv4php at fmethod dot com
ID: 43958 User updated by: sv4php at fmethod dot com -Summary: Confirmed 5.2.5 Reported By: sv4php at fmethod dot com Status: Open Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.2.5 New Comment: Hi, I reproduced thi

#43625 [Fbk->Opn]: square brackets in form input name are 'dropped'

2008-01-29 Thread php-qa at sebastianmendel dot de
ID: 43625 User updated by: php-qa at sebastianmendel dot de Reported By: php-qa at sebastianmendel dot de -Status: Feedback +Status: Open Bug Type: *Web Server problem Operating System: Windows XP SP2 PHP Version: 5.3CVS-2007-12-18 (CVS) N

#43962 [NEW]: backslashes in session save path are not escaped in error message

2008-01-29 Thread php-qa at sebatianmendel dot de
From: php-qa at sebatianmendel dot de Operating system: Windows XP SP2 PHP version: 5.3CVS-2008-01-29 (snap) PHP Bug Type: Session related Bug description: backslashes in session save path are not escaped in error message Description: re-submitting this bug, cau