]> granicus.if.org Git - php/log
php
14 years agoFixed bug #51336
Boris Lytochkin [Mon, 31 Jan 2011 11:34:12 +0000 (11:34 +0000)]
Fixed bug #51336

14 years agofix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
Stanislav Malyshev [Sun, 30 Jan 2011 22:28:57 +0000 (22:28 +0000)]
fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)

14 years ago- remove cpystrn from FPM and use strlcpy instead.
Jérôme Loyet [Sun, 30 Jan 2011 13:51:20 +0000 (13:51 +0000)]
- remove cpystrn from FPM and use strlcpy instead.

14 years agoFix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from...
Stanislav Malyshev [Sun, 30 Jan 2011 10:18:12 +0000 (10:18 +0000)]
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)

14 years agoFix bug #52808 (Segfault when specifying interval as two dates)
Stanislav Malyshev [Sun, 30 Jan 2011 08:54:53 +0000 (08:54 +0000)]
Fix bug #52808 (Segfault when specifying interval as two dates)

14 years ago- Fixed bug #53434 (php-fpm slowlog now also logs the original request).
Jérôme Loyet [Sat, 29 Jan 2011 11:41:45 +0000 (11:41 +0000)]
- Fixed bug #53434 (php-fpm slowlog now also logs the original request).
- Fixed the missing peace of code on revision 307842

14 years ago- Fixed bug #53434 (php-fpm slowlog now also logs the original request).
Jérôme Loyet [Sat, 29 Jan 2011 11:38:19 +0000 (11:38 +0000)]
- Fixed bug #53434 (php-fpm slowlog now also logs the original request).

14 years ago- Fixed bug #53777 (php-fpm log format now match php_error log format).
Jérôme Loyet [Sat, 29 Jan 2011 10:13:24 +0000 (10:13 +0000)]
- Fixed bug #53777 (php-fpm log format now match php_error log format).

14 years ago- Fixed bug #53867 (Test failure)
Felipe Pena [Fri, 28 Jan 2011 20:41:54 +0000 (20:41 +0000)]
- Fixed bug #53867 (Test failure)
  patch by: rquadling at php.net

14 years agoDon't expect a certain server reply, it is undefined what happens.
Ulf Wendel [Fri, 28 Jan 2011 13:41:02 +0000 (13:41 +0000)]
Don't expect a certain server reply, it is undefined what happens.

14 years agoAdded ability to connect to HTTPS sites through proxy with basic authentication using...
Dmitry Stogov [Fri, 28 Jan 2011 10:33:47 +0000 (10:33 +0000)]
Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization

14 years agoFix NEWS sorting.
Adam Harvey [Fri, 28 Jan 2011 04:30:12 +0000 (04:30 +0000)]
Fix NEWS sorting.

14 years agoFixed bug #53854 (Missing constants for compression type). Patch by Richard
Adam Harvey [Fri, 28 Jan 2011 04:19:40 +0000 (04:19 +0000)]
Fixed bug #53854 (Missing constants for compression type). Patch by Richard
Quadling.

14 years agoFix NEWS typo.
Adam Harvey [Fri, 28 Jan 2011 04:17:08 +0000 (04:17 +0000)]
Fix NEWS typo.

14 years agoFix zip test.
Adam Harvey [Fri, 28 Jan 2011 03:55:34 +0000 (03:55 +0000)]
Fix zip test.

14 years ago- Fix bug #53166, missing parameters in reflections/docs
Pierre Joye [Thu, 27 Jan 2011 11:47:24 +0000 (11:47 +0000)]
- Fix bug #53166,  missing parameters in reflections/docs

14 years ago- #53837
Pierre Joye [Wed, 26 Jan 2011 18:38:44 +0000 (18:38 +0000)]
- #53837

14 years ago- Let's keep this consistent in the whole file.
Derick Rethans [Tue, 25 Jan 2011 15:08:19 +0000 (15:08 +0000)]
- Let's keep this consistent in the whole file.

