summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-srcXinchen Hui2015-07-302-9/+9
|\
| * Make debug_val_dump and var_dump prints int and float the sameXinchen Hui2015-07-232-9/+9
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | Fix failing tests from exception code changesAaron Piotrowski2015-07-072-4/+4
|/
* Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-4/+4
* Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-4/+4
* Fixed broken nameDmitry Stogov2015-07-011-4/+4
* Cleanup (updated comments)Dmitry Stogov2015-07-011-1/+1
* Cleanup (replce hack by a clean implementation)Dmitry Stogov2015-07-015-14/+16
* Cleanup (removed dead code)Dmitry Stogov2015-07-011-5/+0
* Cleanup (avoid duplication)Dmitry Stogov2015-07-011-4/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-305-20/+20
* Fix more proto commentsRasmus Lerdorf2015-06-231-7/+7
* Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-2/+2
|\
| * Make convert_to_* safe with rc>1Nikita Popov2015-06-111-2/+2
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-7/+7
|\ \ | |/
| * Tweak uncaught exception message displayNikita Popov2015-05-177-7/+7
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-169-11/+11
|/
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-157-7/+29
* Drop now unnecessary start parameterNikita Popov2015-04-041-11/+10
* Fix parameter parsing for mysqli_stmt_bind_result()Nikita Popov2015-04-042-26/+9
* Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-011-2/+0
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-011-2/+0
| |\
| | * test fixesFerenc Kovacs2015-04-011-2/+0
* | | Finish PHP 4 constructor deprecationNikita Popov2015-03-311-1/+1
* | | Deprecate PHP 4 constructorsAndrea Faulds2015-03-312-6/+6
* | | cleanup the mod version macros, round 2Anatol Belski2015-03-232-5/+4
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | String reference counters may be increased when string copiedDmitry Stogov2015-03-191-8/+8
* | | Revert previously commit by accidentXinchen Hui2015-03-131-2/+2
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-03-104-8/+8
|\ \ \
| * | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-104-8/+8
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-101-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update NEWSXinchen Hui2015-03-101-2/+2
* | | Implement engine exceptionsDmitry Stogov2015-03-092-18/+25
* | | Revert commit by mistakeXinchen Hui2015-03-091-2/+2
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-093-58/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-092-56/+0
| |\ \ | | |/
| | * Revert "Fix #63486"Xinchen Hui2015-03-092-56/+0
| | * Fix #63486Julien Pauli2015-02-202-0/+56
| | * Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-261-2/+2
| | * Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-263-10/+43
| | * Bump yearXinchen Hui2015-01-1516-16/+16
| * | Fix #63486Julien Pauli2015-03-082-0/+56
* | | Fixed buildXinchen Hui2015-03-091-1/+1
* | | Fix #63486Julien Pauli2015-03-082-0/+56