summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-05-271-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-05-271-0/+6
| |\ \ | | |/
| | * Fixed possible usage of uninitialized valueDmitry Stogov2020-05-271-0/+6
* | | Fix [-Wundef] warning in ODBC extensionGeorge Peter Banyard2020-05-203-3/+3
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-11/+11
* | | Generate function entries for another batch of extensionsMáté Kocsis2020-04-054-118/+134
* | | Annotate function aliases in stubsMáté Kocsis2020-04-041-1/+5
* | | Change argument error message formatMáté Kocsis2020-02-261-2/+2
* | | Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* | | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-2/+3
* | | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-3/+2
* | | Reindent phpt filesNikita Popov2020-02-038-106/+106
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-37/+37
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-40/+40
* | | Add union return types with one classMáté Kocsis2019-11-182-6/+3
* | | Add union return types for function stubsMáté Kocsis2019-11-112-74/+43
* | | Clean DONE tags from testsFabien Villepinte2019-11-075-10/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | | Declare nullable arguments in stubsChristoph M. Becker2019-09-042-20/+20
* | | Don't explicitly set return value on ZFR failure in ext/odbcChristoph M. Becker2019-08-281-37/+37
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-282-1/+22
|\ \ \ | |/ /
| * | 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
* | | | Add ext/odbc stubsChristoph M. Becker2019-08-283-257/+476
* | | | Fix test regarding ZPP TypeErrorsChristoph M. Becker2019-08-281-4/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-091-2/+2
|\ \ \ \ | |/ / /
| * | | Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-091-2/+2
* | | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+1
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-3/+1
* | | | Merge branch 'PHP-7.4'Remi Collet2019-06-051-3/+14
|\ \ \ \ | |/ / /
| * | | keep DIR option to --with-unixODBC for old versions without libodbc.pcRemi Collet2019-06-051-3/+14
* | | | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-12/+18
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-221-13/+6
|\ \ \ \ | |/ / /
| * | | Use PKG_CHECK_MODULES to detect unixODBCHugh McMaster2019-05-221-13/+6
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-13/+4
|\ \ \ \ | |/ / /
| * | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-13/+4
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-121-0/+1
|\ \ \ \ | |/ / /
| * | | Prevent race conditionsChristoph M. Becker2019-05-121-0/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+1
|\ \ \ \ | |/ / /
| * | | Remove unused variablePeter Kokot2019-05-121-2/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-122-39/+20
|\ \ \ \ | |/ / /
| * | | Use PKG_CHECK_MODULES to detect the iODBC libraryHugh McMaster2019-05-122-39/+20
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-291-3/+0
|\ \ \ \ | |/ / /
| * | | Always use pkg-config from the host architectureHugh McMaster2019-04-291-3/+0