]>
granicus.if.org Git - php/log
Arnaud Le Blanc [Tue, 4 Nov 2008 17:05:17 +0000 (17:05 +0000)]
Fixed stream_get_line() to behave as documented on non-blocking streams
Arnaud Le Blanc [Tue, 4 Nov 2008 16:45:42 +0000 (16:45 +0000)]
Avoids fclose() from complaining that stream_socket_pair() streams
have not been closed
Marcus Boerger [Tue, 4 Nov 2008 11:12:04 +0000 (11:12 +0000)]
- Fix test
<changelog@php.net> [Tue, 4 Nov 2008 01:32:22 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Tue, 4 Nov 2008 00:52:24 +0000 (00:52 +0000)]
- MFB dos2unix
Arnaud Le Blanc [Tue, 4 Nov 2008 00:42:19 +0000 (00:42 +0000)]
Fixed bug #46024 (stream_select() doesn't return the correct number)
Marcus Boerger [Tue, 4 Nov 2008 00:34:24 +0000 (00:34 +0000)]
- Cleanup
Felipe Pena [Mon, 3 Nov 2008 23:43:51 +0000 (23:43 +0000)]
- Improved fix
Arnaud Le Blanc [Mon, 3 Nov 2008 23:34:17 +0000 (23:34 +0000)]
cleanup
Arnaud Le Blanc [Mon, 3 Nov 2008 23:28:45 +0000 (23:28 +0000)]
Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)
Felipe Pena [Mon, 3 Nov 2008 22:22:25 +0000 (22:22 +0000)]
- Fix test (string -> unicode)
Felipe Pena [Mon, 3 Nov 2008 21:49:18 +0000 (21:49 +0000)]
- New test
Felipe Pena [Mon, 3 Nov 2008 20:45:43 +0000 (20:45 +0000)]
- Fixed endless loop in PDOStatement::debugDumpParams()
patch by: Jonah H. Harris <jonah.harris at gmail dot com>
Johannes Schlüter [Mon, 3 Nov 2008 19:27:48 +0000 (19:27 +0000)]
Use a better function name for closure related errors and debug_backtrace()
Elizabeth Marie Smith [Mon, 3 Nov 2008 19:24:47 +0000 (19:24 +0000)]
Actual name of the file is WinResRc.h - silly to make people rename their header files
Andrey Hristov [Mon, 3 Nov 2008 18:07:40 +0000 (18:07 +0000)]
Fix the windows build
Felipe Pena [Mon, 3 Nov 2008 17:24:12 +0000 (17:24 +0000)]
- Fixed compiler warning
Arnaud Le Blanc [Mon, 3 Nov 2008 16:58:28 +0000 (16:58 +0000)]
Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)
Arnaud Le Blanc [Mon, 3 Nov 2008 15:47:05 +0000 (15:47 +0000)]
Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)
Felipe Pena [Mon, 3 Nov 2008 15:31:51 +0000 (15:31 +0000)]
- Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
Felipe Pena [Mon, 3 Nov 2008 11:33:32 +0000 (11:33 +0000)]
- Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record)
patch by: misc at e2007 dot cynergi dot com
<changelog@php.net> [Mon, 3 Nov 2008 01:32:13 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Sun, 2 Nov 2008 22:03:32 +0000 (22:03 +0000)]
Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)
Felipe Pena [Sun, 2 Nov 2008 21:10:13 +0000 (21:10 +0000)]
- Revert ZEND_BEGIN_ARG_INFO change
Antony Dovgal [Sun, 2 Nov 2008 21:06:46 +0000 (21:06 +0000)]
fix build
Felix De Vliegher [Sun, 2 Nov 2008 20:15:15 +0000 (20:15 +0000)]
XFAIL test for bug #46196 on restore_error_handler().
Felipe Pena [Sun, 2 Nov 2008 18:30:31 +0000 (18:30 +0000)]
- Remove str_getcsv() entry. (Backported to 5.3)
Felipe Pena [Sun, 2 Nov 2008 18:20:57 +0000 (18:20 +0000)]
- New test
Scott MacVicar [Sun, 2 Nov 2008 16:09:27 +0000 (16:09 +0000)]
Update libmagic to 4.26 and add support for v6 of the magic file format.
<changelog@php.net> [Sun, 2 Nov 2008 01:32:22 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Sat, 1 Nov 2008 23:08:52 +0000 (23:08 +0000)]
- Fixed the fix (bug #46460)
<changelog@php.net> [Sat, 1 Nov 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
Andrey Hristov [Fri, 31 Oct 2008 21:30:58 +0000 (21:30 +0000)]
Fix the build
Andrey Hristov [Fri, 31 Oct 2008 20:30:55 +0000 (20:30 +0000)]
Fix warnings in printf
Andrey Hristov [Fri, 31 Oct 2008 20:30:33 +0000 (20:30 +0000)]
64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.
<changelog@php.net> [Fri, 31 Oct 2008 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Thu, 30 Oct 2008 15:50:33 +0000 (15:50 +0000)]
- New test
Felipe Pena [Thu, 30 Oct 2008 14:31:01 +0000 (14:31 +0000)]
- Improved test
Felipe Pena [Thu, 30 Oct 2008 14:30:02 +0000 (14:30 +0000)]
- Fix the fix (thanks Hannes!)
Lars Strojny [Thu, 30 Oct 2008 14:22:21 +0000 (14:22 +0000)]
The real fix for the gettext overflow bug
- The overflow issue was not limited to domains, but also present for msgids
- [DOC] msgids are now limited to 4096 chars, domains to 1024
Sanjay Mantoor [Thu, 30 Oct 2008 10:46:17 +0000 (10:46 +0000)]
New testcases for gettimeofday function
Felipe Pena [Thu, 30 Oct 2008 10:08:01 +0000 (10:08 +0000)]
- Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
Dmitry Stogov [Thu, 30 Oct 2008 08:55:31 +0000 (08:55 +0000)]
Fixed ability to use "internal" heaps in extensions.
<changelog@php.net> [Thu, 30 Oct 2008 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
Felix De Vliegher [Wed, 29 Oct 2008 22:35:52 +0000 (22:35 +0000)]
Tests for SQLite3Stmt::paramCount().
Felix De Vliegher [Wed, 29 Oct 2008 21:43:30 +0000 (21:43 +0000)]
Fix typo.
Rob Richards [Wed, 29 Oct 2008 21:21:06 +0000 (21:21 +0000)]
fix bug #46406 (Unregistering nodeclass throws E_FATAL)
Ilia Alshanetsky [Wed, 29 Oct 2008 21:02:14 +0000 (21:02 +0000)]
MFB: Fixed bug #44938 (gettext functions crash with overly long domain).
Ilia Alshanetsky [Wed, 29 Oct 2008 20:17:43 +0000 (20:17 +0000)]
MFB: Fixed bug #42294 (Unified solution for round() based on C99 round).
Felipe Pena [Wed, 29 Oct 2008 13:01:44 +0000 (13:01 +0000)]
- Fixed char formatter
Felipe Pena [Wed, 29 Oct 2008 12:41:22 +0000 (12:41 +0000)]
- Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
Felix De Vliegher [Wed, 29 Oct 2008 11:43:33 +0000 (11:43 +0000)]
Various tests for the sqlite ext.
The sqlite session tests are by Mats Lindh <mats at lindh.no>.
<changelog@php.net> [Wed, 29 Oct 2008 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
Zoe Slattery [Tue, 28 Oct 2008 19:26:03 +0000 (19:26 +0000)]
scottish time variation
Andrey Hristov [Tue, 28 Oct 2008 10:45:31 +0000 (10:45 +0000)]
Fix compiler warning (MFB: Ilia)
Sanjay Mantoor [Tue, 28 Oct 2008 10:21:12 +0000 (10:21 +0000)]
New testcases for array_intersect_uassoc function
Derick Rethans [Tue, 28 Oct 2008 08:17:19 +0000 (08:17 +0000)]
- Updated to version 2008.9 (2008i)
<changelog@php.net> [Tue, 28 Oct 2008 01:33:45 +0000 (01:33 +0000)]
ChangeLog update
Johannes Schlüter [Mon, 27 Oct 2008 18:29:57 +0000 (18:29 +0000)]
Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
Johannes Schlüter [Mon, 27 Oct 2008 17:20:26 +0000 (17:20 +0000)]
Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
executed)
Andrey Hristov [Mon, 27 Oct 2008 15:13:42 +0000 (15:13 +0000)]
Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but better memory usage. Of course later theres is a
realloc to shrink the rset t ofree it from unused rows but its better to
to eat too much at once.
Arnaud Le Blanc [Mon, 27 Oct 2008 14:58:28 +0000 (14:58 +0000)]
Fix compile error
Andrey Hristov [Mon, 27 Oct 2008 14:38:17 +0000 (14:38 +0000)]
Fix a name
Andrey Hristov [Mon, 27 Oct 2008 14:33:09 +0000 (14:33 +0000)]
Fix tests
Andrey Hristov [Mon, 27 Oct 2008 14:30:51 +0000 (14:30 +0000)]
Fix bug found in a test. mysqli.default_port wasn't used
Hannes Magnusson [Mon, 27 Oct 2008 14:25:18 +0000 (14:25 +0000)]
Improve test and remove the temporary session file created by the skipif
check
Andrey Hristov [Mon, 27 Oct 2008 12:07:35 +0000 (12:07 +0000)]
Warning if the library API version differs from the headers used to compile.
Patch versions are not considered but major.minor
Fix build of ext/mysql with 4.0.x and pre.
<changelog@php.net> [Mon, 27 Oct 2008 01:34:12 +0000 (01:34 +0000)]
ChangeLog update
Felipe Pena [Sun, 26 Oct 2008 23:33:32 +0000 (23:33 +0000)]
- Fixed test
Ilia Alshanetsky [Sun, 26 Oct 2008 14:36:25 +0000 (14:36 +0000)]
MFB: Fixed compiler warning
Felipe Pena [Sun, 26 Oct 2008 13:22:00 +0000 (13:22 +0000)]
- Fixed bug #46388 (stream_notification_callback inside of object destroys object variables)
Greg Beaver [Sun, 26 Oct 2008 05:51:04 +0000 (05:51 +0000)]
last commit was an old patch, revert faulty line
Greg Beaver [Sun, 26 Oct 2008 05:49:24 +0000 (05:49 +0000)]
MFB: fix several errors found by valgrind
1 - entry metadata not properly processed or retrieved from cached phars
2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry
3 - metadata creation in entries for cached phars was causing an invalid read
Felipe Pena [Sun, 26 Oct 2008 01:58:25 +0000 (01:58 +0000)]
- Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter at php.net)
Pierre Joye [Sun, 26 Oct 2008 00:15:56 +0000 (00:15 +0000)]
- MFH: add php-test-pack-[version].zip to nmake snap so we can distribute the tests as single zip
TODO: add run-tests.bat to the package
<changelog@php.net> [Sat, 25 Oct 2008 01:32:20 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 24 Oct 2008 23:16:16 +0000 (23:16 +0000)]
- Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com)
Antony Dovgal [Fri, 24 Oct 2008 20:17:50 +0000 (20:17 +0000)]
add test
Felipe Pena [Fri, 24 Oct 2008 16:02:16 +0000 (16:02 +0000)]
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
Felipe Pena [Fri, 24 Oct 2008 14:34:17 +0000 (14:34 +0000)]
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
Felipe Pena [Fri, 24 Oct 2008 10:44:19 +0000 (10:44 +0000)]
- Fixed bug #46082 (stream_set_blocking() can cause a crash in some circumstances)
Felipe Pena [Fri, 24 Oct 2008 10:27:54 +0000 (10:27 +0000)]
- Removed unnecessary check for array (#46273, noticed by serovov at gmail dot com)
<changelog@php.net> [Fri, 24 Oct 2008 01:31:53 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Thu, 23 Oct 2008 21:18:13 +0000 (21:18 +0000)]
- MFB: flatten path and make them relative before extraction
Felipe Pena [Thu, 23 Oct 2008 18:22:18 +0000 (18:22 +0000)]
- Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql)
<changelog@php.net> [Thu, 23 Oct 2008 01:32:42 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Wed, 22 Oct 2008 19:29:48 +0000 (19:29 +0000)]
fix instantclient detection
Arnaud Le Blanc [Wed, 22 Oct 2008 18:58:43 +0000 (18:58 +0000)]
Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)
Scott MacVicar [Wed, 22 Oct 2008 16:34:17 +0000 (16:34 +0000)]
Fix a stat on a null when the internal database is used.
Scott MacVicar [Wed, 22 Oct 2008 13:59:08 +0000 (13:59 +0000)]
When using the internal database and there is an error it could try free some invalid things. This was causing a bus error on ppc.
Sanjay Mantoor [Wed, 22 Oct 2008 05:51:52 +0000 (05:51 +0000)]
New PHP testcases for array_diff_ukey function
<changelog@php.net> [Wed, 22 Oct 2008 01:31:53 +0000 (01:31 +0000)]
ChangeLog update
Arnaud Le Blanc [Tue, 21 Oct 2008 23:36:17 +0000 (23:36 +0000)]
initialize optional vars
Arnaud Le Blanc [Tue, 21 Oct 2008 22:06:49 +0000 (22:06 +0000)]
initialize optional vars
Alexey Zakhlestin [Tue, 21 Oct 2008 13:38:57 +0000 (13:38 +0000)]
MFB: skip tests on systems without fnmatch() function (f.e.: old darwin)
Alexey Zakhlestin [Tue, 21 Oct 2008 13:00:29 +0000 (13:00 +0000)]
MFB: proper check for php-version
Alexey Zakhlestin [Tue, 21 Oct 2008 12:48:37 +0000 (12:48 +0000)]
MFB: these tests work just fine on macos-x
Zoe Slattery [Tue, 21 Oct 2008 09:34:39 +0000 (09:34 +0000)]
Committing test for till
Arnaud Le Blanc [Tue, 21 Oct 2008 03:19:07 +0000 (03:19 +0000)]
Fixed FCGI_GET_VALUES requests (fixes #45522)
<changelog@php.net> [Tue, 21 Oct 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update