no newline after a \

Bug #680133 reported by Lars Vierbergen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQLfs
Fix Released
High
Lars Vierbergen
RemoteCP Panel
Fix Released
Medium
Lars Vierbergen
RemoteCP Web
Fix Released
Low
Lars Vierbergen

Bug Description

After a \[NL], no newline is added. Instead there is shown '\n'.

Tags: php site-core
Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

In PHP style:
chr(92).chr(92).chr(92).'n' is shown like chr(92).'n'.
Expected is chr(92).chr(10)
This is somewhat more clear.

Changed in sqlfs:
assignee: nobody → Lars Vierbergen (vierbergenlars)
importance: Undecided → High
Changed in sqlfs:
status: New → Won't Fix
assignee: Lars Vierbergen (vierbergenlars) → nobody
Changed in sqlfs:
status: Won't Fix → In Progress
assignee: nobody → Lars Vierbergen (vierbergenlars)
milestone: none → 1.1
Changed in remotecp:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

Replaced addslashes() with base64_encode(), and stripslashes() with base64_decode().
All problems should be fixed now. Please reupload all your files, or else it won't work.

Changed in sqlfs:
status: In Progress → Fix Committed
Changed in sqlfs:
status: Fix Committed → Fix Released
Changed in remotecp:
status: Confirmed → In Progress
tags: added: php site-core
Changed in remotecp-website:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → Lars Vierbergen (vierbergenlars)
Changed in remotecp-panel:
assignee: nobody → Lars Vierbergen (vierbergenlars)
milestone: none → 1.0
Changed in remotecp-website:
status: In Progress → Confirmed
importance: Medium → Low
Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

We have joined the MySQLfs 2.x series branch with the RemoteCP Panel branch. Bugs should be fixed now.

Changed in remotecp-panel:
status: In Progress → Fix Committed
Changed in remotecp-website:
status: Confirmed → Fix Committed
Changed in remotecp-panel:
status: Fix Committed → Fix Released
Changed in remotecp-website:
milestone: none → 1.0
Changed in remotecp-website:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.