14 years agoHandle deprecation messages differently in tests to reduce test differences between...
Ulf Wendel [Tue, 25 Jan 2011 14:01:00 +0000 (14:01 +0000)]
Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a dedicated test

14 years agoremoved un-used variable
Ilia Alshanetsky [Mon, 24 Jan 2011 20:58:09 +0000 (20:58 +0000)]
removed un-used variable

14 years ago- Updated to version 2011.1 (2011a)
Derick Rethans [Mon, 24 Jan 2011 16:45:56 +0000 (16:45 +0000)]
- Updated to version 2011.1 (2011a)

14 years agoAdd imap_fetchmime
Stanislav Malyshev [Mon, 24 Jan 2011 03:52:00 +0000 (03:52 +0000)]
Add imap_fetchmime

14 years agofix tests
Stanislav Malyshev [Mon, 24 Jan 2011 02:48:15 +0000 (02:48 +0000)]
fix tests

14 years agoFixed bug #5273 (Can't use new properties in class extended from DateInterval)
Stanislav Malyshev [Mon, 24 Jan 2011 02:31:48 +0000 (02:31 +0000)]
Fixed bug #5273 (Can't use new properties in class extended from DateInterval)

14 years agoFixed Bug #52063 (DateTime constructor's second argument doesn't have a null default...
Stanislav Malyshev [Mon, 24 Jan 2011 01:15:41 +0000 (01:15 +0000)]
Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null default value)

14 years agoFixed compiler warning
Ilia Alshanetsky [Sun, 23 Jan 2011 16:44:58 +0000 (16:44 +0000)]
Fixed compiler warning

14 years ago- local redeclaration
Pierre Joye [Sun, 23 Jan 2011 10:02:06 +0000 (10:02 +0000)]
- local redeclaration

14 years ago- kill local redeclaration by using a less common name
Pierre Joye [Sun, 23 Jan 2011 09:46:06 +0000 (09:46 +0000)]
- kill local redeclaration by using a less common name

14 years agoFixed variable overloading
Ilia Alshanetsky [Thu, 20 Jan 2011 19:32:36 +0000 (19:32 +0000)]
Fixed variable overloading

14 years ago- this function is only in trunk
Pierre Joye [Thu, 20 Jan 2011 13:57:40 +0000 (13:57 +0000)]
- this function is only in trunk

14 years ago- don't continue if no valid option value
Pierre Joye [Thu, 20 Jan 2011 07:38:00 +0000 (07:38 +0000)]
- don't continue if no valid option value

14 years ago- be sure that we got tzid by adding a default case
Pierre Joye [Thu, 20 Jan 2011 07:05:34 +0000 (07:05 +0000)]
- be sure that we got tzid by adding a default case

14 years ago- fail when no known op are given
Pierre Joye [Thu, 20 Jan 2011 06:58:04 +0000 (06:58 +0000)]
- fail when no known op are given

14 years ago- unused var
Pierre Joye [Thu, 20 Jan 2011 06:55:11 +0000 (06:55 +0000)]
- unused var

14 years ago- fail when no known op are given
Pierre Joye [Thu, 20 Jan 2011 06:54:28 +0000 (06:54 +0000)]
- fail when no known op are given

14 years ago- kill local redeclaration
Pierre Joye [Thu, 20 Jan 2011 06:49:17 +0000 (06:49 +0000)]
- kill local redeclaration

14 years ago- init err (and simplify)
Pierre Joye [Thu, 20 Jan 2011 06:45:52 +0000 (06:45 +0000)]
- init err (and simplify)

14 years ago- no need of assert here
Pierre Joye [Thu, 20 Jan 2011 06:32:59 +0000 (06:32 +0000)]
- no need of assert here

14 years ago- check if strdup succeeds
Pierre Joye [Thu, 20 Jan 2011 06:23:35 +0000 (06:23 +0000)]
- check if strdup succeeds

