]>
granicus.if.org Git - php/log
Timm Friebe [Sat, 8 Nov 2008 13:32:29 +0000 (13:32 +0000)]
- Adjusted tests to reality
# We select
123456789 .
12345679 , we should have this returned and not
# something
123456789 .123457 (rounded)
Timm Friebe [Sat, 8 Nov 2008 13:22:14 +0000 (13:22 +0000)]
- Fixed problems with segmentation faults when using unbuffered queries
# Double-freeing results caused these
Timm Friebe [Sat, 8 Nov 2008 13:21:30 +0000 (13:21 +0000)]
- Made this test independent of date format
Timm Friebe [Sat, 8 Nov 2008 13:21:01 +0000 (13:21 +0000)]
- Initial release
Timm Friebe [Sat, 8 Nov 2008 12:24:52 +0000 (12:24 +0000)]
- QA: Unified error messages in php_sybase_query()
Timm Friebe [Sat, 8 Nov 2008 12:05:46 +0000 (12:05 +0000)]
- Changed while loop in php_sybase_fetch_result_row() to also read rows with
retcode == CS_ROW_FAIL.
# Reported by Detlef Neumerkel and Frank Irnich of Sybase
Timm Friebe [Sat, 8 Nov 2008 11:47:35 +0000 (11:47 +0000)]
- Changed source to read host, user and password from environment
# E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=***
Timm Friebe [Sat, 8 Nov 2008 11:46:06 +0000 (11:46 +0000)]
- Made this test independent of field types in master..sysprocesses
# char on ASE 11, varchar on ASE 15
Timm Friebe [Sat, 8 Nov 2008 11:45:03 +0000 (11:45 +0000)]
- Fixed expected warning messages
# Changed during migration to parameter parsing API
Antony Dovgal [Sat, 8 Nov 2008 11:00:23 +0000 (11:00 +0000)]
fix more invalid reads
Felipe Pena [Fri, 7 Nov 2008 21:14:46 +0000 (21:14 +0000)]
MFH:
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
Noticed by: jd at cpanel dot net
Alexey Zakhlestin [Fri, 7 Nov 2008 13:28:23 +0000 (13:28 +0000)]
new parameter-parsing API
Alexey Zakhlestin [Fri, 7 Nov 2008 12:39:11 +0000 (12:39 +0000)]
new parameter-parsing API
Kalle Sommer Nielsen [Fri, 7 Nov 2008 11:05:24 +0000 (11:05 +0000)]
MFH: New parameter parsing API
Antony Dovgal [Fri, 7 Nov 2008 10:51:26 +0000 (10:51 +0000)]
fix typo causing invalid reads
Alexey Zakhlestin [Fri, 7 Nov 2008 09:12:39 +0000 (09:12 +0000)]
added const, as required by struct-definition
David Soria Parra [Thu, 6 Nov 2008 22:12:12 +0000 (22:12 +0000)]
Use right format
David Soria Parra [Thu, 6 Nov 2008 21:56:06 +0000 (21:56 +0000)]
Refer to a feature request that contains a better description of the flags
Philip Olson [Thu, 6 Nov 2008 21:35:42 +0000 (21:35 +0000)]
Added the "update INSTALL and win32/install.txt" tasks
David Soria Parra [Thu, 6 Nov 2008 20:42:11 +0000 (20:42 +0000)]
MFH: Detect Sun C compiler and set default flags if it is used
Andrey Hristov [Thu, 6 Nov 2008 18:48:55 +0000 (18:48 +0000)]
MFB: More Windows types cleanup
Andrey Hristov [Thu, 6 Nov 2008 14:21:50 +0000 (14:21 +0000)]
MFH: Use win32/php_stdint.h for stdint types on Windows
Pierre Joye [Thu, 6 Nov 2008 13:30:18 +0000 (13:30 +0000)]
- revert previous commit (borked editor)
Pierre Joye [Thu, 6 Nov 2008 13:11:56 +0000 (13:11 +0000)]
- bump year
Andrey Hristov [Thu, 6 Nov 2008 11:29:20 +0000 (11:29 +0000)]
MFH: More cleanup of config-win.h
Johannes Schlüter [Thu, 6 Nov 2008 11:12:21 +0000 (11:12 +0000)]
MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysql
Andrey Hristov [Thu, 6 Nov 2008 10:37:47 +0000 (10:37 +0000)]
MFH:
Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int
Pierre Joye [Thu, 6 Nov 2008 10:17:44 +0000 (10:17 +0000)]
- typo
Pierre Joye [Thu, 6 Nov 2008 10:14:37 +0000 (10:14 +0000)]
- fix build on linux (static)
- add gd[Format]Version[Int|String] first methods to work around the png
header issues
Derick Rethans [Thu, 6 Nov 2008 09:45:58 +0000 (09:45 +0000)]
- MFH: Export DateTime and DateTimeZone class entries so that external
extensions can make use of it as well.
Scott MacVicar [Thu, 6 Nov 2008 03:09:41 +0000 (03:09 +0000)]
MFH: Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN
Scott MacVicar [Thu, 6 Nov 2008 03:00:04 +0000 (03:00 +0000)]
MFH: Fix buffer overread in libmagic and sync a skipped change from 4.26
Felipe Pena [Thu, 6 Nov 2008 01:38:56 +0000 (01:38 +0000)]
- Reorder
Etienne Kneuss [Thu, 6 Nov 2008 01:09:32 +0000 (01:09 +0000)]
Add references to #46421 #45976
Etienne Kneuss [Thu, 6 Nov 2008 01:07:22 +0000 (01:07 +0000)]
MFH: Fix #46421 (Take care about /)
Etienne Kneuss [Thu, 6 Nov 2008 00:37:13 +0000 (00:37 +0000)]
MFH: Fix #45976 (Move SXE from SPL to SimpleXML)
Felipe Pena [Wed, 5 Nov 2008 23:40:38 +0000 (23:40 +0000)]
MFH:
- Fixed wrong check
- Improved test
Arnaud Le Blanc [Wed, 5 Nov 2008 21:36:11 +0000 (21:36 +0000)]
sync zend_ini_scanner.c
Arnaud Le Blanc [Wed, 5 Nov 2008 21:35:02 +0000 (21:35 +0000)]
MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
proto array parse_ini_string(string ini_string
[, bool process_sections [, int scanner_mode]])
Same as parse_ini_file() except that it takes a string instead of a
filename.
Hannes Magnusson [Wed, 5 Nov 2008 17:15:50 +0000 (17:15 +0000)]
Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded)
Felipe Pena [Wed, 5 Nov 2008 11:00:38 +0000 (11:00 +0000)]
- Fixed Windows build
Derick Rethans [Wed, 5 Nov 2008 10:42:42 +0000 (10:42 +0000)]
- MFH: Fixed an issue with the * format specifier for parsing from a
user-defined format.
Kalle Sommer Nielsen [Wed, 5 Nov 2008 09:58:51 +0000 (09:58 +0000)]
MFH: New tests for syslog
Lukas Smith [Wed, 5 Nov 2008 07:25:18 +0000 (07:25 +0000)]
MFH
Lukas Smith [Tue, 4 Nov 2008 23:01:13 +0000 (23:01 +0000)]
fixed ext/msql NEWS entry
Lukas Smith [Tue, 4 Nov 2008 23:00:57 +0000 (23:00 +0000)]
MFH
Lukas Smith [Tue, 4 Nov 2008 22:31:48 +0000 (22:31 +0000)]
ext/msql is now in PECL starting alpha3 [DOC]
Lukas Smith [Tue, 4 Nov 2008 22:22:43 +0000 (22:22 +0000)]
MFH
Brett Bieber [Tue, 4 Nov 2008 21:25:22 +0000 (21:25 +0000)]
Test - if this works, something is wrong.
Arnaud Le Blanc [Tue, 4 Nov 2008 21:05:31 +0000 (21:05 +0000)]
Open STDIN and php://stdin streams with the relevant
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731
Arnaud Le Blanc [Tue, 4 Nov 2008 20:40:30 +0000 (20:40 +0000)]
MFH: initialize memory
Pierre Joye [Tue, 4 Nov 2008 20:25:45 +0000 (20:25 +0000)]
- MFH: add png and jpeg version info
David Coallier [Tue, 4 Nov 2008 18:28:41 +0000 (18:28 +0000)]
- MFH
- Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
an error code we used to return an array with one element. For the sake
of consistency and verification of returned values at userland we are now
returning an array with 3 elements. Note the two last elements are null but
present
- Bug #4413: [DOC] If the error code returned by the DBH is null, we return
a null value. This is used in order to help with empty error codes.
Felipe Pena [Tue, 4 Nov 2008 17:50:30 +0000 (17:50 +0000)]
- Fixed tests
Arnaud Le Blanc [Tue, 4 Nov 2008 17:05:55 +0000 (17:05 +0000)]
MFH: Fixed stream_get_line() to behave as documented on non-blocking
streams
Greg Beaver [Tue, 4 Nov 2008 17:04:22 +0000 (17:04 +0000)]
ignore stuff that clutters cvs diffs
Arnaud Le Blanc [Tue, 4 Nov 2008 16:46:03 +0000 (16:46 +0000)]
MDH: Avoids fclose() from complaining that stream_socket_pair() streams
have not been closed
Marcus Boerger [Tue, 4 Nov 2008 15:58:55 +0000 (15:58 +0000)]
- Next step in namespaces, using / as namespace separator.
Marcus Boerger [Tue, 4 Nov 2008 14:04:29 +0000 (14:04 +0000)]
- MFH We only rely on hash if it is built-in
Marcus Boerger [Tue, 4 Nov 2008 13:33:15 +0000 (13:33 +0000)]
- MFH Add hash dependency at module source level
Pierre Joye [Tue, 4 Nov 2008 13:24:39 +0000 (13:24 +0000)]
- sync tests with pecl
Marcus Boerger [Tue, 4 Nov 2008 11:12:23 +0000 (11:12 +0000)]
- MFH Fix test
Marcus Boerger [Tue, 4 Nov 2008 01:27:52 +0000 (01:27 +0000)]
- MFH Fix dependency from Phar to hash
Arnaud Le Blanc [Tue, 4 Nov 2008 00:42:41 +0000 (00:42 +0000)]
MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)
Marcus Boerger [Tue, 4 Nov 2008 00:27:05 +0000 (00:27 +0000)]
- Fix tests: dos2unix
Felipe Pena [Mon, 3 Nov 2008 23:44:38 +0000 (23:44 +0000)]
- MFH: Improved fix
Arnaud Le Blanc [Mon, 3 Nov 2008 23:34:26 +0000 (23:34 +0000)]
cleanup
Arnaud Le Blanc [Mon, 3 Nov 2008 23:29:17 +0000 (23:29 +0000)]
MFH: Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)
Felipe Pena [Mon, 3 Nov 2008 21:49:34 +0000 (21:49 +0000)]
- New test
Felipe Pena [Mon, 3 Nov 2008 20:48:51 +0000 (20:48 +0000)]
MFH:
- 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:28:32 +0000 (19:28 +0000)]
MFH: Use a better function name for closure related errors and debug_backtrace()
Elizabeth Marie Smith [Mon, 3 Nov 2008 19:25:42 +0000 (19:25 +0000)]
MFH
Arnaud Le Blanc [Mon, 3 Nov 2008 16:58:53 +0000 (16:58 +0000)]
MFH: Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)
Arnaud Le Blanc [Mon, 3 Nov 2008 15:47:31 +0000 (15:47 +0000)]
MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)
Felipe Pena [Mon, 3 Nov 2008 15:33:23 +0000 (15:33 +0000)]
- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
Felipe Pena [Mon, 3 Nov 2008 13:07:28 +0000 (13:07 +0000)]
- Opss, reverted accidental changes
Jani Taskinen [Mon, 3 Nov 2008 12:03:46 +0000 (12:03 +0000)]
- Fix order (this is not rocket science.. >:-p )
Felipe Pena [Mon, 3 Nov 2008 11:35:11 +0000 (11:35 +0000)]
- MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record)
patch by: misc at e2007 dot cynergi dot com
Arnaud Le Blanc [Sun, 2 Nov 2008 23:36:53 +0000 (23:36 +0000)]
sync zend_ini_scanner.c
Arnaud Le Blanc [Sun, 2 Nov 2008 23:36:10 +0000 (23:36 +0000)]
Fixed bug #44575 (parse_ini_file comment # line problems)
[DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3
(comments starting with ; should be used instead)
Scott MacVicar [Sun, 2 Nov 2008 23:06:27 +0000 (23:06 +0000)]
Add some missing news entries
Arnaud Le Blanc [Sun, 2 Nov 2008 22:22:43 +0000 (22:22 +0000)]
MFH: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)
Felipe Pena [Sun, 2 Nov 2008 21:19:39 +0000 (21:19 +0000)]
- Revert ZEND_BEGIN_ARG_INFO change
Felix De Vliegher [Sun, 2 Nov 2008 20:15:46 +0000 (20:15 +0000)]
MFH: XFAIL test for bug #46196 on restore_error_handler().
Felipe Pena [Sun, 2 Nov 2008 18:32:12 +0000 (18:32 +0000)]
- Backported str_getcsv() into 5.3
Felipe Pena [Sun, 2 Nov 2008 18:24:34 +0000 (18:24 +0000)]
- MFH: Added str_getcsv()
Scott MacVicar [Sun, 2 Nov 2008 16:13:49 +0000 (16:13 +0000)]
MFH: Sync libmagic with 4.26 and add support for the new v6 magic file format
Jani Taskinen [Sun, 2 Nov 2008 14:14:12 +0000 (14:14 +0000)]
- Done in 5.2.7
Jani Taskinen [Sat, 1 Nov 2008 23:09:31 +0000 (23:09 +0000)]
MFH
Andrey Hristov [Sat, 1 Nov 2008 21:22:29 +0000 (21:22 +0000)]
Fix windows build
Andrey Hristov [Fri, 31 Oct 2008 21:29:54 +0000 (21:29 +0000)]
Fix the build
Andrey Hristov [Fri, 31 Oct 2008 20:32:17 +0000 (20:32 +0000)]
MFB:
64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.
Andrey Hristov [Fri, 31 Oct 2008 20:31:27 +0000 (20:31 +0000)]
MFH: Fix warnings in sprintf
Felipe Pena [Thu, 30 Oct 2008 15:53:18 +0000 (15:53 +0000)]
- Fixed memory leak when using offset out of range. (php_stream_copy_to_mem returns 0, but the empty string is alloced)
Felipe Pena [Thu, 30 Oct 2008 14:34:25 +0000 (14:34 +0000)]
- Fix the fix
- Improved test
Lars Strojny [Thu, 30 Oct 2008 14:22:50 +0000 (14:22 +0000)]
MFH: #44938
Sanjay Mantoor [Thu, 30 Oct 2008 10:49:45 +0000 (10:49 +0000)]
New testcases for gettimeofday function
Felipe Pena [Thu, 30 Oct 2008 10:09:22 +0000 (10:09 +0000)]
- MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
Dmitry Stogov [Thu, 30 Oct 2008 08:55:20 +0000 (08:55 +0000)]
Fixed ability to use "internal" heaps in extensions.
Felix De Vliegher [Wed, 29 Oct 2008 22:36:19 +0000 (22:36 +0000)]
MFH: Tests for SQLite3Stmt::paramCount().