ASP2PHP
ASP2PHP Notes
JScript
Work has just begun.
VBScript
Application Variables
No support at this time. I've thought of a couple ways
to implement this, I just don't see it useful enough to
add in.
Cookies
Cookies are supported to a point.
COM Objects
COM Objects are not supported by asp2php.
Databases
ADODB objects are supported. However, there appears to be more
than one way to connect to databases using ADODB (thanks Microsoft
for making this more complicated than it needed to be). Anyway,
asp2php tries to take care of both ways. It has a much easier time
with the simpler method. I plan on re-rewriting the database code
when I get a chance.
Dictionary Object
Dictionary Object support was recently added.
File Object
There is some support for the File Object. From the feedback
I've receieved it seems to work pretty decent. The biggest problems
I could see is if you are pointing to files in the Windows/DOS file
system (ie. the paths are like C:\inet\tempdir), it will take some
code editing to migrate to a Unix box.
Time/Date
Time and Date functions aren't fully supported at this time.
There was a reason for this, but since I haven't worked on that
in a while I don't remember why.
Classes
Classes are supported to some extent.