]> granicus.if.org Git - php/log
php
13 years ago- Fix bug #55776 (PDORow to session bug)
Johannes Schlüter [Sun, 25 Sep 2011 12:39:05 +0000 (12:39 +0000)]
- Fix bug #55776 (PDORow to session bug)

13 years agorevert the previous patch.
Rui Hirokawa [Sun, 25 Sep 2011 08:22:58 +0000 (08:22 +0000)]
revert the previous patch.

13 years agoMFH: added mb_ereg_replace_callback().
Rui Hirokawa [Sun, 25 Sep 2011 08:15:50 +0000 (08:15 +0000)]
MFH: added mb_ereg_replace_callback().

13 years agoFix tests due to bison depened message format
Xinchen Hui [Sun, 25 Sep 2011 03:35:57 +0000 (03:35 +0000)]
Fix tests due to bison depened message format

13 years agoFix warning "implicit declaration of function `zend_fetch_debug_backtrace'"
Xinchen Hui [Sun, 25 Sep 2011 03:18:39 +0000 (03:18 +0000)]
Fix warning "implicit declaration of function `zend_fetch_debug_backtrace'"

13 years agoFix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/.
Adam Harvey [Sat, 24 Sep 2011 19:16:33 +0000 (19:16 +0000)]
Fix bug #55769 (Make Fails with "Missing Separator" error) via s/    /^I/.

13 years agoMFH: fixed #40685: removed '&' in mb_decode_numericentity().
Rui Hirokawa [Sat, 24 Sep 2011 02:12:17 +0000 (02:12 +0000)]
MFH: fixed #40685: removed '&' in mb_decode_numericentity().

13 years agounused var
Xinchen Hui [Sat, 24 Sep 2011 01:05:43 +0000 (01:05 +0000)]
unused var

13 years agoAdd a test and declare the local vars locally
Rasmus Lerdorf [Fri, 23 Sep 2011 15:19:48 +0000 (15:19 +0000)]
Add a test and declare the local vars locally

13 years agoImprove the warning message of incompatible arguments. (#55719)
Xinchen Hui [Fri, 23 Sep 2011 15:08:11 +0000 (15:08 +0000)]
Improve the warning message of incompatible arguments. (#55719)
And fix tests related.

13 years agoFix for bug #55767
Rasmus Lerdorf [Fri, 23 Sep 2011 13:16:37 +0000 (13:16 +0000)]
Fix for bug #55767

13 years agoMFH: fixed a bug in convertion table and added test script for emoji.
Rui Hirokawa [Fri, 23 Sep 2011 11:11:38 +0000 (11:11 +0000)]
MFH: fixed a bug in convertion table and added test script for emoji.

13 years agoAdd tests
Xinchen Hui [Fri, 23 Sep 2011 03:09:12 +0000 (03:09 +0000)]
Add tests

13 years agoUpdate NEWS
Xinchen Hui [Fri, 23 Sep 2011 03:02:01 +0000 (03:02 +0000)]
Update NEWS

13 years agoFixed bug #55758 (Digest Authenticate missed in 5.4)
Xinchen Hui [Fri, 23 Sep 2011 02:56:25 +0000 (02:56 +0000)]
Fixed bug #55758 (Digest Authenticate missed in 5.4)
 the block I am removing should be removed along with the PG(saf_mod) condition.
 since it is inside the PG(saf_mod) condition block.

13 years agothe TZ environment variable also needed to be set here, didn't dug up why date.timezo...
Ferenc Kovacs [Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)]
the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient

13 years agoskip the interbase tests if cannot connect to the server
Ferenc Kovacs [Thu, 22 Sep 2011 22:07:02 +0000 (22:07 +0000)]
skip the interbase tests if cannot connect to the server

13 years agothe julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to...
Ferenc Kovacs [Thu, 22 Sep 2011 21:50:45 +0000 (21:50 +0000)]
the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162

13 years agoit seems that easter_date doesn't use the date.timezone but the TZ environment variab...
Ferenc Kovacs [Thu, 22 Sep 2011 20:59:10 +0000 (20:59 +0000)]
it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.

13 years agoAdd tests for bug #55755
Xinchen Hui [Thu, 22 Sep 2011 02:26:00 +0000 (02:26 +0000)]
Add tests for bug #55755

13 years agoRemoved unreachable code (stream == NULL check is done already)
Ilia Alshanetsky [Wed, 21 Sep 2011 19:08:30 +0000 (19:08 +0000)]
Removed unreachable code (stream == NULL check is done already)

13 years agoFixed bug #55755 (SegFault when outputting header WWW-Authenticate)
Xinchen Hui [Wed, 21 Sep 2011 16:00:09 +0000 (16:00 +0000)]
Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)

