History log of /PHP-7.0/ext/mysqli/mysqli_fe.c (Results 26 – 50 of 120)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 11f198b2 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 4b450a0f 18-May-2011 Johannes Schlüter

- Keep the old arginfo for now
# This change we would E_RECOVERABLE instead of E_WARNING
# and needs some more review, as well fixing ~80 tests


# f0b306af 18-May-2011 Johannes Schlüter

- Keep the old arginfo for now
# This change we would E_RECOVERABLE instead of E_WARNING
# and needs some more review, as well fixing ~80 tests


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 12217947 04-Oct-2010 Ulf Wendel

Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: empty declaration


# d73ea7c9 04-Oct-2010 Ulf Wendel

Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: empty declaration


# 2d925fb2 04-Oct-2010 Ulf Wendel

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space chang

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space changes...

Changes:
- remove end of line white space
- fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"

show more ...


# e20c62d3 04-Oct-2010 Ulf Wendel

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space chang

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space changes...

Changes:
- remove end of line white space
- fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"

show more ...


# 721f6dae 25-Aug-2010 Andrey Hristov

fix the build. two mysqli functions were missing after
recent commit - set_charset and get_charset


# 7a83093a 25-Aug-2010 Andrey Hristov

fix the build. two mysqli functions were missing after
recent commit - set_charset and get_charset


# 67ef7201 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


# 27567040 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


# d7b72a04 13-Aug-2010 Andrey Hristov

Fix for bug #52433 Call to undefined method mysqli::poll()


# 973e134d 13-Aug-2010 Andrey Hristov

Fix for bug #52433 Call to undefined method mysqli::poll()


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# e6701623 07-Jul-2010 Andrey Hristov

Cleanup in trunk. Remove some functions, noted in
UPGRADING. sed-ed the tests to change the usage
to the real function name.


# b580bc38 07-Jul-2010 Andrey Hristov

Cleanup in trunk. Remove some functions, noted in
UPGRADING. sed-ed the tests to change the usage
to the real function name.


# ce1bd65d 07-Jul-2010 Andrey Hristov

arginfo for mysqli, was too fast to commit in trunk instead of one
directory up, thus the patch was split in two.


# 6900399d 07-Jul-2010 Andrey Hristov

Arginfo for mysqli


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# f9ad56ea 26-May-2010 Andrey Hristov

Remove a function that has no usage. The zval cache was disabled/removed
in 5.3.0-RC3.


# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# c04f7526 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


12345