]>
granicus.if.org Git - php/log
Felipe Pena [Tue, 30 Dec 2008 02:17:30 +0000 (02:17 +0000)]
- MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria)
Jani Taskinen [Mon, 29 Dec 2008 09:58:18 +0000 (09:58 +0000)]
This is not TODO file..
Felipe Pena [Sun, 28 Dec 2008 00:02:13 +0000 (00:02 +0000)]
- Errr, I lost the practice ;D
Felipe Pena [Sat, 27 Dec 2008 23:59:43 +0000 (23:59 +0000)]
- BFN #46957
Felipe Pena [Sat, 27 Dec 2008 23:16:56 +0000 (23:16 +0000)]
- Bug #46957 (The tokenizer returns deprecated values)
Hannes Magnusson [Sat, 27 Dec 2008 21:03:53 +0000 (21:03 +0000)]
MFH: Nuke more removed extensions
Hannes Magnusson [Sat, 27 Dec 2008 20:55:06 +0000 (20:55 +0000)]
MFH: - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct)
MFH: - Remove entries from removed extension (ifx
Hannes Magnusson [Sat, 27 Dec 2008 20:28:38 +0000 (20:28 +0000)]
MFH: Add sysvshm.init_mem.
[DOC] Looks like this setting has always been available
Antony Dovgal [Sat, 27 Dec 2008 20:23:12 +0000 (20:23 +0000)]
MFH
Antony Dovgal [Sat, 27 Dec 2008 20:22:10 +0000 (20:22 +0000)]
MFH: fix compile warning
Antony Dovgal [Sat, 27 Dec 2008 20:03:49 +0000 (20:03 +0000)]
add missing .cvsignore
Felipe Pena [Sat, 27 Dec 2008 19:16:49 +0000 (19:16 +0000)]
- Fixed tests
Felipe Pena [Sat, 27 Dec 2008 19:06:48 +0000 (19:06 +0000)]
- MFH: Fixed code (comparison with string literal)
Felipe Pena [Sat, 27 Dec 2008 13:32:24 +0000 (13:32 +0000)]
- MFH: Fixed memory leaks
Rob Richards [Sat, 27 Dec 2008 12:22:38 +0000 (12:22 +0000)]
MFH: proper exports/imports for win32
Rob Richards [Sat, 27 Dec 2008 12:16:12 +0000 (12:16 +0000)]
MFH: add missing exports
Brian Shire [Sat, 27 Dec 2008 05:15:51 +0000 (05:15 +0000)]
MFH: fix explode behavior to respect negative limit when string is empty.
Arnaud Le Blanc [Sat, 27 Dec 2008 03:06:57 +0000 (03:06 +0000)]
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)
Felipe Pena [Sat, 27 Dec 2008 01:19:49 +0000 (01:19 +0000)]
- Fix test
Rob Richards [Sat, 27 Dec 2008 01:07:49 +0000 (01:07 +0000)]
MFH: force export on win32 to workaround win32 conig issues
Felipe Pena [Sat, 27 Dec 2008 01:05:07 +0000 (01:05 +0000)]
- MFH: Fix test
Rob Richards [Fri, 26 Dec 2008 20:28:43 +0000 (20:28 +0000)]
MFH: properly export functions
Pierre Joye [Fri, 26 Dec 2008 14:13:38 +0000 (14:13 +0000)]
- remove the temp hack for libxml path (fixed now)
- do not raise a warning if the extension was not enabled anyway
Pierre Joye [Fri, 26 Dec 2008 14:11:44 +0000 (14:11 +0000)]
- MFB:
- usual suspects must be in the default include/lib path (thx Rob for the notice!)
- fix the --wtih-php-build doc, remove dead url, update the name of the deps dir
Pierre Joye [Fri, 26 Dec 2008 14:05:05 +0000 (14:05 +0000)]
- be sure we define the deps so the right exts are built before (dom symbol error)
Felipe Pena [Thu, 25 Dec 2008 19:30:47 +0000 (19:30 +0000)]
- MFH: Fixed memory leak
Scott MacVicar [Thu, 25 Dec 2008 13:35:05 +0000 (13:35 +0000)]
MFH Enable salsa hashing algorithm
Pierre Joye [Thu, 25 Dec 2008 01:00:26 +0000 (01:00 +0000)]
- add libxml cflag for shared and static
Pierre Joye [Thu, 25 Dec 2008 00:47:32 +0000 (00:47 +0000)]
- work around missing libxml include path (will be replaced by a PHP_SETUP_LIBXML macro)
Pierre Joye [Thu, 25 Dec 2008 00:09:49 +0000 (00:09 +0000)]
- MFH: be sure that at least one SAPI has been selected
Pierre Joye [Thu, 25 Dec 2008 00:08:51 +0000 (00:08 +0000)]
- MFH: the config summary is a must, do not allow to disable it
Pierre Joye [Thu, 25 Dec 2008 00:01:10 +0000 (00:01 +0000)]
- MFH: disable simplexml when libxml is not enabled
Scott MacVicar [Wed, 24 Dec 2008 19:22:16 +0000 (19:22 +0000)]
MFH Stop using sqlite3_aggregate_count() as this is now deprecated.
Scott MacVicar [Wed, 24 Dec 2008 18:11:41 +0000 (18:11 +0000)]
BFN
Scott MacVicar [Wed, 24 Dec 2008 18:09:09 +0000 (18:09 +0000)]
MFH Make sure we clear out the error when the scalar version decoding works.
Scott MacVicar [Wed, 24 Dec 2008 13:49:31 +0000 (13:49 +0000)]
MFH Fix bug #45991 - UTF-8 BOM breaks ini parser
Felipe Pena [Wed, 24 Dec 2008 13:31:16 +0000 (13:31 +0000)]
- MFH: Fixed memory leak in imap_rfc822_parse_adrlist
Felipe Pena [Wed, 24 Dec 2008 11:51:04 +0000 (11:51 +0000)]
- New test
Pierre Joye [Wed, 24 Dec 2008 11:08:14 +0000 (11:08 +0000)]
- version and WS
Felipe Pena [Wed, 24 Dec 2008 00:46:09 +0000 (00:46 +0000)]
- Merged into 5.3
Felipe Pena [Wed, 24 Dec 2008 00:23:18 +0000 (00:23 +0000)]
- Sync code with HEAD
- [DOC] Backported: shm_has_var()
Scott MacVicar [Mon, 22 Dec 2008 16:45:07 +0000 (16:45 +0000)]
MFH Remove all of the stuff we have in here for pre PHP 5.2 support and memset the fileinfo struct.
Scott MacVicar [Mon, 22 Dec 2008 16:43:21 +0000 (16:43 +0000)]
MFH Enable ICU support within bundled SQLite if intl is enabled but not shared.
Etienne Kneuss [Mon, 22 Dec 2008 14:19:47 +0000 (14:19 +0000)]
MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes)
Etienne Kneuss [Mon, 22 Dec 2008 14:11:49 +0000 (14:11 +0000)]
MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes)
Scott MacVicar [Mon, 22 Dec 2008 13:26:25 +0000 (13:26 +0000)]
MFH Patch has the wrong filename
Scott MacVicar [Mon, 22 Dec 2008 13:24:47 +0000 (13:24 +0000)]
BFN
Scott MacVicar [Mon, 22 Dec 2008 13:22:25 +0000 (13:22 +0000)]
MFH SQLite 3.6.7 plus a vc6 backport for LL
Scott MacVicar [Fri, 19 Dec 2008 02:05:32 +0000 (02:05 +0000)]
BFN
Scott MacVicar [Fri, 19 Dec 2008 02:00:57 +0000 (02:00 +0000)]
MFH Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
[DOC]
Pierre Joye [Thu, 18 Dec 2008 23:21:22 +0000 (23:21 +0000)]
- MFH: no need to look for bindlib_w32, not used anymore
Derick Rethans [Thu, 18 Dec 2008 20:32:23 +0000 (20:32 +0000)]
- MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
Ilia Alshanetsky [Thu, 18 Dec 2008 20:02:20 +0000 (20:02 +0000)]
Fixed bug #46887 (Invalid calls to php_error_docref())
# Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org
Arnaud Le Blanc [Thu, 18 Dec 2008 16:04:59 +0000 (16:04 +0000)]
MFH: Fixed test
Robin Fernandes [Thu, 18 Dec 2008 15:20:07 +0000 (15:20 +0000)]
Additional output buffering tests.
Derick Rethans [Thu, 18 Dec 2008 14:55:36 +0000 (14:55 +0000)]
- MFH: Fixed bug #46889: Memory leak in strtotime().
Stanislav Malyshev [Thu, 18 Dec 2008 14:30:13 +0000 (14:30 +0000)]
bug #46005 -> 5.2
Ilia Alshanetsky [Wed, 17 Dec 2008 21:32:29 +0000 (21:32 +0000)]
Fix a small portion of memory leak in bug #46889
Scott MacVicar [Wed, 17 Dec 2008 15:46:21 +0000 (15:46 +0000)]
MFH Fix Windows build
Zoe Slattery [Wed, 17 Dec 2008 15:36:06 +0000 (15:36 +0000)]
README for ext/imap tests
Zoe Slattery [Wed, 17 Dec 2008 15:07:30 +0000 (15:07 +0000)]
Miscellaneous tests for ext/imap
Scott MacVicar [Wed, 17 Dec 2008 14:46:47 +0000 (14:46 +0000)]
MFH Test for bug #45791
Scott MacVicar [Wed, 17 Dec 2008 14:40:06 +0000 (14:40 +0000)]
Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing
Jani Taskinen [Wed, 17 Dec 2008 14:13:40 +0000 (14:13 +0000)]
MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory)
Jani Taskinen [Wed, 17 Dec 2008 14:00:20 +0000 (14:00 +0000)]
MFH
Zoe Slattery [Wed, 17 Dec 2008 12:35:26 +0000 (12:35 +0000)]
New FTP test from Nathaniel McHugh
Stanislav Malyshev [Wed, 17 Dec 2008 11:36:34 +0000 (11:36 +0000)]
report fix
Stanislav Malyshev [Wed, 17 Dec 2008 11:34:50 +0000 (11:34 +0000)]
MFH fix #46005
Ilia Alshanetsky [Wed, 17 Dec 2008 00:30:27 +0000 (00:30 +0000)]
Removed unused variable
Zoe Slattery [Tue, 16 Dec 2008 21:35:01 +0000 (21:35 +0000)]
bug #46837 fix
Zoe Slattery [Tue, 16 Dec 2008 21:10:16 +0000 (21:10 +0000)]
bug #46884 fix
Rob Richards [Tue, 16 Dec 2008 12:54:05 +0000 (12:54 +0000)]
BFN
Rob Richards [Tue, 16 Dec 2008 12:53:29 +0000 (12:53 +0000)]
MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
Steve Seear [Mon, 15 Dec 2008 14:11:57 +0000 (14:11 +0000)]
call_user_func_array() tests
Zoe Slattery [Mon, 15 Dec 2008 13:17:53 +0000 (13:17 +0000)]
fixed test
Stanislav Malyshev [Mon, 15 Dec 2008 11:29:36 +0000 (11:29 +0000)]
initialize op1
Lars Strojny [Sun, 14 Dec 2008 16:25:37 +0000 (16:25 +0000)]
If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user.
Pierre Joye [Sun, 14 Dec 2008 16:25:15 +0000 (16:25 +0000)]
- fix build
Ilia Alshanetsky [Sun, 14 Dec 2008 15:34:49 +0000 (15:34 +0000)]
Simplify code
Johannes Schlüter [Sat, 13 Dec 2008 22:23:29 +0000 (22:23 +0000)]
MFH (Use the same test fiel as in HEAD)
Lars Strojny [Sat, 13 Dec 2008 15:06:53 +0000 (15:06 +0000)]
Cleanup: remove trailing whitespaces
Lars Strojny [Sat, 13 Dec 2008 15:06:20 +0000 (15:06 +0000)]
One len variable is enough here, we can reuse it
Marcus Boerger [Sat, 13 Dec 2008 14:49:39 +0000 (14:49 +0000)]
MFH Use ' -f' as requested
Pierre Joye [Sat, 13 Dec 2008 11:47:06 +0000 (11:47 +0000)]
- fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c)
Pierre Joye [Sat, 13 Dec 2008 11:46:23 +0000 (11:46 +0000)]
- do not add .cvsignore to the tests package
Kalle Sommer Nielsen [Sat, 13 Dec 2008 05:31:15 +0000 (05:31 +0000)]
Already in 5.2 NEWS
Andrei Zmievski [Fri, 12 Dec 2008 23:59:48 +0000 (23:59 +0000)]
Fix tests, add NEWS entry.
Nuno Lopes [Fri, 12 Dec 2008 23:46:05 +0000 (23:46 +0000)]
we do not need the strndup() now that php_stream_printf() handles non-null terminated strings correctly
Nuno Lopes [Fri, 12 Dec 2008 23:43:18 +0000 (23:43 +0000)]
make *printf() functions do not read strings past their specified length (if any)
Scott MacVicar [Fri, 12 Dec 2008 23:21:22 +0000 (23:21 +0000)]
BFN
Scott MacVicar [Fri, 12 Dec 2008 23:19:47 +0000 (23:19 +0000)]
MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
Andrei Zmievski [Fri, 12 Dec 2008 19:20:49 +0000 (19:20 +0000)]
MFH
Hannes Magnusson [Fri, 12 Dec 2008 13:07:28 +0000 (13:07 +0000)]
Fixed bug#46847 (phpinfo() is missing some settings.)
Hannes Magnusson [Fri, 12 Dec 2008 12:46:24 +0000 (12:46 +0000)]
BFN
Hannes Magnusson [Fri, 12 Dec 2008 12:44:48 +0000 (12:44 +0000)]
MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
Antony Dovgal [Fri, 12 Dec 2008 12:14:00 +0000 (12:14 +0000)]
fix test
Rob Richards [Fri, 12 Dec 2008 04:16:21 +0000 (04:16 +0000)]
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
Ilia Alshanetsky [Thu, 11 Dec 2008 15:32:24 +0000 (15:32 +0000)]
Fixed a possible corruption inside PDOStatement::debugDumpParams()
Pierre Joye [Thu, 11 Dec 2008 15:31:31 +0000 (15:31 +0000)]
- MFB: fix build
Pierre Joye [Thu, 11 Dec 2008 13:12:22 +0000 (13:12 +0000)]
- MFH: fix build (was never used like that before recent commit to session) > local include use quotes not <>