+ Antworten
Ergebnis 1 bis 2 von 2

Thema: PHP 4.2.3 released !

  1. #1
    TP-Supporter Howie Munson II macht alles soweit korrekt Avatar von Howie Munson II
    Registriert seit
    May 2001
    Ort
    Berlin
    Beiträge
    435

    PHP 4.2.3 released !

    PHP 4.2.3 has been released. It is a maintenance release and includes a
    large number of fixes for the previous 4.2.2 version. 4.2.3 is a
    recommended upgrade for all users of PHP, and particularly Windows users.

    Full list of changes:
    - Enabled strcoll() on win32. (Markus)
    - Fixed possible ASCII control char injection in mail(). (Stefan Esser)
    - Fixed a potential crash bug in import_request_variables() (Zeev)
    - Fixed several problems with directory functions on Windows. (Steph)
    - Fixed xbithack bug in Apache module. (Rasmus)
    - Fixed a bug that prevented touch() from working on various platforms. (Steph)
    - Fixed ob_gzhandler()'s handling of requests that do have the Accept-Encoding
    header, but do not allow compression. (Zeev)
    - Fixed several bugs in the multithreaded version that could cause random parse
    errors, especially on machines with multiple CPUs. (Zeev, Zend Engine)
    - Fixed a build problem in bcmath. (Alan)
    - Fixed several bzip2 issues. (Andrei, kalowsky)
    - Fixed several COM issues. (Harald)
    - Various exif fixes. (Marcus)
    - Fixed domxml_xslt_process() and domxml_get_element_by_id() and several
    other issues in DOMXML. (Christian)
    - Fixed DOMXML crash on removing previously created attributes. (Christian)
    - Fixed crash when converting $GLOBALS to an object. (Zeev, Zend Engine)
    - Fixed ImageCreateFromGD2Part() (Jani)
    - Fixed a build issue in the IMAP extension under IRIX. (kalowsky)
    - Fixed a bug in imap_last_error() (Jani)
    - Various mbstring fixes. (Yasuo, Rui)
    - Fixed a build problem in the mcal extension. (Jani)
    - Made MySQL rollback open transactions when the request ends. (Georg)
    - Fixed a crash in the shutdown order of the ODBC module. (kalowsky)
    - Fixed PCRE build problems. (troels@arvin.dk)
    - Fixed a crash in pg_lo_write() (Yasuo)
    - Fixed posix_isatty() and posix_ttyname(). (Markus)
    - Fixed accidental pg_lo_import() API change. (Yasuo)
    - Fixed ereg_replace() crash when the backreference number was greater than the number of captured subpatterns. (oliver@billix.franken.de)
    - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
    - Report the right exit code after a call to exit(). (Edin)

    gibt's natürlich bei php.net

  2. #2
    TP-Senior querelle macht alles soweit korrekt Avatar von querelle
    Registriert seit
    Jun 2001
    Ort
    Frankfurt am Main
    Beiträge
    192
    Hi,

    wie kann ich trotz Upgrade meine vorhandene PHP-Konfiguration beibehalten? Da ich die nicht selbst gemacht habe, würde ich schön auf dem Schlauch stehen, wenn sie verschwunden wäre ...

    Gruß, querelle

    Hat sich erledigt ....
    Geändert von querelle (30.10.2002 um 11:40 Uhr)

+ Antworten

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51