File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
</para >
47
47
<note >
48
48
<para >
49
- In the case where you pass a statement to
49
+ In the case where a statement is passed to
50
50
<function >mysqli_execute_query</function > that is longer than
51
51
<literal >max_allowed_packet</literal > of the server, the returned
52
- error codes are different depending on whether you are using Windows or Linux .
52
+ error codes are different depending on the operating system .
53
53
The behavior is as follows:
54
54
</para >
55
55
<itemizedlist >
Original file line number Diff line number Diff line change 34
34
</para >
35
35
<note >
36
36
<para >
37
- In the case where you pass a statement to
37
+ In the case where a statement is passed to
38
38
<function >mysqli_query</function > that is longer than
39
39
<literal >max_allowed_packet</literal > of the server, the returned
40
40
error codes are different depending on whether you are using MySQL
Original file line number Diff line number Diff line change 32
32
</para >
33
33
<note >
34
34
<para >
35
- In the case where you pass a statement to
35
+ In the case where a statement is passed to
36
36
<function >mysqli_stmt_prepare</function > that is longer than
37
37
<literal >max_allowed_packet</literal > of the server, the returned
38
38
error codes are different depending on whether you are using MySQL
You can’t perform that action at this time.
0 commit comments