]>
granicus.if.org Git - php/log
Felipe Pena [Mon, 20 Dec 2010 12:41:35 +0000 (12:41 +0000)]
- Fix build
Hannes Magnusson [Mon, 20 Dec 2010 11:00:27 +0000 (11:00 +0000)]
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array
Stefan Marr [Mon, 20 Dec 2010 08:49:59 +0000 (08:49 +0000)]
Removed dead code.
# should not have been commited in the first place.
Moriyoshi Koizumi [Mon, 20 Dec 2010 03:16:09 +0000 (03:16 +0000)]
- Avoid allocating extra buffers. This makes parsing with zend.multibyte enabled as fast as with it disabled.
Moriyoshi Koizumi [Mon, 20 Dec 2010 03:11:41 +0000 (03:11 +0000)]
- Fix a bug that the script gets wrongly converted into UTF-8 when the script encoding is not GL-safe.
Felipe Pena [Mon, 20 Dec 2010 01:42:25 +0000 (01:42 +0000)]
- Fix build
Stefan Marr [Mon, 20 Dec 2010 00:52:40 +0000 (00:52 +0000)]
Added strict handling of properties in traits.
# This is the first attempt to implement the properties as discussed on the mailinglist.
# RFC is not updated to reflect this changes, yet.
Gustavo André dos Santos Lopes [Sun, 19 Dec 2010 23:47:00 +0000 (23:47 +0000)]
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
segfault).
Stefan Marr [Sun, 19 Dec 2010 22:13:41 +0000 (22:13 +0000)]
Fixed naming of parameters, was inconsistent with implementation.
Moriyoshi Koizumi [Sun, 19 Dec 2010 17:29:21 +0000 (17:29 +0000)]
WS
Moriyoshi Koizumi [Sun, 19 Dec 2010 17:28:57 +0000 (17:28 +0000)]
WS
Moriyoshi Koizumi [Sun, 19 Dec 2010 16:36:37 +0000 (16:36 +0000)]
* Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.
Stanislav Malyshev [Sun, 19 Dec 2010 05:07:31 +0000 (05:07 +0000)]
Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz
Jérôme Loyet [Sat, 18 Dec 2010 11:22:11 +0000 (11:22 +0000)]
- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
Gustavo André dos Santos Lopes [Fri, 17 Dec 2010 23:05:26 +0000 (23:05 +0000)]
- Fixed bug #53568 (swapped memset arguments in struct initialization).
Jani Taskinen [Fri, 17 Dec 2010 10:48:47 +0000 (10:48 +0000)]
- Update credits
Jani Taskinen [Fri, 17 Dec 2010 10:43:52 +0000 (10:43 +0000)]
- Revert
Hannes Magnusson [Fri, 17 Dec 2010 10:15:21 +0000 (10:15 +0000)]
Throw some credit around
Andrey Hristov [Thu, 16 Dec 2010 12:56:19 +0000 (12:56 +0000)]
fix a small bug about affected_rows in the text protocol
Jani Taskinen [Thu, 16 Dec 2010 12:25:27 +0000 (12:25 +0000)]
- Typos, WS, CS
Andrey Hristov [Thu, 16 Dec 2010 12:18:54 +0000 (12:18 +0000)]
Fix sprintf modifier to be right, wrong data reported in the log
Gustavo André dos Santos Lopes [Thu, 16 Dec 2010 11:27:17 +0000 (11:27 +0000)]
- Adding enable_post_data_reading to php.ini-*
Derick Rethans [Wed, 15 Dec 2010 21:45:25 +0000 (21:45 +0000)]
- Fixed a bug in DateTime->modify() where absolute date/time statements had no
effect.
Andrey Hristov [Wed, 15 Dec 2010 14:14:58 +0000 (14:14 +0000)]
count preciser in case of error
Pierre Joye [Wed, 15 Dec 2010 02:01:21 +0000 (02:01 +0000)]
- we don't bundled fbclient, system version is used
Pierre Joye [Tue, 14 Dec 2010 23:21:53 +0000 (23:21 +0000)]
- sync with 5.3
Ilia Alshanetsky [Tue, 14 Dec 2010 17:01:54 +0000 (17:01 +0000)]
Fixed compiler warning
Ilia Alshanetsky [Tue, 14 Dec 2010 17:00:36 +0000 (17:00 +0000)]
Fixed bug #53541 (format string bug in ext/phar).
Jani Taskinen [Tue, 14 Dec 2010 15:42:22 +0000 (15:42 +0000)]
- $_REQUEST is also JIT global now
Pierre Joye [Tue, 14 Dec 2010 13:10:25 +0000 (13:10 +0000)]
- fix header install
Pierre Joye [Tue, 14 Dec 2010 02:55:26 +0000 (02:55 +0000)]
- add nmake install-sdk (create the devel package) and related sub rules
Pierre Joye [Mon, 13 Dec 2010 21:07:13 +0000 (21:07 +0000)]
-add a link to snmp install doc about the MIBS data, remove static or removed exts
Pierre Joye [Mon, 13 Dec 2010 20:56:44 +0000 (20:56 +0000)]
- no need to diplay that
Pierre Joye [Mon, 13 Dec 2010 20:55:13 +0000 (20:55 +0000)]
- phpize support merge from 5.3
Kalle Sommer Nielsen [Mon, 13 Dec 2010 20:46:57 +0000 (20:46 +0000)]
* Don't print the shared headers table after enabling each extension (cleaner configure output)
* Fix double slashes for directory targets in PHP_INSTALL_HEADERS()
Ilia Alshanetsky [Mon, 13 Dec 2010 16:53:26 +0000 (16:53 +0000)]
Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting)
Kalle Sommer Nielsen [Mon, 13 Dec 2010 14:29:42 +0000 (14:29 +0000)]
Revert fix for bug #53493 to be compliant with the XML specification
Kalle Sommer Nielsen [Mon, 13 Dec 2010 09:52:05 +0000 (09:52 +0000)]
Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace)
Stanislav Malyshev [Sun, 12 Dec 2010 22:38:05 +0000 (22:38 +0000)]
add & fix tests for lenient parsing
Gustavo André dos Santos Lopes [Sun, 12 Dec 2010 22:27:02 +0000 (22:27 +0000)]
- Fixed bug #53530 (php_crypt tests gcc version incorrectly due to
typo) (vapier at gmail dot com)
Ilia Alshanetsky [Sun, 12 Dec 2010 19:54:21 +0000 (19:54 +0000)]
Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).
Ilia Alshanetsky [Sun, 12 Dec 2010 19:27:04 +0000 (19:27 +0000)]
Fixed bug 48484 (array_product() always returns 0 for an empty array).
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