]>
granicus.if.org Git - php/log
Christopher Jones [Wed, 1 Dec 2010 19:20:16 +0000 (19:20 +0000)]
Add Berkeley DB 5.1 support to the DBA extension
Ilia Alshanetsky [Wed, 1 Dec 2010 14:03:36 +0000 (14:03 +0000)]
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
Andrey Hristov [Wed, 1 Dec 2010 10:16:51 +0000 (10:16 +0000)]
add a comment
Jérôme Loyet [Tue, 30 Nov 2010 19:37:10 +0000 (19:37 +0000)]
- Fixed bug #53412 (segfault when using -y)
Ilia Alshanetsky [Tue, 30 Nov 2010 16:11:27 +0000 (16:11 +0000)]
Missing bits from last commit
Ilia Alshanetsky [Tue, 30 Nov 2010 13:40:02 +0000 (13:40 +0000)]
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
Pierre Joye [Tue, 30 Nov 2010 11:04:06 +0000 (11:04 +0000)]
Fixed crash in zip extract method (possible CWE-170)
Ilia Alshanetsky [Mon, 29 Nov 2010 14:48:53 +0000 (14:48 +0000)]
Fixed bug #52656 (DOMCdataSection does not work with splitText).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:40:59 +0000 (14:40 +0000)]
Fixed bug #52828 (curl_setopt does not accept persistent streams).
Adam Harvey [Mon, 29 Nov 2010 03:44:56 +0000 (03:44 +0000)]
Update INI files per doc bug #53420 (mail.log is poorly documented).
Derick Rethans [Sun, 28 Nov 2010 16:33:07 +0000 (16:33 +0000)]
- Reorganize slightly as there was already a date and an intl extension
header/section.
Derick Rethans [Sun, 28 Nov 2010 16:27:49 +0000 (16:27 +0000)]
- Fixed two more test cases.
Derick Rethans [Sun, 28 Nov 2010 13:41:06 +0000 (13:41 +0000)]
- Fixed a few test cases.
Ilia Alshanetsky [Fri, 26 Nov 2010 21:00:03 +0000 (21:00 +0000)]
Missing bit from previous commit
Ilia Alshanetsky [Fri, 26 Nov 2010 20:59:13 +0000 (20:59 +0000)]
Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode)
Pierre Joye [Fri, 26 Nov 2010 18:25:13 +0000 (18:25 +0000)]
- Fixed #53409, sleep() return NULL on Windows
Jérôme Loyet [Fri, 26 Nov 2010 13:46:15 +0000 (13:46 +0000)]
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
Johannes Schlüter [Fri, 26 Nov 2010 13:21:25 +0000 (13:21 +0000)]
- Remove outdated, unmaintained, misleading ChangeLog files
Ilia Alshanetsky [Thu, 25 Nov 2010 21:38:06 +0000 (21:38 +0000)]
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
Gustavo André dos Santos Lopes [Thu, 25 Nov 2010 16:44:20 +0000 (16:44 +0000)]
- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
- Added test for bug #46587.
Felipe Pena [Thu, 25 Nov 2010 00:05:03 +0000 (00:05 +0000)]
- Ordering
Pierre Joye [Tue, 23 Nov 2010 22:14:54 +0000 (22:14 +0000)]
- fixed #53352
Felipe Pena [Tue, 23 Nov 2010 21:49:18 +0000 (21:49 +0000)]
- Fixed compile warnings
Felipe Pena [Tue, 23 Nov 2010 21:45:22 +0000 (21:45 +0000)]
- Fixed test
Ilia Alshanetsky [Tue, 23 Nov 2010 13:09:15 +0000 (13:09 +0000)]
Fixed bug #46587 (mt_rand() does not check that max is greater than min).
Christopher Jones [Mon, 22 Nov 2010 22:18:30 +0000 (22:18 +0000)]
Explicitly name the added constant
Ilia Alshanetsky [Mon, 22 Nov 2010 13:12:28 +0000 (13:12 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
Ilia Alshanetsky [Mon, 22 Nov 2010 13:10:13 +0000 (13:10 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c)
Gustavo André dos Santos Lopes [Mon, 22 Nov 2010 05:10:14 +0000 (05:10 +0000)]
- Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)
Felipe Pena [Sun, 21 Nov 2010 17:41:33 +0000 (17:41 +0000)]
- Fixed ZTS build
Felipe Pena [Sun, 21 Nov 2010 14:07:22 +0000 (14:07 +0000)]
- New NEWS structure (to be improved)
Johannes Schlüter [Sun, 21 Nov 2010 12:28:10 +0000 (12:28 +0000)]
- Improve test
Johannes Schlüter [Sun, 21 Nov 2010 12:24:09 +0000 (12:24 +0000)]
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors
Felipe Pena [Sat, 20 Nov 2010 22:53:55 +0000 (22:53 +0000)]
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())
Kalle Sommer Nielsen [Sat, 20 Nov 2010 20:59:28 +0000 (20:59 +0000)]
Added second fix from #50987 that wasn't apart of Ilia's commit
Ilia Alshanetsky [Sat, 20 Nov 2010 19:27:31 +0000 (19:27 +0000)]
Fixed bug #50987 (unaligned memory access in phar.c)
Stanislav Malyshev [Sat, 20 Nov 2010 02:09:04 +0000 (02:09 +0000)]
Add support for DateTime in datefmt_format
Christopher Jones [Sat, 20 Nov 2010 01:29:03 +0000 (01:29 +0000)]
Remove unreverted duplicate fix for nulls
Stanislav Malyshev [Fri, 19 Nov 2010 23:27:52 +0000 (23:27 +0000)]
report intl fix
Stanislav Malyshev [Fri, 19 Nov 2010 23:22:55 +0000 (23:22 +0000)]
Fix invalid args bugs by Maksymilian Arciemowicz
Felipe Pena [Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)]
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com
Felipe Pena [Fri, 19 Nov 2010 20:07:32 +0000 (20:07 +0000)]
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
Martin Jansen [Fri, 19 Nov 2010 18:38:23 +0000 (18:38 +0000)]
Fixed two typos in NEWS.
Ilia Alshanetsky [Fri, 19 Nov 2010 16:36:10 +0000 (16:36 +0000)]
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).
Jani Taskinen [Fri, 19 Nov 2010 08:26:47 +0000 (08:26 +0000)]
- Merged check from trunk to prevent building multiple SAPIs (bug #52419)
Christopher Jones [Fri, 19 Nov 2010 00:14:58 +0000 (00:14 +0000)]
Update fix proviso now the mentioned Oracle bugfix is available in an Oracle patchset
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 21:44:42 +0000 (21:44 +0000)]
- Fixed borked test bug52820.phpt.
- Synced htmlentities17.phpt with trunk; there's no ≀ entity
in HTML 4.01.
Johannes Schlüter [Thu, 18 Nov 2010 19:03:59 +0000 (19:03 +0000)]
Back to -dev
Johannes Schlüter [Thu, 18 Nov 2010 17:57:54 +0000 (17:57 +0000)]
- 5.3.4RC1
Pierre Joye [Thu, 18 Nov 2010 17:09:27 +0000 (17:09 +0000)]
- path with null entries
Pierre Joye [Thu, 18 Nov 2010 16:16:26 +0000 (16:16 +0000)]
- revert part of the null fix, was already applied by Chris
Pierre Joye [Thu, 18 Nov 2010 15:22:22 +0000 (15:22 +0000)]
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 12:10:17 +0000 (12:10 +0000)]
- Implemented alternative strategy for change in rev #304985 so as to
not to break binary compatibility in the 5.3 branch.
Felipe Pena [Thu, 18 Nov 2010 11:33:42 +0000 (11:33 +0000)]
- Fix build
Derick Rethans [Thu, 18 Nov 2010 11:28:07 +0000 (11:28 +0000)]
- Fixed the call as well.
Derick Rethans [Thu, 18 Nov 2010 11:24:59 +0000 (11:24 +0000)]
- Revert the ABI changing commit.
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 04:14:49 +0000 (04:14 +0000)]
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
had a flex incompatible encoding and there was no converter.
#see rev #305464 and rev #305466.
Gustavo André dos Santos Lopes [Thu, 18 Nov 2010 04:09:02 +0000 (04:09 +0000)]
- Reversed implementation of FR #44164, pending further consideration.
See rev #304903.
Felipe Pena [Thu, 18 Nov 2010 01:24:00 +0000 (01:24 +0000)]
- Fixed bug #53335 (pdo_firebird did not implement rowCount())
patch by: preeves at ibphoenix dot com
Pierrick Charron [Wed, 17 Nov 2010 17:55:18 +0000 (17:55 +0000)]
Remove unused variables
Pierre Joye [Wed, 17 Nov 2010 17:26:33 +0000 (17:26 +0000)]
- test for NULL deref fix
Pierre Joye [Wed, 17 Nov 2010 16:46:19 +0000 (16:46 +0000)]
- NULL deref fix, patch by Gustavo
Jani Taskinen [Wed, 17 Nov 2010 14:54:37 +0000 (14:54 +0000)]
- Fix test
Felipe Pena [Wed, 17 Nov 2010 14:49:26 +0000 (14:49 +0000)]
- Fixed typo (reported by eyal.t at zend dot com)
Felipe Pena [Tue, 16 Nov 2010 23:02:00 +0000 (23:02 +0000)]
- Updated QA and User note maintainers credits
Jérôme Loyet [Tue, 16 Nov 2010 22:53:47 +0000 (22:53 +0000)]
- fix (log with level < WARNING before daemonizing were not written to /dev/stderr)
Felipe Pena [Tue, 16 Nov 2010 22:16:44 +0000 (22:16 +0000)]
- Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)
Jérôme Loyet [Tue, 16 Nov 2010 22:02:36 +0000 (22:02 +0000)]
- Fixed #53310 (sparc < v9 won't is not supported)
Felipe Pena [Tue, 16 Nov 2010 21:02:14 +0000 (21:02 +0000)]
- Fixed bug #53323 (pdo_firebird getAttribute() crash)
patch by: preeves at ibphoenix dot com
Christopher Jones [Tue, 16 Nov 2010 20:50:29 +0000 (20:50 +0000)]
Improve test cross- DB version portability
Christopher Jones [Tue, 16 Nov 2010 19:38:31 +0000 (19:38 +0000)]
Added missing news
Christopher Jones [Tue, 16 Nov 2010 19:33:31 +0000 (19:33 +0000)]
Protect against null bytes in LOB filenames (rasmus)
Pierre Joye [Mon, 15 Nov 2010 23:46:21 +0000 (23:46 +0000)]
- fix build
Felipe Pena [Mon, 15 Nov 2010 18:48:48 +0000 (18:48 +0000)]
- Fix wrong argument to read_property call
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 18:22:52 +0000 (18:22 +0000)]
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the
stream).
Rasmus Lerdorf [Mon, 15 Nov 2010 09:04:27 +0000 (09:04 +0000)]
ws fix
Pierre Joye [Sun, 14 Nov 2010 22:40:30 +0000 (22:40 +0000)]
- allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+)
Jérôme Loyet [Sun, 14 Nov 2010 22:22:07 +0000 (22:22 +0000)]
- extend the 'i-t' fpm argument to dump configuration file when called twice (-tt)
Jérôme Loyet [Sun, 14 Nov 2010 22:01:34 +0000 (22:01 +0000)]
- Fixed #52691 (allow multiple instance of FPM using a custom prefix)
Felipe Pena [Sun, 14 Nov 2010 18:40:08 +0000 (18:40 +0000)]
- Added missing void arg checks
Felipe Pena [Sun, 14 Nov 2010 01:38:52 +0000 (01:38 +0000)]
- Add missing check
Jani Taskinen [Sat, 13 Nov 2010 22:51:11 +0000 (22:51 +0000)]
- Using ifelse() here is safer, also eases debugging generated configure.
Felipe Pena [Sat, 13 Nov 2010 19:50:55 +0000 (19:50 +0000)]
- Fix the constant detection
Felipe Pena [Sat, 13 Nov 2010 18:46:11 +0000 (18:46 +0000)]
- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)
Derick Rethans [Sat, 13 Nov 2010 16:31:01 +0000 (16:31 +0000)]
- Sync from HEAD.
Derick Rethans [Sat, 13 Nov 2010 15:01:48 +0000 (15:01 +0000)]
- MFH: Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.
Derick Rethans [Sat, 13 Nov 2010 14:57:47 +0000 (14:57 +0000)]
- Don't show timezone if it wasn't found while parsing.
Jani Taskinen [Sat, 13 Nov 2010 11:07:38 +0000 (11:07 +0000)]
- WS
Jani Taskinen [Sat, 13 Nov 2010 10:18:35 +0000 (10:18 +0000)]
- Sync with trunk
Felipe Pena [Fri, 12 Nov 2010 23:34:03 +0000 (23:34 +0000)]
- Fixed bug #53136 (Invalid read on openssl_csr_new())
Gustavo André dos Santos Lopes [Fri, 12 Nov 2010 18:37:02 +0000 (18:37 +0000)]
- Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
1 million microsecs). (ped at 7gods dot org)
- Moved line out of order in NEWS.
Ulf Wendel [Fri, 12 Nov 2010 12:21:35 +0000 (12:21 +0000)]
Testing for the two new statistics 'bytes_received_real_data_normal' and 'bytes_received_real_data_ps'
Jérôme Loyet [Fri, 12 Nov 2010 00:30:35 +0000 (00:30 +0000)]
- Fixed #52660 (custom process title for FPM)
Jérôme Loyet [Thu, 11 Nov 2010 23:27:15 +0000 (23:27 +0000)]
- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)
Jérôme Loyet [Thu, 11 Nov 2010 22:48:46 +0000 (22:48 +0000)]
- Fixed bug #52693 (configuration file errors are not logged to stderr)
Jérôme Loyet [Thu, 11 Nov 2010 21:38:18 +0000 (21:38 +0000)]
- get rid of ZLOG_STUFF code redundancy
Jérôme Loyet [Thu, 11 Nov 2010 21:30:55 +0000 (21:30 +0000)]
- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning
Jérôme Loyet [Thu, 11 Nov 2010 12:56:44 +0000 (12:56 +0000)]
- remove useless check
Jérôme Loyet [Thu, 11 Nov 2010 12:49:11 +0000 (12:49 +0000)]
- add missing timer* macros (for solaris)
- ws
Jérôme Loyet [Thu, 11 Nov 2010 02:43:51 +0000 (02:43 +0000)]
here come the new