Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
4babf667 |
| 28-Jul-2003 |
foobar |
ws fix |
#
13966fdf |
| 18-Jul-2003 |
Georg Richter |
added new functions: mysqli_connect_error mysqli_connect_errno which return possible errors for the last connect |
#
db398787 |
| 15-Jul-2003 |
Georg Richter |
added new function mysqli_stmt_data_seek |
#
b6bed54b |
| 15-Jul-2003 |
Georg Richter |
added support for rebind |
Revision tags: php-5.0.0b1 |
|
#
f38bd950 |
| 28-Jun-2003 |
Georg Richter |
added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result changed function parameters in mysqli_bind_param from (object statement, mixed var1, long type1, ...)
added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result changed function parameters in mysqli_bind_param from (object statement, mixed var1, long type1, ...) to (object statement, array tyoes, mixed var1, mixed var2, ...)
show more ...
|
#
5655ebe6 |
| 22-Jun-2003 |
Georg Richter |
added new function mysqli_stmt_num_rows |
#
bb37c9c3 |
| 22-Jun-2003 |
Georg Richter |
fixed prototypes |
#
4554dc4a |
| 21-Jun-2003 |
Georg Richter |
new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstate |
Revision tags: php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers. |
#
8282bd01 |
| 02-Jun-2003 |
foobar |
- No c++ comments in c code.. |
#
cc629666 |
| 31-May-2003 |
Marcus Boerger |
- fix one warning - fix some commit by accident? # did someone here mix c and php code ? |
#
82afbdc2 |
| 31-May-2003 |
Georg Richter |
additional check for unsecure connect options |
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
eac7884b |
| 04-May-2003 |
Zak Greant |
Added a few extra proto descriptions and made some minor corrections and comments |
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
e06fdaae |
| 11-Apr-2003 |
Hartmut Holzgraefe |
accept possible leaks for now to make SELECTS with both bound parameters and results again ... |
#
a1ff81d2 |
| 11-Apr-2003 |
Hartmut Holzgraefe |
proto fix |
#
2f26d2b6 |
| 11-Apr-2003 |
Hartmut Holzgraefe |
parameter count for bind stuff is different in OO interface |
#
05e02eb2 |
| 03-Apr-2003 |
Georg Richter |
fixed mysqli_prepare_result |
#
6f24340f |
| 17-Mar-2003 |
Hartmut Holzgraefe |
more proto fixes |
#
e6633a96 |
| 15-Mar-2003 |
Hartmut Holzgraefe |
lots of proto stuff |
Revision tags: php-4.3.2RC1 |
|
#
7cf921a5 |
| 11-Mar-2003 |
Georg Richter |
profiler: moved profiler stuff from php_mysql.h to separate include file added port communication added xml support for file and port output |
#
15f648c8 |
| 08-Mar-2003 |
Georg Richter |
various changes for profiler |
#
0133377f |
| 22-Feb-2003 |
Georg Richter |
removed some comments |
#
b63fbf27 |
| 22-Feb-2003 |
Georg Richter |
Fixed bug with stmt_close (libmysql bk version 1.1477 required) Fixed bug with mysql_execute and float values |
#
500dfcfd |
| 18-Feb-2003 |
Georg Richter |
added new function mysqli_stmt_store_result |
#
5b858c9e |
| 18-Feb-2003 |
Ilia Alshanetsky |
Fixed compiler warning. |