This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-12 02:23:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f4e034e570176cf63aaa29d2d476ddff2d0580b
archived-php-src
/
ext
/
pdo_odbc
History
Christoph M. Becker
6acfb79276
Fix
#67465
: NULL Pointer dereference in odbc_handle_preparer
...
We have to initialize `stmt->driver_data` before we use it. Closes GH-6225.
2020-09-28 22:57:01 +02:00
..
tests
Fix
#67465
: NULL Pointer dereference in odbc_handle_preparer
2020-09-28 22:57:01 +02:00
config.m4
Fix minor Autoconf coding style
2018-07-31 03:09:44 +02:00
config.w32
Sync leading and final newlines in source code files
2018-10-14 12:55:24 +02:00
CREDITS
…
odbc_driver.c
Fix
#67465
: NULL Pointer dereference in odbc_handle_preparer
2020-09-28 22:57:01 +02:00
odbc_stmt.c
Fix
#79038
: PDOStatement::nextRowset() leaks column values
2020-02-17 22:53:02 +01:00
pdo_odbc.c
Remove unused Git attributes ident
2018-07-25 00:53:25 +02:00
php_pdo_odbc_int.h
Fix
#79038
: PDOStatement::nextRowset() leaks column values
2020-02-17 22:53:02 +01:00
php_pdo_odbc.h
Remove unused Git attributes ident
2018-07-25 00:53:25 +02:00