summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed and improved testsJulien Pauli2015-12-247-8/+41
* test to function socket_getopt();marcosptf2015-12-241-0/+74
* test to function socket_shutdown();marcosptf2015-12-241-0/+54
* test to function socket_send();marcosptf2015-12-241-0/+50
* test to function gethostname ( void );marcosptf2015-12-241-0/+20
* test to function DateTimeZone::getLocation();marcosptf2015-12-241-0/+82
* test to function stream_get_transports();marcosptf2015-12-241-0/+16
* test to function stream_get_wrappers();marcosptf2015-12-241-0/+16
* test to function stream_socket_enable_crypto();marcosptf2015-12-241-0/+64
* test to function stream_socket_get_name();marcosptf2015-12-241-0/+26
* Create stream_socket_recvfrom.phptmarcosptf2015-12-241-0/+34
* test to stream function set_file_buffer.phpt();marcosptf2015-12-241-0/+47
* test to function PDO_getAvaliableDrivers;marcosptf2015-12-241-0/+11
* test to misc. function connection_status();marcosptf2015-12-241-0/+10
* test to function connection_aborted();marcosptf2015-12-241-0/+10
* Added test for bug #71201Anatol Belski2015-12-231-0/+10
* Bug #71201 round() segfault on 64-bit buildsAnatol Belski2015-12-231-1/+9
* Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)Xinchen Hui2015-12-232-4/+24
* Fixed incorrect setting on 32-bit systemsDmitry Stogov2015-12-221-2/+2
* Fix #70720Julien Pauli2015-12-222-1/+16
* Improved fix for #71127Xinchen Hui2015-12-183-4/+5
* Fixed bug #71127 (Define in auto_prepend_file is overwrite)Xinchen Hui2015-12-172-1/+27
* Fix ZTS buildYasuo Ohgaki2015-12-161-2/+2
* Fixed bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-163-28/+31
* Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
* Fixed Bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-151-3/+4
* Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* Update READMEChristopher Jones2015-12-131-8/+14
* Prepare for a PECL releaseChristopher Jones2015-12-122-12/+16
* backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0Anatol Belski2015-12-111-4/+46
* ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.Michael Orlitzky2015-12-091-5/+10
* ext/dba/config.m4: Autodetect Berkeley DB v5.3.Michael Orlitzky2015-12-091-1/+5
* fix path separator in testAnatol Belski2015-12-091-2/+2
* Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
* Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebirdPopa Adrian Marius2015-12-031-2/+2
* Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-242-1/+12
* Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
* This seems betterXinchen Hui2015-11-201-2/+2
* Fixed build error "undefined symbol gdJpegGetVersionString"Xinchen Hui2015-11-201-0/+4
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-11-171-0/+4
|\
| * News for fixed bug #68344Andrey Hristov2015-11-161-0/+4
* | Improve the testXinchen Hui2015-11-171-2/+12
|/
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-11-162-1/+11
|\
| * Added back support for undocummented host:port syntaxCôme Bernigaud2015-11-162-1/+11
* | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-167-10/+90
|/
* Use the same CS for all json testsJakub Zelenka2015-11-1532-252/+185
* Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-121-1/+3
* Using default port in ldap_connect when NULL is passed (this was the behavior...Côme Bernigaud2015-11-121-0/+3
* Remove SNI test that trigger request to sni.velox.chJakub Zelenka2015-11-091-184/+0
* Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-073-1/+207