Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 2 | -2/+2 |
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -34/+46 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 3 | -23/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 3 | -3/+3 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -4/+5 |
* | Merge branch 'PHP-7.3' | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
| | |\ | |||||
| | | * | fix bug #77079 | Jon Allen | 2018-10-30 | 1 | -2/+2 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -190/+190 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -190/+190 |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| * | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
* | | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 3 | -3/+3 |
* | | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
* | | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -3/+3 |
|/ / / | |||||
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -9/+9 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 5 | -10/+1 |
* | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 1 | -1/+1 |
* | | | Use variables that already received ZEND_NUM_ARGS() | Gabriel Caruso | 2018-07-22 | 1 | -4/+2 |
* | | | Remove some old occurrences of configure.in | Peter Kokot | 2018-06-04 | 1 | -1/+1 |
* | | | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -6/+2 |
* | | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -3/+3 |
* | | | Remove, or fix, unused variables | Gabriel Caruso | 2018-03-27 | 1 | -3/+0 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 1 | -1/+1 |
* | | | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -3/+2 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -3/+3 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73725 Unable to retrieve value of varchar(max) type | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -178/+178 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | | Tell the diff by returning NULL, if system has no ODBC data sources | Anatol Belski | 2017-12-20 | 2 | -2/+11 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
| |\ \ | | |/ | |||||
| | * | Templatize driver name in the expected string | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Persistent resources are "thread-local". | Dmitry Stogov | 2017-11-01 | 1 | -7/+1 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | | ODBC Solid is not supported in our build system on Windows, so remove this #i... | Kalle Sommer Nielsen | 2017-07-28 | 1 | -3/+1 |
* | | | Removed support for ODBCRouter | Kalle Sommer Nielsen | 2017-07-28 | 3 | -76/+0 |
* | | | Removed Bird(broken)step support from ODBC | Kalle Sommer Nielsen | 2017-07-19 | 6 | -884/+10 |
|/ / |