#
9480eace |
| 06-Aug-2011 |
Felipe Pena |
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
Revision tags: php-5.4.0alpha3 |
|
#
66bba326 |
| 02-Aug-2011 |
Andrey Hristov |
compile out both parts of the code that are currently unused - fixes a compilation warning
|
#
1abe1fb4 |
| 02-Aug-2011 |
Andrey Hristov |
compile out both parts of the code that are currently unused - fixes a compilation warning
|
#
a884bbf1 |
| 02-Aug-2011 |
Andrey Hristov |
compile out both parts of the code that are currently unused - fixes a compilation warning
|
Revision tags: php-5.3.7RC4 |
|
#
7c90a9da |
| 22-Jul-2011 |
Pierre Joye |
- WS
|
#
ebe8f328 |
| 22-Jul-2011 |
Pierre Joye |
- WS
|
#
9805e167 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
#
cc1c7af0 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, 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 |
|
#
18424910 |
| 02-Dec-2010 |
Andrey Hristov |
and export the new constant
|
#
334e62a7 |
| 02-Dec-2010 |
Andrey Hristov |
and export the new constant
|
Revision tags: php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
062ddaa7 |
| 06-Oct-2010 |
Andrey Hristov |
fix shadowing of parameters
|
#
b373ccd6 |
| 06-Oct-2010 |
Andrey Hristov |
fix shadowing of parameters
|
#
cc1eaba4 |
| 05-Oct-2010 |
Kalle Sommer Nielsen |
Fixed compiler warnings in mysqli - mysqli.c: Fix unused variables, they are only used in non-mysqlnd mode - mysqli_api.c (PHP_5_3 only): Fix constness, add_property_string expects a c
Fixed compiler warnings in mysqli - mysqli.c: Fix unused variables, they are only used in non-mysqlnd mode - mysqli_api.c (PHP_5_3 only): Fix constness, add_property_string expects a char *, not a const char * - mysqli_prop.c: Cast to long, as its below the LONG_MAX and therefore safe - mysqli_result_iterator.c: Cast to ulong as the iterator member expects that rather than a my_longlong # In trunk only warnings regarding the zend_property_info # structure is present and PHP_5_3 is warning free now
show more ...
|
#
5aca10ee |
| 04-Oct-2010 |
Ulf Wendel |
Trying to fix compiler warnings (on Windows).
|
#
926ba0d9 |
| 04-Oct-2010 |
Ulf Wendel |
Trying to fix compiler warnings (on Windows).
|
#
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 ...
|
#
60327d87 |
| 30-Sep-2010 |
Andrey Hristov |
Plug a leak in mysqli when in the same script a pconn is reused. Call end_psession earlier - so will mysqlnd and the plugins free data earlier.
|
#
77d73b81 |
| 30-Sep-2010 |
Andrey Hristov |
Plug a leak in mysqli when in the same script a pconn is reused. Call end_psession earlier - so will mysqlnd and the plugins free data earlier.
|
#
6a43b148 |
| 27-Sep-2010 |
Andrey Hristov |
Fixed bug #45921 (Can't initialize character set hebrew) sorry for committing it separated
|
#
42a80fac |
| 27-Sep-2010 |
Andrey Hristov |
Fixed bug #45921 (Can't initialize character set hebrew)
|
#
fc2143b9 |
| 14-Sep-2010 |
Andrey Hristov |
unify magic quotes handling. Also fix a problem which resulted in a longjmp in debug PHP,because of usage of zval that is NULL in a hash context.
|
#
42fea468 |
| 30-Aug-2010 |
Ulf Wendel |
Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().
|