summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bugs in pdo_mysqlXinchen Hui2014-05-084-13/+20
|
* Revert "Going to refactor mysqlnd"Xinchen Hui2014-05-085-64/+264
| | | | This reverts commit 37d9f1e6e91856922726fb950bd3f3e88ed68efb.
* Fixed resource destructionDmitry Stogov2014-05-085-9/+15
|
* We shouldn't modify strings in-place (it may be interned strings stored in SHN)Dmitry Stogov2014-05-071-4/+1
|
* Interned strings must not be modified in-placeDmitry Stogov2014-05-072-1/+5
| | | | MAKE_COPY_ZVAL() should be changed into ZVAL_DUP()
* Going to refactor mysqlndXinchen Hui2014-05-075-264/+64
|
* Fixed ext/fileinfo conversion mistakesDmitry Stogov2014-05-071-14/+29
|
* Fixed bug introduced during conversion to "phpng"Dmitry Stogov2014-05-071-1/+2
|
* Initialize "retval"Dmitry Stogov2014-05-071-27/+10
|
* Merge branch 'phpng' of git.php.net:php-src into phpngDmitry Stogov2014-05-071-2/+2
|\ | | | | | | | | * 'phpng' of git.php.net:php-src: fix exif, thnx laruence
| * Merge branch 'phpng' of git.php.net:php-src into phpngkrakjoe2014-05-077-317/+280
| |\
| * | fix exif, thnx laruencekrakjoe2014-05-071-2/+2
| | |
* | | Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-0715-213/+113
| |/ |/|
* | Prefer the macro we definedXinchen Hui2014-05-071-11/+7
| |
* | Rerevert previous commit to phpt by accidentXinchen Hui2014-05-072-6/+6
| |
* | Merge branch 'phpng' of git.php.net:php-src into phpngXinchen Hui2014-05-071-39/+39
|\ \ | |/
| * phpng updates for exifkrakjoe2014-05-071-39/+39
| |
* | Refactored filterXinchen Hui2014-05-079-312/+279
|/
* Merge branch 'phpng' of git.php.net:php-src into phpngXinchen Hui2014-05-071-0/+1
|\
| * -- missing length declaration, may have worked w/some gcc as length is not ↵Pierre Joye2014-05-071-0/+1
| | | | | | | | used in the macro but still need it, ifdef just make code uncertain. will get opt out anyway if not used
* | Refactor fileinfoXinchen Hui2014-05-074-211/+153
|/
* Fixed reference handling(param->parameter)Xinchen Hui2014-05-071-20/+39
|
* Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd)Xinchen Hui2014-05-074-59/+60
|
* Reverted Bob's patch (it breaks many tests when run with opcache and needs ↵Dmitry Stogov2014-05-0717-108/+212
| | | | to be fixed first).
* Added support for ext/opensslDmitry Stogov2014-05-072-617/+566
|
* Add tests for previous commitNikita Popov2014-05-061-0/+29
|
* Fix parse_method_paramsNikita Popov2014-05-061-1/+6
|
* Fix error message in parse_method_paramsNikita Popov2014-05-061-1/+1
|
* Remove dead code from ZEND_THROWNikita Popov2014-05-062-25/+5
| | | | | The IS_CONST case always throws an E_ERROR two lines above that, so no need to handle it further.
* Fix throw by referenceNikita Popov2014-05-062-3/+3
| | | | Reported by Timm Friebe
* Sync zend_is_true with convert_to_boolean (fixes GMP test)Nikita Popov2014-05-061-0/+2
|
* Port ext/gmp (one failure)Nikita Popov2014-05-061-115/+94
|
* Fix ZTS buildNikita Popov2014-05-061-1/+1
|
* Removed now superfluous #define IS_CONSTANT_ARRAY_EXBob Weinand2014-05-061-1/+0
|
* Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-0617-211/+108
|
* Fixed incorrect boolean IS_FALSE/IS_TRUE handlingDmitry Stogov2014-05-061-1/+1
|
* Fixed memory leaksDmitry Stogov2014-05-063-13/+15
|
* Fixed support for references and proper string lengthsDmitry Stogov2014-05-061-11/+13
|
* added support for ext/posixDmitry Stogov2014-05-061-21/+20
|
* Added support for ext/pcntl (incomplete; ext/posix required to run all tests)Dmitry Stogov2014-05-061-41/+39
|
* ...krakjoe2014-05-061-1/+1
|
* Merge branch 'phpng' of git.php.net:php-src into phpngkrakjoe2014-05-066-55/+59
|\
| * Added support for apache and apache2handler SAPIs (They seem slower than ↵Dmitry Stogov2014-05-065-55/+58
| | | | | | | | FastCGI)
| * Mark all strings stored in SHM as IS_INTERNED to avoid refcountingDmitry Stogov2014-05-061-0/+1
| |
* | fix leaks in herekrakjoe2014-05-061-5/+13
|/
* fix for phpng, failing RFC2144 testkrakjoe2014-05-062-51/+51
|
* Merge branch 'phpng' of git.php.net:php-src into phpngkrakjoe2014-05-066-9/+38
|\
| * Fix argument, cur_method_ref->class_name is a zend_stringHannes Magnusson2014-05-051-1/+1
| |
| * Added comment with problem description and two soltionsDmitry Stogov2014-05-061-0/+15
| |
| * Fixed memory leaksDmitry Stogov2014-05-061-1/+6
| |