History log of /php-src/ext/standard/url.c (Results 26 – 50 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 81b2f3e5 20-Sep-2020 Christoph M. Becker

Fix #80114: parse_url does not accept URLs with port 0

URIs with a 0 port are generally valid, so `parse_url()` should
recognize such URIs, but still report the port as missing.

Fix #80114: parse_url does not accept URLs with port 0

URIs with a 0 port are generally valid, so `parse_url()` should
recognize such URIs, but still report the port as missing.

Co-authored-by: twosee <twose@qq.com>

Closes GH-6152.

show more ...

# 4a2ae841 07-Sep-2020 Dmitry Stogov

Add "const". Move constant strings to read-only memory.

# 0bc2657b 02-Sep-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix binary-safety of parse_url


# 81811dbb 02-Sep-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix binary-safety of parse_url


# 54dbd3ec 02-Sep-2020 Nikita Popov

Fix binary-safety of parse_url

php_parse_url() is intended to support strings that are not zero
terminated. We can't use strcspn in the implementation.

As we have two uses of st

Fix binary-safety of parse_url

php_parse_url() is intended to support strings that are not zero
terminated. We can't use strcspn in the implementation.

As we have two uses of strcspn, add a helper.

show more ...

# 2b5de6f8 01-Jul-2020 Max Semenik

Remove proto comments from C files

Closes GH-5758

Revision tags: php-7.4.6, php-7.2.31, php-7.4.6RC1, php-7.3.18RC1
# c4f716a2 24-Apr-2020 Alex Dowad

Fix {{{ comment to match function name for php_replace_controlchars_ex

# e97a6796 09-May-2020 Xinchen Hui

drop use of extract_epi16

# af112f65 08-May-2020 Xinchen Hui

Use SSE2 instructions do url_encode

# 661c0ac7 15-Apr-2020 Nikita Popov

Remove support for EBCDIC

Closes GH-5390.

Revision tags: php-7.2.30, php-7.4.5
# d3fbdf00 14-Apr-2020 Stanislav Malyshev

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #79465 - use unsigneds as indexes.
Fix bug #79330 - make all execution modes consistent in rejecting \0


# 864d69be 14-Apr-2020 Stanislav Malyshev

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #79465 - use unsigneds as indexes.
Fix bug #79330 - make all execution modes consistent in rejecting \0


# d539e61c 14-Apr-2020 Stanislav Malyshev

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #79465 - use unsigneds as indexes.
Fix bug #79330 - make all execution modes consistent in rejecting \0


Revision tags: php-7.3.17
# 9d6bf822 14-Apr-2020 Stanislav Malyshev

Fix bug #79465 - use unsigneds as indexes.

# 2d1bf697 09-Apr-2020 Nikita Popov

Add Z_PARAM_RESOURCE_OR_NULL()

As a more explicit alternative to Z_PARAM_RESOURCE_EX(, 1, 0).

Revision tags: php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1
# bb6f3740 24-Feb-2020 Máté Kocsis

Improve argument error messages in ext/standard

Closes GH-5198

# 2bc92a0c 16-Mar-2020 Stanislav Malyshev

Fix bug #79329 - get_headers should not accept \0

# 335547a0 16-Mar-2020 Stanislav Malyshev

Fix bug #79329 - get_headers should not accept \0

# 69fdc141 16-Mar-2020 Stanislav Malyshev

Fix bug #79329 - get_headers should not accept \0

# 0d139c5b 16-Mar-2020 Stanislav Malyshev

Fix bug #79329 - get_headers should not accept \0

Revision tags: php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1, php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14
# f553e676 11-Jan-2020 Islam Israfilov

Fixed #78385: Distinguish absent/empty query/fragment

http://example.com/foo => query = null, fragment = null
http://example.com/foo? => query = "", fragment = null
http://examp

Fixed #78385: Distinguish absent/empty query/fragment

http://example.com/foo => query = null, fragment = null
http://example.com/foo? => query = "", fragment = null
http://example.com/foo# => query = null, fragment = ""
http://example.com/foo?# => query = "", fragment = ""

Closes GH-5078.

show more ...

Revision tags: php-7.3.14RC1, php-7.4.2RC1, php-7.4.1, php-7.2.26, php-7.3.13
# f0b5d55c 10-Dec-2019 Máté Kocsis

Promote warning to exception in parse_url()

Revision tags: php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3
# e676aef5 08-Jul-2019 Peter Kokot

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove APACHE symbol


# 4b864c2e 08-Jul-2019 Peter Kokot

Remove APACHE symbol

The APACHE symbol was used in very early PHP versions to indicate the
Apache module usage. Since PHP 4 this is no longer used in the code.

12345678910>>...12