- add support for CDONTS.NewMail mail object
- add a php command to make variables global
- bugfixed in session not working
Provided in PR 15010 by Shell Hung (shell@shellhung.org)
Differences from previous version:
Fixed a problem with ' and % inside quotes for version 0.75.21.
Fixed a bug whereby line numbers were reported wrongly, introduced
when the recursive directories feature was added to asp2php.
Fixed the gettoken() function so it parses Response.Write"blah"
correctly (not having a space between the Write and " confused it)
Added support for the JMail object so asp2php will send mails now
Added limited support for global.asa
Added/Fixed the problem with parsing Functions and Subs
And other miscellaneous bug fixes
Provided in PR pkg/14568 by Shell Hung (shell@shellhung.org), modified
slightly by me, to place the gtk functionality in a different package,
to be committed soon.