14 years ago- force static, can't be built yet shared anyway
Pierre Joye [Wed, 19 Jan 2011 21:19:45 +0000 (21:19 +0000)]
- force static, can't be built yet shared anyway

14 years agofix zts build
Andrey Hristov [Wed, 19 Jan 2011 18:09:17 +0000 (18:09 +0000)]
fix zts build

14 years ago- WS
Pierre Joye [Wed, 19 Jan 2011 17:17:52 +0000 (17:17 +0000)]
- WS

14 years ago- avoid local redeclaration
Pierre Joye [Wed, 19 Jan 2011 17:06:50 +0000 (17:06 +0000)]
- avoid local redeclaration

14 years ago- malloc may fail
Pierre Joye [Wed, 19 Jan 2011 15:23:07 +0000 (15:23 +0000)]
- malloc may fail

14 years ago- path len check and fix buffer overrun
Pierre Joye [Wed, 19 Jan 2011 14:21:46 +0000 (14:21 +0000)]
- path len check and fix buffer overrun

14 years agoWin32 build fix
Ilia Alshanetsky [Wed, 19 Jan 2011 13:09:05 +0000 (13:09 +0000)]
Win32 build fix

14 years agoAdded checks for malformated FastCGI requests (Edgar Frank)
Dmitry Stogov [Wed, 19 Jan 2011 08:38:25 +0000 (08:38 +0000)]
Added checks for malformated FastCGI requests (Edgar Frank)

14 years ago- Hopefully finally fixed the mess in rev 307562 and rev 307563.
Gustavo André dos Santos Lopes [Wed, 19 Jan 2011 00:22:06 +0000 (00:22 +0000)]
- Hopefully finally fixed the mess in rev 307562 and rev 307563.

14 years ago- clarity
Pierre Joye [Tue, 18 Jan 2011 23:31:53 +0000 (23:31 +0000)]
- clarity

14 years ago- #53577 and cleanup
Pierre Joye [Tue, 18 Jan 2011 22:22:28 +0000 (22:22 +0000)]
- #53577 and cleanup

14 years ago- fix regression introduced in 5.3.4 in open_basedir on windows/novell with trailing...
Pierre Joye [Tue, 18 Jan 2011 22:20:09 +0000 (22:20 +0000)]
- fix regression introduced in 5.3.4 in open_basedir on windows/novell with trailing fwd slash

14 years ago- Fixed wrong function call in original commit to FR #39771.
Gustavo André dos Santos Lopes [Tue, 18 Jan 2011 19:56:09 +0000 (19:56 +0000)]
- Fixed wrong function call in original commit to FR #39771.

14 years ago- Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional
Gustavo André dos Santos Lopes [Tue, 18 Jan 2011 19:45:38 +0000 (19:45 +0000)]
- Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional
  DOMNode like DOMDocument::saveXML).

14 years agoFixed variable re-declaration
Ilia Alshanetsky [Tue, 18 Jan 2011 13:17:23 +0000 (13:17 +0000)]
Fixed variable re-declaration

14 years ago- fix the fix (wrong test)
Pierre Joye [Tue, 18 Jan 2011 10:29:26 +0000 (10:29 +0000)]
- fix the fix (wrong test)

14 years ago- Enforce security in the fastcgi protocol parsing.
Jérôme Loyet [Mon, 17 Jan 2011 22:22:39 +0000 (22:22 +0000)]
- Enforce security in the fastcgi protocol parsing.

14 years ago- path len sanity check
Pierre Joye [Mon, 17 Jan 2011 14:29:16 +0000 (14:29 +0000)]
- path len sanity check

14 years ago- don't try to access if calloc fails (quick review of its usage: seems that the...
Pierre Joye [Mon, 17 Jan 2011 14:07:40 +0000 (14:07 +0000)]
- don't try to access if calloc fails (quick review of its usage: seems that the stats member is validated in other places, to be confirmed)

14 years ago- fix NULL derefencing
Pierre Joye [Mon, 17 Jan 2011 14:01:01 +0000 (14:01 +0000)]
- fix NULL derefencing

