History log of /PHP-8.3/ext/pcre/php_pcre.c (Results 301 – 325 of 649)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# d7fd9406 08-Jan-2015 Xinchen Hui

Fixed #68704

# 7624fb6e 23-Dec-2014 Dmitry Stogov

Fixed possible crash (pcre cache must keep permanent strings)

# 4514ba01 19-Dec-2014 Dmitry Stogov

Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not necessary.

# 92655be7 19-Dec-2014 Dmitry Stogov

Enabled JIT for preg_split(). Use better zend_hash_*() functions.

# 2eef2abe 16-Dec-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Optimize argument passing handlers:
Fix pcre non-FAST_ZPP build

Conflicts:
Zend

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Optimize argument passing handlers:
Fix pcre non-FAST_ZPP build

Conflicts:
Zend/zend_compile.c
Zend/zend_execute.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/pcre/php_pcre.c

show more ...


# ea7f768b 16-Dec-2014 Andrea Faulds

Fix pcre non-FAST_ZPP build

# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

# bf59acde 03-Nov-2014 Stanislav Malyshev

Merge branch 'PHP-5.6'

* PHP-5.6:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
set default response code to 200
set

Merge branch 'PHP-5.6'

* PHP-5.6:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
set default response code to 200
set default response code to 200
fix NEWS & version
NEWS
Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
Fix bug #68113 (Heap corruption in exif_thumbnail())
Fix bug #68089 - do not accept options with embedded \0
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Fix bug #68027 - fix date parsing in XMLRPC lib

Conflicts:
ext/pcre/php_pcre.c

show more ...


# 90ba99a2 03-Nov-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
set default response code to 2

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
set default response code to 200
fix NEWS & version
NEWS
Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
Fix bug #68113 (Heap corruption in exif_thumbnail())
Fix bug #68089 - do not accept options with embedded \0
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Fix bug #68027 - fix date parsing in XMLRPC lib

show more ...


# 279550ee 03-Nov-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
fix NEWS & version
NEWS

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
fix NEWS & version
NEWS
Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
Fix bug #68113 (Heap corruption in exif_thumbnail())
Fix bug #68089 - do not accept options with embedded \0
Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
Fix bug #68027 - fix date parsing in XMLRPC lib

Conflicts:
configure.in
ext/curl/interface.c
main/php_version.h

show more ...


# c351b47c 03-Nov-2014 Stanislav Malyshev

Initialize the offset table - PCRE may sometimes miss offsets

# 9d21ff6b 29-Oct-2014 Anatol Belski

fix datatype mismatches

PCRE uses plain datatypes, no typedefs.

# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...

# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

# d8de53d4 19-Sep-2014 Anatol Belski

avoid unnecessary strlen calls in loop

Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 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
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements

# 90d6f60b 17-Aug-2014 Anatol Belski

mostly fixes to spl, but also some other

# 1169de3e 16-Aug-2014 Anatol Belski

fix some cases with fast zpp

# b7e7a895 16-Aug-2014 Anatol Belski

several fixes -

- param parsing Z_PARAM_STR vs Z_PARAM_STRING
- some functions for new params
- etc

# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...

1...<<11121314151617181920>>...26