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
Ilia Alshanetsky
842bc947e2
Upgraded bundled Sqlite3 to version 3.7.0.1
2010-08-14 14:44:39 +00:00
Ilia Alshanetsky
c5602787fc
MFH: Upgraded bundled PCRE to version 8.10.
2010-08-14 14:37:13 +00:00
Felipe Pena
c101964325
- Fixed the fix for bug #52546
2010-08-13 22:12:37 +00:00
Kalle Sommer Nielsen
e72a69aae6
Changed mysqli_report() to be per-request specific rather than per-process specific ( Fixes #52390 )
2010-08-13 10:43:15 +00:00
Andrey Hristov
a6100682d0
Fix for bug #52413 MySQLi build failure on OS X
2010-08-13 09:57:04 +00:00
Andrey Hristov
973e134d2d
Fix for bug #52433 Call to undefined method mysqli::poll()
2010-08-13 09:18:06 +00:00
Sascha Schumann
14edb68858
- fix cast
2010-08-12 17:28:08 +00:00
Andrey Hristov
8409cb44b2
Make this function static, as it is used only in this file.
...
Add additional comment about how it works.
2010-08-12 14:17:31 +00:00
Andrey Hristov
6fc06f265e
Allocate memory in a burst mode, and later use it. Increases
...
locality of the data.
Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of
two, thus removing code duplication from macro expansion - less
code to fit in the instruction cache.
2010-08-12 13:23:16 +00:00
Andrey Hristov
92ef63a07b
Switch from using PHP_MAJOR_VERSION to separate define for
...
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
2010-08-12 12:02:02 +00:00
Andrey Hristov
8bf7114691
ws + cs
2010-08-12 11:38:08 +00:00
Sascha Schumann
50a0ea7b8c
separate properties of internal classes in ZTS mode fully,
...
otherwise multiple threads will modify the zvals' contents
without any synchronisation.
2010-08-12 07:58:14 +00:00
Kalle Sommer Nielsen
49f22527cc
Fixed bug #50804 (Document configure.js --enable-crt-debug)
2010-08-11 22:38:15 +00:00
Kalle Sommer Nielsen
1e4d963734
Ignore the x64 directory for Windows x64 builds
2010-08-11 21:26:09 +00:00
Kalle Sommer Nielsen
1178d719ea
Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for zend.ze1_compatibility_mode (re #52570 )
2010-08-11 21:18:45 +00:00
Kalle Sommer Nielsen
8deefa8780
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Trunk patch will follow shortly
2010-08-11 21:12:18 +00:00
Dmitry Stogov
7d55780ca0
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
2010-08-11 09:38:41 +00:00
Felipe Pena
658272c9ee
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
2010-08-10 22:37:24 +00:00
Andrey Hristov
0d3d292633
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
2010-08-09 17:29:30 +00:00
Andrey Hristov
f8c2680509
Lay foundations for named pipe support in mysqlnd
2010-08-09 17:01:57 +00:00
Pierre Joye
cf7d0fb4e7
- #52523 , fix logic (0 is perfectly valid as part of the data, bin data)
2010-08-09 08:14:14 +00:00
Pierre Joye
1e26362d4b
- WS
2010-08-09 07:32:21 +00:00
Felipe Pena
904b9282fe
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)
2010-08-08 23:56:29 +00:00
Ilia Alshanetsky
7ab1a74f49
Additional fix for bug #52550 & fix test & warning from previous fixes
2010-08-08 15:45:02 +00:00
Christopher Jones
d0dc4810eb
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release
2010-08-07 00:24:26 +00:00
Felipe Pena
afed1468e4
- Added missing SKIPIF
2010-08-06 23:05:39 +00:00
Felipe Pena
f4644c8c85
- Fix test
2010-08-06 23:01:32 +00:00
Felipe Pena
07c1929a7a
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
...
patch by: glen at delfi dot ee
2010-08-06 22:57:41 +00:00
Felipe Pena
8be696d143
- Updated generated file
2010-08-06 22:23:10 +00:00
Felipe Pena
7e8ec822a5
- Fix build
2010-08-06 22:21:13 +00:00
Johannes Schlüter
97317c7b1e
- ext_skelshould create a .svnignore not .cvsignore these days
2010-08-06 22:19:47 +00:00
Christopher Jones
a59ffde6bc
Release PECL OCI8 1.4.2
2010-08-06 22:12:48 +00:00
Ilia Alshanetsky
fbe6499d46
WS
2010-08-06 20:16:11 +00:00
Ilia Alshanetsky
231d8dd526
Another fix for issue indentified in bug #52550
2010-08-06 20:04:29 +00:00
Ilia Alshanetsky
c0edb4afce
Fixed issues inside str_pad() identified by bug #52550
2010-08-06 19:55:10 +00:00
David Soria Parra
9d02d50df2
make ssl_set return value in mysqlnd compatible with libmysqli return value
2010-08-06 19:47:03 +00:00
Ilia Alshanetsky
64ceec13f2
Use correct order of operations. Second of many fixes for bug #52550
2010-08-06 19:11:34 +00:00
Rasmus Lerdorf
0d1ab2f6ac
Fix 5.3 as well
2010-08-06 18:20:41 +00:00
Felipe Pena
f171aefb31
- Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values)
2010-08-05 23:32:18 +00:00
Felipe Pena
1e17bb2aab
- Fixed bug #52534 (var_export array with negative key)
2010-08-04 23:11:44 +00:00
Jérôme Loyet
5fe988518a
BUG: all value comparaisons were not case insensitive in the conf file parser
2010-08-02 21:46:52 +00:00
Jérôme Loyet
c80e055c9c
typo
2010-08-02 09:28:54 +00:00
Jérôme Loyet
1c50d5385d
correct php-fpm.conf: slowlog has no default value
2010-08-02 09:02:48 +00:00
Felipe Pena
6150174941
- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)
2010-08-01 17:34:09 +00:00
Felipe Pena
3ef14fc609
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
2010-08-01 15:26:54 +00:00
Felipe Pena
c0e6f37cb9
- Fixed bug #52484 (__set() ignores setting properties with empty names)
2010-08-01 13:27:02 +00:00
Felipe Pena
cb1d315b7d
- Fix tests
2010-07-31 22:10:43 +00:00