summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* openssl: Fix spkstr and spki leak in openssl_spki_newJelle van der Waa2017-06-161-4/+2
* Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)Dmitry Stogov2017-06-131-1/+1
* Fix bug #74705 for collator_get_sort_keyRemi Collet2017-06-132-2/+1
* Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()Tyson Andre2017-06-132-1/+23
* Fixes bug #74708 reflection signatures for random_bytes+random_intTyson Andre2017-06-132-2/+21
* Use reasonable SQLite3 module versionChristoph M. Becker2017-06-091-1/+1
* Replace ASN1_STRING_data with ASN1_STRING_get0_dataJakub Zelenka2017-06-041-17/+24
* Fix leak in WDDX serializationNikita Popov2017-06-031-4/+0
* Fixed bug #69373Tim Toohey2017-06-034-1/+27
* Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_messagelibnex2017-06-031-0/+1
* Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-312-2/+30
* Fixed wrong conditionDmitry Stogov2017-05-311-1/+1
* Merge branch 'pull-request/2536' into PHP-7.0Côme Bernigaud2017-05-302-2/+28
|\
| * ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
| * ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
* | Patch from the upstream gitRemi Collet2017-05-301-1/+3
* | Patch from the upstream gitRemi Collet2017-05-301-1/+8
* | Patch from the upstream gitRemi Collet2017-05-301-0/+2
* | Patch from the upstream gitRemi Collet2017-05-301-5/+0
* | Patch from the upstream gitRemi Collet2017-05-301-2/+6
* | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-292-2/+95
* | Bugfix #74556 stream_socket_get_name() returns empty stringSara Golemon2017-05-282-0/+27
* | Bugfix #74598 ftp:// ignores contextSara Golemon2017-05-271-4/+4
* | Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)Xinchen Hui2017-05-274-1/+38
|/
* Fixed bug #74478jhdxr2017-05-242-0/+77
* follow up fix on bug #74022Anatol Belski2017-05-182-2/+28
* Added test for bug #74596Xinchen Hui2017-05-171-0/+55
* variation of icu libraries causes failureSteve Walk2017-05-161-2/+2
* Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-161-0/+3
* Remove typo from test headerSara Golemon2017-05-101-1/+1
* Fixed tests when using cumstom php.ini(session.save_handler)Xinchen Hui2017-05-0936-1/+38
* Fix Bug #74541 Wrong reflection on session_start()Fabien Villepinte2017-05-082-1/+23
* Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-062-1/+26
* Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT an...Christian Weiske2017-05-021-1/+12
* Fix bug #74457 Wrong reflection on XMLReader::expandFabien Villepinte2017-05-022-1/+17
* Fix bug #74468 wrong reflection on Collator::sortWithSortKeysFabien Villepinte2017-05-023-2/+33
* Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-012-0/+61
* Fix typo in SplFixedArray has_dimension implementationNikita Popov2017-05-012-1/+23
* Fix possible memory leak in openssl_encrypt and openssl_decryptJakub Zelenka2017-04-271-2/+2
* Prefer using DIRECTORY_SEPARATOR in OpenSSL config pathJakub Zelenka2017-04-273-3/+3
* Add oid_section to the testing openssl.cnfJakub Zelenka2017-04-271-0/+7
* Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-37/+0
* Do not add already added object to the internal OpenSSL tableJakub Zelenka2017-04-261-1/+2
* rely on bundle config, instead of system oneRemi Collet2017-04-261-2/+3
* skip the test on OpenSSL < 1.1 for nowAnatol Belski2017-04-261-0/+1
* Fix bug #73833 (null character not allowed in openssl_pkey_get_private)Jakub Zelenka2017-04-242-25/+90
* Support also no,shared configure arg vals by defaultAnatol Belski2017-04-241-1/+1
* extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
* Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key)Jakub Zelenka2017-04-233-14/+24
* Avoid exact floating point comparisonSteve Walk2017-04-201-2/+2