13 years ago- Use the proper variable here.
Johannes Schlüter [Wed, 21 Sep 2011 12:34:15 +0000 (12:34 +0000)]
- Use the proper variable here.

13 years agochange test, and added a test for post file
Xinchen Hui [Wed, 21 Sep 2011 07:51:31 +0000 (07:51 +0000)]
change test, and added a test for post file

13 years agoRemove double checking, and use MAXPATHLEN instead of a fixed length
Xinchen Hui [Wed, 21 Sep 2011 06:59:47 +0000 (06:59 +0000)]
Remove double checking, and use MAXPATHLEN instead of a fixed length

13 years agoChange to a more appropriate name
Xinchen Hui [Wed, 21 Sep 2011 03:16:35 +0000 (03:16 +0000)]
Change to a more appropriate name

13 years agoFixed bug #55747 (request headers missed in $_SERVER)
Xinchen Hui [Wed, 21 Sep 2011 03:09:42 +0000 (03:09 +0000)]
Fixed bug #55747 (request headers missed in $_SERVER)

13 years agoRefactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
Shein Alexey [Tue, 20 Sep 2011 14:53:46 +0000 (14:53 +0000)]
Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note http://www.php.net/manual/en/function.proc-get-status.php#93382 for details)
2) Moved putting down the server to the shutdown function to make it independent from tests (fatal) errors
3) Moved php cli executable into the function to make tests more readable
4) changed sleep(1) to usleep(50000) (50 ms) to make tests faster - this needs more testing and if timeout is too small should be increased

13 years agofix INI section
Xinchen Hui [Tue, 20 Sep 2011 08:13:55 +0000 (08:13 +0000)]
fix INI section

13 years agoupdate NEWS
Xinchen Hui [Tue, 20 Sep 2011 07:14:36 +0000 (07:14 +0000)]
update NEWS

13 years agoAdd tests for built-in webserver
Xinchen Hui [Tue, 20 Sep 2011 07:10:46 +0000 (07:10 +0000)]
Add tests for built-in webserver

13 years agoFix Bug #55726 (Changing the working directory makes router script inaccessible)
Xinchen Hui [Tue, 20 Sep 2011 07:06:55 +0000 (07:06 +0000)]
Fix Bug #55726 (Changing the working directory makes router script inaccessible)

13 years agoFix folder
Xinchen Hui [Tue, 20 Sep 2011 05:07:15 +0000 (05:07 +0000)]
Fix folder

13 years agofix r316992
Michael Wallner [Mon, 19 Sep 2011 15:20:38 +0000 (15:20 +0000)]
fix r316992

13 years agoFixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression
Michael Wallner [Mon, 19 Sep 2011 14:37:00 +0000 (14:37 +0000)]
Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression

13 years ago- Fix folding
Johannes Schlüter [Mon, 19 Sep 2011 12:31:06 +0000 (12:31 +0000)]
- Fix folding

13 years agoFix wrong update
Xinchen Hui [Sat, 17 Sep 2011 14:24:15 +0000 (14:24 +0000)]
Fix wrong update

13 years ago- fix build (macros mess)
Pierre Joye [Sat, 17 Sep 2011 12:41:23 +0000 (12:41 +0000)]
- fix build (macros mess)

13 years ago- fix TS build
Pierre Joye [Sat, 17 Sep 2011 10:24:18 +0000 (10:24 +0000)]
- fix TS build

