Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

a lot of bugfixes #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

a lot of bugfixes #19

wants to merge 5 commits into from

Commits on Sep 12, 2013

  1. a lot of bugfixes

    is_file: ArgumentException if path contains invalid chars
    invalid encoding in urlencode/urldecode and dependenced functions
    some ScriptContext survived if web.config contains handlers or async
    code used (directly or indirectly)
    ReferenceNull is error instead of warning
    User error handler called when error reporting is disabled
    wrong print_r output of the PhpBytes type
    curl: support for CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST in
    .net 4.5
    curl_setopt: bug with int values
    gd: imagecolorresolve, imagecolorsforindex implementation
    gd: transparent gif color changed to black when load and save image
    soap: many bugfixes and simple SoapServer implementation
    xml_parse_into_struct: wrong result and bug with encoding
    gzcompress NullReferenceException when data is null
    proff committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    92261c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. a lot of bugfixes

    change timestamp type to long
    is_file/dir/readable/writable/executable: check for invalid path chars
    and add chars caching
    add pdb-only debug info mode
    change configurations DeepCopy like Jakub suggested
    revert memory leak fix from ScriptContext
    wrong encoding in ScriptContext.RunApplication
    add information about file and line in timeout error
    curl: bug with password in url
    soap: getLastRequestHeaders, getLastRequestHeaders and bugfixes
    xml_parse_into_struct: accept xml in all types without conversions
    iconv: bug when string converted from not PageEncoding
    iconv/mbstring: support for encoding names in cp* format
    proff committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    8ae34ad View commit details
    Browse the repository at this point in the history
  2. remove private changes

    proff committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    a4ed4a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2013

  1. Configuration menu
    Copy the full SHA
    00682c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2014

  1. Exception thrown when flushing disconnected response with disabled

    TrackClientDisconnection
    ScriptContext leak in previous execution_timed_out line info fix
    Unbuffered output is not flushed when ScriptContext disposed
    xml: hardcoded encoding
    xml: Exception with invalid DTD
    Exception thrown when flushing disconnected response with disabled
    TrackClientDisconnection
    ScriptContext leak in previous execution_timed_out line info fix
    Unbuffered output is not flushed when ScriptContext disposed
    xml: hardcoded encoding
    xml: Exception with invalid DTD
    iconv: bug when string converted from not PageEncoding
    gd2: support for streams that don't support seek (http)
    soap: bugs with yet another wsdl
    proff committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    f8d4b8f View commit details
    Browse the repository at this point in the history