summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* made ext/date and ext/spl use static tsrm ls cacheAnatol Belski2014-10-156-6/+6
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-151-2/+0
|\
| * Fixed ext/standard/tests/strings/pack64_32.phpt failure (In PHP7, we must not...Dmitry Stogov2014-10-151-2/+0
* | converted some ext/mysql* and fixed ext/zlibAnatol Belski2014-10-1513-13/+40
* | converted ext/zlib with static tsrm ls cacheAnatol Belski2014-10-154-4/+9
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-1568-8/+215
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-1522-303/+506
|\ \ | |/
| * Merge branch 'PHP-5.6'Stanislav Malyshev2014-10-141-1/+1
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-10-141-1/+1
| | |\
| | | * Fix return code (merges are hard :( )Stanislav Malyshev2014-10-141-1/+1
| | | * Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-143-2/+19
| | | * Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-142-0/+23
| | | * Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-143-3/+15
| | | * Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
| | * | Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-143-2/+19
| | * | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-142-0/+23
| | * | Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-143-3/+15
| | * | Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
| * | | fix bad mergeStanislav Malyshev2014-10-141-3/+16
| * | | Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-143-2/+19
| * | | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-142-16/+26
| * | | Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-143-2/+14
| * | | Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-142-5/+52
| * | | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-148-285/+161
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-10-148-283/+182
| | |\ \ | | | |/
| | | * Fixed bug #68128Tjerk Meesters2014-10-148-283/+182
| * | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-10-144-9/+237
| |\ \ \ | | |/ /
| | * | Merge branch 'pull-request/839' into PHP-5.6Stanislav Malyshev2014-10-144-9/+241
| | |\ \
| | | * \ Merge branch 'PHP-5.6' of https://github.com/php/php-src into gmp-randomLeigh2014-10-0718-707/+1166
| | | |\ \
| | | * | | Address issues raised by @nikicLeigh2014-09-243-22/+141
| | | * | | Make sure min < maxLeigh2014-09-242-0/+11
| | | * | | Mersenne Twister was added in GMP 4.2Leigh2014-09-231-1/+4
| | | * | | Add test filesLeigh2014-09-233-2/+32
| | | * | | Add gmp_random_bits(bits) and gmp_random_range(min, max)Leigh2014-09-232-9/+78
| | | * | | Change GMPs default PRNG to Mersenne TwisterLeigh2014-09-231-1/+1
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-132-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix signed/unsigned mismatch warningAnatol Belski2014-10-131-1/+1
| * | | | | missing include for strlen protoAnatol Belski2014-10-131-0/+1
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-136-27/+48
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.6'Dmitry Stogov2014-10-131-0/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST.Dmitry Stogov2014-10-131-0/+6
| * | | | | Fix ::jsonSerialize() failure messageNikita Popov2014-10-121-1/+1
| * | | | | Fix invalid zend_string_frees in reflectionNikita Popov2014-10-121-3/+3
| * | | | | Remove retval member in spl_dllistNikita Popov2014-10-121-6/+2
| * | | | | Merge branch 'PHP-5.6'Tjerk Meesters2014-10-122-17/+36
| |\ \ \ \ \ | | |/ / / /
| | * | | | More fixes for nodelist array accessTjerk Meesters2014-10-122-19/+54
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-1041-448/+787
|\ \ \ \ \ \ | |/ / / / /
| * | | | | use php_socket_t instead of intAnatol Belski2014-10-101-1/+3
| * | | | | Fix casts in GDNikita Popov2014-10-101-135/+21
| * | | | | Drop redundant casting code from ext/filterNikita Popov2014-10-103-21/+7