as a copy of SCRIPT_NAME with the leading `/' removed.
Note that SCRIPT_FILENAME is _not_ a CGI/1.1 environment variable per
http://cgi-spec.golux.com/
If SCRIPT_FILENAME is not set set PHP 4.3.6 as a CGI fails with
No input file specified.
Apache sets this variable; it appears that many other CGI/1.1 compliant
web servers do not and thus PHP 4.3.6 as a CGI doesn't function with them.
"oh joy."
KEYS: overview of all keys [installed by the package]
Support for braille terminal
Updated Estonian translation
More svgalib modes added
Cursor on selected line in bookmarks (for Braille terminals)
Fixed --disable-graphics and --disable-javascript
Fixed encoding bug in javascript when modifying form element value and
default value.
Fixed crash when document changes under us and user presses 'd'
Fixed crash when pressed '=' on page with incomplete frames
Do not strip filename when relative url begins with '?'
SSL fix on OS/2
Do not timeout when file upload lasts too long
Terminal mouse handling returned back before change from
Thu Oct 9 16:44:10 GMT 2003
Copy and paste to clipboard
Selecting text to clipboard
Allow '?' instead of '/' as separator of host and path in url
Ask for overwrite when file exists.
Fixed memory leak with read-only select boxes
textarea wrap=hard
Added language hints to encodings.
Strip '#' of tag names
Disallow network options in anonymous mode
Fixed wrong error code and fd leak on error when uploading files
Fixed incorrect parsing of '&' entities in image maps
Do not hang when opening filo with file://
Fixed crash when url contains character with code 1
Fixed a security bug --- hiding url was possible with character code 1
Updated Upper Sorbian translation
Updated Polish translation
Allow urls: file:///d:/directory/file on OS/2
Fixed proxy sent in referrer
Upper Sorbian translation
Fixed user in smb
Support directories without '/' at the end on just another ftp server
Do not call memset from signal handler
Disable AC_BIG_ENDIAN and AC_LITTLE_ENDIAN name clash
Use pkg-config to find openssl
Fixed signal-delivery delay
Fixed crash in view_gr.c when displaying source
Fixed cache problems with long files in smb and when restarting http
Removed useless reallocs, speed up rendering
Do not send more Authorization headers
Detect infinite loop in authorization responses
FreeBSD frames
revision 1.53
date: 2004/04/24 10:36:15; author: grant; state: Exp; lines: +2 -1
make sure we link with the correct rpath on Solaris.
----------------------------
revision 1.52
date: 2004/04/24 10:35:23; author: grant; state: Exp; lines: +2 -2
don't pass "-Q option" to ${LD}, it isn't needed and the Solaris linker
errors on it.
----------------------------
revision 1.51
date: 2004/04/23 15:32:04; author: taya; state: Exp; lines: +2 -2
catch up to current statvfs support
Bl3ify and enable pkgviews installation.
Changes since 0.10:
- Clarify the relationship between this module and HTML::TreeBuilder
in the documentation. [suggested by Gisle Aas]
- Moved regression tests from test.pl to t/basic.t
- Use Test.pm to output testing results.
- Avoid an 'undefined value' warning when creating a SimpleParse
object with an empty string.
- Fixed a problem that caused an infinite loop in certain bizarre
(and as yet unduplicated by me) situations. Reported by Peter Suschlik.
- Added a Build.PL script to build & install via Module::Build.