13 years agoUpdate NEWS
Xinchen Hui [Sat, 17 Sep 2011 03:23:38 +0000 (03:23 +0000)]
Update NEWS

13 years agoFix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Xinchen Hui [Sat, 17 Sep 2011 03:12:23 +0000 (03:12 +0000)]
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html

13 years ago- Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)
Felipe Pena [Sat, 17 Sep 2011 00:16:11 +0000 (00:16 +0000)]
- Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)
  patch by: laruence@php

13 years ago- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc)
Felipe Pena [Sat, 17 Sep 2011 00:05:31 +0000 (00:05 +0000)]
- Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc)

13 years ago- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
Felipe Pena [Sat, 17 Sep 2011 00:01:45 +0000 (00:01 +0000)]
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)

13 years agoTest portability fix
Christopher Jones [Fri, 16 Sep 2011 19:56:32 +0000 (19:56 +0000)]
Test portability fix

13 years agoFixed test bug #55713 (Christopher Jones)
Pierrick Charron [Fri, 16 Sep 2011 18:29:22 +0000 (18:29 +0000)]
Fixed test bug #55713 (Christopher Jones)

13 years ago- add -win32 versions and skipif
Pierre Joye [Fri, 16 Sep 2011 10:45:04 +0000 (10:45 +0000)]
- add -win32 versions and skipif

13 years agoFixed bug #55644 (Math ops tests fail, diff min int value)
Dmitry Stogov [Fri, 16 Sep 2011 07:59:34 +0000 (07:59 +0000)]
Fixed bug #55644 (Math ops tests fail, diff min int value)

13 years agoFixed Windows build
Dmitry Stogov [Fri, 16 Sep 2011 06:55:43 +0000 (06:55 +0000)]
Fixed Windows build

13 years agonext version header
Stanislav Malyshev [Thu, 15 Sep 2011 22:33:39 +0000 (22:33 +0000)]
next version header

13 years agoFix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK...
Christopher Jones [Thu, 15 Sep 2011 17:23:29 +0000 (17:23 +0000)]
Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351

13 years agoUpdate libmagic.patch (patch reversed base on -r296679)
Xinchen Hui [Thu, 15 Sep 2011 15:53:49 +0000 (15:53 +0000)]
Update libmagic.patch (patch reversed base on -r296679)

13 years agoFix folding
Etienne Kneuss [Thu, 15 Sep 2011 14:50:38 +0000 (14:50 +0000)]
Fix folding

13 years agoFixed bug #50982 (incorrect assumption of PAGE_SIZE size)
Dmitry Stogov [Thu, 15 Sep 2011 11:30:17 +0000 (11:30 +0000)]
Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)

13 years ago- force LF
Pierre Joye [Thu, 15 Sep 2011 09:15:07 +0000 (09:15 +0000)]
- force LF

13 years agoFix warning "implicit declaration of function `vasprintf'"
Xinchen Hui [Thu, 15 Sep 2011 07:09:43 +0000 (07:09 +0000)]
Fix warning "implicit declaration of function `vasprintf'"
If There is a better fix, plz fixme.

13 years agoback to dev
Stanislav Malyshev [Thu, 15 Sep 2011 06:25:52 +0000 (06:25 +0000)]
back to dev

13 years ago5.4.0beta
Stanislav Malyshev [Thu, 15 Sep 2011 06:24:18 +0000 (06:24 +0000)]
5.4.0beta

13 years agoupdate NEWS
Stanislav Malyshev [Thu, 15 Sep 2011 06:23:37 +0000 (06:23 +0000)]
update NEWS

13 years agofix default session handler error message
Arpad Ray [Wed, 14 Sep 2011 15:30:30 +0000 (15:30 +0000)]
fix default session handler error message

13 years agoFixed bug #55552 (bad encoding not detected)
Dmitry Stogov [Wed, 14 Sep 2011 15:00:28 +0000 (15:00 +0000)]
Fixed bug #55552 (bad encoding not detected)

