diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e5bc02b19..1d5b4bafc 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -35,12 +35,12 @@ function bugl($number) { echo "#$numbe
  • (iterator_to_array() hides exceptions thrown in rewind() method). (Tony)
  • (Unnecessary call to OCITransRollback() at the end of request). (Tony)
  • ($_SERVER in included file is shortened to two entries, if $_ENV gets used). (Dmitry)
  • -
  • (sigemptyset() used without including ). (jdolecek)
  • +
  • (sigemptyset() used without including <signal.h>). (jdolecek)
  • (invalid colormap format) (Pierre)
  • (invalid gif size) (Pierre)
  • (max_execution_time = max_input_time). (Dmitry)
  • (SOAP not respecting uri in __soapCall). (Dmitry)
  • -
  • (Added missing safe_mode & open_basedir checks to imap_body()). (Ilia)
  • +
  • (Added missing safe_mode & open_basedir checks to imap_body()). (Ilia)
  • (php-fastcgi doesn't handle connection abort). (Dmitry)
  • @@ -48,7 +48,7 @@ function bugl($number) { echo "
    #$numbe

    Version 5.1.4

    04-May-2006
    +
  • Improved SimpleXML: (Marcus, Rob) -
  • Improved Reflection API: (Marcus)
  • + +
  • Improved Reflection API: (Marcus) -
  • Improved cURL extension: (Ilia)
  • + +
  • Improved cURL extension: (Ilia) -
  • Improved GD extension: (Pierre)
  • + +
  • Improved GD extension: (Pierre) +
  • Changed get_headers() to retrieve headers also from non-200 responses. (Ilia)
  • Changed get_headers() to use the default context. (Ilia)
  • Changed SOAP extension to cache WSDL structure in memory and thus speed up SoapClient/SoapServer construction. (Andrei, Dmitry)
  • @@ -152,11 +152,11 @@ function bugl($number) { echo "
    #$numbe
  • (strtotime fails before 13:00:00 with some time zones identifiers). (Derick)
  • (Have to quote literals in INI when concatenating with vars). (Dmitry)
  • (mktime freezes on long numbers). (Derick)
  • -
  • (SplFileObject->fgets() ignores max_length). (Tony)
  • +
  • (SplFileObject->fgets() ignores max_length). (Tony)
  • (serialize() does not handle recursion). (Ilia)
  • -
  • (strncmp & strncasecmp do not return false on negative string length). (Tony)
  • +
  • (strncmp & strncasecmp do not return false on negative string length). (Tony)
  • (ArrayIterator does not clone itself). (Marcus)
  • -
  • (OCILob->read() doesn't move internal pointer when reading 0's). (Tony)
  • +
  • (OCILob->read() doesn't move internal pointer when reading 0's). (Tony)
  • (wsdl default value overrides value in soap request). (Dmitry)
  • (__set() leaks in classes extending internal ones). (Tony, Dmitry)
  • (User filters can leak buckets in some situations). (Ilia)
  • @@ -181,7 +181,7 @@ function bugl($number) { echo "
    #$numbe
  • (Transparency is lost when using imagecreatetruecolor). (Pierre)
  • (Removed arbitrary limit on the length of syslog messages). (Ilia)
  • (http_build_query generates invalid URIs due to use of square brackets). (Mike)
  • -
  • (strtotime() returns false when 2nd argument < 1). (Derick)
  • +
  • (strtotime() returns false when 2nd argument < 1). (Derick)
  • (SoapServer::handle() exits on SOAP faults). (Dmitry)
  • (pg_trace() does not work). (iakio at mono-space dot net)
  • (Segfault when using Soap). (Dmitry)
  • @@ -197,7 +197,7 @@ function bugl($number) { echo "
    #$numbe
  • (sleep() accepts negative values). (Ilia)
  • (DBA problem with Berkeley DB4). (Marcus)
  • (Improper resolution of declaring class name of an inherited property). (Ilia)
  • -
  • (segfault when access result->num_rows after calling result->close()). (Ilia,Tony)
  • +
  • (segfault when access result->num_rows after calling result->close()). (Ilia,Tony)
  • (oci_execute() no longer supports OCI_DESCRIBE_ONLY). (Tony)
  • (Custom 5xx error does not return correct HTTP response error code). (Tony)
  • (strtotime() fails to parse dates in dd-mm-yyyy format). (Derick)
  • @@ -259,29 +259,29 @@ function bugl($number) { echo "
    #$numbe
  • Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
  • Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
  • Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
  • -
  • Added new extensions: (Ilia, Wez)
  • +
  • Added new extensions: (Ilia, Wez) +
  • Added PNG compression support to GD extension. (Pierre)
  • Added reflection constants as class constants. (Johannes)
  • Added --enable-gcov configure option to enable C-level code coverage. (John, Jani, Ilia, Marcus)
  • Added missing support for 'B' format identifier to date() function. (Ilia)
  • Changed reflection to be an extension. (Marcus)
  • -
  • Improved SPL extension: (Marcus)
  • +
  • Improved SPL extension: (Marcus) -
  • Improved SimpleXML extension: (Marcus)
  • + +
  • Improved SimpleXML extension: (Marcus) +
  • Upgraded pear to version 1.4.6. (Greg)
  • Added constants for libxslt and libexslt versions: LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION. (Pierre)
  • Fixed possible crash in apache_getenv()/apache_setenv() on invalid parameters. (Ilia)
  • @@ -367,7 +367,7 @@ function bugl($number) { echo "
    #$numbe
  • (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). (Derick)
  • (date_sunrise and date_sunset don't handle GMT offset well). (Derick)
  • (is_dir and is_file (incorrectly) return true for any string greater then 255 characters). (Nuno, Ilia)
  • -
  • (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes). (Derick)
  • +
  • (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes). (Derick)
  • (Remove MessageBox on win32 for E_CORE errors if display_startup_error is off). (Ilia)
  • (mb_strtoupper() / lower() broken with Turkish encoding). (Rui)
  • (mb_substr() and substr() behave differently when "mbstring.func_overload" is enabled). (Rui)
  • @@ -469,14 +469,14 @@ function bugl($number) { echo "
    #$numbe
  • stream_filter_remove() (Sara)
  • time_sleep_until() (Ilia)
  • -
  • Added DomDocument::$recover property for parsing not well-formed XML Documents. (Christian) +
  • Added DomDocument::$recover property for parsing not well-formed XML Documents. (Christian)
  • Added Cursor support for MySQL 5.0.x in mysqli (Georg)
  • Added proxy support to ftp wrapper via http. (Sara)
  • Added MDTM support to ftp_url_stat. (Sara)
  • Added zlib stream filter support. (Sara)
  • Added bz2 stream filter support. (Sara)
  • Added max_redirects context option that specifies how many HTTP redirects to follow. (Ilia)
  • -
  • Added support of parameter=>value arrays to xsl_xsltprocessor_set_parameter(). (Tony)
  • +
  • Added support of parameter=>value arrays to xsl_xsltprocessor_set_parameter(). (Tony)
  • Improved PHP extension loading mechanism with support for module dependencies and conflicts. (Jani, Dmitry)
  • Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus)
  • Improved performance of: @@ -489,7 +489,7 @@ function bugl($number) { echo "#$numbe
  • magic method invocations. (Marcus)
  • Improved support for embedded server in mysqli. (Georg)
  • -
  • Improved mysqli extension. (Georg)
  • +
  • Improved mysqli extension. (Georg)
  • +
  • Changed type hints to allow "null" as default value for class and array. (Marcus, Derick, Dmitry)
  • Changed SQLite extension to be a shared module in Windows distribution. (Edin)
  • Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). (Dmitry)
  • @@ -584,7 +584,7 @@ function bugl($number) { echo "
    #$numbe
  • Fixed potential GLOBALS overwrite via import_request_variables() and possible crash and/or memory corruption. (Ilia)
  • Fixed segfaults when CURL callback functions throw exception. (Tony)
  • Fixed support for shared extensions on AIX. (Dmitry)
  • -
  • (isset(DOMNodeList->length) returns false). (Rob)
  • +
  • (isset(DOMNodeList->length) returns false). (Rob)
  • (Fix for bug breaks build with older curl). (Tony)
  • (crash on PDO::FETCH_CLASS + __set()). (Tony)
  • (PDO prepare() crashes with invalid parameters). (Ilia)
  • @@ -592,7 +592,7 @@ function bugl($number) { echo "
    #$numbe
  • (Multiple virtual() calls crash Apache 2 php module). (Ilia)
  • (Error in mapping soap - java types). (Dmitry)
  • (compile failure when ext/readline is compiled as shared). (Jani)
  • -
  • (sqlite_query() doesn't set error_msg when return value is being used). (Ilia) +
  • (sqlite_query() doesn't set error_msg when return value is being used). (Ilia)
  • (php_mblen() crashes when compiled with thread-safety on Linux). (Patch: shulmanb at il dot ibm dot com, Jani)
  • (Objects can lose references). (Dmitry)
  • (call_user_func() crashes when argument_stack is nearly full). (Dmitry)
  • @@ -676,8 +676,8 @@ function bugl($number) { echo "
    #$numbe
  • (php crashes when variables_order is empty). (Ilia)
  • (Possible crash in filter code). (Ilia)
  • (unserialize() crashes with chars above 191 dec). (Nuno)
  • -
  • (foreach($arr as $c->d => $x) crashes). (Dmitry)
  • -
  • (on_modify handler not called to set the default value if setting from php.ini was invalid). (Andrei) +
  • (foreach($arr as $c->d => $x) crashes). (Dmitry)
  • +
  • (on_modify handler not called to set the default value if setting from php.ini was invalid). (Andrei)
  • (wddx_serialize_value() crashes with long array keys). (Jani)
  • (date() doesn't have a modifier for ISO Week Day). (Derick)
  • (date('W') do not return leading zeros for week 1 to 9). (Derick)
  • @@ -693,7 +693,7 @@ function bugl($number) { echo "
    #$numbe
  • (ob_gzhandler does not enforce trailing \0). (Ilia)
  • (memory usage remains elevated after memory limit is reached). (Ilia)
  • (+,- and . not supported as parts of scheme). (Ilia)
  • -
  • (assigning array element by reference causes binary mess). (Dmitry) +
  • (assigning array element by reference causes binary mess). (Dmitry)
  • (line numbering not maintained in dom document). (Rob)
  • (Reflection API problems in methods with boolean or null default values). (Tony)
  • (Numeric string as array key not cast to integer in wddx_deserialize()). (Ilia)
  • @@ -717,7 +717,7 @@ function bugl($number) { echo "
    #$numbe
  • (spl_autoload_register class method). (Marcus)
  • (CLI: setting extension_dir=some/path extension=foobar.so does not work). (Jani)
  • (CLI was looking for php.ini in wrong path). (Hartmut)
  • -
  • (strtotime() problem with "+1days" format). (Ilia) +
  • (strtotime() problem with "+1days" format). (Ilia)
  • (pdo sqlite driver forgets to update affected column count on execution of prepared statments). (Ilia)
  • (Informix ESQL version numbering schema changed). (Jani)
  • (mime_content_type() returns text/plain for gzip and bzip files). (Derick)
  • @@ -785,7 +785,7 @@ function bugl($number) { echo "
    #$numbe
  • (Improved performance of bzdecompress() by several orders of magnitude). (Ilia)
  • (crash when moving xml attribute set in dtd). (Ilia)
  • (Don't send extraneous entity-headers on a 304 as per RFC 2616 section 10.3.5) (Rasmus, Choitel)
  • -
  • (socket errors cause memory leaks in php_strerror()). (jwozniak23 at poczta dot onet dot pl, Tony). +
  • (socket errors cause memory leaks in php_strerror()). (jwozniak23 at poczta dot onet dot pl, Tony).
  • ("make distclean" gives an error with VPATH build). (Jani)
  • ("next month" was handled wrong while parsing dates). (Derick)
  • (implemented Iterator function current() don't throw exception). (Dmitry)
  • @@ -860,7 +860,7 @@ function bugl($number) { echo "
    #$numbe
  • (another crash when echoing a COM object). (Wez)
  • (php_std_date() uses short day names in non-y2k_compliance mode). (mike at php dot net)
  • (object reference being dropped. $this getting lost). (Stas, Dmitry)
  • -
  • (Wrong deserialization from session when using WDDX serializer). (Dmitry) +
  • (Wrong deserialization from session when using WDDX serializer). (Dmitry)
  • (segfault with empty() / isset()). (Moriyoshi)
  • (False warning in unpack() when working with *). (Ilia)
  • (broken non-blocking flock()). (ian at snork dot net)
  • @@ -876,7 +876,7 @@ function bugl($number) { echo "
    #$numbe
  • (Conflict between __get/__set and ++ operator). (Dmitry)
  • (array_count_values() modifying input array). (Tony)
  • (debug_backtrace() reports incorrect class in overridden methods). (Dmitry)
  • -
  • (static member conflict with $this->member silently ignored). (Dmitry)
  • +
  • (static member conflict with $this->member silently ignored). (Dmitry)
  • (Better support for LDAP SASL bind). (Jani)
  • (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded). (Dmitry)
  • (Segmentation fault on exception in method). (Stas, Dmitry)
  • @@ -907,7 +907,7 @@ function bugl($number) { echo "
    #$numbe
  • (fetch functions now use MYSQLI_BOTH as default). (Georg)
  • (win32 mail() provides incorrect Date: header). (Jani)
  • (calling parent constructor in mysqli). (Georg)
  • -
  • (__autoload() not called with Reflection->getClass()). (Dmitry)
  • +
  • (__autoload() not called with Reflection->getClass()). (Dmitry)
  • (SOAP HTTP Error when envelop size is more than 24345 bytes). (Dmitry, Wez)
  • (array_diff with $GLOBALS argument fails). (Dmitry)
  • (memory error when wsdl-cache is enabled). (Dmitry)
  • @@ -971,7 +971,7 @@ function bugl($number) { echo "
    #$numbe
  • (Segfault with callbacks (array_map) + overloading). (Dmitry)
  • (assigning array element by reference causes binary mess). - (Dmitry) + (Dmitry)
  • (Reflection API problems in methods with boolean or null default values). (Tony)
  • (arr[] as param to function is allowed only if function @@ -993,7 +993,7 @@ function bugl($number) { echo "#$numbe
  • (crash after extending MySQLi internal class). (Tony)
  • (CLI Crash when calling php:function from XSLT). (Rob)
  • (private method accessed by child class). (Dmitry)
  • -
  • (iconv_strlen() works only with a parameter of < 3 in +
  • (iconv_strlen() works only with a parameter of < 3 in length). (Ilia)
  • (mysqli_real_escape doesn't work in __construct) (Georg)
  • (array_splice() inconsistent when passed function instead @@ -1025,7 +1025,7 @@ function bugl($number) { echo "#$numbe
  • (Don't send extraneous entity-headers on a 304 as per RFC 2616 section 10.3.5) (Rasmus, Choitel)
  • (socket errors cause memory leaks in php_strerror()). - (jwozniak23 at poczta dot onet dot pl, Tony). + (jwozniak23 at poczta dot onet dot pl, Tony).
  • ("make distclean" gives an error with VPATH build). (Jani)
  • ("next month" was handled wrong while parsing dates). (Derick)
  • @@ -1112,9 +1112,9 @@ function bugl($number) { echo "
    #$numbe
  • (object reference being dropped. $this getting lost). (Stas, Dmitry)
  • (Wrong deserialization from session when using WDDX - serializer). (Dmitry) + serializer). (Dmitry)
  • (False warning in unpack() when working with *). (Ilia)
  • -
  • (broken non-blocking flock()). ian at snork dot net +
  • (broken non-blocking flock()). ian at snork dot net
  • (Sideeffects caused by fix of bug . (Dmitry)
  • (array_splice on $GLOBALS crashes). (Dmitry)
  • (Wrong linenumber in ReflectionClass getStartLine()). @@ -1123,7 +1123,7 @@ function bugl($number) { echo "#$numbe
  • (array_count_values() modifying input array). (Tony)
  • (debug_backtrace() reports incorrect class in overridden methods). (Dmitry)
  • -
  • (static member conflict with $this->member silently +
  • (static member conflict with $this->member silently ignored). (Dmitry)
  • (Better support for LDAP SASL bind). (Jani)
  • (magic methods (__sleep/__wakeup/__toString) call __call if @@ -1186,13 +1186,13 @@ function bugl($number) { echo "#$numbe
  • Changed phpize not to require libtool. (Jani)
  • Updated bundled oniguruma library (used for multibyte regular expression) to 3.7.0. (Moriyoshi)
  • -
  • Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
    Fixed bugs: +
  • Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
    Fixed bugs: +
  • Fixed bug preventing from building oci8 as shared. (stanislav dot voroniy at portavita dot nl, Tony)
  • Fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows when the @@ -1324,7 +1324,7 @@ function bugl($number) { echo "#$numbe parameters). (Jani)
  • (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception). (Dmitry)
  • -
  • (type re_registers redefined in oniguruma.h). (Moriyoshi) +
  • (type re_registers redefined in oniguruma.h). (Moriyoshi)
  • (enabled debug causes bailout errors with CLI on AIX because of fflush() called on already closed filedescriptor). (Tony)
  • (Weird behaviour of __set($name, $value)). (Dmitry)
  • @@ -1440,12 +1440,12 @@ function bugl($number) { echo "
    #$numbe
  • Added interface_exists() and make class_exists() only return true for real classes. (Andrey)
  • Added PHP_EOL constant that contains the OS way of representing newlines. (Paul Hudson, Derick)
  • Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrei)
  • -
  • Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry)
  • +
  • Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry)
  • Fixed bug with raw_post_data not getting set (Brian)
  • Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
  • (ReflectionClass::getMethod() lowercases attribute). (Marcus)
  • (SOAP module processing WSDL file dumps core). (Dmitry)
  • -
  • (Cannot pass big integers (> 2147483647) in SOAP requests). (Dmitry)
  • +
  • (Cannot pass big integers (> 2147483647) in SOAP requests). (Dmitry)
  • (unserialize()/ __PHP_Incomplete_class does not report correctly class name). (Marcus, Tony)
  • (simplexml_load_file URL limitation 255 char). (Rob)
  • (No defines around pcntl_*priority definitions). (Derick)
  • @@ -1486,7 +1486,7 @@ function bugl($number) { echo "
    #$numbe
  • Fixed unloading of dynamically loaded extensions. (Marcus, kameshj at fastmail dot fm)
  • Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise an ReflectionException instead of returning NULL on failure. (Sebastian)
  • Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
  • -
  • Fixed bug in mysqli->client_version. (Georg)
  • +
  • Fixed bug in mysqli->client_version. (Georg)
  • (php_strip_whitespace() prints to stdout rather then returning the value). (Ilia)
  • (MYSQLI_CLIENT_FOUND_ROWS undefined) (Georg)
  • (Segmentation fault, when exception thrown within PHP function called from XSLT). (Christian)
  • @@ -1764,9 +1764,9 @@ function bugl($number) { echo "
    #$numbe actually parsed. (Jon)
  • Fixed bug in gdImageFilledRectangle in the bundled GD library, that required - x1 < x2 and y1 < y2 for coordinates. (Derick) + x1 < x2 and y1 < y2 for coordinates. (Derick)
  • -
  • Fixed crash with foreach() and temporary objects($obj->method()->a ...) where +
  • Fixed crash with foreach() and temporary objects($obj->method()->a ...) where method returns a non-referenced object. (Andi, Zeev)
  • Fixed problem preventing startup errors from being displayed. (Marcus) @@ -1811,7 +1811,7 @@ function bugl($number) { echo "#$numbe
  • (Fix crash caused by bug in get_object_vars()). (Andi)
  • (mbstring compile errors with IRIX compiler). - (K.Kosako , Rui, Moriyoshi) + (K.Kosako <kosako at sofnec dot co dot jp>, Rui, Moriyoshi)
  • (register_long_arrays breaks superglobals). (Zeev)
  • @@ -1836,17 +1836,17 @@ into set[raw]cookie(). (Brian) modules. (Andi, Zeev)
  • Added error message when trying to re-assign to $this variable. (Zeev, Andi)
  • Added support for an interface to extend another interface. (Zeev)
  • -
  • Added new pspell functions: (Brian)
  • +
  • Added new pspell functions: (Brian) -
  • Added new Interbase functions: (Ard)
  • + +
  • Added new Interbase functions: (Ard) +
  • Added context option "http"/"request_fulluri" to send entire URI in request which is required format for some proxies. (Sara)
  • Added optional third parameter 'strict' to array_keys(). (Andrey)
  • @@ -1931,14 +1931,14 @@ exception). (Marcus)
  • Bundled new tidy extension (John, Wez)
  • Upgraded PCRE library to version 4.5. (Andrei)
  • Dropped Windows 95 support. (Andi)
  • -
  • Moved extensions to PECL:
  • +
  • Moved extensions to PECL: +
  • Added 'c' modifier to date() which returns the date in the ISO 8601 format. (Derick, Manuzhai)
  • Added an optional parameter to microtime() to get the time as @@ -1952,7 +1952,7 @@ input filter. support is used. (Derick)
  • Added iconv stream filter (convert.iconv.*). (Moriyoshi)
  • Added EXSLT support in ext/xsl. (Christian)
  • Added qdbm handler for dba extension. (mg at iceni dot pl, Marcus)
  • -
  • Added new functions:
  • +
  • Added new functions: +
  • Added proxy support to http:// wrapper. (Sara)
  • Added rename(), rmdir() and mkdir() support to userstreams. (Sara)
  • @@ -2020,14 +2020,14 @@ segfault). (Moriyoshi)
  • Removed support for expressions within constant declerations.
  • You can read about most changes in ZEND_CHANGES under the Zend directory.
  • - -
  • Improved the DBX extension: (Marc)
  • + +
  • Improved the DBX extension: (Marc) -
  • Improved the Interbase extension: (Ard Biesheuvel)
  • + +
  • Improved the Interbase extension: (Ard Biesheuvel) +
  • Added new COM extension with integrated .Net support. (Wez)
  • -
  • Added new functions:
  • +
  • Added new functions: +
  • Added "resume_pos" context option to "ftp://" wrapper. (Sara)
  • Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB (Patch by Novicky Marek <novicky@aarongroup.cz>). @@ -2091,7 +2091,7 @@ $_REQUEST). (Zeev)
  • in object context). (Zeev)
  • (PEAR DB isError crash [instanceof_function fault?]). (Sterling, Marcus)
  • -
  • (foreach ($k=>$v), the key $k is missing). (Zeev)
  • +
  • (foreach ($k=>$v), the key $k is missing). (Zeev)
  • (__get() crash when no value is returned). (Ilia)
  • (undefined variable has a value). (Zeev)
  • (allow fast_call_user_function to support __call). diff --git a/cvs-php.php b/cvs-php.php index 0f26a8dbb..8a5e5fa53 100644 --- a/cvs-php.php +++ b/cvs-php.php @@ -311,7 +311,7 @@ EOT; class="max" value="" /> - For what purpose do you require a CVS account:
    + For what purpose do you require a CVS account:
    (check all that apply) $p) { ?>
    + checked="checked" />
    - If your intended purpose is not in the list,
    please state it here: + If your intended purpose is not in the list,
    please state it here: diff --git a/download-docs.php b/download-docs.php index 2e455e961..91b4477eb 100644 --- a/download-docs.php +++ b/download-docs.php @@ -85,7 +85,7 @@ $formats = array( href="/get/php_manual_chm.zip/from/a/mirror">downloadable
    in an Extended HTML Help format, and is also available for + href="http://www.osoft.com/store/productdetails.php?pid=14&cid=1">for the ThoutReader.
  • @@ -157,7 +157,7 @@ if (count($found_formats) == 0) { $cellclass = ""; } - echo "\n" . $LANGUAGES[$langcode] . "\n"; + echo "\n" . $LANGUAGES[$langcode] . "\n"; foreach ($formats as $formatname => $extension) { diff --git a/usage.php b/usage.php index dcffa90fd..34f1764de 100644 --- a/usage.php +++ b/usage.php @@ -8,7 +8,7 @@ site_header("PHP Usage Stats");

    Usage Stats for August 2006

    -PHP: 19,234,766 Domains, 1,300,431 IP Addresses
    +PHP: 19,234,766 Domains, 1,300,431 IP Addresses
    Source: Netcraft