Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| | * | Initialize the offset table - PCRE may sometimes miss offsets | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Add support for PCRE marks | Nikita Popov | 2014-03-17 | 1 | -2/+42 |
| | | | | | | | | | | | | | | | | | | If a MARK is set then it will be returned in the $matches array unter key "MARK". If no MARK is used or passed, the key will not be set. | ||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -4/+6 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix zts check | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.3: fix zts check | ||||
| | * | fix zts check | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-04 | 1 | -1/+8 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fixed PCRE locale crash in Windows/TS | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-04 | 1 | -1/+8 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fixed PCRE locale crash in Windows/TS | ||||
| | * | Fixed PCRE locale crash in Windows/TS | Stephen A. Zarkos | 2013-03-04 | 1 | -1/+8 |
| | | | |||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Safer way to call pcre_fullinfo - bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+2 |
| | | | |||||
| | * | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -2/+2 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
| | | | |||||
| | * | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
| | | | |||||
| | * | efree match_sets on an error here - found by Coverity | Rasmus Lerdorf | 2011-08-05 | 1 | -0/+1 |
| | | | |||||
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | Increase the overly conservative pcre backtrack limit from 100000 to 1000000 | Rasmus Lerdorf | 2011-05-21 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Coding standards | Felipe Pena | 2010-11-06 | 1 | -3/+2 |
| | | | |||||
| | * | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵ | Felipe Pena | 2010-11-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com | ||||
| | * | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option. | ||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Adam Harvey | 2012-11-12 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: Update arginfo for preg_match_all() to reflect reality. fix invalid read when trimming empty string | ||||
| * | | Update arginfo for preg_match_all() to reflect reality. | Adam Harvey | 2012-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Back when I implemented FR #53238 during the 5.4 development phase to make the $matches parameter optional in preg_match_all(), it turns out I forgot to update the arginfo to note that only 2 parameters are now required by preg_match_all(). The function itself works fine, but reflection was reporting the wrong number of required parameters. | ||||
* | | | Merge branch 'PHP-5.4' | Dmitry Stogov | 2012-10-26 | 1 | -0/+18 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63180 (Corruption of hash tables) fix bug #63369 Conflicts: NEWS | ||||
| * | | Fixed bug #63180 (Corruption of hash tables) | Dmitry Stogov | 2012-10-26 | 1 | -0/+18 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-08-28 | 1 | -12/+20 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.4: fix bug #55856: preg_replace should fail on trailing garbage Bug #62956: fixing private method signature validation NEWS for 886a50a | ||||
| * | | fix bug #55856: preg_replace should fail on trailing garbage | Stanislav Malyshev | 2012-08-28 | 1 | -12/+20 |
| | | | |||||
| * | | Safer way to call pcre_fullinfo - bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+2 |
| | | | |||||
| * | | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -2/+2 |
| | | | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
| | | | |||||
| * | | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
| | | | |||||
| * | | efree match_sets on an error here - found by Coverity | Rasmus Lerdorf | 2011-08-05 | 1 | -0/+1 |
| | | | |||||
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
| * | | Increase the overly conservative pcre backtrack limit from 100000 to 1000000 | Rasmus Lerdorf | 2011-05-21 | 1 | -1/+1 |
| | | | |||||
* | | | Deprecate /e modifier | Nikita Popov | 2012-03-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier. | ||||
* | | | Safer way to call pcre_fullinfo - bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+2 |
| | | | |||||
* | | | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -2/+2 |
| | | | |||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
| | | | |||||
* | | | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
| | | |