summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-282-1/+18
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-282-1/+18
| |\
| | * Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-282-1/+18
* | | Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-091-2/+2
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-3/+1
* | | keep DIR option to --with-unixODBC for old versions without libodbc.pcRemi Collet2019-06-051-3/+14
* | | Use PKG_CHECK_MODULES to detect unixODBCHugh McMaster2019-05-221-13/+6
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-13/+4
* | | Prevent race conditionsChristoph M. Becker2019-05-121-0/+1
* | | Remove unused variablePeter Kokot2019-05-121-2/+1
* | | Use PKG_CHECK_MODULES to detect the iODBC libraryHugh McMaster2019-05-122-39/+20
* | | Always use pkg-config from the host architectureHugh McMaster2019-04-291-3/+0
* | | Properly initialize out parameterChristoph M. Becker2019-04-291-0/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* | | 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