summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in php_stream_context_get_option callRemi Collet2017-07-112-2/+2
* remove excessive checks and fix warningsAnatol Belski2017-07-111-9/+7
* fix macro redifinitionsAnatol Belski2017-07-112-1/+8
* fix symbol availability and wsAnatol Belski2017-07-111-7/+8
* fix authorsRemi Collet2017-07-112-12/+2
* fix CREDITS fileRemi Collet2017-07-111-2/+2
* Squashed commit - Add ext/sodiumParagon Initiative Enterprises2017-07-1126-0/+3839
* fix datatypeAnatol Belski2017-07-101-1/+1
* Fixed memory leak introduced by 7cb5bdf64a95bd70623d33d6ea122c13b01113bdDmitry Stogov2017-07-101-7/+7
* remove checks for eol dependenciesAnatol Belski2017-07-101-32/+1
* Merge branch 'PHP-7.1'Anatol Belski2017-07-102-2/+14
|\
| * improve testAnatol Belski2017-07-102-2/+14
* | Small fix in ext/ldap, Moved vars definitions to the beginning of the block u...Côme Chilliet2017-07-101-2/+2
* | ZipArchive implements countable, added ZipArchive::count() methodRemi Collet2017-07-103-1/+55
* | Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)Andreas Treichel2017-07-106-2/+109
* | Fix #49649 - Handle property visibility changes on unserializationPedro Magalhães2017-07-104-7/+186
* | Merge branch 'PHP-7.1'Joe Watkins2017-07-102-4/+6
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-102-4/+6
| |\
| | * #73594 tests only check the extra params if dns_get_record is successfulPedro Magalhães2017-07-102-4/+6
* | | Merge branch 'PHP-7.1'Joe Watkins2017-07-102-5/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-102-5/+22
| |\ \ | | |/
| | * Fixed bug #74852 (property_exists returns true on unknown DateInterval property)jhdxr2017-07-102-5/+22
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-091-3/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-091-3/+6
| |\ \ | | |/
| | * Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception wi...Anatol Belski2017-07-081-3/+6
* | | Silent compiler warningKalle Sommer Nielsen2017-07-081-1/+4
* | | Fix testKalle Sommer Nielsen2017-07-081-0/+2
* | | Deprecated the read_exif_data() aliasKalle Sommer Nielsen2017-07-082-1/+3
* | | Fixed file name for case sensitive file systemsKalle Sommer Nielsen2017-07-081-1/+1
* | | Added test case for bug #73115 which was fixed by recently fixed bugsKalle Sommer Nielsen2017-07-082-0/+16
* | | We currently don't use the guessing code, so don't compile itKalle Sommer Nielsen2017-07-071-2/+6
* | | * Fixed bug #72819 (EXIF thumbnails not read anymore)Kalle Sommer Nielsen2017-07-076-10/+22
* | | This should be EXPECT instead of EXPECTFKalle Sommer Nielsen2017-07-071-1/+1
* | | Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other...Kalle Sommer Nielsen2017-07-074-7/+30
* | | Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with co...Kalle Sommer Nielsen2017-07-073-2/+52
* | | Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).Dmitry Stogov2017-07-072-0/+12
* | | Fixed bug #72324 (imap_mailboxmsginfo() return wrong size)Kalle Sommer Nielsen2017-07-071-5/+2
* | | Fix redefine warningsKalle Sommer Nielsen2017-07-071-0/+15
* | | Added missed dump of "main" script codeDmitry Stogov2017-07-061-0/+2
* | | replace the stack var by a macroAnatol Belski2017-07-061-6/+4
* | | Fixed final dump "after optimizer"Dmitry Stogov2017-07-051-0/+18
* | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2017-07-054-7/+243
|\ \ \
| * | | Added constants for known ldap controls OID and tests for ldap_get/set_option...Côme Chilliet2017-07-054-6/+212
| * | | Added support for controls to ldap_get_optionCôme Chilliet2017-07-051-1/+31
* | | | Keep information about SSA variables, that may be modified indirectly.Dmitry Stogov2017-07-055-15/+35
|/ / /
* | | Merge branch 'pull-request/2608'Côme Chilliet2017-07-058-1/+511
|\ \ \
| * | | Test ldap_exop_passwd with less parameters to be sure it worksCôme Chilliet2017-07-041-0/+2
| * | | Changed API to avoid using passing result by referenceCôme Chilliet2017-07-043-32/+21
| * | | Removed unused variables left over by LDAP EXOP patchCôme Chilliet2017-07-031-7/+2
| * | | Removed TSRMLS_CC instances left over by LDAP EXOP patchCôme Chilliet2017-07-031-10/+10