summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-262-1/+23
* Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-242-11/+42
* Fix TSRM (after afc1debb)Johannes Schlüter2013-02-211-4/+6
* PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
* http-stream test requires network connectivitySara Golemon2013-02-211-0/+1
* Fixed external entity loadingDmitry Stogov2013-02-203-20/+26
* fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
* Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-172-1/+27
* Proper bit reset codeDmitry Stogov2013-02-131-2/+2
* Disabled external entities loadingDmitry Stogov2013-02-071-0/+2
* Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-071-1/+35
* Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-303-2/+25
* Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-222-0/+24
* Revert "Update fputcsv() to escape all characters equally."Adam Harvey2013-01-153-27/+13
* Update fputcsv() to escape all characters equally.Adam Harvey2013-01-153-13/+27
* Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ne...Remi Collet2013-01-101-0/+0
* Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
* Fixed bug #63943 (Bad warning text from strpos() on empty needle)Xinchen Hui2013-01-092-1/+9
* Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.Derick Rethans2013-01-062-1/+16
* bump yearXinchen Hui2013-01-0645-45/+45
* Happy New Year~Xinchen Hui2013-01-01507-507/+507
* Fixed segfault due to libcurl connection cachingPierrick Charron2012-12-222-0/+80
* Fixed bug #63352 (Can't enable hostname validation when using curl stream wra...Pierrick Charron2012-12-211-2/+2
* CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)Pierrick Charron2012-12-213-1/+78
* Fix test to work on every libcurl versionPierrick Charron2012-12-211-4/+4
* Fixed bug #55438 (Curlwapper is not sending http header randomly)Pierrick Charron2012-12-192-13/+10
* dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
* Fix failed testXinchen Hui2012-12-171-1/+1
* Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
* Fix broken testRasmus Lerdorf2012-12-131-1/+1
* Fix broken testRasmus Lerdorf2012-12-131-1/+1
* MFHXinchen Hui2012-12-131-1/+1
* Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecondRemi Collet2012-12-013-3/+19
* Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-302-2/+42
* Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
* Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under WindowsAnatoliy Belsky2012-11-276-107/+27
* This test isn't supposed to pass on windowsAnatoliy Belsky2012-11-271-1/+6
* Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-272-1/+42
* add unit test for bug 63126Remi Collet2012-11-241-0/+52
* Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores arrayRemi Collet2012-11-241-1/+1
* Backported the fix for bug #63248 from 5.4+Anatoliy Belsky2012-11-233-114/+141
* Fixed test for bug #63297Anatoliy Belsky2012-11-221-0/+3
* Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from valuePierrick Charron2012-11-162-1/+34
* - Updated to version 2012.10 (2012j)Derick Rethans2012-11-131-540/+572
* Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Derick Rethans2012-11-1312-18/+177
|\
| * fix invalid read when trimming empty stringAntony Dovgal2012-11-111-2/+4
| * Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encod...Xinchen Hui2012-11-074-0/+80
| * Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Rasmus Lerdorf2012-11-0573-29001/+40327
| |\
| | * read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| | * Bug #62593 Updated to account for INOUT parametersWill Fitch2012-10-301-1/+2