summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #64458 (dns_get_record result with string of length -1)Stanislav Malyshev2013-04-231-1/+1
* Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-221-1/+1
* - Updated to version 2013.3 (2013c)Derick Rethans2013-04-221-441/+469
* lower the limit, should fit in a byteAndrey Hristov2013-04-191-1/+1
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Anatol Belski2013-04-103-2/+15
|\
| * add external 2.1 detection and fix gd_compat for 2.1+Pierre Joye2013-04-103-2/+15
* | Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-103-0/+86
|/
* fix possible NULL derefPierre Joye2013-04-091-2/+4
* fix null derefPierre Joye2013-04-091-1/+2
* Fix testXinchen Hui2013-04-011-2/+1
* Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
* Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-202-4/+14
* Backported fix for bug #62852Anatol Belski2013-03-194-31/+66
* Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
* Backported patch for #64370Anatol Belski2013-03-152-0/+49
* fix zts checkAnatol Belski2013-03-141-1/+1
* fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for st...Andrey Hristov2013-03-131-1/+1
* fixed headers orderAnatol Belski2013-03-121-1/+1
* - Updated to version 2013.2 (2013b)Derick Rethans2013-03-111-594/+615
* Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
* merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
* - Updated to version 2013.1 (2013a)Derick Rethans2013-03-031-661/+784
* 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