]> granicus.if.org Git - php/log
php
14 years agoFixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).
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).

14 years agoFixed bug 48484 (array_product() always returns 0 for an empty array).
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).

14 years agoFixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
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)

14 years agosqlite3 lib news
Ilia Alshanetsky [Sun, 12 Dec 2010 18:01:46 +0000 (18:01 +0000)]
sqlite3 lib news

14 years agoFixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)
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

14 years ago- Added the + modifier to parseFromFormat to allow trailing text in the
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.

14 years agoChanged E_ERROR to E_COMPILE_ERROR for Trait compilation errors.
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.

14 years ago- Keep extension order alphabetically
Derick Rethans [Sun, 12 Dec 2010 17:07:40 +0000 (17:07 +0000)]
- Keep extension order alphabetically
#- I guess that's what was intended?

14 years agoChanged collision warning for Traits to fatal error.
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

14 years agoFixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)
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)

14 years ago- Fixed a few test cases
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.

14 years agomoved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation...
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

14 years ago- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the...
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

14 years ago* Fixed parameter check introduced with the recent fix for bug #53492.
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.

14 years ago- add install-lib(s), remove header for now, will be genarated
Pierre Joye [Sat, 11 Dec 2010 16:36:27 +0000 (16:36 +0000)]
- add install-lib(s), remove header for now, will be genarated

14 years agoUpgraded bundled Sqlite3 to version 3.7.4.
Ilia Alshanetsky [Sat, 11 Dec 2010 14:57:34 +0000 (14:57 +0000)]
Upgraded bundled Sqlite3 to version 3.7.4.

14 years ago- Tests and small parsing correction for php://fd wrapper
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

14 years ago- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)
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)

14 years ago- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
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)

14 years ago- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
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

14 years ago- install headers, missed that one
Pierre Joye [Fri, 10 Dec 2010 17:11:58 +0000 (17:11 +0000)]
- install headers, missed that one

14 years ago- add initial PHP_INSTALL_HEADERS, one step closer to phpize
Pierre Joye [Fri, 10 Dec 2010 16:10:08 +0000 (16:10 +0000)]
- add initial PHP_INSTALL_HEADERS, one step closer to phpize

14 years ago- I had forgotten to commit UPGRADING (for enable_post_data_processing).
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).

14 years agoUpdate for PECL upload that is synced with PHP 5.3.4
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

14 years agoAdd more constants to curl_getinfo(), dependent on cURL version installed so wrapped...
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

14 years ago- Added test for bug #53512
Felipe Pena [Fri, 10 Dec 2010 00:59:50 +0000 (00:59 +0000)]
- Added test for bug #53512

14 years ago- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
Felipe Pena [Fri, 10 Dec 2010 00:47:51 +0000 (00:47 +0000)]
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)

14 years ago- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
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

14 years ago- Added enable_post_data_reading ini option to allow inhibiting POST data consumption.
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.

14 years agoFixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)
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)

14 years agotest bug42364 included a superfluous ?>
Eyal Teutsch [Thu, 9 Dec 2010 12:39:21 +0000 (12:39 +0000)]
test bug42364 included a superfluous ?>

14 years agopdo_025 expected a certain extra character that is not part of windows output. change...
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

14 years agoFixed startup errors if ext/exif is loaded without ext/mbstring
Dmitry Stogov [Wed, 8 Dec 2010 14:49:26 +0000 (14:49 +0000)]
Fixed startup errors if ext/exif is loaded without ext/mbstring

14 years agocurl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests...
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

14 years agofix ZTS build
Antony Dovgal [Wed, 8 Dec 2010 12:35:25 +0000 (12:35 +0000)]
fix ZTS build

14 years agoRemoved compile time dependency from ext/mbstring
Dmitry Stogov [Wed, 8 Dec 2010 11:27:34 +0000 (11:27 +0000)]
Removed compile time dependency from ext/mbstring

14 years ago- Fix #53492, fix crash if aa steps are invalid
Pierre Joye [Wed, 8 Dec 2010 08:45:56 +0000 (08:45 +0000)]
- Fix #53492, fix crash if aa steps are invalid

14 years agoSkip additional result sets sent by MySQL 5.5 servers
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)

