]>
granicus.if.org Git - php/log
Kalle Sommer Nielsen [Mon, 16 Aug 2010 00:26:39 +0000 (00:26 +0000)]
Fixed bug #52593 (exif is placed before mbstring in php.ini)
Pierre Joye [Sun, 15 Aug 2010 13:54:03 +0000 (13:54 +0000)]
- #52607, fix ENV conflit with win SDK 7.1
Pierre Joye [Sun, 15 Aug 2010 13:40:29 +0000 (13:40 +0000)]
- year++
Pierre Joye [Sun, 15 Aug 2010 03:38:08 +0000 (03:38 +0000)]
- #52607, fix ENV conflit with win SDK 7.1
Ilia Alshanetsky [Sat, 14 Aug 2010 14:47:49 +0000 (14:47 +0000)]
Win32 build fixes
Ilia Alshanetsky [Sat, 14 Aug 2010 14:44:39 +0000 (14:44 +0000)]
Upgraded bundled Sqlite3 to version 3.7.0.1
Ilia Alshanetsky [Sat, 14 Aug 2010 14:37:13 +0000 (14:37 +0000)]
MFH: Upgraded bundled PCRE to version 8.10.
Felipe Pena [Fri, 13 Aug 2010 22:12:37 +0000 (22:12 +0000)]
- Fixed the fix for bug #52546
Kalle Sommer Nielsen [Fri, 13 Aug 2010 10:43:15 +0000 (10:43 +0000)]
Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)
Andrey Hristov [Fri, 13 Aug 2010 09:57:04 +0000 (09:57 +0000)]
Fix for bug #52413 MySQLi build failure on OS X
Andrey Hristov [Fri, 13 Aug 2010 09:18:06 +0000 (09:18 +0000)]
Fix for bug #52433 Call to undefined method mysqli::poll()
Sascha Schumann [Thu, 12 Aug 2010 17:28:08 +0000 (17:28 +0000)]
- fix cast
Andrey Hristov [Thu, 12 Aug 2010 14:17:31 +0000 (14:17 +0000)]
Make this function static, as it is used only in this file.
Add additional comment about how it works.
Andrey Hristov [Thu, 12 Aug 2010 13:23:16 +0000 (13:23 +0000)]
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.
Andrey Hristov [Thu, 12 Aug 2010 12:02:02 +0000 (12:02 +0000)]
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.
Andrey Hristov [Thu, 12 Aug 2010 11:38:08 +0000 (11:38 +0000)]
ws + cs
Sascha Schumann [Thu, 12 Aug 2010 07:58:14 +0000 (07:58 +0000)]
separate properties of internal classes in ZTS mode fully,
otherwise multiple threads will modify the zvals' contents
without any synchronisation.
Kalle Sommer Nielsen [Wed, 11 Aug 2010 22:38:15 +0000 (22:38 +0000)]
Fixed bug #50804 (Document configure.js --enable-crt-debug)
Kalle Sommer Nielsen [Wed, 11 Aug 2010 21:26:09 +0000 (21:26 +0000)]
Ignore the x64 directory for Windows x64 builds
Kalle Sommer Nielsen [Wed, 11 Aug 2010 21:18:45 +0000 (21:18 +0000)]
Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for zend.ze1_compatibility_mode (re #52570)
Kalle Sommer Nielsen [Wed, 11 Aug 2010 21:12:18 +0000 (21:12 +0000)]
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Trunk patch will follow shortly
Dmitry Stogov [Wed, 11 Aug 2010 09:38:41 +0000 (09:38 +0000)]
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
Felipe Pena [Tue, 10 Aug 2010 22:37:24 +0000 (22:37 +0000)]
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
Andrey Hristov [Mon, 9 Aug 2010 17:29:30 +0000 (17:29 +0000)]
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
Andrey Hristov [Mon, 9 Aug 2010 17:01:57 +0000 (17:01 +0000)]
Lay foundations for named pipe support in mysqlnd
Pierre Joye [Mon, 9 Aug 2010 08:14:14 +0000 (08:14 +0000)]
- #52523, fix logic (0 is perfectly valid as part of the data, bin data)
Pierre Joye [Mon, 9 Aug 2010 07:32:21 +0000 (07:32 +0000)]
- WS
Felipe Pena [Sun, 8 Aug 2010 23:56:29 +0000 (23:56 +0000)]
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)
Ilia Alshanetsky [Sun, 8 Aug 2010 15:45:02 +0000 (15:45 +0000)]
Additional fix for bug #52550 & fix test & warning from previous fixes
Christopher Jones [Sat, 7 Aug 2010 00:24:26 +0000 (00:24 +0000)]
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release
Felipe Pena [Fri, 6 Aug 2010 23:05:39 +0000 (23:05 +0000)]
- Added missing SKIPIF
Felipe Pena [Fri, 6 Aug 2010 23:01:32 +0000 (23:01 +0000)]
- Fix test
Felipe Pena [Fri, 6 Aug 2010 22:57:41 +0000 (22:57 +0000)]
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
patch by: glen at delfi dot ee
Felipe Pena [Fri, 6 Aug 2010 22:23:10 +0000 (22:23 +0000)]
- Updated generated file
Felipe Pena [Fri, 6 Aug 2010 22:21:13 +0000 (22:21 +0000)]
- Fix build
Johannes Schlüter [Fri, 6 Aug 2010 22:19:47 +0000 (22:19 +0000)]
- ext_skelshould create a .svnignore not .cvsignore these days
Christopher Jones [Fri, 6 Aug 2010 22:12:48 +0000 (22:12 +0000)]
Release PECL OCI8 1.4.2
Ilia Alshanetsky [Fri, 6 Aug 2010 20:16:11 +0000 (20:16 +0000)]
WS
Ilia Alshanetsky [Fri, 6 Aug 2010 20:04:29 +0000 (20:04 +0000)]
Another fix for issue indentified in bug #52550
Ilia Alshanetsky [Fri, 6 Aug 2010 19:55:10 +0000 (19:55 +0000)]
Fixed issues inside str_pad() identified by bug #52550
David Soria Parra [Fri, 6 Aug 2010 19:47:03 +0000 (19:47 +0000)]
make ssl_set return value in mysqlnd compatible with libmysqli return value
Ilia Alshanetsky [Fri, 6 Aug 2010 19:11:34 +0000 (19:11 +0000)]
Use correct order of operations. Second of many fixes for bug #52550
Rasmus Lerdorf [Fri, 6 Aug 2010 18:20:41 +0000 (18:20 +0000)]
Fix 5.3 as well
Felipe Pena [Thu, 5 Aug 2010 23:32:18 +0000 (23:32 +0000)]
- Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values)
Felipe Pena [Wed, 4 Aug 2010 23:11:44 +0000 (23:11 +0000)]
- Fixed bug #52534 (var_export array with negative key)
Jérôme Loyet [Mon, 2 Aug 2010 21:46:52 +0000 (21:46 +0000)]
BUG: all value comparaisons were not case insensitive in the conf file parser
Jérôme Loyet [Mon, 2 Aug 2010 09:28:54 +0000 (09:28 +0000)]
typo
Jérôme Loyet [Mon, 2 Aug 2010 09:02:48 +0000 (09:02 +0000)]
correct php-fpm.conf: slowlog has no default value
Felipe Pena [Sun, 1 Aug 2010 17:34:09 +0000 (17:34 +0000)]
- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)
Felipe Pena [Sun, 1 Aug 2010 15:26:54 +0000 (15:26 +0000)]
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
Felipe Pena [Sun, 1 Aug 2010 13:27:02 +0000 (13:27 +0000)]
- Fixed bug #52484 (__set() ignores setting properties with empty names)
Felipe Pena [Sat, 31 Jul 2010 22:10:43 +0000 (22:10 +0000)]
- Fix tests
Felipe Pena [Thu, 29 Jul 2010 23:46:49 +0000 (23:46 +0000)]
- New test
Felipe Pena [Thu, 29 Jul 2010 23:38:55 +0000 (23:38 +0000)]
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory)
Jérôme Loyet [Thu, 29 Jul 2010 22:07:00 +0000 (22:07 +0000)]
- Fixed bug #52476 (move php-fpm man page from section 1 to section 8)
Raphael Geissert [Thu, 29 Jul 2010 19:13:42 +0000 (19:13 +0000)]
Fix required facilities for php-fpm's init script
$all should only be used in rare, and very specific, cases.
Pierre Joye [Thu, 29 Jul 2010 11:58:41 +0000 (11:58 +0000)]
- fix build
Sriram Natarajan [Tue, 27 Jul 2010 21:42:22 +0000 (21:42 +0000)]
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)
# PCRE's config.h can very well reuse the definitions made available from
# PHP's configure script output available within php_config.h
Pierre Joye [Mon, 26 Jul 2010 22:28:38 +0000 (22:28 +0000)]
- make libsasl optional (as vc6 bins do not have it)
Rasmus Lerdorf [Fri, 23 Jul 2010 15:52:34 +0000 (15:52 +0000)]
Let's keep NEWS entries to things that might affect users.
A typo in a comment isn't very news-worthy.
Adam Harvey [Fri, 23 Jul 2010 09:02:14 +0000 (09:02 +0000)]
MFH: fix bug #52380 (Typo in lcfirst comment docs).
Adam Harvey [Fri, 23 Jul 2010 08:58:03 +0000 (08:58 +0000)]
Correct bug ID in the NEWS file for posterity.
Johannes Schlüter [Thu, 22 Jul 2010 11:08:31 +0000 (11:08 +0000)]
- Back to -dev
Johannes Schlüter [Wed, 21 Jul 2010 10:50:07 +0000 (10:50 +0000)]
- PHP 5.3.3
Johannes Schlüter [Wed, 21 Jul 2010 09:02:45 +0000 (09:02 +0000)]
- merge NEWS for 5.2.14 and 5.3.3
Pierre Joye [Tue, 20 Jul 2010 09:26:29 +0000 (09:26 +0000)]
- add CVE #
Adam Harvey [Mon, 19 Jul 2010 13:38:53 +0000 (13:38 +0000)]
MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x
(only 64 bit)).
Adam Harvey [Mon, 19 Jul 2010 09:58:19 +0000 (09:58 +0000)]
Revert r301354, since we don't need a test for a bogus bug.
Kai Schroeder [Sat, 17 Jul 2010 23:29:52 +0000 (23:29 +0000)]
Test for #50475
Kai Schroeder [Sat, 17 Jul 2010 23:20:24 +0000 (23:20 +0000)]
Test for #51819
Kai Schroeder [Sat, 17 Jul 2010 22:47:13 +0000 (22:47 +0000)]
Test for #48187
Kai Schroeder [Sat, 17 Jul 2010 22:17:48 +0000 (22:17 +0000)]
Test for #51994
Kai Schroeder [Sat, 17 Jul 2010 21:57:16 +0000 (21:57 +0000)]
Test for #52290
Kai Schroeder [Sat, 17 Jul 2010 21:26:01 +0000 (21:26 +0000)]
Test for #52359
Andrey Hristov [Thu, 15 Jul 2010 16:57:14 +0000 (16:57 +0000)]
Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd
Pierre Joye [Thu, 15 Jul 2010 00:13:20 +0000 (00:13 +0000)]
- fix vc6 build
Johannes Schlüter [Wed, 14 Jul 2010 23:40:42 +0000 (23:40 +0000)]
Back to -dev
Johannes Schlüter [Wed, 14 Jul 2010 23:01:42 +0000 (23:01 +0000)]
PHP 5.3.3RC3
Dmitry Stogov [Wed, 14 Jul 2010 10:27:08 +0000 (10:27 +0000)]
Fixed incorrect reinitialization
Kalle Sommer Nielsen [Wed, 14 Jul 2010 00:04:43 +0000 (00:04 +0000)]
Update the re2c files aswell (bug #51943)
Kalle Sommer Nielsen [Tue, 13 Jul 2010 23:59:54 +0000 (23:59 +0000)]
Fixed bug #51943 (Several files are out of ANSI spec)
# Based on patch by CoreyStup at gmail dot com
Kalle Sommer Nielsen [Tue, 13 Jul 2010 17:24:13 +0000 (17:24 +0000)]
MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org
# Sorry for the non sparse commit, due to a broken co
Andrey Hristov [Tue, 13 Jul 2010 13:02:00 +0000 (13:02 +0000)]
Give an error when USE_RESULT is used with fetch_all
Scott MacVicar [Fri, 9 Jul 2010 21:19:27 +0000 (21:19 +0000)]
Doing this as a seperate commit unless we need to back it out.
Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.
Examples include, memory limit, execution time and recursion.
Andrey Hristov [Thu, 8 Jul 2010 10:18:46 +0000 (10:18 +0000)]
adding arginfo to mysqli fixed the bug
Felipe Pena [Wed, 7 Jul 2010 22:46:54 +0000 (22:46 +0000)]
- Fixed ZTS build
Etienne Kneuss [Wed, 7 Jul 2010 21:55:17 +0000 (21:55 +0000)]
Fixed #51697 (Unsafe operations in free_storage of SPL iterators,
causes crashes during shutdown)
George Wang [Wed, 7 Jul 2010 20:03:04 +0000 (20:03 +0000)]
applied patch from bug report 51452
Andrey Hristov [Wed, 7 Jul 2010 12:09:36 +0000 (12:09 +0000)]
Cleanup in trunk. Remove some functions, noted in
UPGRADING. sed-ed the tests to change the usage
to the real function name.
Andrey Hristov [Wed, 7 Jul 2010 11:37:35 +0000 (11:37 +0000)]
arginfo for mysqli, was too fast to commit in trunk instead of one
directory up, thus the patch was split in two.
Timm Friebe [Wed, 7 Jul 2010 10:15:24 +0000 (10:15 +0000)]
- MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platforms
- MFT: Added checks for 64 bit versions of sybase libraries
- MFT: Added checks for sybase libraries prefixed with "libsyb"
Scott MacVicar [Tue, 6 Jul 2010 17:01:30 +0000 (17:01 +0000)]
Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode.
Antony Dovgal [Tue, 6 Jul 2010 11:37:19 +0000 (11:37 +0000)]
fix typos and use correct directive names in error messages
Felipe Pena [Tue, 6 Jul 2010 00:25:52 +0000 (00:25 +0000)]
- Fixed tests
Dmitry Stogov [Mon, 5 Jul 2010 09:08:35 +0000 (09:08 +0000)]
Fixed bug #52237 (Crash when passing the reference of the property of a non-object)
Felipe Pena [Sat, 3 Jul 2010 13:06:14 +0000 (13:06 +0000)]
- Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
Johannes Schlüter [Fri, 2 Jul 2010 19:17:45 +0000 (19:17 +0000)]
Fix bug #52238: Crash when an Exception occured in iterator_to_array
Johannes Schlüter [Fri, 2 Jul 2010 07:32:05 +0000 (07:32 +0000)]
Back to -dev
Eric Stewart [Fri, 2 Jul 2010 02:46:43 +0000 (02:46 +0000)]
Added test for bug 52013 to PHP_5_3.
Johannes Schlüter [Thu, 1 Jul 2010 15:44:18 +0000 (15:44 +0000)]
5.3.3 RC2