]>
granicus.if.org Git - php/log
Adam Harvey [Fri, 3 Dec 2010 09:34:35 +0000 (09:34 +0000)]
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that
do not support it).
I haven't written a test due to the need for such a test to have a HTTPS server
available which mishandles SessionTicket requests; it's likely that server
administrators will gradually fix this either intentionally or through OpenSSL
upgrades. That said, if there's a great clamoring for a test, I'll work one up.
Pierre Joye [Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)]
- Fix #29085, bad default include_path on Windows
Andrey Hristov [Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)]
fix test after newly introduced constant
Andrey Hristov [Thu, 2 Dec 2010 14:21:23 +0000 (14:21 +0000)]
and export the new constant
Andrey Hristov [Thu, 2 Dec 2010 13:59:56 +0000 (13:59 +0000)]
new server constant as of 5.5
Pierre Joye [Thu, 2 Dec 2010 11:37:43 +0000 (11:37 +0000)]
- not TS and useless on server, also not required anymore with the supported windows versions
Dmitry Stogov [Thu, 2 Dec 2010 09:40:53 +0000 (09:40 +0000)]
WS and cosmethic changes
Adam Harvey [Thu, 2 Dec 2010 03:26:37 +0000 (03:26 +0000)]
Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
to php.ini-production). There are a lot more issues with the INSTALL file,
though, which I'll file another bug for.
Christopher Jones [Wed, 1 Dec 2010 23:30:28 +0000 (23:30 +0000)]
Remove OCI8 devel status in preparation for PHP 5.3.4 release
Christopher Jones [Wed, 1 Dec 2010 19:20:16 +0000 (19:20 +0000)]
Add Berkeley DB 5.1 support to the DBA extension
Pierre Joye [Wed, 1 Dec 2010 16:48:53 +0000 (16:48 +0000)]
- fix ts build
Stefan Marr [Wed, 1 Dec 2010 15:20:11 +0000 (15:20 +0000)]
Removed old commented function prototypes.
# Was referring to old trait-related code that is long gone
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)
Dmitry Stogov [Wed, 1 Dec 2010 13:33:49 +0000 (13:33 +0000)]
Allowed indirect $this access (Scott)
Jérôme Loyet [Tue, 30 Nov 2010 19:37:10 +0000 (19:37 +0000)]
- Fixed bug #53412 (segfault when using -y)
Gustavo André dos Santos Lopes [Tue, 30 Nov 2010 16:22:48 +0000 (16:22 +0000)]
- Implemented bug/request #53427 - stream_select doesn't preserve the
keys. This cannot be backported to PHP 5.3 due to a BC break. See
UPGRADING for more information.
Ilia Alshanetsky [Tue, 30 Nov 2010 16:12:45 +0000 (16:12 +0000)]
Same as before
Ilia Alshanetsky [Tue, 30 Nov 2010 13:40:02 +0000 (13:40 +0000)]
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
David Soria Parra [Tue, 30 Nov 2010 12:51:57 +0000 (12:51 +0000)]
C comments instead of C++ comments
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).
Dmitry Stogov [Mon, 29 Nov 2010 08:56:21 +0000 (08:56 +0000)]
Removed unnecessary dependencies
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: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 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
Adam Harvey [Fri, 26 Nov 2010 09:52:28 +0000 (09:52 +0000)]
Implemented FR #53407 (make scandir()'s directory sorting optional).
Pierre Joye [Thu, 25 Nov 2010 23:06:12 +0000 (23:06 +0000)]
- cleanup broken double definition of php_win_err and rename it while being there
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 [Wed, 24 Nov 2010 20:50:07 +0000 (20:50 +0000)]
- Removed unused variable
Dmitry Stogov [Wed, 24 Nov 2010 16:26:49 +0000 (16:26 +0000)]
Removed support for break/continue $var syntax
Dmitry Stogov [Wed, 24 Nov 2010 12:19:56 +0000 (12:19 +0000)]
Removed support for break/continue $var syntax
Dmitry Stogov [Wed, 24 Nov 2010 10:54:35 +0000 (10:54 +0000)]
Fixed test
Dmitry Stogov [Wed, 24 Nov 2010 05:42:52 +0000 (05:42 +0000)]
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini (regenerated scanner)
Dmitry Stogov [Wed, 24 Nov 2010 05:41:23 +0000 (05:41 +0000)]
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
Andi Gutmans [Wed, 24 Nov 2010 04:31:45 +0000 (04:31 +0000)]
- Fix typo
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).
Adam Harvey [Tue, 23 Nov 2010 10:34:44 +0000 (10:34 +0000)]
Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
header unfolding).
Dmitry Stogov [Tue, 23 Nov 2010 10:22:34 +0000 (10:22 +0000)]
Fixed bug #35547 (Segfault accessing static method)
Johannes Schlüter [Mon, 22 Nov 2010 22:27:06 +0000 (22:27 +0000)]
Set svn properties
Johannes Schlüter [Mon, 22 Nov 2010 21:56:18 +0000 (21:56 +0000)]
- Update tokenizer data
Kalle Sommer Nielsen [Mon, 22 Nov 2010 15:43:46 +0000 (15:43 +0000)]
Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows
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).
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
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
Gustavo André dos Santos Lopes [Fri, 19 Nov 2010 23:42:44 +0000 (23:42 +0000)]
- Reverted unintended change.
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)
Johannes Schlüter [Fri, 19 Nov 2010 17:22:05 +0000 (17:22 +0000)]
- commit missing upgrading note (sqlite removed)
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).
Kalle Sommer Nielsen [Fri, 19 Nov 2010 16:03:00 +0000 (16:03 +0000)]
Kill some more constness warnings in com_dotnet/phar/standard
Kalle Sommer Nielsen [Fri, 19 Nov 2010 15:48:11 +0000 (15:48 +0000)]
Kill warnings about constness
Johannes Schlüter [Fri, 19 Nov 2010 10:00:10 +0000 (10:00 +0000)]
Add entry for sqlite
Johannes Schlüter [Fri, 19 Nov 2010 09:55:48 +0000 (09:55 +0000)]
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
Stefan Marr [Thu, 18 Nov 2010 17:59:04 +0000 (17:59 +0000)]
Fixed problem reported by Patrick ALLAERT. Trait method was not applied properly when fully qualified.
Jani Taskinen [Thu, 18 Nov 2010 16:02:37 +0000 (16:02 +0000)]
- One more fix for bug #53338 (when copying stuff from other macros, do it all the way.. :)
Jani Taskinen [Thu, 18 Nov 2010 10:43:01 +0000 (10:43 +0000)]
- Added section for build system changes in UPGRADING.INTERNALS
Patrick Allaert [Thu, 18 Nov 2010 10:13:58 +0000 (10:13 +0000)]
Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreSQL]
* Introducing missing mysqli.allow_{local_infile,persistent} entries in -development
Jani Taskinen [Thu, 18 Nov 2010 10:11:36 +0000 (10:11 +0000)]
- Fixed DTrace support in MacOSX (bug #53338)
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
Stefan Marr [Wed, 17 Nov 2010 23:05:20 +0000 (23:05 +0000)]
Added tests to for static support of traits.
# This was not tested and documented yet.
# Updated documentation in the RFC http://wiki.php.net/rfc/horizontalreuse
Felipe Pena [Wed, 17 Nov 2010 21:41:30 +0000 (21:41 +0000)]
- Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe fires)
patch by: mike at harschsystems dot com
Christopher Jones [Wed, 17 Nov 2010 17:59:41 +0000 (17:59 +0000)]
Some grammar tweaks
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
Jani Taskinen [Wed, 17 Nov 2010 16:56:21 +0000 (16:56 +0000)]
- NEWS cleanup, please do not mess it anymore :)
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 15:00:51 +0000 (15:00 +0000)]
- Fix test: register_globals is gone
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)
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