14 years agodon't crash if the API is used incorrectly
Andrey Hristov [Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)]
don't crash if the API is used incorrectly

14 years agomake sure the stream context is present before looking for any options
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

14 years ago- Fixed test (Eyal Teutsch)
Felipe Pena [Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)]
- Fixed test (Eyal Teutsch)

14 years ago- Fixed test
Felipe Pena [Sat, 4 Dec 2010 15:48:45 +0000 (15:48 +0000)]
- Fixed test

14 years ago- Fixed tests
Felipe Pena [Sat, 4 Dec 2010 12:28:23 +0000 (12:28 +0000)]
- Fixed tests

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)]
- Fixed test

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 22:58:21 +0000 (22:58 +0000)]
- Fixed test

14 years ago- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
Felipe Pena [Fri, 3 Dec 2010 21:05:44 +0000 (21:05 +0000)]
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)

14 years ago- Fix test
Jani Taskinen [Fri, 3 Dec 2010 16:02:47 +0000 (16:02 +0000)]
- Fix test

14 years ago- CS and "de-facto" style of returning NULL for failing parse-params, sync partially...
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 :)

14 years ago- Fix test
Jani Taskinen [Fri, 3 Dec 2010 15:30:54 +0000 (15:30 +0000)]
- Fix test

14 years ago- Add test for the ob_start($foo); leak/crash bug
Jani Taskinen [Fri, 3 Dec 2010 15:29:53 +0000 (15:29 +0000)]
- Add test for the ob_start($foo); leak/crash bug

14 years agoImplement FR #53457 (number_format must support more than one character for
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).

14 years agoImplemented FR #53447 (Cannot disable SessionTicket extension for servers that
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.

14 years ago- Fix #29085, bad default include_path on Windows
Pierre Joye [Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)]
- Fix #29085, bad default include_path on Windows

14 years agofix test after newly introduced constant
Andrey Hristov [Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)]
fix test after newly introduced constant

14 years agoand export the new constant
Andrey Hristov [Thu, 2 Dec 2010 14:21:23 +0000 (14:21 +0000)]
and export the new constant

14 years agonew server constant as of 5.5
Andrey Hristov [Thu, 2 Dec 2010 13:59:56 +0000 (13:59 +0000)]
new server constant as of 5.5

14 years ago- not TS and useless on server, also not required anymore with the supported windows...
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

14 years agoWS and cosmethic changes
Dmitry Stogov [Thu, 2 Dec 2010 09:40:53 +0000 (09:40 +0000)]
WS and cosmethic changes

14 years agoMinimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
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.

14 years agoRemove OCI8 devel status in preparation for PHP 5.3.4 release
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

14 years agoAdd Berkeley DB 5.1 support to the DBA extension
Christopher Jones [Wed, 1 Dec 2010 19:20:16 +0000 (19:20 +0000)]
Add Berkeley DB 5.1 support to the DBA extension

14 years ago- fix ts build
Pierre Joye [Wed, 1 Dec 2010 16:48:53 +0000 (16:48 +0000)]
- fix ts build

14 years agoRemoved old commented function prototypes.
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

14 years agoFixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
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)

14 years agoAllowed indirect $this access (Scott)
Dmitry Stogov [Wed, 1 Dec 2010 13:33:49 +0000 (13:33 +0000)]
Allowed indirect $this access (Scott)

14 years ago- Fixed bug #53412 (segfault when using -y)
Jérôme Loyet [Tue, 30 Nov 2010 19:37:10 +0000 (19:37 +0000)]
- Fixed bug #53412 (segfault when using -y)

14 years ago- Implemented bug/request #53427 - stream_select doesn't preserve the
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.

14 years agoSame as before
Ilia Alshanetsky [Tue, 30 Nov 2010 16:12:45 +0000 (16:12 +0000)]
Same as before

14 years agoFixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
Ilia Alshanetsky [Tue, 30 Nov 2010 13:40:02 +0000 (13:40 +0000)]
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).

14 years agoC comments instead of C++ comments
David Soria Parra [Tue, 30 Nov 2010 12:51:57 +0000 (12:51 +0000)]
C comments instead of C++ comments

14 years agoFixed crash in zip extract method (possible CWE-170)
Pierre Joye [Tue, 30 Nov 2010 11:04:06 +0000 (11:04 +0000)]
Fixed crash in zip extract method (possible CWE-170)