13 years agoFixed bug #55578 (Segfault on implode/concat)
Dmitry Stogov [Wed, 14 Sep 2011 13:18:19 +0000 (13:18 +0000)]
Fixed bug #55578 (Segfault on implode/concat)

13 years ago- ext/openssl/tests/bug36732.phpt more portable.
Gustavo André dos Santos Lopes [Wed, 14 Sep 2011 10:55:46 +0000 (10:55 +0000)]
- ext/openssl/tests/bug36732.phpt more portable.

13 years ago- Fixed test ext/openssl/tests/004.phpt.
Gustavo André dos Santos Lopes [Wed, 14 Sep 2011 09:56:59 +0000 (09:56 +0000)]
- Fixed test ext/openssl/tests/004.phpt.
- Made ext/openssl/tests/bug55646.phpt more reproducible by giving it a custom
  openssl.cnf.

13 years agoFix test, Make warning message bison independed
Xinchen Hui [Wed, 14 Sep 2011 08:49:29 +0000 (08:49 +0000)]
Fix test, Make warning message bison independed

13 years agoFix tests
Xinchen Hui [Wed, 14 Sep 2011 06:48:26 +0000 (06:48 +0000)]
Fix tests

13 years agoAdd test for bug #55688
Xinchen Hui [Wed, 14 Sep 2011 05:02:50 +0000 (05:02 +0000)]
Add test for bug #55688

13 years agoFix bug #55688 (Crash when calling SessionHandler::gc())
Xinchen Hui [Wed, 14 Sep 2011 04:10:45 +0000 (04:10 +0000)]
Fix bug #55688 (Crash when calling SessionHandler::gc())
Need arpad to review this change

13 years agoFix warning "implicit declaration of function `vasprintf'"
Xinchen Hui [Wed, 14 Sep 2011 02:19:22 +0000 (02:19 +0000)]
Fix warning "implicit declaration of function `vasprintf'"

13 years ago- Fixed memory leak when calling SessionHandler::open() several times
Felipe Pena [Wed, 14 Sep 2011 01:45:57 +0000 (01:45 +0000)]
- Fixed memory leak when calling SessionHandler::open() several times

13 years agofix session oo tests for windows
Arpad Ray [Wed, 14 Sep 2011 01:16:19 +0000 (01:16 +0000)]
fix session oo tests for windows

13 years agofix zts break in r316688
Arpad Ray [Tue, 13 Sep 2011 23:07:08 +0000 (23:07 +0000)]
fix zts break in r316688

13 years agoImplement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)
Arpad Ray [Tue, 13 Sep 2011 22:28:15 +0000 (22:28 +0000)]
Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)

13 years agoI don't see why would be this a win only test. it works for me on linux, checked...
Ferenc Kovacs [Tue, 13 Sep 2011 21:06:06 +0000 (21:06 +0000)]
I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation.

13 years agoSeparate test for %a is no longer needed.
Daniel Convissor [Tue, 13 Sep 2011 20:31:02 +0000 (20:31 +0000)]
Separate test for %a is no longer needed.

13 years agofixing the tests, added the error_log= to the --INI-- so it should also pass for...
Ferenc Kovacs [Tue, 13 Sep 2011 19:56:42 +0000 (19:56 +0000)]
fixing the tests, added the error_log= to the --INI-- so it should also pass for Stas

13 years agoImprove parameter handling cod
Ilia Alshanetsky [Tue, 13 Sep 2011 16:36:29 +0000 (16:36 +0000)]
Improve parameter handling cod

13 years ago- test passes now (and VC6 is not supported anymore)
Pierre Joye [Tue, 13 Sep 2011 16:21:24 +0000 (16:21 +0000)]
- test passes now (and VC6 is not supported anymore)

13 years ago- Fixed compiler warnings (patch by Kalle Sommer Nielsen)
Derick Rethans [Tue, 13 Sep 2011 15:17:11 +0000 (15:17 +0000)]
- Fixed compiler warnings (patch by Kalle Sommer Nielsen)

