Pierre Joye
80ddb8d95c
- fix bug #52260 , catch all DNS not found error
2010-09-06 10:57:42 +00:00
Pierre Joye
4275e7428b
- timeval element are always 32bit long on Windows
2010-09-06 10:39:26 +00:00
Pierre Joye
6c08709bd6
- kill warning
2010-09-06 10:28:04 +00:00
Pierre Joye
329cab2942
- restore credits, fix 5.3 as well, aka do it right /cc Deric
2010-09-05 14:38:35 +00:00
Rasmus Lerdorf
8022e383ff
This incorrect contraction started to get on my eyes after I saw it for the
...
87th time while struggling with an annoying SOAP service.
2010-09-03 22:24:08 +00:00
Ulf Wendel
4789901728
Test for http://bugs.php.net/52221 . Test will fail with mysqlnd but should pass with libmysql.
2010-09-03 14:20:32 +00:00
Ulf Wendel
48814f96ef
Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd feature.
2010-09-02 14:57:38 +00:00
Stanislav Malyshev
a54ac71371
Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range
2010-09-01 20:34:59 +00:00
Andrey Hristov
292785ed61
fix build on windows, seems this macro is not defined
2010-09-01 16:54:20 +00:00
Andrey Hristov
8220c2e4ce
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
d27642fece
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
c37b0c690a
- MFT: Add ".so" suffix to checks on libsybct[64] bundles
...
# See patch by royanee at yahoo dot com @ bug #45357
2010-08-31 12:28:30 +00:00
Andrey Hristov
72bef34918
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
f671ad6275
Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().
2010-08-30 16:59:10 +00:00
Pierre Joye
71966d1e5a
- WS
2010-08-30 16:52:48 +00:00
Derick Rethans
b8837a79b2
- Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp).
2010-08-30 16:48:21 +00:00
Derick Rethans
adbf9e766e
- Added test file that I forgot to commit.
2010-08-30 16:47:46 +00:00
Derick Rethans
bb8ec8d629
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
2010-08-30 16:40:29 +00:00
Derick Rethans
aa82af78e4
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day)
2010-08-30 16:25:52 +00:00
Derick Rethans
83a2d6e96e
- Test for (non-)bug #52577 .
2010-08-30 15:40:36 +00:00
Derick Rethans
550e18eaed
- Added test for bug #46874 (same as #52668 ).
2010-08-30 15:35:41 +00:00
Derick Rethans
bd184cc572
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
2010-08-30 15:32:09 +00:00
Ulf Wendel
d0e7e5aa2a
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
a12d2bf747
Fixed a compiler warning
2010-08-27 19:43:08 +00:00
Andrey Hristov
d9f50d95e3
Add proper magic_quotes_runtime support for mysqlnd, but
...
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in the branch.
2010-08-26 14:51:58 +00:00
Ulf Wendel
6338f99d52
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
Felipe Pena
8fba11c57b
- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)
2010-08-25 22:03:03 +00:00
Andrey Hristov
ab778e7414
Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set))
2010-08-25 15:06:47 +00:00
Andrey Hristov
7a83093a3b
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
c783495edf
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
2010-08-25 06:07:22 +00:00
Pierre Joye
411d090895
-fix logic (and BC break)
2010-08-23 18:05:05 +00:00
Pierre Joye
b9d73bb910
- WS
2010-08-23 17:16:17 +00:00
Pierre Joye
a6c5363f05
- revert fix for #52655 , rev. 302614
2010-08-23 17:01:44 +00:00
Pierre Joye
6326528127
- 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
Kalle Sommer Nielsen
3947bfeadf
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)
2010-08-21 16:22:46 +00:00
Felipe Pena
da3743b7b9
- Added missing void parameter checks
2010-08-21 16:09:18 +00:00
Pierre Joye
0f58370215
- fix string validation, MOPS-2010-24
2010-08-20 16:37:33 +00:00
Andrey Hristov
27567040d2
Fix for bug #52654 mysqli doesn't install headers with structures it uses
2010-08-20 12:25:17 +00:00
Ilia Alshanetsky
06c460c995
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
e92ebce7f8
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
c2c3467ab4
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
Felipe Pena
2fb2f81538
- Improved fix for bug #52573
2010-08-18 01:59:37 +00:00
Andrey Hristov
2a926ec6ec
Fix for Bug #52613 crash in mysqlnd
2010-08-17 18:08:25 +00:00
Andrey Hristov
33c7b63c6c
Update with PHP_DEF_FE, also update the test
2010-08-17 18:07:11 +00:00
Kalle Sommer Nielsen
a109c3538f
Fix my fix for arginfo, trunk patch will follow shortly
2010-08-17 13:34:11 +00:00
Kalle Sommer Nielsen
5a3624221b
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
a780e73f62
Fix arginfo for copy(), see r302376 for more info
2010-08-16 21:59:42 +00:00
Andrey Hristov
c204922c7f
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
0a9ca62a77
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
4d72dba301
detect easily which charset doesn't work
2010-08-16 16:13:55 +00:00