14 years agoFixed bug #52656 (DOMCdataSection does not work with splitText).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:48:53 +0000 (14:48 +0000)]
Fixed bug #52656 (DOMCdataSection does not work with splitText).

14 years agoFixed bug #52828 (curl_setopt does not accept persistent streams).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:40:59 +0000 (14:40 +0000)]
Fixed bug #52828 (curl_setopt does not accept persistent streams).

14 years agoRemoved unnecessary dependencies
Dmitry Stogov [Mon, 29 Nov 2010 08:56:21 +0000 (08:56 +0000)]
Removed unnecessary dependencies

14 years agoUpdate INI files per doc bug #53420 (mail.log is poorly documented).
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).

14 years ago- Fixed two more test cases.
Derick Rethans [Sun, 28 Nov 2010 16:27:49 +0000 (16:27 +0000)]
- Fixed two more test cases.

14 years ago- Fixed a few test cases.
Derick Rethans [Sun, 28 Nov 2010 13:41:06 +0000 (13:41 +0000)]
- Fixed a few test cases.

14 years agoFixed bug #52327 (base64_decode() improper handling of leading padding in strict...
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)

14 years ago- Fixed #53409, sleep() return NULL on Windows
Pierre Joye [Fri, 26 Nov 2010 18:25:13 +0000 (18:25 +0000)]
- Fixed #53409, sleep() return NULL on Windows

14 years ago- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
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)

14 years ago- Remove outdated, unmaintained, misleading ChangeLog files
Johannes Schlüter [Fri, 26 Nov 2010 13:21:25 +0000 (13:21 +0000)]
- Remove outdated, unmaintained, misleading ChangeLog files

14 years agoImplemented FR #53407 (make scandir()'s directory sorting optional).
Adam Harvey [Fri, 26 Nov 2010 09:52:28 +0000 (09:52 +0000)]
Implemented FR #53407 (make scandir()'s directory sorting optional).

14 years ago- cleanup broken double definition of php_win_err and rename it while being there
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

14 years agoFixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
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)

14 years ago- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
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.

14 years ago- Removed unused variable
Felipe Pena [Wed, 24 Nov 2010 20:50:07 +0000 (20:50 +0000)]
- Removed unused variable

14 years agoRemoved support for break/continue $var syntax
Dmitry Stogov [Wed, 24 Nov 2010 16:26:49 +0000 (16:26 +0000)]
Removed support for break/continue $var syntax

14 years agoRemoved 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

14 years agoFixed test
Dmitry Stogov [Wed, 24 Nov 2010 10:54:35 +0000 (10:54 +0000)]
Fixed test

14 years agoAdded multibyte suppport by default. Previosly php had to be compiled with --enable...
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)

14 years agoAdded multibyte suppport by default. Previosly php had to be compiled with --enable...
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

14 years ago- Fix typo
Andi Gutmans [Wed, 24 Nov 2010 04:31:45 +0000 (04:31 +0000)]
- Fix typo

14 years ago- fixed #53352
Pierre Joye [Tue, 23 Nov 2010 22:14:54 +0000 (22:14 +0000)]
- fixed #53352

14 years ago- Fixed compile warnings
Felipe Pena [Tue, 23 Nov 2010 21:49:18 +0000 (21:49 +0000)]
- Fixed compile warnings

14 years ago- Fixed test
Felipe Pena [Tue, 23 Nov 2010 21:45:22 +0000 (21:45 +0000)]
- Fixed test

14 years agoFixed bug #46587 (mt_rand() does not check that max is greater than min).
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).

14 years agoFix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
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).

14 years agoFixed bug #35547 (Segfault accessing static method)
Dmitry Stogov [Tue, 23 Nov 2010 10:22:34 +0000 (10:22 +0000)]
Fixed bug #35547 (Segfault accessing static method)

14 years agoSet svn properties
Johannes Schlüter [Mon, 22 Nov 2010 22:27:06 +0000 (22:27 +0000)]
Set svn properties

14 years ago- Update tokenizer data
Johannes Schlüter [Mon, 22 Nov 2010 21:56:18 +0000 (21:56 +0000)]
- Update tokenizer data