13 years agoFix typo (as tyearl's ask)
Xinchen Hui [Tue, 13 Sep 2011 15:12:16 +0000 (15:12 +0000)]
Fix typo (as tyearl's ask)

13 years agoRevert update, since this bug is not in a official release of 5.4
Xinchen Hui [Tue, 13 Sep 2011 14:58:37 +0000 (14:58 +0000)]
Revert update, since this bug is not in a official release of 5.4

13 years ago- Document changes in upgrading.
Derick Rethans [Tue, 13 Sep 2011 14:57:58 +0000 (14:57 +0000)]
- Document changes in upgrading.

13 years agoAnd some formatting
Derick Rethans [Tue, 13 Sep 2011 14:50:18 +0000 (14:50 +0000)]
And some formatting

13 years ago- tabs to spaces
Derick Rethans [Tue, 13 Sep 2011 14:49:44 +0000 (14:49 +0000)]
- tabs to spaces

13 years ago- Removed support for putenv("TZ=..") for setting the timezone.
Derick Rethans [Tue, 13 Sep 2011 14:48:13 +0000 (14:48 +0000)]
- Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
  date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
  "UTC" is now used instead.

13 years agoMFT: Fix build on Windows
Kalle Sommer Nielsen [Tue, 13 Sep 2011 14:35:28 +0000 (14:35 +0000)]
MFT: Fix build on Windows

13 years ago- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:58:03 +0000 (13:58 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date

13 years ago- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:51:47 +0000 (13:51 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date

13 years ago - TZ auto detection varies, not always UTC
Pierre Joye [Tue, 13 Sep 2011 13:42:03 +0000 (13:42 +0000)]
 - TZ auto detection varies, not always UTC

13 years ago - TZ auto detection varies, not always UTC
Pierre Joye [Tue, 13 Sep 2011 13:39:49 +0000 (13:39 +0000)]
 - TZ auto detection varies, not always UTC

13 years agoFixed ZE specific compile warnings (Bug #55629)
Dmitry Stogov [Tue, 13 Sep 2011 13:30:18 +0000 (13:30 +0000)]
Fixed ZE specific compile warnings (Bug #55629)

13 years agoFixed ZE specific compile warnings (Bug #55629)
Dmitry Stogov [Tue, 13 Sep 2011 13:29:35 +0000 (13:29 +0000)]
Fixed ZE specific compile warnings (Bug #55629)

13 years ago- skip on win, runtime TZ via putenv is not supported with ext/date
Pierre Joye [Tue, 13 Sep 2011 13:26:48 +0000 (13:26 +0000)]
- skip on win, runtime TZ via putenv is not supported with ext/date

13 years agoupdate news
Xinchen Hui [Tue, 13 Sep 2011 13:11:42 +0000 (13:11 +0000)]
update news

13 years agoMFH, fix test
Xinchen Hui [Tue, 13 Sep 2011 13:02:57 +0000 (13:02 +0000)]
MFH, fix test

13 years agoFixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated record...
Xinchen Hui [Tue, 13 Sep 2011 12:44:13 +0000 (12:44 +0000)]
Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543

13 years ago- fix test on win, putenv is not supported for TZ and ext/date
Pierre Joye [Tue, 13 Sep 2011 12:04:57 +0000 (12:04 +0000)]
- fix test on win, putenv is not supported for TZ and ext/date

13 years ago- news for the crt warning
Pierre Joye [Tue, 13 Sep 2011 10:39:59 +0000 (10:39 +0000)]
- news for the crt warning

13 years ago- do not display the crt warnings anymore by default. It is enough to simply fail...
Pierre Joye [Tue, 13 Sep 2011 10:38:12 +0000 (10:38 +0000)]
- do not display the crt warnings anymore by default. It is enough to simply fail from a user land pov as it is the case on posix platforms

13 years agoFixed Bug #55649 (Undefined function Bug()). (Laruence)
Dmitry Stogov [Tue, 13 Sep 2011 07:07:06 +0000 (07:07 +0000)]
Fixed Bug #55649 (Undefined function Bug()). (Laruence)