Pierre Joye
a5e51efff8
- Symlink resolution fails when target is a DFS path
2010-08-26 14:23:17 +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
07986a53e3
here comes the news
2010-08-25 15:07:34 +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
Pierre Joye
adcf926b80
- CVE # for mops 2010-24
2010-08-25 14:27:39 +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
Jérôme Loyet
f9c6bb1ad8
- Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).
2010-08-23 20:40:44 +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
Pierre Joye
1d7ce1aae0
- fix string validation entry, mops-2010-24
2010-08-23 14:25:48 +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
Jérôme Loyet
6db49b7864
- Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 is used - credit to geissert)
2010-08-21 06:46:18 +00:00
Jérôme Loyet
1f3aaf508c
- typo (thx to sixd)
2010-08-20 17:00:57 +00:00
Pierre Joye
0f58370215
- fix string validation, MOPS-2010-24
2010-08-20 16:37:33 +00:00
Andrey Hristov
4348f9e163
svn up messed this
2010-08-20 15:39:03 +00:00
Andrey Hristov
bb89f5c275
here comes the news
2010-08-20 12:29:59 +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
Jérôme Loyet
72064e1a28
Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)
2010-08-20 08:33:57 +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
0b1477a716
Use userland function name, not internal name for NEWS
2010-08-18 20:26:42 +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
ed806c4461
here comes the news
2010-08-17 18:10:08 +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
Kalle Sommer Nielsen
cee97080d1
Fixed bug #50836 (run_tests.php alerts syntax errors while testing session)
2010-08-16 20:56:00 +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
Derick Rethans
e577899507
- Updated to version 2010.12 (2010l)
2010-08-16 12:48:53 +00:00
Pierre Joye
894dc2480c
- WS
2010-08-16 10:29:01 +00:00
Andrey Hristov
f8e312ea27
Here comes the news
2010-08-16 09:45:26 +00:00
Andrey Hristov
2f2cdc6a51
Sync with trunk, fixes build failure on MacOSX.
...
Fix for Bug #52417 MySQLi build failure with mysqlnd
2010-08-16 09:44:13 +00:00
Derick Rethans
6c579efc43
- Updated to version 2010.11 (2010k)
2010-08-16 09:32:51 +00:00
Dmitry Stogov
7ca414f5e7
Bug #52361 (Throwing an exception in a destructor causes invalid catching)
2010-08-16 09:20:46 +00:00
Dmitry Stogov
890c709036
Fixed memory leaks (related to bug #52361 )
2010-08-16 08:11:08 +00:00
Kalle Sommer Nielsen
61a1bad720
Fixed bug #52593 (exif is placed before mbstring in php.ini)
2010-08-16 00:26:39 +00:00
Pierre Joye
4588d5d79f
- #52607 , fix ENV conflit with win SDK 7.1
2010-08-15 13:54:03 +00:00
Pierre Joye
bb669f2c1b
- year++
2010-08-15 13:40:29 +00:00
Pierre Joye
1bd381890d
- #52607 , fix ENV conflit with win SDK 7.1
2010-08-15 03:38:08 +00:00
Ilia Alshanetsky
bbeafa1dcf
Win32 build fixes
2010-08-14 14:47:49 +00:00