14 years agoFixed compiler warning
Ilia Alshanetsky [Mon, 17 Jan 2011 13:44:54 +0000 (13:44 +0000)]
Fixed compiler warning

14 years agoFix tests: don't expect people to use a certain db/schema for testing
Ulf Wendel [Mon, 17 Jan 2011 13:06:44 +0000 (13:06 +0000)]
Fix tests: don't expect people to use a certain db/schema for testing

14 years agoMFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 11:20:54 +0000 (11:20 +0000)]
MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)

14 years agoRemove this void comment (c/p mistake)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:59:07 +0000 (09:59 +0000)]
Remove this void comment (c/p mistake)

14 years agoMFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:54:22 +0000 (09:54 +0000)]
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)

14 years agoFix bug #47143, bug #51458 - provide more useful info in bad exception cases
Stanislav Malyshev [Sun, 16 Jan 2011 21:24:43 +0000 (21:24 +0000)]
Fix bug #47143, bug #51458 - provide more useful info in bad exception cases

14 years agoAdd options to debug_backtrace functions
Stanislav Malyshev [Sun, 16 Jan 2011 20:39:22 +0000 (20:39 +0000)]
Add options to debug_backtrace functions

14 years agofix more parameter stuff, now it is complete
Andrey Hristov [Fri, 14 Jan 2011 15:37:49 +0000 (15:37 +0000)]
fix more parameter stuff, now it is complete

14 years agopass data which is available
Andrey Hristov [Fri, 14 Jan 2011 15:10:09 +0000 (15:10 +0000)]
pass data which is available

14 years ago- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
Johannes Schlüter [Fri, 14 Jan 2011 14:57:57 +0000 (14:57 +0000)]
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)

14 years ago- Fix 5.3.5 date in NEWS
Johannes Schlüter [Fri, 14 Jan 2011 14:54:18 +0000 (14:54 +0000)]
- Fix 5.3.5 date in NEWS

14 years agoadd missing dl() function to FPM SAPI
Antony Dovgal [Fri, 14 Jan 2011 13:53:59 +0000 (13:53 +0000)]
add missing dl() function to FPM SAPI

14 years ago-disable the analyzer for the snapshot in 5.3 too
Pierre Joye [Thu, 13 Jan 2011 19:44:00 +0000 (19:44 +0000)]
-disable the analyzer for the snapshot in 5.3 too

14 years agoFixed variable re-declaration
Ilia Alshanetsky [Thu, 13 Jan 2011 12:56:28 +0000 (12:56 +0000)]
Fixed variable re-declaration

14 years agorevert non-BC change in 5.3
Stanislav Malyshev [Thu, 13 Jan 2011 07:27:46 +0000 (07:27 +0000)]
revert non-BC change in 5.3

14 years ago- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_pa...
Felipe Pena [Wed, 12 Jan 2011 22:17:10 +0000 (22:17 +0000)]
- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
  patch by: klaus at triendl dot eu

14 years ago- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
Derick Rethans [Wed, 12 Jan 2011 19:50:09 +0000 (19:50 +0000)]
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
  big-endian systems). (Patch by rein@basefarm.no)

14 years agoFixed variable re-declaration
Ilia Alshanetsky [Wed, 12 Jan 2011 13:21:27 +0000 (13:21 +0000)]
Fixed variable re-declaration

14 years ago- Fixed compiler warnings
Felipe Pena [Wed, 12 Jan 2011 00:29:59 +0000 (00:29 +0000)]
- Fixed compiler warnings

14 years agoAdded missing success check around chmod() for windows during temp file creation
Ilia Alshanetsky [Tue, 11 Jan 2011 12:57:19 +0000 (12:57 +0000)]
Added missing success check around chmod() for windows during temp file creation

14 years agoFixed bug #53630 (Fixed parameter handling inside readline() function).
Ilia Alshanetsky [Mon, 10 Jan 2011 18:19:02 +0000 (18:19 +0000)]
Fixed bug #53630 (Fixed parameter handling inside readline() function).

