]> granicus.if.org Git - php/log
php
10 years agoMerge remote-tracking branch 'phpdbg/master' into PHP-5.6
Anatol Belski [Thu, 24 Apr 2014 09:05:52 +0000 (11:05 +0200)]
Merge remote-tracking branch 'phpdbg/master' into PHP-5.6

10 years agouse a portable strndup implementation
Anatol Belski [Thu, 24 Apr 2014 09:01:54 +0000 (11:01 +0200)]
use a portable strndup implementation

10 years agofixed C89 compat
Anatol Belski [Thu, 24 Apr 2014 09:00:36 +0000 (11:00 +0200)]
fixed C89 compat

10 years agoprepare config.w32
Anatol Belski [Thu, 24 Apr 2014 08:58:30 +0000 (10:58 +0200)]
prepare config.w32

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 24 Apr 2014 08:52:59 +0000 (10:52 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix dll export

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 24 Apr 2014 08:52:22 +0000 (10:52 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix dll export

10 years agofix dll export
Anatol Belski [Thu, 24 Apr 2014 08:51:42 +0000 (10:51 +0200)]
fix dll export

10 years agoadd parser files to dist
krakjoe [Thu, 24 Apr 2014 07:09:35 +0000 (08:09 +0100)]
add parser files to dist

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 22 Apr 2014 23:57:47 +0000 (16:57 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix accepting ill-formed UTF-8 characters

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 22 Apr 2014 23:57:17 +0000 (16:57 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix accepting ill-formed UTF-8 characters

Conflicts:
ext/phar/phar_path_check.c

10 years agoFix accepting ill-formed UTF-8 characters
Jakub Zelenka [Mon, 21 Apr 2014 12:02:20 +0000 (13:02 +0100)]
Fix accepting ill-formed UTF-8 characters

Conflicts:
ext/phar/phar_path_check.c

10 years agosapi/litespeed/lsapi_main.c: Fix bug #63228
George Wang [Fri, 12 Oct 2012 17:04:22 +0000 (13:04 -0400)]
sapi/litespeed/lsapi_main.c: Fix bug #63228

Fix compiling error at line 606 (error: format not a string
literal and no format arguments [-Werror=format-security]

10 years agoAdded autogenerated phpdbg parser files to .gitignore
Bob Weinand [Mon, 21 Apr 2014 22:19:38 +0000 (00:19 +0200)]
Added autogenerated phpdbg parser files to .gitignore

10 years agoMerge sapi/phpdbg into PHP-5.6
Bob Weinand [Mon, 21 Apr 2014 21:29:25 +0000 (23:29 +0200)]
Merge sapi/phpdbg into PHP-5.6

10 years agoFixed infinite loop when quitting (sometimes)
Bob Weinand [Mon, 21 Apr 2014 21:14:06 +0000 (23:14 +0200)]
Fixed infinite loop when quitting (sometimes)

10 years agofixup help, behaviour of step command when not executing
krakjoe [Mon, 21 Apr 2014 21:00:21 +0000 (22:00 +0100)]
fixup help, behaviour of step command when not executing

10 years agobuffer input to repeat commands
krakjoe [Mon, 21 Apr 2014 20:43:19 +0000 (21:43 +0100)]
buffer input to repeat commands

10 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 21 Apr 2014 20:28:02 +0000 (21:28 +0100)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

10 years agoremove -e option in favour of taking script from argv[]
krakjoe [Mon, 21 Apr 2014 20:24:41 +0000 (21:24 +0100)]
remove -e option in favour of taking script from argv[]

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 21 Apr 2014 00:23:15 +0000 (17:23 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 21 Apr 2014 00:22:08 +0000 (17:22 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.

Conflicts:
ext/phar/phar_path_check.c

10 years agoAllow valid multi-byte utf-8 characters to be allowed as file names in phar archives.
Danack [Thu, 13 Feb 2014 14:48:51 +0000 (14:48 +0000)]
Allow valid multi-byte utf-8 characters to be allowed as file names in phar archives.

10 years agoFix #50444: PDO-ODBC changes for 64-bit
Andrew Kehrig [Mon, 24 Feb 2014 17:01:58 +0000 (12:01 -0500)]
Fix #50444: PDO-ODBC changes for 64-bit

This bug is also referenced in
[#61777](https://bugs.php.net/bug.php?id=61777) and is still present in
the latest stable release of the 5.5 branch. I see two tickets exist for
this problem already, and I'm just submitting these changes via github
as a reminder that this is a serious problem for anyone using PDO_ODBC
on the x64 builds.

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 20 Apr 2014 23:36:36 +0000 (16:36 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix a compiler warning in php_rand.h

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 20 Apr 2014 23:35:49 +0000 (16:35 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix a compiler warning in php_rand.h

10 years agoFix a compiler warning in php_rand.h
Rouven Weßling [Mon, 24 Feb 2014 13:45:42 +0000 (14:45 +0100)]
Fix a compiler warning in php_rand.h

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 20 Apr 2014 23:24:15 +0000 (16:24 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix #66908: php-fpm reload leaks epoll_create() file descriptor

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 20 Apr 2014 23:22:31 +0000 (16:22 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #66908: php-fpm reload leaks epoll_create() file descriptor

10 years agoFix #66908: php-fpm reload leaks epoll_create() file descriptor
Julio Pintos [Fri, 14 Mar 2014 19:47:30 +0000 (16:47 -0300)]
Fix #66908: php-fpm reload leaks epoll_create() file descriptor

This patch fixes descriptor leak which could lead to DoS once Max open files is reached

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 20 Apr 2014 22:26:51 +0000 (15:26 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #65701: Do not use cache for file file copy

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 20 Apr 2014 22:24:14 +0000 (15:24 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #65701: Do not use cache for file file copy

10 years agoFix bug #65701: Do not use cache for file file copy
Boro Sitnikovski [Mon, 14 Apr 2014 08:02:11 +0000 (10:02 +0200)]
Fix bug #65701: Do not use cache for file file copy

10 years agoFixed stepping
Bob Weinand [Sun, 20 Apr 2014 18:20:59 +0000 (20:20 +0200)]
Fixed stepping

10 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
Bob Weinand [Sun, 20 Apr 2014 17:55:44 +0000 (19:55 +0200)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

Conflicts:
phpdbg_help.c
phpdbg_prompt.c

10 years agostep by line and opcode modes preserved, set stepping added, help updated
krakjoe [Sun, 20 Apr 2014 17:46:35 +0000 (18:46 +0100)]
step by line and opcode modes preserved, set stepping added, help updated

10 years agorename next to continue, cleanup help
krakjoe [Sun, 20 Apr 2014 16:10:52 +0000 (17:10 +0100)]
rename next to continue, cleanup help

10 years agoUpdate help
Bob Weinand [Sun, 20 Apr 2014 14:55:49 +0000 (16:55 +0200)]
Update help

10 years agoStepping is now line by line with gdb style command
Bob Weinand [Sun, 20 Apr 2014 14:47:24 +0000 (16:47 +0200)]
Stepping is now line by line with gdb style command

10 years agoFixed potential bug in run command
Bob Weinand [Sun, 20 Apr 2014 11:28:11 +0000 (13:28 +0200)]
Fixed potential bug in run command

10 years agoBreakpoints now hit only once if line was not switched
Bob Weinand [Sun, 20 Apr 2014 11:25:28 +0000 (13:25 +0200)]
Breakpoints now hit only once if line was not switched

10 years agoAdded error on compile failure in exec cmd
Bob Weinand [Sun, 20 Apr 2014 10:54:50 +0000 (12:54 +0200)]
Added error on compile failure in exec cmd

10 years agoremove compile command
krakjoe [Sat, 19 Apr 2014 20:22:09 +0000 (21:22 +0100)]
remove compile command

10 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Sat, 19 Apr 2014 20:09:10 +0000 (21:09 +0100)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

10 years agoauto compile when execution context set
krakjoe [Sat, 19 Apr 2014 20:08:54 +0000 (21:08 +0100)]
auto compile when execution context set

10 years agoupdated libs versions
Anatol Belski [Fri, 18 Apr 2014 14:08:42 +0000 (16:08 +0200)]
updated libs versions

10 years agoadded some notes about the win build system
Anatol Belski [Fri, 18 Apr 2014 14:04:15 +0000 (16:04 +0200)]
added some notes about the win build system

10 years agoUPGRADING note about bug #67072
Anatol Belski [Fri, 18 Apr 2014 13:54:49 +0000 (15:54 +0200)]
UPGRADING note about bug #67072

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 18 Apr 2014 13:54:17 +0000 (15:54 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  UPGRADING note about bug #67072
  UPGRADING note about bug #67072

10 years agoUPGRADING note about bug #67072
Anatol Belski [Fri, 18 Apr 2014 13:50:15 +0000 (15:50 +0200)]
UPGRADING note about bug #67072

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 18 Apr 2014 13:44:18 +0000 (15:44 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  UPGRADING note about bug #67072

10 years agoUPGRADING note about bug #67072
Anatol Belski [Fri, 18 Apr 2014 13:43:05 +0000 (15:43 +0200)]
UPGRADING note about bug #67072

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 18 Apr 2014 13:17:12 +0000 (15:17 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  refixed the test related to bug #67072
  Improved the fix for bug #67072, thanks Nikita

10 years agorefixed the test related to bug #67072
Anatol Belski [Fri, 18 Apr 2014 13:16:09 +0000 (15:16 +0200)]
refixed the test related to bug #67072

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 18 Apr 2014 13:14:42 +0000 (15:14 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Improved the fix for bug #67072, thanks Nikita

10 years agoImproved the fix for bug #67072, thanks Nikita
Anatol Belski [Fri, 18 Apr 2014 13:13:32 +0000 (15:13 +0200)]
Improved the fix for bug #67072, thanks Nikita

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 18 Apr 2014 00:36:26 +0000 (17:36 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test case for 5328d42

10 years agoFixed test case for 5328d42
Tjerk Meesters [Fri, 18 Apr 2014 00:29:32 +0000 (08:29 +0800)]
Fixed test case for 5328d42

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Bob Weinand [Thu, 17 Apr 2014 15:23:05 +0000 (17:23 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Bob Weinand [Thu, 17 Apr 2014 15:21:21 +0000 (17:21 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agoThese links to ~helly don't work anymore.
Levi Morrison [Thu, 17 Apr 2014 14:46:38 +0000 (08:46 -0600)]
These links to ~helly don't work anymore.

10 years agoupdated NEWS
Anatol Belski [Thu, 17 Apr 2014 09:08:27 +0000 (11:08 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 17 Apr 2014 09:07:22 +0000 (11:07 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  Fixed bug #67072 Echoing unserialized "SplFileObject" crash

10 years agoupdated NEWS
Anatol Belski [Thu, 17 Apr 2014 09:06:55 +0000 (11:06 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 17 Apr 2014 09:05:21 +0000 (11:05 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #67072 Echoing unserialized "SplFileObject" crash

Conflicts:
ext/standard/var_unserializer.c

10 years agoFixed bug #67072 Echoing unserialized "SplFileObject" crash
Anatol Belski [Thu, 17 Apr 2014 08:48:14 +0000 (10:48 +0200)]
Fixed bug #67072 Echoing unserialized "SplFileObject" crash

The actual issue lays in the unserializer code which doesn't honor
the unserialize callback. By contrast, the serialize callback is
respected. This leads to the situation that even if a class has
disabled the serialization explicitly, user could still construct
a vulnerable string which would result bad things when trying
to unserialize.

This conserns also the classes implementing Serializable as well
as some core classes disabling serialize/unserialize callbacks
explicitly (PDO, SimpleXML, SplFileInfo and co). As of now, the
flow is first to call the unserialize callback (if available),
then call __wakeup. If the unserialize callback returns with no
success, no object is instantiated. This makes the scheme used
by internal classes effective, to disable unserialize just assign
zend_class_unserialize_deny as callback.

10 years agoCommented out a few PHPDBG_IS_QUITTING checks to fix bug
Bob Weinand [Wed, 16 Apr 2014 18:55:41 +0000 (20:55 +0200)]
Commented out a few PHPDBG_IS_QUITTING checks to fix bug
If it does not work, please revert...

10 years agocommand tokens just available at the beginning now
Bob Weinand [Wed, 16 Apr 2014 18:55:29 +0000 (20:55 +0200)]
command tokens just available at the beginning now

10 years agoAlso check for length to not segfault
Bob Weinand [Wed, 16 Apr 2014 18:55:02 +0000 (20:55 +0200)]
Also check for length to not segfault

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 16 Apr 2014 18:49:21 +0000 (20:49 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated UPGRADING

10 years agoupdated UPGRADING
Anatol Belski [Wed, 16 Apr 2014 18:48:31 +0000 (20:48 +0200)]
updated UPGRADING

10 years agoupdated UPGRADING
Anatol Belski [Wed, 16 Apr 2014 18:47:17 +0000 (20:47 +0200)]
updated UPGRADING

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 16 Apr 2014 13:08:34 +0000 (15:08 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  correct the bug #67081 fix

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 16 Apr 2014 13:08:08 +0000 (15:08 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  correct the bug #67081 fix

10 years agocorrect the bug #67081 fix
Anatol Belski [Wed, 16 Apr 2014 13:06:57 +0000 (15:06 +0200)]
correct the bug #67081 fix

10 years agoupdated NEWS
Anatol Belski [Wed, 16 Apr 2014 12:16:36 +0000 (14:16 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 16 Apr 2014 12:15:52 +0000 (14:15 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset

10 years agoupdated NEWS
Anatol Belski [Wed, 16 Apr 2014 12:15:26 +0000 (14:15 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 16 Apr 2014 12:14:52 +0000 (14:14 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset

10 years agoFixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not...
Anatol Belski [Wed, 16 Apr 2014 12:13:45 +0000 (14:13 +0200)]
Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset

10 years agoUpdated version number to 0.4.0
Bob Weinand [Wed, 16 Apr 2014 11:56:26 +0000 (13:56 +0200)]
Updated version number to 0.4.0
Made run accept any input and lexer re2c compatible

10 years agoFixed bug: ev output was buffered instead of directly displayed
Bob Weinand [Wed, 16 Apr 2014 09:40:29 +0000 (11:40 +0200)]
Fixed bug: ev output was buffered instead of directly displayed

10 years agoupdated NEWS
Anatol Belski [Wed, 16 Apr 2014 07:49:48 +0000 (09:49 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 16 Apr 2014 07:48:31 +0000 (09:48 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #67079 Missing MIME types for XML/XSL files

10 years agoFixed bug #67079 Missing MIME types for XML/XSL files
Anatol Belski [Wed, 16 Apr 2014 07:47:49 +0000 (09:47 +0200)]
Fixed bug #67079 Missing MIME types for XML/XSL files

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 16 Apr 2014 00:17:39 +0000 (17:17 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.29 is next
  5.5.12RC1 setup

Conflicts:
configure.in
main/php_version.h

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 16 Apr 2014 00:15:21 +0000 (17:15 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.29 is next

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.29 is next
Stanislav Malyshev [Tue, 15 Apr 2014 23:51:38 +0000 (16:51 -0700)]
5.4.29 is next

10 years agoFixed bug #66907 Solaris 10 is missing strcasestr and needs substitute
Anatol Belski [Tue, 15 Apr 2014 17:26:49 +0000 (10:26 -0700)]
Fixed bug #66907 Solaris 10 is missing strcasestr and needs substitute

10 years agoFixed refcount removing if specified
Bob Weinand [Tue, 15 Apr 2014 17:20:01 +0000 (19:20 +0200)]
Fixed refcount removing if specified

10 years ago5.5.12RC1 setup
Julien Pauli [Tue, 15 Apr 2014 15:57:27 +0000 (17:57 +0200)]
5.5.12RC1 setup

10 years agoFixed segfault when input == NULL
Bob Weinand [Tue, 15 Apr 2014 15:52:46 +0000 (15:52 +0000)]
Fixed segfault when input == NULL

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 14 Apr 2014 22:47:53 +0000 (15:47 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix test - on CI somebody could create a process in the meantime

10 years agofix test - doesn't seem to produce warning
Stanislav Malyshev [Mon, 14 Apr 2014 22:47:06 +0000 (15:47 -0700)]
fix test - doesn't seem to produce warning

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 14 Apr 2014 22:45:53 +0000 (15:45 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix test - on CI somebody could create a process in the meantime

10 years agoFix test - on CI somebody could create a process in the meantime
Stanislav Malyshev [Mon, 14 Apr 2014 22:43:32 +0000 (15:43 -0700)]
Fix test - on CI somebody could create a process in the meantime

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 14 Apr 2014 21:34:50 +0000 (23:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix windows build

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 14 Apr 2014 21:30:14 +0000 (23:30 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix windows build

10 years agofix windows build
Anatol Belski [Mon, 14 Apr 2014 21:29:38 +0000 (23:29 +0200)]
fix windows build

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 14 Apr 2014 20:36:25 +0000 (13:36 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix #66942: openssl_seal() memory leak
  ws fix

10 years agoFix #66942: openssl_seal() memory leak
Chuan Ma [Tue, 25 Mar 2014 03:24:41 +0000 (23:24 -0400)]
Fix #66942: openssl_seal() memory leak

Fix #66952: memory leak in openssl_open()