Likes Likes:  0
Resultaten 1 tot 15 van de 18
Pagina 1 van de 2 1 2 LaatsteLaatste
php

Onderwerp: PHP 5.2.9 Released!

  1. #1
    PHP 5.2.9 Released!
    Ouwe rot, 52 Jaar
    1.901 Berichten
    Ingeschreven
    24/08/02

    Locatie
    Gaanderen

    Post Thanks / Like
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    2 Berichten zijn liked


    KvK nummer: 09153441

    Thread Starter

    PHP 5.2.9 Released!

    libxml2 2.7 is fixed
    Is in custombuild aanwezig.
    Wie even wachten kan: MySQL 5.0.77 is ook Released

    Code:
    PHP                                                                        NEWS
    |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
    26 Feb 2009, PHP 5.2.9
    - Changed __call() to be invoked on private/protected method access, similar to
      properties and __get(). (Andrei)
    
    - Added optional sorting type flag parameter to array_unique(). Default is
      SORT_REGULAR. (Andrei)
    
    - Fixed a crash on extract in zip when files or directories entry names contain 
      a relative path. (Pierre)
    - Fixed error conditions handling in stream_filter_append(). (Arnaud)
    - Fixed zip filename property read. (Pierre)
    - Fixed explode() behavior with empty string to respect negative limit. (Shire)
    - Fixed security issue in imagerotate(), background colour isn't validated
      correctly with a non truecolour image. Reported by Hamid Ebadi,
      APA Laboratory (Fixes CVE-2008-5498). (Scott)
    - Fixed a segfault when malformed string is passed to json_decode(). (Scott)
    - Fixed bug in xml_error_string() which resulted in messages being
      off by one. (Scott)
    
    - Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
      linux). (Matt)
    - Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
      characters). (for-bugs at hnw dot jp, Moriyoshi)
    - Fixed bug #47353 (crash when creating a lot of objects in object
      destructor). (Tony)
    - Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
    - Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses
      as invalid). (Ilia)
    - Fixed bug #47220 (segfault in dom_document_parser in recovery mode). (Rob)
    - Fixed bug #47217 (content-type is not set properly for file uploads). (Ilia)
    - Fixed bug #47174 (base64_decode() interprets pad char in mid string as
      terminator). (Ilia)
    - Fixed bug #47165 (Possible memory corruption when passing return value by
      reference). (Dmitry)
    - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results).
      (Felipe)
    - Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). (Ilia)
    - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
      (Etienne, Dmitry)
    - Fixed bug #47104 (Linking shared extensions fails with icc). (Jani)
    - Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault).
      (Dmitry)
    - Fixed bug #47048 (Segfault with new pg_meta_data). (Felipe)
    - Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non
      apache). (Sriram Natarajan)
    - Fixed bug #47037 (No error when using fopen with empty string). (Cristian
      Rodriguez R., Felipe)
    - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a
      TXT record). (Felipe)
    - Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject).
      (Derick)
    - Fixed bug #46985 (OVERWRITE and binary mode does not work, regression
      introduced in 5.2.8). (Pierre)
    - Fixed bug #46973 (IPv6 address filter rejects valid address). (Felipe)
    - Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL). (Ilia)
    - Fixed bug #46959 (Unable to disable PCRE). (Scott)
    - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in
      correctly). (Felipe)
    - Fixed bug #46889 (Memory leak in strtotime()). (Derick)
    - Fixed bug #46887 (Invalid calls to php_error_docref()). (oeriksson at
      mandriva dot com, Ilia)
    - Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists). (Arnaud)
    - Fixed bug #46843 (CP936 euro symbol is not converted properly). (ty_c at
      cybozuy dot co dot jp, Moriyoshi)
    - Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
      inside a binary or image column type). (Ilia)
    - Fixed bug #46782 (fastcgi.c parse error). (Matt)
    - Fixed bug #46760 (SoapClient doRequest fails when proxy is used). (Felipe)
    - Fixed bug #46748 (Segfault when an SSL error has more than one error).
      (Scott)
    - Fixed bug #46739 (array returned by curl_getinfo should contain
      content_type key). (Mikko)
    - Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
    - Fixed bug #46419 (Elements of associative arrays with NULL value are
      lost). (Dmitry)
    - Fixed bug #46282 (Corrupt DBF When Using DATE). (arne at bukkie dot nl)
    - Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress
      after end of stream). (Greg)
    - Fixed bug #46005 (User not consistently logged under Apache2). (admorten
      at umich dot edu, Stas)
    - Fixed bug #45996 (libxml2 2.7 causes breakage with character data in
      xml_parse()). (Rob)
    - Fixed bug #45940 (MySQLI OO does not populate connect_error property on
      failed connect). (Johannes)
    - Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi)
    - Fixed bug #45327 (memory leak if offsetGet throws exception). (Greg)
    - Fixed bug #45239 (Encoding detector hangs with mbstring.strict_detection
      enabled). (Moriyoshi)
    - Fixed bug #45161 (Reusing a curl handle leaks memory). (Mark Karpeles, Jani)
    - Fixed bug #44336 (Improve pcre UTF-8 string matching performance). (frode
      at coretrek dot com, Nuno)
    - Fixed bug #43841 (mb_strrpos() offset is byte count for negative values).
      (Moriyoshi)
    - Fixed bug #37209 (mssql_execute with non fatal errors). (Kalle)
    - Fixed bug #35975 (Session cookie expires date format isn't the most
      compatible. Now matches that of setcookie()). (Scott)

  2. #2
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    37 Berichten
    Ingeschreven
    27/02/09

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: 721 340 005

    Geupdate en zonder problemen verlopen

  3. #3
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    2.731 Berichten
    Ingeschreven
    20/05/05

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    6 Berichten zijn liked



    ik had hem gister al gezien, echter na 5.2.7 toch verstandiger om een paar dagen te wachten voor de productie omgeving....

  4. #4
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    600 Berichten
    Ingeschreven
    15/09/07

    Locatie
    Uden

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Naam: Robin Bohnen
    Registrar SIDN: Ja
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Geupdate op testserver zonder problemen.

  5. #5
    PHP 5.2.9 Released!
    Ouwe rot, 52 Jaar
    1.901 Berichten
    Ingeschreven
    24/08/02

    Locatie
    Gaanderen

    Post Thanks / Like
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    2 Berichten zijn liked


    KvK nummer: 09153441

    Thread Starter
    Bij mij kwam dit goed uit, zie topic:
    http://www.webhostingtalk.nl/scripti...ut-string.html (OScommerce Mollie iDeal, fout in string)
    Hier ook geupdated zonder problemen.

  6. #6
    PHP 5.2.9 Released!
    ISPConnect
    3.772 Berichten
    Ingeschreven
    10/01/07

    Locatie
    Nieuwegein

    Post Thanks / Like
    Mentioned
    39 Post(s)
    Tagged
    0 Thread(s)
    134 Berichten zijn liked


    Naam: Marin Heideman
    Bedrijf: DigiState B.V.
    URL: http://www.digistate.nl
    ISPConnect: Lid
    View mheideman's profile on LinkedIn

    Staat op onze testserver. Nog geen resultaten
    Marin Heideman (DigiState B.V.)

  7. #7
    PHP 5.2.9 Released!
    www.fusa.be
    2.211 Berichten
    Ingeschreven
    21/01/08

    Post Thanks / Like
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    54 Berichten zijn liked


    Naam: null

    Citaat Oorspronkelijk geplaatst door DigiState Bekijk Berichten
    Staat op onze testserver. Nog geen resultaten
    Hier hetzelfde, eens testen

  8. #8
    PHP 5.2.9 Released!
    Serverion
    1.046 Berichten
    Ingeschreven
    13/12/02

    Locatie
    Brielle

    Post Thanks / Like
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Naam: Serverion
    Bedrijf: Serverion
    Functie: Webhosting provider
    URL: www.serverion.com
    Registrar SIDN: ja
    KvK nummer: 63821990
    Ondernemingsnummer: nvt

    We hebben ze zonder problemen geupdate (DA servers), werkt prima op alle servers

  9. #9
    PHP 5.2.9 Released!
    Programmeur / Hoster
    3.952 Berichten
    Ingeschreven
    20/06/06

    Locatie
    Wijlre

    Post Thanks / Like
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    647 Berichten zijn liked


    Naam: John Timmer
    Bedrijf: SystemDeveloper.NL
    Functie: Eigenaar
    URL: www.systemdeveloper.nl
    KvK nummer: 14083066
    View johntimmer's profile on LinkedIn

    Draait hier overal toppie (debian, freebsd).
    Al wilde een 512mb vps de php5 niet compileren via de custombuild. Maar een 'cd' en 'make install' gingen probleemloos.
    SystemDeveloper.NL - 64BitsWebhosting.EU : Softwareontwikkeling & Hosting freaks

  10. #10
    PHP 5.2.9 Released!
    Joh.3:16
    1.552 Berichten
    Ingeschreven
    31/08/08

    Locatie
    Delfzijl

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3 Berichten zijn liked



    ik zal wel weer iets fout doen, alleen ik wou op een test server ook ff updaten naar 5.2.9 alleen krijg et niet voorelkaar.

    zou toch moeten werken met #apt-get upgrade php5 of doe ik nu iets fout?

  11. #11
    PHP 5.2.9 Released!
    Allround Fixer
    1.647 Berichten
    Ingeschreven
    09/02/06

    Locatie
    Utrecht

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: ja
    KvK nummer: 24334504
    Ondernemingsnummer: nvt

    Citaat Oorspronkelijk geplaatst door marsipulami Bekijk Berichten
    ik zal wel weer iets fout doen, alleen ik wou op een test server ook ff updaten naar 5.2.9 alleen krijg et niet voorelkaar.

    zou toch moeten werken met #apt-get upgrade php5 of doe ik nu iets fout?
    cd /usr/local/directadmin/custombuild/
    ./build update
    ./build update_versions

  12. #12
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    37 Berichten
    Ingeschreven
    27/02/09

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: 721 340 005

    Citaat Oorspronkelijk geplaatst door marsipulami Bekijk Berichten
    ik zal wel weer iets fout doen, alleen ik wou op een test server ook ff updaten naar 5.2.9 alleen krijg et niet voorelkaar.

    zou toch moeten werken met #apt-get upgrade php5 of doe ik nu iets fout?

    cd /usr/local/directadmin/custombuild/
    ./build update
    ./build update_versions

    Of

    cd /usr/local/directadmin/custombuild/
    ./build update
    ./build php n


    Hier wat build commando,s

    To build everything run:
    ./build all

    NOTE: Command all will compile everything as set in the options.conf, please take a look at "./build options"!

    Other options:
    ./build apache
    ./build autoconf
    ./build automake
    ./build awstats
    ./build create_options
    ./build cron
    ./build curl
    ./build dovecot
    ./build exim_conf
    ./build freetype
    ./build iconv
    ./build icu
    ./build libjpeg
    ./build libpng
    ./build libtool
    ./build libxml2
    ./build libxslt
    ./build mcrypt
    ./build mhash
    ./build mod_perl
    ./build mysql
    ./build pcre
    ./build php
    ./build proftpd
    ./build rewrite_confs
    ./build secure_php
    ./build suphp
    ./build update_versions
    ./build update_webapps
    ./build used_configs
    ./build versions
    ./build webalizer
    ./build zend
    ./build zlib

    Applications:
    ./build phpmyadmin
    ./build atmail
    ./build roundcube
    ./build squirrelmail
    ./build uebimiau

    Jailed shell (beta):
    ./build all_jail
    ./build coreutils
    ./build shell
    ./build smtp_mail
    ./jail/jail_user.sh user

    Remove old build data:
    ./build clean
    ./build clean_old_webapps

    Get latest build script or (and) data:
    ./build update
    ./build update_script

    Get data for current build script:
    ./build update_data

    Set option:
    ./build set option_name value

    These functions are only recommended for experienced users:
    ./build php4-cli
    ./build php5-cli
    ./build php4-cgi
    ./build php5-cgi
    ./build todovecot

    You can pass a 2nd argument to automate the input:
    ./build <option> d : do the default action
    ./build <option> y : answer yes to all questions
    ./build <option> n : answer no to all questions

  13. #13
    PHP 5.2.9 Released!
    Joh.3:16
    1.552 Berichten
    Ingeschreven
    31/08/08

    Locatie
    Delfzijl

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3 Berichten zijn liked



    dank je wel voor alle commands

  14. #14
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    37 Berichten
    Ingeschreven
    27/02/09

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: 721 340 005

    Citaat Oorspronkelijk geplaatst door marsipulami Bekijk Berichten
    dank je wel voor alle commands
    Graag gedaan hoor.

    Laat je ons even weten of het gelukt is met het upgraden van je php?

    Is altijd wel leuk om te weten.

  15. #15
    PHP 5.2.9 Released!
    geregistreerd gebruiker
    2.731 Berichten
    Ingeschreven
    20/05/05

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    6 Berichten zijn liked



    Citaat Oorspronkelijk geplaatst door marsipulami Bekijk Berichten
    dank je wel voor alle commands
    Als je nou;
    # cd /usr/local/directadmin/custombuild
    # ./build
    invoert, dan leer je ook nog eens iets van de basis....

Pagina 1 van de 2 1 2 LaatsteLaatste

Labels voor dit Bericht

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2026 Webhostingtalk.nl.
Web Statistics