]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Sun, 12 Dec 2010 18:36:21 +0000 (18:36 +0000)]
Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
Ilia Alshanetsky [Sun, 12 Dec 2010 18:01:46 +0000 (18:01 +0000)]
sqlite3 lib news
Kalle Sommer Nielsen [Sun, 12 Dec 2010 18:00:25 +0000 (18:00 +0000)]
Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)
# Based on patch by tre-php-net at crushedhat dot com
Derick Rethans [Sun, 12 Dec 2010 17:17:16 +0000 (17:17 +0000)]
- Added the + modifier to parseFromFormat to allow trailing text in the
string to parse without throwing an error.
#- Patch by Stas, test case by me.
Stefan Marr [Sun, 12 Dec 2010 17:12:29 +0000 (17:12 +0000)]
Changed E_ERROR to E_COMPILE_ERROR for Trait compilation errors.
#Thanks for catching this Kalle.
Derick Rethans [Sun, 12 Dec 2010 17:07:40 +0000 (17:07 +0000)]
- Keep extension order alphabetically
#- I guess that's what was intended?
Stefan Marr [Sun, 12 Dec 2010 16:48:02 +0000 (16:48 +0000)]
Changed collision warning for Traits to fatal error.
#This change is made to have all possible cases of collisions consistently handled as fatal errors.
#The reason to have it fatal is that most likely something changed unexpectedly and needs urgent attention by the developer, since it will fail eventually anyway for instance because the expected method is missing in the class.
#Discussed in this thread: http://marc.info/?l=php-internals&m=
129155790226876
Kalle Sommer Nielsen [Sun, 12 Dec 2010 16:17:50 +0000 (16:17 +0000)]
Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)
Derick Rethans [Sun, 12 Dec 2010 16:06:41 +0000 (16:06 +0000)]
- Fixed a few test cases
- Updated timezone mapping table; to remove unparsable timezones.
Eyal Teutsch [Sun, 12 Dec 2010 07:24:51 +0000 (07:24 +0000)]
moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests
Pierre Joye [Sat, 11 Dec 2010 22:18:10 +0000 (22:18 +0000)]
- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd
Martin Jansen [Sat, 11 Dec 2010 20:09:39 +0000 (20:09 +0000)]
* Fixed parameter check introduced with the recent fix for bug #53492.
* Improved the error message along the way.
Pierre Joye [Sat, 11 Dec 2010 16:36:27 +0000 (16:36 +0000)]
- add install-lib(s), remove header for now, will be genarated
Ilia Alshanetsky [Sat, 11 Dec 2010 14:57:34 +0000 (14:57 +0000)]
Upgraded bundled Sqlite3 to version 3.7.4.
Gustavo André dos Santos Lopes [Sat, 11 Dec 2010 02:08:02 +0000 (02:08 +0000)]
- Tests and small parsing correction for php://fd wrapper
Gustavo André dos Santos Lopes [Sat, 11 Dec 2010 01:52:13 +0000 (01:52 +0000)]
- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)
Felipe Pena [Fri, 10 Dec 2010 23:58:33 +0000 (23:58 +0000)]
- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
Felipe Pena [Fri, 10 Dec 2010 17:50:26 +0000 (17:50 +0000)]
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
patch by: gyp at balabit dot hu
Pierre Joye [Fri, 10 Dec 2010 17:11:58 +0000 (17:11 +0000)]
- install headers, missed that one
Pierre Joye [Fri, 10 Dec 2010 16:10:08 +0000 (16:10 +0000)]
- add initial PHP_INSTALL_HEADERS, one step closer to phpize
Gustavo André dos Santos Lopes [Fri, 10 Dec 2010 07:59:34 +0000 (07:59 +0000)]
- I had forgotten to commit UPGRADING (for enable_post_data_processing).
Christopher Jones [Fri, 10 Dec 2010 04:36:29 +0000 (04:36 +0000)]
Update for PECL upload that is synced with PHP 5.3.4
Scott MacVicar [Fri, 10 Dec 2010 01:45:55 +0000 (01:45 +0000)]
Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs
Felipe Pena [Fri, 10 Dec 2010 00:59:50 +0000 (00:59 +0000)]
- Added test for bug #53512
Felipe Pena [Fri, 10 Dec 2010 00:47:51 +0000 (00:47 +0000)]
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
Felipe Pena [Fri, 10 Dec 2010 00:33:48 +0000 (00:33 +0000)]
- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
patch by: spatar at mail dot nnov dot ru
Gustavo André dos Santos Lopes [Thu, 9 Dec 2010 20:35:59 +0000 (20:35 +0000)]
- Added enable_post_data_reading ini option to allow inhibiting POST data consumption.
Dmitry Stogov [Thu, 9 Dec 2010 16:38:37 +0000 (16:38 +0000)]
Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)
Eyal Teutsch [Thu, 9 Dec 2010 12:39:21 +0000 (12:39 +0000)]
test bug42364 included a superfluous ?>
Eyal Teutsch [Thu, 9 Dec 2010 12:04:18 +0000 (12:04 +0000)]
pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a -> %A
Dmitry Stogov [Wed, 8 Dec 2010 14:49:26 +0000 (14:49 +0000)]
Fixed startup errors if ext/exif is loaded without ext/mbstring
Eyal Teutsch [Wed, 8 Dec 2010 14:16:17 +0000 (14:16 +0000)]
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too
Antony Dovgal [Wed, 8 Dec 2010 12:35:25 +0000 (12:35 +0000)]
fix ZTS build
Dmitry Stogov [Wed, 8 Dec 2010 11:27:34 +0000 (11:27 +0000)]
Removed compile time dependency from ext/mbstring
Pierre Joye [Wed, 8 Dec 2010 08:45:56 +0000 (08:45 +0000)]
- Fix #53492, fix crash if aa steps are invalid
Andrey Hristov [Mon, 6 Dec 2010 13:59:14 +0000 (13:59 +0000)]
Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)
Andrey Hristov [Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)]
don't crash if the API is used incorrectly
Antony Dovgal [Sat, 4 Dec 2010 21:54:20 +0000 (21:54 +0000)]
make sure the stream context is present before looking for any options
and fix segfault
Felipe Pena [Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)]
- Fixed test (Eyal Teutsch)
Felipe Pena [Sat, 4 Dec 2010 15:48:45 +0000 (15:48 +0000)]
- Fixed test
Felipe Pena [Sat, 4 Dec 2010 12:28:23 +0000 (12:28 +0000)]
- Fixed tests
Felipe Pena [Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)]
- Fixed test
Felipe Pena [Fri, 3 Dec 2010 22:58:21 +0000 (22:58 +0000)]
- Fixed test
Felipe Pena [Fri, 3 Dec 2010 21:05:44 +0000 (21:05 +0000)]
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
Jani Taskinen [Fri, 3 Dec 2010 16:02:47 +0000 (16:02 +0000)]
- Fix test
Jani Taskinen [Fri, 3 Dec 2010 15:34:24 +0000 (15:34 +0000)]
- CS and "de-facto" style of returning NULL for failing parse-params, sync partially with PHP_5_3 too (reordering part :)
Jani Taskinen [Fri, 3 Dec 2010 15:30:54 +0000 (15:30 +0000)]
- Fix test
Jani Taskinen [Fri, 3 Dec 2010 15:29:53 +0000 (15:29 +0000)]
- Add test for the ob_start($foo); leak/crash bug
Adam Harvey [Fri, 3 Dec 2010 10:10:08 +0000 (10:10 +0000)]
Implement FR #53457 (number_format must support more than one character for
thousands separator).
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).