diff options
author | jlam <jlam> | 2001-12-31 23:54:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-31 23:54:24 +0000 |
commit | 0a25bd7924490e064fdad15b612cfaa6d6d7f24e (patch) | |
tree | 8d83a284ca661bc104fdea1da349fd01bc000de6 /www/php4/distinfo | |
parent | 7cf9250b6cc1e3ed9f498f177c88c58ddf208b65 (diff) | |
download | pkgsrc-0a25bd7924490e064fdad15b612cfaa6d6d7f24e.tar.gz |
Update www/php4 to 4.1.0. Major changes from version 4.0.6 include:
- Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE
variables. Like the other new variables, this variable is also available
regardless of the context.
- Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which
deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to
type - these variables are also available regardless of the scope, and
there's no need to import them using the 'global' statement.
Other relevant changes include:
- Bug fixes to prevent crashes on unexpected input.
- Huge performance improvements, especially in thread-safe code.
- Introduced extension version numbers.
- Added support for single dimensional SafeArrays and Enumerations.
Added an is_enum() function to check if a component implements an
enumeration.
- Improved speed of the serializer/deserializer.
- Floating point numbers are better detected when converting from strings.
- Added import_request_variables(), to allow users to safely import form
variables to the global scope
- Add config option (always_populate_raw_post_data) which when enabled
will always populate $HTTP_RAW_POST_DATA regardless of the post mime
type
- Added getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
- Assigning to a string offset beyond the end of the string now automatically
increases the string length by padding it with spaces, and performs the
assignment.
Diffstat (limited to 'www/php4/distinfo')
-rw-r--r-- | www/php4/distinfo | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/www/php4/distinfo b/www/php4/distinfo index 4ed8b35077c..333d49f7631 100644 --- a/www/php4/distinfo +++ b/www/php4/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.5 2001/10/16 04:54:24 jlam Exp $ +$NetBSD: distinfo,v 1.6 2001/12/31 23:54:25 jlam Exp $ -SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 -Size (php-4.0.6.tar.gz) = 3157346 bytes +SHA1 (php-4.1.0.tar.gz) = d8ce2c3b1dd9551980340d20064a1e939ef49431 +Size (php-4.1.0.tar.gz) = 3371385 bytes SHA1 (patch-aa) = 08f98c6b41c24a2aa8fa417bba50cf0cb5f711af -SHA1 (patch-ab) = f5b7660b78e9555af27dbb50dd104cd099396341 -SHA1 (patch-ac) = 40bc1a1fd8ff07eeec4ec4c4e65467e6adac4863 -SHA1 (patch-ad) = 0cbb6381e8a72cdd7f76056a8901304ad9f6b0a9 +SHA1 (patch-ac) = 9478c18dbe18e8c4c05dffce31fa3f923562c832 +SHA1 (patch-ad) = 86558b18a03fef6fcbebdfd8587a73dfa5a66f17 SHA1 (patch-ae) = e7acc06a63f47053c81ab442b53c68d89d122f78 -SHA1 (patch-af) = bb76894ca29b9f3a53bc7c0675f63ec16126c0ab -SHA1 (patch-ag) = 0b22f10386cbe27aec6a90f95fc30d1bf2e65856 -SHA1 (patch-ah) = 4e720082fb8e02931d66770b544a6328fe569489 +SHA1 (patch-af) = 34ec060ed3cdbcfc44286323f85f9938a79b0444 +SHA1 (patch-ag) = 91e84f6d6862a328d3f66f87260e8f2b2953fc11 +SHA1 (patch-ah) = 75404d3b85a82a2b23ceb2b1e9f41d9b09257100 |