]> granicus.if.org Git - php/log
php
10 years agoupdated libmagic.patch in 5.6
Anatol Belski [Sat, 25 Oct 2014 10:03:49 +0000 (12:03 +0200)]
updated libmagic.patch in 5.6

10 years agoNEWS
Remi Collet [Sat, 25 Oct 2014 09:30:53 +0000 (11:30 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sat, 25 Oct 2014 09:30:29 +0000 (11:30 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fix bug #68283: fileinfo: out-of-bounds read in elf note headers

10 years agoNEWS
Remi Collet [Sat, 25 Oct 2014 09:29:53 +0000 (11:29 +0200)]
NEWS

10 years agoFix bug #68283: fileinfo: out-of-bounds read in elf note headers
Remi Collet [Wed, 22 Oct 2014 13:37:04 +0000 (15:37 +0200)]
Fix bug #68283: fileinfo: out-of-bounds read in elf note headers

Upstream commit
https://github.com/file/file/commit/39c7ac1106be844a5296d3eb5971946cc09ffda0

CVE -2014-3710

(cherry picked from commit 1803228597e82218a8c105e67975bc50e6f5bf0d)

10 years agoAdded some NEWS
Bob Weinand [Fri, 24 Oct 2014 17:26:04 +0000 (19:26 +0200)]
Added some NEWS

10 years agoMerge phpdbg into PHP-5.6
Bob Weinand [Fri, 24 Oct 2014 17:22:45 +0000 (19:22 +0200)]
Merge phpdbg into PHP-5.6

10 years agoMake xml valid (missing space between attrs)
Bob Weinand [Fri, 24 Oct 2014 12:42:18 +0000 (14:42 +0200)]
Make xml valid (missing space between attrs)

10 years agoFix info classes file name in xml
Bob Weinand [Fri, 24 Oct 2014 12:29:06 +0000 (14:29 +0200)]
Fix info classes file name in xml

10 years agoAdd note about <eval> tag for errors in xml.md
Bob Weinand [Fri, 24 Oct 2014 12:18:02 +0000 (14:18 +0200)]
Add note about <eval> tag for errors in xml.md

10 years agoName the tag <eval> if the error id during ev cmd
Bob Weinand [Fri, 24 Oct 2014 12:16:49 +0000 (14:16 +0200)]
Name the tag <eval> if the error id during ev cmd

10 years agoDo not print out xml as PHP print...
Bob Weinand [Fri, 24 Oct 2014 11:11:14 +0000 (13:11 +0200)]
Do not print out xml as PHP print...

10 years agoFix output to wrong function
Bob Weinand [Fri, 24 Oct 2014 10:55:44 +0000 (12:55 +0200)]
Fix output to wrong function

10 years agoFixed parameter order on %.*s
Bob Weinand [Fri, 24 Oct 2014 10:32:48 +0000 (12:32 +0200)]
Fixed parameter order on %.*s

10 years agoToo much copypaste...
Bob Weinand [Thu, 23 Oct 2014 18:14:12 +0000 (20:14 +0200)]
Too much copypaste...

10 years agoAdd xml formatted deep dump of return value from ev
Bob Weinand [Thu, 23 Oct 2014 15:19:26 +0000 (17:19 +0200)]
Add xml formatted deep dump of return value from ev

10 years agoFix some compiler warnings
Bob Weinand [Thu, 23 Oct 2014 11:23:37 +0000 (13:23 +0200)]
Fix some compiler warnings

10 years agoMove phpdbg_print and helper functions to phpdbg_out.*
Bob Weinand [Thu, 23 Oct 2014 11:16:00 +0000 (13:16 +0200)]
Move phpdbg_print and helper functions to phpdbg_out.*

10 years agoDo not use int8_t when it is useless...
Bob Weinand [Thu, 23 Oct 2014 11:02:50 +0000 (13:02 +0200)]
Do not use int8_t when it is useless...

10 years agoFixed frame numbering in xml output
Bob Weinand [Thu, 23 Oct 2014 10:38:35 +0000 (12:38 +0200)]
Fixed frame numbering in xml output

10 years agoDo not display dots in xml output for i v/i d
Bob Weinand [Thu, 23 Oct 2014 10:23:48 +0000 (12:23 +0200)]
Do not display dots in xml output for i v/i d

10 years agoTry fixing 5.4 and 5.5 build, again
Bob Weinand [Wed, 22 Oct 2014 17:58:52 +0000 (19:58 +0200)]
Try fixing 5.4 and 5.5 build, again

10 years agoNEWS
Remi Collet [Wed, 22 Oct 2014 13:27:21 +0000 (15:27 +0200)]
NEWS

10 years agoFix bug #68224 buffer-overflow in /ext/fileinfo/libmagic/readcdf.c caught by AddressS...
Remi Collet [Wed, 22 Oct 2014 13:24:59 +0000 (15:24 +0200)]
Fix bug #68224 buffer-overflow in /ext/fileinfo/libmagic/readcdf.c caught by AddressSanitizer

Upstream commit
https://github.com/file/file/commit/f28fbb947e3aa55fc40b09820f59ebff6f66f213

10 years agoadd comment
Anatol Belski [Tue, 21 Oct 2014 15:43:23 +0000 (17:43 +0200)]
add comment

10 years agorestart listening on socket
Anatol Belski [Tue, 21 Oct 2014 14:56:06 +0000 (16:56 +0200)]
restart listening on socket

if remote sent somthing else than ctrl+c while performing something blocking

10 years agosome minor fixes
Anatol Belski [Tue, 21 Oct 2014 14:19:31 +0000 (16:19 +0200)]
some minor fixes

10 years agoadded phpdbg_eol.* sources
Anatol Belski [Tue, 21 Oct 2014 14:18:44 +0000 (16:18 +0200)]
added phpdbg_eol.* sources

10 years agobasic EOL implementation for CRLF
Anatol Belski [Tue, 21 Oct 2014 13:50:55 +0000 (15:50 +0200)]
basic EOL implementation for CRLF

10 years agostart sigio watcher only for run and eval for now
Anatol Belski [Tue, 21 Oct 2014 09:46:32 +0000 (11:46 +0200)]
start sigio watcher only for run and eval for now

there myght be more needing that

10 years agoreworked the current EOL stuff
Anatol Belski [Tue, 21 Oct 2014 09:29:18 +0000 (11:29 +0200)]
reworked the current EOL stuff

10 years agoprepare setting EOL with command or INI
Anatol Belski [Tue, 21 Oct 2014 08:35:20 +0000 (10:35 +0200)]
prepare setting EOL with command or INI

10 years agocorrect place to start the sigio watcher
Anatol Belski [Tue, 21 Oct 2014 07:55:22 +0000 (09:55 +0200)]
correct place to start the sigio watcher

plus started with the eol command

10 years agofurther improvements to windows/sigio
Anatol Belski [Mon, 20 Oct 2014 20:55:00 +0000 (22:55 +0200)]
further improvements to windows/sigio

10 years agobasic sigio surrogate for windows
Anatol Belski [Mon, 20 Oct 2014 20:12:58 +0000 (22:12 +0200)]
basic sigio surrogate for windows

10 years agoAlways show the prompt (now also: <prompt> tag)
Bob Weinand [Mon, 20 Oct 2014 20:05:05 +0000 (22:05 +0200)]
Always show the prompt (now also: <prompt> tag)

10 years agoFix off-by-one bug in text messages (msg/<phpdbg>)
Bob Weinand [Mon, 20 Oct 2014 19:52:47 +0000 (21:52 +0200)]
Fix off-by-one bug in text messages (msg/<phpdbg>)

10 years agoAdd xml.md info for info constants
Bob Weinand [Mon, 20 Oct 2014 19:22:16 +0000 (21:22 +0200)]
Add xml.md info for info constants

10 years agoEnsure that %.*s uses the full string (INCLUDING \0)
Bob Weinand [Mon, 20 Oct 2014 19:17:45 +0000 (21:17 +0200)]
Ensure that %.*s uses the full string (INCLUDING \0)

10 years agoAdd info constants (alias: i d) command
Bob Weinand [Mon, 20 Oct 2014 19:14:13 +0000 (21:14 +0200)]
Add info constants (alias: i d) command

10 years agoAdd values of scalars to info vars/globals
Bob Weinand [Mon, 20 Oct 2014 14:05:37 +0000 (16:05 +0200)]
Add values of scalars to info vars/globals

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 20 Oct 2014 13:54:33 +0000 (15:54 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  initialize lineno before calling compile file file in phar
  News entry for new curl constants

10 years agoinitialize lineno before calling compile file file in phar
Anatol Belski [Mon, 20 Oct 2014 13:53:32 +0000 (15:53 +0200)]
initialize lineno before calling compile file file in phar

10 years agoFix for ports >= 1<<15
Bob Weinand [Mon, 20 Oct 2014 07:47:35 +0000 (09:47 +0200)]
Fix for ports >= 1<<15

10 years agoFix reading from remote on some *nixes
Bob Weinand [Mon, 20 Oct 2014 06:46:22 +0000 (08:46 +0200)]
Fix reading from remote on some *nixes

10 years agoFix TSRMLS_* and a few warnings
Bob Weinand [Sun, 19 Oct 2014 19:20:43 +0000 (21:20 +0200)]
Fix TSRMLS_* and a few warnings

10 years agorevert PHP_EOL changes
Anatol Belski [Sun, 19 Oct 2014 18:09:39 +0000 (20:09 +0200)]
revert PHP_EOL changes

10 years agodon't use timeout for the remote prompt, recv() will block until input arrives
Anatol Belski [Sun, 19 Oct 2014 16:30:07 +0000 (18:30 +0200)]
don't use timeout for the remote prompt, recv() will block until input arrives

10 years agoimprove server sock creation and support ipv6
Anatol Belski [Sun, 19 Oct 2014 11:40:45 +0000 (13:40 +0200)]
improve server sock creation and support ipv6

10 years agoadd comment
Anatol Belski [Sun, 19 Oct 2014 09:16:56 +0000 (11:16 +0200)]
add comment

10 years agoincrease default recv timeout to 30 seconds
Anatol Belski [Sun, 19 Oct 2014 09:16:01 +0000 (11:16 +0200)]
increase default recv timeout to 30 seconds

10 years agomore EOL fixes
Anatol Belski [Sun, 19 Oct 2014 09:10:13 +0000 (11:10 +0200)]
more EOL fixes

10 years agouse MSG_PEEK flag for recv() everywhere
Anatol Belski [Sun, 19 Oct 2014 09:03:17 +0000 (11:03 +0200)]
use MSG_PEEK flag for recv() everywhere

10 years agofixed EOL transferred to the client side, fixed strftime fmt string
Anatol Belski [Sun, 19 Oct 2014 08:39:44 +0000 (10:39 +0200)]
fixed EOL transferred to the client side, fixed strftime fmt string

the windows telnet gets broken output when receiving no '\r'

10 years agoincrease stack to avoid overflow crash on SIGINT
Anatol Belski [Sun, 19 Oct 2014 00:14:31 +0000 (02:14 +0200)]
increase stack to avoid overflow crash on SIGINT

but should actually check, maybe something is causing a recursive
stack exhaustion

10 years agoseveral fixes to the new io stuff
Anatol Belski [Sat, 18 Oct 2014 23:32:46 +0000 (01:32 +0200)]
several fixes to the new io stuff

10 years agooverride stdin and stdout to be remote, stderr is untouched however
Anatol Belski [Sat, 18 Oct 2014 23:31:00 +0000 (01:31 +0200)]
override stdin and stdout to be remote, stderr is untouched however

is this ok? some functions want to write a log there ...

10 years agomove these to use the mixed read/write routines
Anatol Belski [Sat, 18 Oct 2014 23:30:00 +0000 (01:30 +0200)]
move these to use the mixed read/write routines

10 years agoadd basic stuff to generalize IO
Anatol Belski [Sat, 18 Oct 2014 22:12:23 +0000 (00:12 +0200)]
add basic stuff to generalize IO

10 years agoenable php_stdiop_write for windows
Anatol Belski [Sat, 18 Oct 2014 20:59:49 +0000 (22:59 +0200)]
enable php_stdiop_write for windows

yet it's unclear whether it'll be usable, but otherwise it breaks
compilation as some places depend on it

10 years agoexport functions needed for phpdbg
Anatol Belski [Sat, 18 Oct 2014 20:55:14 +0000 (22:55 +0200)]
export functions needed for phpdbg

10 years agofix dll export
Anatol Belski [Sat, 18 Oct 2014 20:45:17 +0000 (22:45 +0200)]
fix dll export

10 years agoC89 compat
Anatol Belski [Sat, 18 Oct 2014 20:43:56 +0000 (22:43 +0200)]
C89 compat

10 years agoFix for 5.4/5.5
Bob Weinand [Sat, 18 Oct 2014 19:54:44 +0000 (21:54 +0200)]
Fix for 5.4/5.5

10 years agoMerge branch 'xml-protocol'
Bob Weinand [Sat, 18 Oct 2014 19:12:25 +0000 (21:12 +0200)]
Merge branch 'xml-protocol'

Conflicts:
phpdbg.c
phpdbg_list.c

10 years agoFix execution of immediately following commands
Bob Weinand [Sat, 18 Oct 2014 18:42:54 +0000 (20:42 +0200)]
Fix execution of immediately following commands

10 years agoFixed potential segfault in backtrace of internal funcs
Bob Weinand [Fri, 17 Oct 2014 20:20:54 +0000 (22:20 +0200)]
Fixed potential segfault in backtrace of internal funcs

10 years agoRemove accidentally added null-byte in attributes
Bob Weinand [Fri, 17 Oct 2014 17:39:09 +0000 (19:39 +0200)]
Remove accidentally added null-byte in attributes

10 years agoFix negative list offsets
Bob Weinand [Fri, 17 Oct 2014 17:32:02 +0000 (19:32 +0200)]
Fix negative list offsets

10 years agoFixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
Matteo Beccati [Fri, 17 Oct 2014 14:22:52 +0000 (16:22 +0200)]
Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)

10 years agoNews entry for new curl constants
Rasmus Lerdorf [Fri, 17 Oct 2014 04:38:19 +0000 (21:38 -0700)]
News entry for new curl constants

10 years agoNews entry for new curl constants
Rasmus Lerdorf [Fri, 17 Oct 2014 04:36:53 +0000 (21:36 -0700)]
News entry for new curl constants

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Rasmus Lerdorf [Fri, 17 Oct 2014 04:28:20 +0000 (21:28 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Rasmus Lerdorf [Fri, 17 Oct 2014 04:27:49 +0000 (21:27 -0700)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src: (129 commits)
  NEWS
  cleanup NEWS
  removing the NEWS entry as we had to revert this fix for now
  Revert "Merge branch 'PHP-5.5' into PHP-5.6"
  Revert "fix TS build"
  Revert "Merge branch 'PHP-5.4' into PHP-5.5"
  Revert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"
  Revert "Bug #41631: Fix regression from first attempt (6569db8)"
  NEWS
  Fixed Bug #65171 imagescale() fails
  Fixed bug #68234
  Revert "Bug #41631: Observe socket read timeouts in SSL streams"
  PHP-5.6.3 is next
  update NEWS, 5.6.2 will be a security-only release
  Fix return code (merges are hard :( )
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  Fix bug #68089 - do not accept options with embedded \0
  Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
  Fix bug #68027 - fix date parsing in XMLRPC lib
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  ...

10 years agoTLS 1.0, 1.1 and 1.2 Curl constants - bug #68247
Rasmus Lerdorf [Fri, 17 Oct 2014 04:25:29 +0000 (21:25 -0700)]
TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247

10 years agoFix lexing of -r \d+ in raw-string commands
Bob Weinand [Thu, 16 Oct 2014 10:27:26 +0000 (12:27 +0200)]
Fix lexing of -r \d+ in raw-string commands

10 years agoFix invalid dereference
Bob Weinand [Thu, 16 Oct 2014 09:04:45 +0000 (11:04 +0200)]
Fix invalid dereference

10 years agoFix segfault in exceptions with xml
Bob Weinand [Wed, 15 Oct 2014 20:00:33 +0000 (22:00 +0200)]
Fix segfault in exceptions with xml

10 years agoFix ctrl characters handling
Bob Weinand [Wed, 15 Oct 2014 18:30:16 +0000 (20:30 +0200)]
Fix ctrl characters handling

10 years agoNEWS
Remi Collet [Wed, 15 Oct 2014 17:49:22 +0000 (19:49 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 15 Oct 2014 17:48:25 +0000 (19:48 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  cleanup NEWS

10 years agocleanup NEWS
Remi Collet [Wed, 15 Oct 2014 17:47:55 +0000 (19:47 +0200)]
cleanup NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 15 Oct 2014 17:42:51 +0000 (19:42 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fixed Bug #65171 imagescale() fails
  Revert "Bug #41631: Observe socket read timeouts in SSL streams"

Conflicts:
ext/openssl/xp_ssl.c

10 years agoremoving the NEWS entry as we had to revert this fix for now
Ferenc Kovacs [Wed, 24 Sep 2014 08:27:42 +0000 (10:27 +0200)]
removing the NEWS entry as we had to revert this fix for now

10 years agoRevert "Merge branch 'PHP-5.5' into PHP-5.6"
Ferenc Kovacs [Wed, 15 Oct 2014 17:34:07 +0000 (19:34 +0200)]
Revert "Merge branch 'PHP-5.5' into PHP-5.6"

This reverts commit 98e67add15a6b889efe152c23ed15a61f022a63a, reversing
changes made to 2cdc1a2b7473eff27c224c66dcb85118b553a147.

10 years agoRevert "fix TS build"
Ferenc Kovacs [Wed, 15 Oct 2014 17:33:47 +0000 (19:33 +0200)]
Revert "fix TS build"

This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf.

10 years agoRevert "Merge branch 'PHP-5.4' into PHP-5.5"
Ferenc Kovacs [Wed, 15 Oct 2014 17:33:31 +0000 (19:33 +0200)]
Revert "Merge branch 'PHP-5.4' into PHP-5.5"

This reverts commit 30a73658c63a91c413305a4c4d49882fda4dab3e, reversing
changes made to 7fac56e0729385bbd2bb040f06a20a697d9de5fd.

10 years agoRevert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"
Ferenc Kovacs [Wed, 15 Oct 2014 17:32:46 +0000 (19:32 +0200)]
Revert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"

This reverts commit f86b2193a483f56b0bd056570a0cdb57ebe66e2f.

10 years agoRevert "Bug #41631: Fix regression from first attempt (6569db8)"
Ferenc Kovacs [Wed, 15 Oct 2014 17:32:14 +0000 (19:32 +0200)]
Revert "Bug #41631: Fix regression from first attempt (6569db8)"

This reverts commit 372844918a318ad712e16f9ec636682424a65403.

10 years agoNEWS
Remi Collet [Wed, 15 Oct 2014 17:16:45 +0000 (19:16 +0200)]
NEWS

10 years agoFixed Bug #65171 imagescale() fails
Remi Collet [Wed, 15 Oct 2014 17:13:25 +0000 (19:13 +0200)]
Fixed Bug #65171 imagescale() fails

Third param (height) is set as optional,
but default value = -1 is incorrect

Compute correct height to preserve ratio.

10 years agoFixed bug #68234
Tjerk Meesters [Wed, 15 Oct 2014 13:12:13 +0000 (21:12 +0800)]
Fixed bug #68234

Certificate will now expire in 2034

10 years agoRevert "Bug #41631: Observe socket read timeouts in SSL streams"
Julien Pauli [Wed, 15 Oct 2014 12:38:12 +0000 (14:38 +0200)]
Revert "Bug #41631: Observe socket read timeouts in SSL streams"

This reverts commit 6569db88081562f68a4f79e52cba83482bdf05fc.

Conflicts:
ext/openssl/xp_ssl.c

10 years agoPHP-5.6.3 is next
Ferenc Kovacs [Wed, 15 Oct 2014 12:08:32 +0000 (14:08 +0200)]
PHP-5.6.3 is next

10 years agoupdate NEWS, 5.6.2 will be a security-only release
Ferenc Kovacs [Wed, 15 Oct 2014 12:07:40 +0000 (14:07 +0200)]
update NEWS, 5.6.2 will be a security-only release

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 14 Oct 2014 18:43:34 +0000 (11:43 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix return code (merges are hard :( )

10 years agoFix return code (merges are hard :( )
Stanislav Malyshev [Tue, 14 Oct 2014 18:42:33 +0000 (11:42 -0700)]
Fix return code (merges are hard :( )

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 14 Oct 2014 17:45:47 +0000 (10:45 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  Fix bug #68089 - do not accept options with embedded \0
  Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
  Fix bug #68027 - fix date parsing in XMLRPC lib

10 years agoFix bug #68113 (Heap corruption in exif_thumbnail())
Stanislav Malyshev [Sun, 28 Sep 2014 23:57:42 +0000 (16:57 -0700)]
Fix bug #68113 (Heap corruption in exif_thumbnail())

10 years agoFix bug #68089 - do not accept options with embedded \0
Stanislav Malyshev [Mon, 29 Sep 2014 00:53:49 +0000 (17:53 -0700)]
Fix bug #68089 - do not accept options with embedded \0

Conflicts:
ext/curl/interface.c