14 years agonew flag
Andrey Hristov [Mon, 10 Jan 2011 15:14:56 +0000 (15:14 +0000)]
new flag

14 years ago- remove local redeclaration
Pierre Joye [Mon, 10 Jan 2011 08:28:47 +0000 (08:28 +0000)]
- remove local redeclaration

14 years ago- possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 08:07:38 +0000 (08:07 +0000)]
- possible NULL deref

14 years ago- local redeclaration
Pierre Joye [Mon, 10 Jan 2011 01:04:36 +0000 (01:04 +0000)]
- local redeclaration

14 years ago- some more possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 00:43:08 +0000 (00:43 +0000)]
- some more possible NULL deref

14 years ago- fix possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 00:30:07 +0000 (00:30 +0000)]
- fix possible NULL deref

14 years ago- new sec flags should not be on by default for 5.3, yet
Pierre Joye [Sun, 9 Jan 2011 21:41:54 +0000 (21:41 +0000)]
- new sec flags should not be on by default for 5.3, yet

14 years ago- add configure option to enable the builtin static analyzer (will be enabled for...
Pierre Joye [Sun, 9 Jan 2011 21:38:46 +0000 (21:38 +0000)]
- add configure option to enable the builtin static analyzer (will be enabled for snaps' log)

14 years ago- debug code--
Pierre Joye [Sun, 9 Jan 2011 15:19:03 +0000 (15:19 +0000)]
- debug code--

14 years ago- let try to fix pecl header install so we can do the same than unix, install them...
Pierre Joye [Sun, 9 Jan 2011 14:01:21 +0000 (14:01 +0000)]
- let try to fix pecl header install so we can do the same than unix, install them in ext/<extname> instead of pecl<extname>

14 years agoMFH: added an option to http_build_query for RFC-3986
Rui Hirokawa [Sat, 8 Jan 2011 02:34:33 +0000 (02:34 +0000)]
MFH: added an option to http_build_query for RFC-3986
based url-encoding.

14 years ago- define the php*.lib/dll names
Pierre Joye [Fri, 7 Jan 2011 15:51:36 +0000 (15:51 +0000)]
- define the php*.lib/dll names

14 years agoProper fix for
Andrey Hristov [Fri, 7 Jan 2011 14:22:30 +0000 (14:22 +0000)]
Proper fix for
Bug #53503      mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

14 years agoImplement request #53684 (Deprecated HTML in sample php.ini).
Adam Harvey [Fri, 7 Jan 2011 03:43:20 +0000 (03:43 +0000)]
Implement request #53684 (Deprecated HTML in sample php.ini).

14 years ago- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
Felipe Pena [Fri, 7 Jan 2011 01:11:16 +0000 (01:11 +0000)]
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.

14 years agoFix bug #53682
Rasmus Lerdorf [Thu, 6 Jan 2011 22:48:20 +0000 (22:48 +0000)]
Fix bug #53682

14 years ago- fix vc6 random behavior for Fix bug #53632 with x87 fpu
Pierre Joye [Thu, 6 Jan 2011 17:08:46 +0000 (17:08 +0000)]
- fix vc6 random behavior for Fix bug #53632 with x87 fpu

14 years ago- add CVE (too late for the release tho')
Pierre Joye [Thu, 6 Jan 2011 12:51:35 +0000 (12:51 +0000)]
- add CVE (too late for the release tho')

14 years agoRemove empty files left when r306542 was reverted in r306552.
Adam Harvey [Thu, 6 Jan 2011 02:24:49 +0000 (02:24 +0000)]
Remove empty files left when r306542 was reverted in r306552.

14 years agoImplemented FR #53466 (SQLite3Result::columnType() should return false after all...
Scott MacVicar [Thu, 6 Jan 2011 00:08:59 +0000 (00:08 +0000)]
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).