]>
granicus.if.org Git - php/log
Jani Taskinen [Wed, 17 Nov 2010 14:09:46 +0000 (14:09 +0000)]
- Fix possible crashes in 64bit builds caused by usage of int instead of size_t
Jani Taskinen [Wed, 17 Nov 2010 14:08:39 +0000 (14:08 +0000)]
typo
Jani Taskinen [Wed, 17 Nov 2010 14:07:54 +0000 (14:07 +0000)]
- Added comment about binary SAPIs
Jani Taskinen [Wed, 17 Nov 2010 13:01:53 +0000 (13:01 +0000)]
- Fix building SAPI module
Jani Taskinen [Wed, 17 Nov 2010 11:56:48 +0000 (11:56 +0000)]
- Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTML output)
Jani Taskinen [Wed, 17 Nov 2010 11:55:37 +0000 (11:55 +0000)]
- Cleanup
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:33:31 +0000 (19:33 +0000)]
Protect against null bytes in LOB filenames (rasmus)
Pierre Joye [Mon, 15 Nov 2010 23:53:13 +0000 (23:53 +0000)]
-fix build
Felipe Pena [Mon, 15 Nov 2010 18:48:48 +0000 (18:48 +0000)]
- Fix wrong argument to read_property call
Felipe Pena [Mon, 15 Nov 2010 18:46:59 +0000 (18:46 +0000)]
- Added missing test
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).
Felipe Pena [Mon, 15 Nov 2010 17:06:27 +0000 (17:06 +0000)]
- Moved leak_variable() to zend_builtin_functions.c (Gustavo)
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 14:51:26 +0000 (14:51 +0000)]
- Added test relative to the fix in rev #305346.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 03:22:26 +0000 (03:22 +0000)]
- Fixed incorrection in UPGRADING.INTERNALS.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 03:05:32 +0000 (03:05 +0000)]
- Added leak_variable() function.
- Added mechanism to force outer streams to be closed before their inner ones.
- Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order
when the inner stream is of type memory.
Gustavo André dos Santos Lopes [Mon, 15 Nov 2010 01:57:16 +0000 (01:57 +0000)]
- Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new default encoding
being UTF-8.
- Moved ext/standard/tests/file/htmlentities19.phpt and htmlspecialchars.phpt to the
proper directory (tests/strings instead of tests/file). htmlentities19.phpt had to
be renamed in order not to clash with an existing file.
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 23:13:07 +0000 (23:13 +0000)]
- Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time)
# Bug #53271, Bug #52410
Jani Taskinen [Sat, 13 Nov 2010 22:22:51 +0000 (22:22 +0000)]
- Simplified the DTrace configure macros, one is enough
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:30:22 +0000 (16:30 +0000)]
- Copied test cases (that all fail?!) from 5.3 to trunk.
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.
Derick Rethans [Sat, 13 Nov 2010 12:56:21 +0000 (12:56 +0000)]
- Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
#- There are a few more things to come, once ready, I'll regenerate the .c file
# and merge.
Jani Taskinen [Sat, 13 Nov 2010 11:12:07 +0000 (11:12 +0000)]
- WS + cleanup
# Note:
# Considering DTrace support: Why does it really need any configure time stuff?
# 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace
# addition. The only thing required in configure is that --enable flag part..
#
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 17:24:27 +0000 (17:24 +0000)]
- Fixed #52045 (FPM tries to open php.ini from the current dir)
- Add php_ini_ignore_cwd to _sapi_module_struct
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:55:05 +0000 (12:55 +0000)]
- add missing timer* macros (for solaris)
- ws
Jérôme Loyet [Thu, 11 Nov 2010 02:34:47 +0000 (02:34 +0000)]
- add "listen queue len" stat (thx to Andrei Nigmatulin)
Kalle Sommer Nielsen [Thu, 11 Nov 2010 01:43:53 +0000 (01:43 +0000)]
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348)
Jérôme Loyet [Thu, 11 Nov 2010 01:01:56 +0000 (01:01 +0000)]
- syntax and minor optimizations
Jérôme Loyet [Wed, 10 Nov 2010 23:54:14 +0000 (23:54 +0000)]
- don't call shutdown functions after child ends softly, let the master process call them
Christopher Jones [Wed, 10 Nov 2010 19:08:13 +0000 (19:08 +0000)]
Prepare for PECL OCI8 1.4.4
Christopher Jones [Wed, 10 Nov 2010 18:59:56 +0000 (18:59 +0000)]
Improve startup failure error messages
Christopher Jones [Wed, 10 Nov 2010 18:49:55 +0000 (18:49 +0000)]
Fixed bug #53284 (Valgrind warnings in oci_set_* functions)
Christopher Jones [Wed, 10 Nov 2010 18:46:05 +0000 (18:46 +0000)]
Improve test portability
Andrey Hristov [Wed, 10 Nov 2010 13:57:09 +0000 (13:57 +0000)]
Fix bad types, because zend_parse_xxx expect signed integers
for lengths, no matter how stupid this is :)
Adam Harvey [Tue, 9 Nov 2010 15:07:50 +0000 (15:07 +0000)]
Implemented FR #53264 (Add fputcsv method to SplFileObject).
Adam Harvey [Tue, 9 Nov 2010 14:53:23 +0000 (14:53 +0000)]
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
Moriyoshi Koizumi [Tue, 9 Nov 2010 03:23:04 +0000 (03:23 +0000)]
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
Felipe Pena [Mon, 8 Nov 2010 20:26:14 +0000 (20:26 +0000)]
- Fix the fix (wrong behavior)
Dmitry Stogov [Mon, 8 Nov 2010 11:34:32 +0000 (11:34 +0000)]
Fixed WSDL loading using https through proxy
Adam Harvey [Mon, 8 Nov 2010 09:35:33 +0000 (09:35 +0000)]
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
yandex dot ru.
Patrick Allaert [Mon, 8 Nov 2010 09:29:15 +0000 (09:29 +0000)]
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
Adam Harvey [Mon, 8 Nov 2010 09:14:48 +0000 (09:14 +0000)]
Update the tests committed in r305098 (as part of the fix for bug #53226) to
use the PHP_MAXPATHLEN constant, as recommended by Pierre.
Gustavo André dos Santos Lopes [Mon, 8 Nov 2010 04:36:15 +0000 (04:36 +0000)]
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).
Jérôme Loyet [Sun, 7 Nov 2010 21:47:14 +0000 (21:47 +0000)]
- correct time comparison for determining the last idle child
Pierre Joye [Sun, 7 Nov 2010 19:55:08 +0000 (19:55 +0000)]
- typo
Jérôme Loyet [Sun, 7 Nov 2010 19:45:51 +0000 (19:45 +0000)]
- change signal from SIGTERM to SIGQUIT for killing a child process by the dynamic process manager
Ilia Alshanetsky [Sun, 7 Nov 2010 19:27:08 +0000 (19:27 +0000)]
REQUEST_TIME notes
Felipe Pena [Sun, 7 Nov 2010 18:13:53 +0000 (18:13 +0000)]
- Fixed bug #52512 (Broken error handling in odbc_execute)
patch by: mkoegler at auto dot tuwien dot ac dot at
Felipe Pena [Sun, 7 Nov 2010 12:59:22 +0000 (12:59 +0000)]
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
patch by: Justin Martin (frozenfire@php)
Felipe Pena [Sat, 6 Nov 2010 18:35:38 +0000 (18:35 +0000)]
- Coding standards
Felipe Pena [Sat, 6 Nov 2010 18:32:10 +0000 (18:32 +0000)]
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
patch by: slugonamission at gmail dot com
Felipe Pena [Sat, 6 Nov 2010 17:43:25 +0000 (17:43 +0000)]
- Fixed bug #47199 (pg_delete() fails on NULL)
patch by: ewgraf at gmail dot com
Ilia Alshanetsky [Sat, 6 Nov 2010 17:14:21 +0000 (17:14 +0000)]
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
Felipe Pena [Sat, 6 Nov 2010 00:09:50 +0000 (00:09 +0000)]
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)
Andrey Hristov [Fri, 5 Nov 2010 20:07:34 +0000 (20:07 +0000)]
two new stats
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 18:53:48 +0000 (18:53 +0000)]
- Renamed php_stream_rep_nonstand_mode to
php_stream_mode_sanitize_fdopen_fopencookie, made it not
exported and movied it from php_streams.h to
php_streams_int.h.
Adam Harvey [Fri, 5 Nov 2010 18:12:30 +0000 (18:12 +0000)]
Fix bracket in prototype comment.
Adam Harvey [Fri, 5 Nov 2010 05:28:07 +0000 (05:28 +0000)]
Fix bug #53226 (file_exists fails on big filenames).
Adam Harvey [Fri, 5 Nov 2010 04:37:27 +0000 (04:37 +0000)]
Implemented FR #53238 (Make third parameter of preg_match_all optional).
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 01:56:28 +0000 (01:56 +0000)]
- Added CLEAN section to recently committed test.
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 01:29:08 +0000 (01:29 +0000)]
- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
with streams opened with, inter alia, the 'xb' mode).
Pierre Joye [Wed, 3 Nov 2010 21:50:03 +0000 (21:50 +0000)]
- fix type and silent warning
Pierre Joye [Wed, 3 Nov 2010 21:48:08 +0000 (21:48 +0000)]
- add stat support for zip://
Etienne Kneuss [Wed, 3 Nov 2010 15:40:24 +0000 (15:40 +0000)]
Fixed covariance of return-by-ref constraints
Michael Wallner [Wed, 3 Nov 2010 08:35:16 +0000 (08:35 +0000)]
explicitness FTW; it should have been like that before, so it wouldn't have happened
Felipe Pena [Wed, 3 Nov 2010 01:35:26 +0000 (01:35 +0000)]
- Reverted fix for bug #51176
Felipe Pena [Tue, 2 Nov 2010 20:51:02 +0000 (20:51 +0000)]
- Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)
Felipe Pena [Tue, 2 Nov 2010 18:34:56 +0000 (18:34 +0000)]
- Fixed bug #53141 (autoload misbehaves if called from closing session)
patch by: ladislav at marek dot su
Felipe Pena [Tue, 2 Nov 2010 18:06:39 +0000 (18:06 +0000)]
- Fixed no bailout address error and posix tests
Ilia Alshanetsky [Tue, 2 Nov 2010 17:50:39 +0000 (17:50 +0000)]
Fixed a possible double free in imap extension (Identified by Mateusz Kocielski).
Jani Taskinen [Tue, 2 Nov 2010 09:58:08 +0000 (09:58 +0000)]
- Fixed -g adding for gcc and g++ (former got it twice, latter not at all)
Gustavo André dos Santos Lopes [Tue, 2 Nov 2010 03:49:49 +0000 (03:49 +0000)]
- Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib compression).
Arnaud Le Blanc [Mon, 1 Nov 2010 22:40:29 +0000 (22:40 +0000)]
fix the fix
Arnaud Le Blanc [Mon, 1 Nov 2010 22:29:25 +0000 (22:29 +0000)]
fixed bug #52784 (Race condition when handling many
concurrent signals)
Arnaud Le Blanc [Mon, 1 Nov 2010 20:10:17 +0000 (20:10 +0000)]
Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch
by nick dot telford at gmail dot com)
Derick Rethans [Mon, 1 Nov 2010 17:55:42 +0000 (17:55 +0000)]
- Updated to version 2010.15 (2010o)
Felipe Pena [Mon, 1 Nov 2010 17:16:47 +0000 (17:16 +0000)]
- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)
Gustavo André dos Santos Lopes [Fri, 29 Oct 2010 15:29:15 +0000 (15:29 +0000)]
- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)