]>
granicus.if.org Git - php/log
Arnaud Le Blanc [Thu, 19 Mar 2009 17:55:10 +0000 (17:55 +0000)]
MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
performance degraded after fix of bug 44607).
Dmitry Stogov [Thu, 19 Mar 2009 15:16:10 +0000 (15:16 +0000)]
Fixed check for long integer overflow
Etienne Kneuss [Thu, 19 Mar 2009 03:01:37 +0000 (03:01 +0000)]
MFH: Fix #47231 (offsetGet error using incorrect offset)
Etienne Kneuss [Thu, 19 Mar 2009 02:47:00 +0000 (02:47 +0000)]
MFH: Add test covering for #47671
Etienne Kneuss [Thu, 19 Mar 2009 02:45:17 +0000 (02:45 +0000)]
MFH: Fix #47671 (cloning SplObjectStorage instances)
Ilia Alshanetsky [Thu, 19 Mar 2009 00:18:48 +0000 (00:18 +0000)]
Improved parameter parsing
andy wharmby [Wed, 18 Mar 2009 23:35:25 +0000 (23:35 +0000)]
New tests for various date extension functions. Tested on Windows, Linux and linux 64
Dmitry Stogov [Wed, 18 Mar 2009 18:49:27 +0000 (18:49 +0000)]
Removed unnecassary checks
Pierre Joye [Wed, 18 Mar 2009 18:40:44 +0000 (18:40 +0000)]
- some cleanup, more to come
Pierre Joye [Wed, 18 Mar 2009 17:58:09 +0000 (17:58 +0000)]
- php.ini-dev/prod
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:48:18 +0000 (17:48 +0000)]
- Use UTF-8 characters as 5.2's NEWS does.
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:44:25 +0000 (17:44 +0000)]
- Add support for CP850 encoding (patch by Denis Giffeler)
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:34:27 +0000 (17:34 +0000)]
- MFH: Synching .dsp file (I am not sure whether I really should do this)
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:06:40 +0000 (17:06 +0000)]
- Typo.
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:03:38 +0000 (17:03 +0000)]
- Add entries for the encodings that are already supported by mbstring but
not listed here.
Moriyoshi Koizumi [Wed, 18 Mar 2009 16:51:15 +0000 (16:51 +0000)]
- staticise private symbols.
Matt Wilmas [Wed, 18 Mar 2009 16:30:21 +0000 (16:30 +0000)]
MFH: Fixed test on 64-bit
Takeshi Abe [Wed, 18 Mar 2009 15:30:37 +0000 (15:30 +0000)]
MFH: Fixed libgd #186 (Tiling true colour with palette image does not work)
Dmitry Stogov [Wed, 18 Mar 2009 14:17:15 +0000 (14:17 +0000)]
Improved speed of conditional jump instructions by checking for most useful case (conditional expression)
Dmitry Stogov [Wed, 18 Mar 2009 14:15:28 +0000 (14:15 +0000)]
Inline only the most useful code
Dmitry Stogov [Wed, 18 Mar 2009 12:53:17 +0000 (12:53 +0000)]
Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks
Dmitry Stogov [Wed, 18 Mar 2009 11:53:10 +0000 (11:53 +0000)]
Forgotten file (sorry)
andy wharmby [Wed, 18 Mar 2009 11:32:59 +0000 (11:32 +0000)]
New tests for date extension DateTime methods Tested on Windows, Linux and linux 64
Dmitry Stogov [Wed, 18 Mar 2009 11:25:37 +0000 (11:25 +0000)]
optimization
andy wharmby [Wed, 18 Mar 2009 11:13:04 +0000 (11:13 +0000)]
New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64
Dmitry Stogov [Wed, 18 Mar 2009 10:41:39 +0000 (10:41 +0000)]
Forgotten include
Dmitry Stogov [Wed, 18 Mar 2009 10:18:10 +0000 (10:18 +0000)]
Fixed floating point mathematic speed degradation (Christian)
Dmitry Stogov [Wed, 18 Mar 2009 09:48:55 +0000 (09:48 +0000)]
Better fix for bug #45877 (smaller and faster)
Pierre Joye [Wed, 18 Mar 2009 08:16:13 +0000 (08:16 +0000)]
- to 5.2
Matt Wilmas [Wed, 18 Mar 2009 01:08:12 +0000 (01:08 +0000)]
MFH: Fixed bug #45877 (Array key '
2147483647 ' left as string)
Pierre Joye [Wed, 18 Mar 2009 00:31:40 +0000 (00:31 +0000)]
- #43073
Pierre Joye [Wed, 18 Mar 2009 00:29:42 +0000 (00:29 +0000)]
- #43073, TrueType bounding box is wrong for angle<>0
Scott MacVicar [Tue, 17 Mar 2009 23:31:14 +0000 (23:31 +0000)]
MFH Missing skip in tests
Scott MacVicar [Tue, 17 Mar 2009 23:26:02 +0000 (23:26 +0000)]
MFH Replace magic values with a define for json encoding, makes reading it a bit easier
Ilia Alshanetsky [Tue, 17 Mar 2009 23:21:37 +0000 (23:21 +0000)]
Fixed compiler warning
Scott MacVicar [Tue, 17 Mar 2009 23:17:40 +0000 (23:17 +0000)]
BFN
Scott MacVicar [Tue, 17 Mar 2009 23:15:40 +0000 (23:15 +0000)]
MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array
Felipe Pena [Tue, 17 Mar 2009 23:07:40 +0000 (23:07 +0000)]
- MFH: Year++
Matt Wilmas [Tue, 17 Mar 2009 22:04:10 +0000 (22:04 +0000)]
MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers)
Johannes Schlüter [Tue, 17 Mar 2009 19:19:17 +0000 (19:19 +0000)]
MFH: Replace old php.ini files with the new ones according to
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
Pierre Joye [Tue, 17 Mar 2009 16:02:00 +0000 (16:02 +0000)]
- make it less(er) sensible to bison version
Pierre Joye [Tue, 17 Mar 2009 15:59:24 +0000 (15:59 +0000)]
- make it less sensible to bison version
Pierre Joye [Tue, 17 Mar 2009 15:37:34 +0000 (15:37 +0000)]
- s,win32,windows, and add myself to the list
Scott MacVicar [Tue, 17 Mar 2009 14:57:39 +0000 (14:57 +0000)]
MFH Deal with overflow when decoding large numbers
Pierre Joye [Tue, 17 Mar 2009 13:34:26 +0000 (13:34 +0000)]
- MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdown
Johannes Schlüter [Tue, 17 Mar 2009 10:05:19 +0000 (10:05 +0000)]
MFH: mark mysqlnd's threading (which can be used for background pre-fetching)
experimental
Andrey Hristov [Tue, 17 Mar 2009 09:51:31 +0000 (09:51 +0000)]
MFH: Fix the build because the macro name has changed
Moriyoshi Koizumi [Tue, 17 Mar 2009 05:31:04 +0000 (05:31 +0000)]
- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
well as '/'. It's impossible to specify the filter in php://filter without
this fix.
# I hope this to be merged to 5.2 as well. This doesn't break BC as there is
# no such encoding name that contains '.'. (Andif there were to be such one,
# the filter is failed in the first place since it also uses '.' for the
# delimiter between the filter name and the "from" encoding name.
Scott MacVicar [Tue, 17 Mar 2009 03:29:27 +0000 (03:29 +0000)]
BFN
Scott MacVicar [Tue, 17 Mar 2009 03:25:57 +0000 (03:25 +0000)]
MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused.
Scott MacVicar [Tue, 17 Mar 2009 02:47:29 +0000 (02:47 +0000)]
BFN
Scott MacVicar [Tue, 17 Mar 2009 02:45:12 +0000 (02:45 +0000)]
MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3
Scott MacVicar [Tue, 17 Mar 2009 02:00:13 +0000 (02:00 +0000)]
MFH Fix bug #47644 - Valid integers are truncated with json_decode()
Christopher Jones [Tue, 17 Mar 2009 01:52:52 +0000 (01:52 +0000)]
Fix INI blocks
Matt Wilmas [Tue, 17 Mar 2009 00:02:39 +0000 (00:02 +0000)]
Removed unneeded HashPosition variable (php_implode() doesn't change the internal pointer)
- It was added in '06 with the "200-300%" implode() optimization (hasn't been merged to HEAD)
Zoe Slattery [Mon, 16 Mar 2009 20:38:19 +0000 (20:38 +0000)]
test for /ext/tidy from stefan priebsch
Felipe Pena [Mon, 16 Mar 2009 15:08:56 +0000 (15:08 +0000)]
- MFH: Fixed bug #47616 (curl keeps crashing)
Pierre Joye [Mon, 16 Mar 2009 15:03:06 +0000 (15:03 +0000)]
- fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again
Dmitry Stogov [Mon, 16 Mar 2009 15:00:00 +0000 (15:00 +0000)]
Fixed test
Ilia Alshanetsky [Mon, 16 Mar 2009 12:52:39 +0000 (12:52 +0000)]
Fixed compiler warnings
Mikko Koppanen [Mon, 16 Mar 2009 10:19:43 +0000 (10:19 +0000)]
Closes bug #47667
Pierre Joye [Mon, 16 Mar 2009 10:13:18 +0000 (10:13 +0000)]
- fix build
Pierre Joye [Mon, 16 Mar 2009 10:08:51 +0000 (10:08 +0000)]
- revert last commit (tree was not updated)
Pierre Joye [Mon, 16 Mar 2009 09:59:16 +0000 (09:59 +0000)]
- fix vc6 build
Dmitry Stogov [Mon, 16 Mar 2009 09:51:32 +0000 (09:51 +0000)]
Fixed bug #47664 (get_class returns NULL instead of FALSE)
Christopher Jones [Mon, 16 Mar 2009 05:44:49 +0000 (05:44 +0000)]
MFH Prepare for PECL OCI8 1.3.5
Christopher Jones [Mon, 16 Mar 2009 05:34:02 +0000 (05:34 +0000)]
MFH: Mac OSX customization for initialization error message
Brian Shire [Mon, 16 Mar 2009 01:40:14 +0000 (01:40 +0000)]
MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content.
Kalle Sommer Nielsen [Sun, 15 Mar 2009 23:41:01 +0000 (23:41 +0000)]
Lets follow the same style, shall we?
Pierre Joye [Sun, 15 Mar 2009 23:18:22 +0000 (23:18 +0000)]
- refer to fileinfo so the entry can easily be filtered out on 5.3.0 final
Scott MacVicar [Sun, 15 Mar 2009 23:17:28 +0000 (23:17 +0000)]
MFH fileinfo tests are missing skipif
Scott MacVicar [Sun, 15 Mar 2009 23:10:24 +0000 (23:10 +0000)]
BFN
Scott MacVicar [Sun, 15 Mar 2009 23:04:19 +0000 (23:04 +0000)]
MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows
Moriyoshi Koizumi [Sun, 15 Mar 2009 20:42:56 +0000 (20:42 +0000)]
- MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
Jani Taskinen [Sun, 15 Mar 2009 12:39:17 +0000 (12:39 +0000)]
- Nuketh old remains
Takeshi Abe [Sat, 14 Mar 2009 17:48:33 +0000 (17:48 +0000)]
revert the NEWS line for bug #45799
Rob Richards [Sat, 14 Mar 2009 17:36:19 +0000 (17:36 +0000)]
NEWS
Rob Richards [Sat, 14 Mar 2009 17:30:28 +0000 (17:30 +0000)]
MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
add libxml2 version being used to info output
Takeshi Abe [Sat, 14 Mar 2009 16:08:00 +0000 (16:08 +0000)]
MFH: Fixed bug #45799 (imagepng() crashes on empty image)
Stanislav Malyshev [Fri, 13 Mar 2009 19:39:49 +0000 (19:39 +0000)]
add new CURL options
Rob Richards [Fri, 13 Mar 2009 13:43:29 +0000 (13:43 +0000)]
MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling)
add test
Christopher Jones [Thu, 12 Mar 2009 23:59:11 +0000 (23:59 +0000)]
Add PECL Bug #14268
Christopher Jones [Thu, 12 Mar 2009 23:52:37 +0000 (23:52 +0000)]
MFH: Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an Instant Client RPM install) & refactor
Ilia Alshanetsky [Thu, 12 Mar 2009 22:53:16 +0000 (22:53 +0000)]
Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)
Zoe Slattery [Thu, 12 Mar 2009 20:42:46 +0000 (20:42 +0000)]
refixing %r in run-tests.php (thanks iain lewis for the fix)
Andrei Zmievski [Thu, 12 Mar 2009 16:13:17 +0000 (16:13 +0000)]
MFH
Christopher Jones [Thu, 12 Mar 2009 14:50:29 +0000 (14:50 +0000)]
MFH: Fix tests to use ENV and re-enable
Brian Shire [Wed, 11 Mar 2009 22:11:53 +0000 (22:11 +0000)]
MFH: Add proper EOF handling for language scanner. Fixes bug #46817.
Christopher Jones [Wed, 11 Mar 2009 17:11:32 +0000 (17:11 +0000)]
Revert local setting changes
Christopher Jones [Wed, 11 Mar 2009 16:59:23 +0000 (16:59 +0000)]
Add recent OCI8 fixes
Christopher Jones [Wed, 11 Mar 2009 16:47:14 +0000 (16:47 +0000)]
MFH: Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
Dmitry Stogov [Wed, 11 Mar 2009 12:14:34 +0000 (12:14 +0000)]
Fixed speed degradation on gcc-4.3 because of less agressive inlining
Marcus Boerger [Wed, 11 Mar 2009 00:02:52 +0000 (00:02 +0000)]
- MFH It's 2009
Marcus Boerger [Tue, 10 Mar 2009 23:28:17 +0000 (23:28 +0000)]
- MFH Safer flag handling as requested by Greg
Dmitry Stogov [Tue, 10 Mar 2009 10:01:44 +0000 (10:01 +0000)]
Clenaup deprecated namespace code
Christopher Jones [Mon, 9 Mar 2009 21:20:02 +0000 (21:20 +0000)]
MFH: New test for oci_fetch_all
Christopher Jones [Mon, 9 Mar 2009 20:58:51 +0000 (20:58 +0000)]
MFH: Make non-public prototype match the type passed at call
Christopher Jones [Mon, 9 Mar 2009 20:20:07 +0000 (20:20 +0000)]
MFH: Use PHP 5 function name in error message
Christopher Jones [Mon, 9 Mar 2009 20:09:07 +0000 (20:09 +0000)]
MFH: Bug #47243 (Crash at shutdown on Windows)
Christopher Jones [Mon, 9 Mar 2009 19:55:30 +0000 (19:55 +0000)]
Make tests portable with older PHP for PECL builds