Andrey Hristov
383d7d005a
fix build on windows, seems this macro is not defined
2010-09-01 16:54:20 +00:00
Andrey Hristov
b2bcf3ae48
OPT_COMPRESS support for mysqlnd_conn::set_client_option
...
To be used by mysqli_options
2010-09-01 14:47:36 +00:00
Ulf Wendel
d3670280f0
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
2010-08-31 14:43:02 +00:00
Timm Friebe
45a2e5d447
- Add ".so" suffix to checks on libsybct[64] bundles
...
# See patch by royanee at yahoo dot com @ bug #45357
2010-08-31 12:27:29 +00:00
Andrey Hristov
2ab9513ff4
Fix for MySQL Bug #49406
...
Binding params doesn't work when selecting a date inside a CASE-WHEN
(http://bugs.mysql.com/bug.php?id=49406 )
The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even
when PS are used and thus the binary protocol are used. Changing the
handler for the type.
2010-08-30 18:10:23 +00:00
Ulf Wendel
42fea46887
Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().
2010-08-30 16:59:10 +00:00
Pierre Joye
1cd82c9db2
- WS
2010-08-30 16:52:48 +00:00
Derick Rethans
9146218e2e
- Keep 5.3 and trunk in sync.
2010-08-30 16:50:10 +00:00
Derick Rethans
12491aaefa
- Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp).
2010-08-30 16:48:21 +00:00
Derick Rethans
1fc5e47fb6
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
2010-08-30 16:40:29 +00:00
Derick Rethans
fcc22c6af3
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day)
2010-08-30 16:25:52 +00:00
Derick Rethans
974f1ff2e9
- Test for (non-)bug #52577 .
2010-08-30 15:40:36 +00:00
Derick Rethans
8defb90006
- Added test for bug #46874 (same as #52668 ).
2010-08-30 15:35:41 +00:00
Derick Rethans
ab6789a0ef
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
2010-08-30 15:32:09 +00:00
Pierre Joye
100228aae1
- use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex
2010-08-30 09:38:47 +00:00
Ulf Wendel
b12d435b14
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
2010-08-30 09:20:48 +00:00
Ilia Alshanetsky
9cad594085
Fixed a compiler warning
2010-08-27 19:43:08 +00:00
Dmitry Stogov
d8bddb9665
In some SAPI (e.g. FastCGI) we don't need to setup and reset libxml callbacks on each request, we con do it only once. Probably the list of such SAPI may be extended.
2010-08-27 06:12:37 +00:00
Adam Harvey
f33837ff97
Implemented request #34857 (Change array_combine behaviour when called with
...
empty arrays). Patch by Joel Perras <joel.perras@gmail.com >.
2010-08-27 03:54:10 +00:00
Ulf Wendel
db9667d2a5
Test for http://bugs.mysql.com/bug.php?id=49406 , Binding params doesn't work when selecting a date inside a CASE-WHEN
2010-08-26 13:35:20 +00:00
Dmitry Stogov
c0cf4ef129
Removed useless copying
2010-08-26 12:21:06 +00:00
Felipe Pena
cbe9f57a17
- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)
2010-08-25 22:03:03 +00:00
Andrey Hristov
721f6dae57
fix the build. two mysqli functions were missing after
...
recent commit - set_charset and get_charset
2010-08-25 15:02:02 +00:00
Adam Harvey
45960c9030
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
2010-08-25 06:07:22 +00:00
Pierre Joye
4cda8a7797
-fix logic (and BC break)
2010-08-23 18:05:05 +00:00
Pierre Joye
d8d014be78
- revert fix for #52655 , rev. 302614
2010-08-23 17:01:44 +00:00
Pierre Joye
a0e223b8ba
- add follow_location support for http stream, enabled by default to keep BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still available (meta)
2010-08-23 16:54:57 +00:00
Ilia Alshanetsky
a532eefe29
Fixed bogus char
2010-08-22 18:17:19 +00:00
Kalle Sommer Nielsen
77755af9b6
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)
2010-08-21 16:22:46 +00:00
Felipe Pena
76862dfd0c
- Added missing void parameter checks
2010-08-21 16:09:18 +00:00
Pierre Joye
511b547342
- fix string validation, MOPS-2010-24
2010-08-20 16:37:33 +00:00
Andrey Hristov
67ef72018f
Fix for bug #52654 mysqli doesn't install headers with structures it uses
2010-08-20 12:25:17 +00:00
Ilia Alshanetsky
e9735b92a4
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
2010-08-19 12:27:13 +00:00
Kalle Sommer Nielsen
faac456bde
Fixed possible crash in php_mssql_get_column_content_without_type()
...
# Also fix NEWS entry in PHP_5_2 for previous commit
2010-08-18 20:16:05 +00:00
Kalle Sommer Nielsen
20f4bdc399
Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)
...
# Tested by rein at basefarm dot no
2010-08-18 20:00:18 +00:00
Kalle Sommer Nielsen
34b631f679
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's
2010-08-18 13:34:40 +00:00
Felipe Pena
f3028b9226
- Improved fix for bug #52573
2010-08-18 01:59:37 +00:00
Andrey Hristov
9c0439e4bc
Fix for Bug #52613 crash in mysqlnd
2010-08-17 18:08:25 +00:00
Andrey Hristov
00825de6a2
Use PHP_DEP_FE - good for reflection
2010-08-17 17:40:31 +00:00
Andrey Hristov
8600c1b4da
Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated.
...
As well as mysql_list
2010-08-17 15:37:44 +00:00
Kalle Sommer Nielsen
a12f6d9312
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)
...
# To not change a PHPAPI in a point release, a new function have been added to support contexts:
# php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that
2010-08-17 12:17:28 +00:00
Kalle Sommer Nielsen
ac73c9d8b4
Fixed the context parameter on copy() to actually have an effect
...
# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't used at all. This
# relatively simple patch fixes that for trunk.
#
# See FR #42965
# internals:
# This changes the php_copy_*() decls to contain an additional parameter for stream contexts
2010-08-16 21:56:35 +00:00
Andrey Hristov
277c7d4dea
Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
...
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
read ucs2, utf16 and utf32).
Added support for 4-byte utf8, as found in MySQL 5.5
2010-08-16 17:44:50 +00:00
Andrey Hristov
5d54d79e04
Fix test, so it doesn't fail with MySQL 5.5, where InnoDB
...
is the default engine
2010-08-16 16:15:15 +00:00
Andrey Hristov
3ed9d8fd85
detect easily which charset doesn't work
2010-08-16 16:13:55 +00:00
Derick Rethans
1bae298a07
- Updated to version 2010.12 (2010l)
2010-08-16 12:48:53 +00:00
Pierre Joye
7bd81da0b5
- WS
2010-08-16 10:29:01 +00:00
Derick Rethans
dcfa7ee212
- Updated to version 2010.11 (2010k)
2010-08-16 09:32:51 +00:00
Ilia Alshanetsky
fe07ed4b42
Upgraded bundled Sqlite3 to version 3.7.0.1
2010-08-14 14:44:39 +00:00
Kalle Sommer Nielsen
9806c21259
Changed mysqli_report() to be per-request specific rather than per-process specific ( Fixes #52390 )
2010-08-13 10:43:15 +00:00