mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -116,7 +116,7 @@ typedef struct _php_mysql_conn {
|
|||
|
||||
/* {{{ mysql_functions[]
|
||||
*/
|
||||
function_entry mysql_functions[] = {
|
||||
zend_function_entry mysql_functions[] = {
|
||||
PHP_FE(mysql_connect, NULL)
|
||||
PHP_FE(mysql_pconnect, NULL)
|
||||
PHP_FE(mysql_close, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue