summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-291-0/+1
|\ \ \ \ | |/ / /
| * | | Properly initialize out parameterChristoph M. Becker2019-04-291-0/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-152-2/+2
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-4/+0
|/ / /
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-34/+46
* | | Remove local variablesPeter Kokot2019-02-033-23/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-303-3/+3
* | | Implement typed propertiesNikita Popov2019-01-111-4/+5
* | | Merge branch 'PHP-7.3'Peter Kokot2018-10-301-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-301-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-301-2/+2
| | |\
| | | * fix bug #77079Jon Allen2018-10-301-2/+2
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-190/+190
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-190/+190
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-143-3/+3
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | | Fix some misspellingsGabriel Caruso2018-08-121-3/+3
|/ / /
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-9/+9
* | | Remove unused Git attributes identPeter Kokot2018-07-255-10/+1
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-4/+2
* | | Remove some old occurrences of configure.inPeter Kokot2018-06-041-1/+1
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-6/+2
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* | | Remove, or fix, unused variablesGabriel Caruso2018-03-271-3/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-3/+2
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-222-0/+62
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-222-0/+62
| |\ \ | | |/
| | * Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-222-0/+62
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-178/+178
* | | year++Xinchen Hui2018-01-023-3/+3
* | | Tell the diff by returning NULL, if system has no ODBC data sourcesAnatol Belski2017-12-202-2/+11
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-201-6/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-201-6/+4
| |\ \ | | |/
| | * Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-7/+1