History log of /php-src/ext/standard/url.c (Results 101 – 125 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e2aa8001 28-Sep-2015 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix bug #70480 (php_url_parse_ex() buffer overflow read)


# 629e4da7 28-Sep-2015 Stanislav Malyshev

Fix bug #70480 (php_url_parse_ex() buffer overflow read)

# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().

Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# e49922d3 01-Jul-2015 Christoph M. Becker

Fix #69976: Unable to parse "all" urls with colon char

If a colon occurs in a query string or fragment of a partial URL without
scheme, parse_url() tries to regard it as port separator.

Fix #69976: Unable to parse "all" urls with colon char

If a colon occurs in a query string or fragment of a partial URL without
scheme, parse_url() tries to regard it as port separator. If up to 5 digits
follow and then a slash or the end of the string, parse_url() fails.

We're fixing this by checking whether the colon is part of the query string or
the fragment, under the assumption that question marks and hash signs are only
allowed as separators of query string and fragments, respectively, what is
guarenteed for URIs (RFC 3986), but not necessarily for URLs (RFC 1738) where
question marks are allowed for usernames and passwords.

Anyhow, this constitutes a minor BC, so the fix is applied to master only.

show more ...

# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).

Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9
# 8bdec7a2 13-May-2015 olshevskiy87

fix typos

Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>

Revision tags: php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 0a10440c 30-Mar-2015 Ferenc Kovacs

no need for default value

# b9b0d3db 30-Mar-2015 Ferenc Kovacs

allow passing null as the third param

# fd01b47b 29-Mar-2015 Ferenc Kovacs

Implemented FR #55716 - Add an option to pass a custom stream context

# 6a8ab3d7 29-Mar-2015 Kalle Sommer Nielsen

Fix additional NULL byte added to string keys in get_header(), spotted by Ferenc

# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 1236a307 06-Mar-2015 Tjerk Meesters

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #68917 (parse_url fails on some partial urls)
Update test to run locally instead of remotely


# d7fb52ea 06-Mar-2015 Tjerk Meesters

Fixed bug #68917 (parse_url fails on some partial urls)

Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# c448023b 23-Oct-2014 Anatol Belski

fix datatype mismatches

Revision tags: php-5.5.18, php-5.4.34
# 78156520 09-Oct-2014 Tjerk Meesters

Merge branch 'PHP-5.6'

* PHP-5.6:
Updated NEWS for #68129
Updated NEWS for #68129
Fixed bug #68129


# d0e51f5c 05-Oct-2014 Tjerk Meesters

Fixed bug #68129

Empty usernames and passwords are now treated differently from no username or password

For example, empty password:

ftp://user:@example.org

Em

Fixed bug #68129

Empty usernames and passwords are now treated differently from no username or password

For example, empty password:

ftp://user:@example.org

Empty username:

ftp://:password@example.org

Empty username and empty password

ftp://:@example.org

show more ...

Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2

# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t

Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

12345678910>>...12