This website requires JavaScript.
Explore
Help
Register
Sign In
VladPolskiy
/
php-src
Watch
1
Star
0
Fork
0
You've already forked php-src
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
php-src
/
ext
/
pdo
History
Niels Dossche
c4a79617a9
Merge branch 'PHP-8.4'
...
* PHP-8.4: Fix memory leak when destroying PDORow
2025-03-20 23:14:37 +01:00
..
tests
ext/pdo: Add tests for PDO::ATTR_STATEMENT_CLASS attribute (
#17969
)
2025-03-04 17:09:17 +00:00
config.m4
…
config.w32
…
CREDITS
…
Makefile.frag
…
Makefile.frag.w32
…
pdo_arginfo.h
…
pdo_dbh_arginfo.h
…
pdo_dbh.c
ext/pdo: Use zend_strpprintf() instead of spprintf() (
#17743
)
2025-02-08 21:19:46 +00:00
pdo_dbh.stub.php
…
pdo_sql_parser.h
…
pdo_sql_parser.re
…
pdo_sqlstate.c
…
pdo_stmt_arginfo.h
…
pdo_stmt.c
Merge branch 'PHP-8.4'
2025-03-20 23:14:37 +01:00
pdo_stmt.stub.php
…
pdo.c
…
pdo.stub.php
…
php_pdo_driver.h
ext/pdo: Pack _pdo_dbh_t struct (
#17741
)
2025-03-04 22:10:16 +00:00
php_pdo_error.h
ext/pdo: Convert _pdo_dbh_t query_stmt_zval to a zend_object pointer (
#17742
)
2025-02-08 19:27:51 +00:00
php_pdo_int.h
ext/pdo: Add static modifier for PDORow object handlers
2025-02-04 11:23:08 +00:00
php_pdo.h
…