]> granicus.if.org Git - php/log
php
12 years agoFixed bug #61292 (Segfault while calling a method on an overloaded PDO object)
Xinchen Hui [Tue, 6 Mar 2012 03:45:27 +0000 (03:45 +0000)]
Fixed bug #61292 (Segfault while calling a method on an overloaded PDO object)

12 years agoApply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
Johannes Schlüter [Tue, 6 Mar 2012 01:43:49 +0000 (01:43 +0000)]
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails

12 years agoFix bug #61003 mysql_stat() require a valid connection
Johannes Schlüter [Tue, 6 Mar 2012 00:15:40 +0000 (00:15 +0000)]
Fix bug #61003 mysql_stat() require a valid connection

12 years agoFix bug #61194 PDO should export compression flag with myslqnd
Johannes Schlüter [Mon, 5 Mar 2012 23:57:24 +0000 (23:57 +0000)]
Fix bug #61194 PDO should export compression flag with myslqnd

12 years agoFix bug #60948 mysqlnd FTBFS when -Wformat-security is enabled
Johannes Schlüter [Mon, 5 Mar 2012 23:55:12 +0000 (23:55 +0000)]
Fix bug #60948 mysqlnd FTBFS when -Wformat-security is enabled

# 5.3 not affected

12 years agoFix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always work
Johannes Schlüter [Mon, 5 Mar 2012 23:38:15 +0000 (23:38 +0000)]
Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always work

12 years ago- fix bug #61290, fix build
Pierre Joye [Mon, 5 Mar 2012 20:53:40 +0000 (20:53 +0000)]
- fix bug #61290, fix build

12 years agoMFH: Fixed bug #61287 (A particular string fails to decompress)
Michael Wallner [Mon, 5 Mar 2012 15:38:24 +0000 (15:38 +0000)]
MFH: Fixed bug #61287 (A particular string fails to decompress)

12 years agoFixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header)
Dmitry Stogov [Mon, 5 Mar 2012 12:59:01 +0000 (12:59 +0000)]
Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header)

12 years agoFixed module numbering
Dmitry Stogov [Mon, 5 Mar 2012 12:47:25 +0000 (12:47 +0000)]
Fixed module numbering

12 years ago- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Pierre Joye [Sun, 4 Mar 2012 22:15:12 +0000 (22:15 +0000)]
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro

12 years agoFixed Bug #61052 (Missing error check in trait 'insteadof' clause)
Stefan Marr [Sun, 4 Mar 2012 19:34:19 +0000 (19:34 +0000)]
Fixed Bug #61052 (Missing error check in trait 'insteadof' clause)

12 years ago- size_t may be shorter than long and definitely is not signed. Note that the
Gustavo André dos Santos Lopes [Sun, 4 Mar 2012 19:30:01 +0000 (19:30 +0000)]
- size_t may be shorter than long and definitely is not signed. Note that the
  z modifier was only added in C99, so we can't use it.

12 years agoFixed Bug #60911 (Confusing error message when extending traits)
Stefan Marr [Sun, 4 Mar 2012 18:33:33 +0000 (18:33 +0000)]
Fixed Bug #60911 (Confusing error message when extending traits)

12 years agoFixed Bug #60717 (Order of traits in use statement can cause a fatal error)
Stefan Marr [Sun, 4 Mar 2012 18:26:11 +0000 (18:26 +0000)]
Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)
# Compatibility is now correctly checked in both directions.
# Introduced helper method for the test.

12 years ago- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Pierre Joye [Sun, 4 Mar 2012 15:23:24 +0000 (15:23 +0000)]
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro

12 years agoFix bug #60596: Code Cleanup Removing Superfluous If Statement
Nikita Popov [Sun, 4 Mar 2012 13:52:48 +0000 (13:52 +0000)]
Fix bug #60596: Code Cleanup Removing Superfluous If Statement

Cleanup only, no function change. Patch by ircmaxell.

12 years agoFixed bug #60106 (stream_socket_server silently truncates long unix socket paths)
Ilia Alshanetsky [Sat, 3 Mar 2012 20:36:14 +0000 (20:36 +0000)]
Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)

12 years agoFix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable
Nikita Popov [Sat, 3 Mar 2012 12:46:17 +0000 (12:46 +0000)]
Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable

12 years agoFix bug #52719: array_walk_recursive crashes if third param of the function is by...
Nikita Popov [Fri, 2 Mar 2012 18:05:38 +0000 (18:05 +0000)]
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference

12 years agoArmenia is smarter than the rest of us. They have dropped DST.
Rasmus Lerdorf [Fri, 2 Mar 2012 17:03:19 +0000 (17:03 +0000)]
Armenia is smarter than the rest of us. They have dropped DST.
http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
Fix the test to reflect that.

12 years ago- Updated to version 2012.2 (2012b)
Derick Rethans [Fri, 2 Mar 2012 17:00:33 +0000 (17:00 +0000)]
- Updated to version 2012.2 (2012b)

12 years agoReorder
Christopher Jones [Fri, 2 Mar 2012 15:46:51 +0000 (15:46 +0000)]
Reorder

12 years agoMFH mb_ereg_replace_callback() for security enhancements.
Rui Hirokawa [Fri, 2 Mar 2012 14:19:05 +0000 (14:19 +0000)]
MFH mb_ereg_replace_callback() for security enhancements.

12 years agoMerge: Fix bug #61139: gzopen leaks when specifying invalid mode
Nikita Popov [Fri, 2 Mar 2012 14:16:47 +0000 (14:16 +0000)]
Merge: Fix bug #61139: gzopen leaks when specifying invalid mode

12 years agoMerge: Fix bug #61097: Memory leak in xmlrpc functions copying zvals
Nikita Popov [Fri, 2 Mar 2012 14:08:11 +0000 (14:08 +0000)]
Merge: Fix bug #61097: Memory leak in xmlrpc functions copying zvals

12 years agoForgot NEWS for r323803
Nikita Popov [Fri, 2 Mar 2012 08:25:28 +0000 (08:25 +0000)]
Forgot NEWS for r323803

12 years agoMerge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes
Nikita Popov [Fri, 2 Mar 2012 08:21:54 +0000 (08:21 +0000)]
Merge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes

12 years agoFix bug #61106 Segfault when using header_register_callback
Nikita Popov [Fri, 2 Mar 2012 08:04:51 +0000 (08:04 +0000)]
Fix bug #61106 Segfault when using header_register_callback

The callback was double dtored

12 years agoRemoved get_magic_quotes* functions from the deprecated list, because we love them so
Philip Olson [Fri, 2 Mar 2012 07:54:56 +0000 (07:54 +0000)]
Removed get_magic_quotes* functions from the deprecated list, because we love them so

12 years agoFix tests that break if filter.default isn't set to unsafe_raw
Rasmus Lerdorf [Fri, 2 Mar 2012 05:04:40 +0000 (05:04 +0000)]
Fix tests that break if filter.default isn't set to unsafe_raw

12 years agoMFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner...
Xinchen Hui [Fri, 2 Mar 2012 03:52:06 +0000 (03:52 +0000)]
MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)

12 years agoFixed ldap typos
Philip Olson [Fri, 2 Mar 2012 03:51:26 +0000 (03:51 +0000)]
Fixed ldap typos

12 years agoAnd fix the test cases as well
Rasmus Lerdorf [Fri, 2 Mar 2012 03:43:07 +0000 (03:43 +0000)]
And fix the test cases as well

12 years agoMFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
Xinchen Hui [Fri, 2 Mar 2012 03:40:40 +0000 (03:40 +0000)]
MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)

12 years agoActually, this was a merge from trunk, and Gustavo did it originally.
Rasmus Lerdorf [Fri, 2 Mar 2012 03:40:08 +0000 (03:40 +0000)]
Actually, this was a merge from trunk, and Gustavo did it originally.

12 years agoMFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
Adam Harvey [Fri, 2 Mar 2012 03:39:04 +0000 (03:39 +0000)]
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).

12 years agoCLI Server was sending "Connection: closed" instead of "Connection: close"
Rasmus Lerdorf [Fri, 2 Mar 2012 03:38:04 +0000 (03:38 +0000)]
CLI Server was sending "Connection: closed" instead of "Connection: close"

12 years agoMFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invoke...
Xinchen Hui [Fri, 2 Mar 2012 03:36:30 +0000 (03:36 +0000)]
MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())

12 years agoMFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)
Xinchen Hui [Fri, 2 Mar 2012 03:32:12 +0000 (03:32 +0000)]
MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)

12 years agoMFH: Fixed bug #60978 (exit code incorrect)
Xinchen Hui [Fri, 2 Mar 2012 03:25:41 +0000 (03:25 +0000)]
MFH: Fixed bug #60978 (exit code incorrect)

12 years agoMFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
Xinchen Hui [Fri, 2 Mar 2012 03:18:04 +0000 (03:18 +0000)]
MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars)

12 years agoMFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing...
Xinchen Hui [Fri, 2 Mar 2012 03:12:15 +0000 (03:12 +0000)]
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)

12 years agoMFH: Fixed bug #61072 (Memory leak when restoring an exception handler).
Xinchen Hui [Fri, 2 Mar 2012 02:56:08 +0000 (02:56 +0000)]
MFH: Fixed bug #61072 (Memory leak when restoring an exception handler).

12 years agoMFH: Fix bug #61165 (Segfault - strip_tags())
Xinchen Hui [Fri, 2 Mar 2012 02:51:57 +0000 (02:51 +0000)]
MFH: Fix bug #61165 (Segfault - strip_tags())

12 years agoFixed bug #61225 (Lexing 0b0*+<NUM> incorectly)
Pierrick Charron [Fri, 2 Mar 2012 02:36:31 +0000 (02:36 +0000)]
Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)

12 years agomagic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED...
Philip Olson [Fri, 2 Mar 2012 02:02:36 +0000 (02:02 +0000)]
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group

12 years agoMention file upload progress support: http://php.net/manual/en/session.upload-progres...
Christopher Jones [Fri, 2 Mar 2012 01:41:05 +0000 (01:41 +0000)]
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php

12 years agoRemoved class constants (these were added in 5.3.7), and added the new Zlib functions
Philip Olson [Fri, 2 Mar 2012 01:09:12 +0000 (01:09 +0000)]
Removed class constants (these were added in 5.3.7), and added the new Zlib functions

12 years agoFixed bug #61172 (Add Apache 2.4 support)
Christopher Jones [Fri, 2 Mar 2012 00:07:41 +0000 (00:07 +0000)]
Fixed bug #61172 (Add Apache 2.4 support)

12 years agoMerge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIR
Rasmus Lerdorf [Thu, 1 Mar 2012 22:49:03 +0000 (22:49 +0000)]
Merge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIR

12 years agoMerge fix for bug 61193
Rasmus Lerdorf [Thu, 1 Mar 2012 22:34:23 +0000 (22:34 +0000)]
Merge fix for bug 61193

12 years agoSync sqlite -> PECL terminology with release announcement's
Christopher Jones [Thu, 1 Mar 2012 21:08:56 +0000 (21:08 +0000)]
Sync sqlite -> PECL terminology with release announcement's

12 years agoReorganized to remove duplication. Cross checked a few php.ini settings.
Christopher Jones [Thu, 1 Mar 2012 20:42:12 +0000 (20:42 +0000)]
Reorganized to remove duplication.  Cross checked a few php.ini settings.

Area owners need to do a thorough review of this file.

12 years agoSome basic tidy up and whitespace fixes.
Christopher Jones [Thu, 1 Mar 2012 18:27:47 +0000 (18:27 +0000)]
Some basic tidy up and whitespace fixes.

The file still needs section disambiguation to remove duplicate
entries.

12 years agoTidy up PHP 5.4.0 section, incuding removing most (?) bugs in new
Christopher Jones [Thu, 1 Mar 2012 17:59:59 +0000 (17:59 +0000)]
Tidy up PHP 5.4.0 section, incuding removing most (?) bugs in new
features found/fixed during RC phase, and removing 5.4 section entries
for bugs already publicly released in PHP <= 5.3.10.

There are still many things in UPGRADING not mentioned here.

12 years agoFixed memory leak in substr_replace
Pierrick Charron [Thu, 1 Mar 2012 15:10:29 +0000 (15:10 +0000)]
Fixed memory leak in substr_replace

12 years ago- Updated to version 2012.1 (2012a)
Derick Rethans [Thu, 1 Mar 2012 15:09:49 +0000 (15:09 +0000)]
- Updated to version 2012.1 (2012a)

12 years agoback to dev
Stanislav Malyshev [Wed, 29 Feb 2012 07:24:27 +0000 (07:24 +0000)]
back to dev

12 years ago5.4.0
Stanislav Malyshev [Wed, 29 Feb 2012 07:22:43 +0000 (07:22 +0000)]
5.4.0

12 years agoprepare NEWS for 5.4.0
Stanislav Malyshev [Wed, 29 Feb 2012 00:50:00 +0000 (00:50 +0000)]
prepare NEWS for 5.4.0

12 years agoremove -dev for release
Stanislav Malyshev [Tue, 28 Feb 2012 18:43:44 +0000 (18:43 +0000)]
remove -dev for release

12 years ago- fix bug #60879, unserialize does not invoke __wakeup
Pierre Joye [Tue, 28 Feb 2012 18:36:10 +0000 (18:36 +0000)]
- fix bug #60879, unserialize does not invoke __wakeup

12 years agoupdate credits
Stanislav Malyshev [Sun, 26 Feb 2012 06:23:14 +0000 (06:23 +0000)]
update credits

12 years agotest for bug #61124
Olivier DOUCET [Sat, 25 Feb 2012 13:27:57 +0000 (13:27 +0000)]
test for bug #61124

12 years agomore verbose skip reason in test files with not so obvious extension requirements
Olivier DOUCET [Sat, 25 Feb 2012 12:10:41 +0000 (12:10 +0000)]
more verbose skip reason in test files with not so obvious extension requirements

12 years agofix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1
Olivier DOUCET [Sat, 25 Feb 2012 10:58:30 +0000 (10:58 +0000)]
fix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1

13 years agoFixed bug #61124 (Crash when decoding an invalid base64 encoded string).
Scott MacVicar [Thu, 23 Feb 2012 01:26:46 +0000 (01:26 +0000)]
Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).

13 years agoFix #61095 (Lexing 0x0*+<NUM> incorrectly)
Etienne Kneuss [Mon, 20 Feb 2012 18:28:57 +0000 (18:28 +0000)]
Fix #61095 (Lexing 0x0*+<NUM> incorrectly)

13 years agofix race condition in find (it was finding the copied files over and over again,...
Nuno Lopes [Mon, 20 Feb 2012 16:01:34 +0000 (16:01 +0000)]
fix race condition in find (it was finding the copied files over and over again, and recursing forever)

13 years agoNEWS for r323219
Michael Wallner [Thu, 16 Feb 2012 09:04:32 +0000 (09:04 +0000)]
NEWS for r323219

13 years agoback to dev
Stanislav Malyshev [Thu, 16 Feb 2012 07:47:02 +0000 (07:47 +0000)]
back to dev

13 years ago5.4.0rc8
Stanislav Malyshev [Thu, 16 Feb 2012 07:45:08 +0000 (07:45 +0000)]
5.4.0rc8

13 years agomake ZEND_SIGNALS configurable, off by default
Stanislav Malyshev [Thu, 16 Feb 2012 01:51:45 +0000 (01:51 +0000)]
make ZEND_SIGNALS configurable, off by default
also make ZEND_SIGNALS enabled and disabled binary-compatible

13 years agofix compat function not passing along input buffer with php_output_context_pass(...
Michael Wallner [Tue, 14 Feb 2012 19:31:54 +0000 (19:31 +0000)]
fix compat function not passing along input buffer with php_output_context_pass() if the output_handler_func does not set out_str

13 years agoFixed reinitialization of SAPI callbacks after php_module_startup()
Dmitry Stogov [Tue, 14 Feb 2012 13:31:23 +0000 (13:31 +0000)]
Fixed reinitialization of SAPI callbacks after php_module_startup()

13 years agoThis one depends on max_input_vars as well
Rasmus Lerdorf [Tue, 14 Feb 2012 09:50:46 +0000 (09:50 +0000)]
This one depends on max_input_vars as well

13 years agoThese tests fail unless max_input_vars and/or max_file_uploads is set high enough
Rasmus Lerdorf [Tue, 14 Feb 2012 09:47:32 +0000 (09:47 +0000)]
These tests fail unless max_input_vars and/or max_file_uploads is set high enough

13 years agoAdded ability to reset user opcode handlers (Yoram)
Dmitry Stogov [Tue, 14 Feb 2012 09:27:08 +0000 (09:27 +0000)]
Added ability to reset user opcode handlers (Yoram)

13 years agoImproved max_input_vars directive to check nested variables
Dmitry Stogov [Tue, 14 Feb 2012 08:58:52 +0000 (08:58 +0000)]
Improved max_input_vars directive to check nested variables

13 years agoAdd credit line for the PHP Output Handler
David Soria Parra [Mon, 13 Feb 2012 19:54:51 +0000 (19:54 +0000)]
Add credit line for the PHP Output Handler

13 years agochange 6.0.0 to 5.4.0
Stanislav Malyshev [Wed, 8 Feb 2012 20:12:44 +0000 (20:12 +0000)]
change 6.0.0 to 5.4.0

13 years agoRevert -r319102 and -r322922 in 5.4 branch since they introduce #60978
Xinchen Hui [Wed, 8 Feb 2012 03:03:05 +0000 (03:03 +0000)]
Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978
Fixed #60978 in trunk without reverting previous fix
#see http://news.php.net/php.internals/57789

13 years agofix bug #54682 (tidy null pointer dereference)
Antony Dovgal [Tue, 7 Feb 2012 20:49:10 +0000 (20:49 +0000)]
fix bug #54682 (tidy null pointer dereference)

13 years agoFix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip...
Christopher Jones [Tue, 7 Feb 2012 01:15:13 +0000 (01:15 +0000)]
Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas

13 years agoForce allow_url_fopen to fix qa.php.net/reports diffs
Christopher Jones [Mon, 6 Feb 2012 23:52:42 +0000 (23:52 +0000)]
Force allow_url_fopen to fix qa.php.net/reports diffs

13 years agoMask different curl message. Now passes on Oracle Linux 5
Christopher Jones [Mon, 6 Feb 2012 23:31:51 +0000 (23:31 +0000)]
Mask different curl message. Now passes on Oracle Linux 5

13 years agoAllow alternative curl output shown in several qa.php.net/reports logs
Christopher Jones [Mon, 6 Feb 2012 23:14:47 +0000 (23:14 +0000)]
Allow alternative curl output shown in several qa.php.net/reports logs

13 years agomerging the patch from bug #52078, fixes the test on disk with huge inode size(filein...
Ferenc Kovacs [Mon, 6 Feb 2012 22:47:21 +0000 (22:47 +0000)]
merging the patch from bug #52078, fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there).

13 years agoSafer way to call pcre_fullinfo - bug 60986
Rasmus Lerdorf [Mon, 6 Feb 2012 18:18:53 +0000 (18:18 +0000)]
Safer way to call pcre_fullinfo - bug 60986

13 years agoFix for bug 60986
Rasmus Lerdorf [Mon, 6 Feb 2012 18:11:56 +0000 (18:11 +0000)]
Fix for bug 60986

13 years agoSame thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
Rasmus Lerdorf [Sun, 5 Feb 2012 10:35:56 +0000 (10:35 +0000)]
Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
is no way to know whether dst should be applied or not.

13 years agoWithout a timezone you can't know whether it is dst or not in this one
Rasmus Lerdorf [Sun, 5 Feb 2012 10:29:34 +0000 (10:29 +0000)]
Without a timezone you can't know whether it is dst or not in this one

13 years agoAnother openssl test that is dependent on the openssl version. The output has
Rasmus Lerdorf [Sun, 5 Feb 2012 10:08:16 +0000 (10:08 +0000)]
Another openssl test that is dependent on the openssl version. The output has
changed in more recent versions. Synch with newer output and consider changing
the test to only pick out the more stable fields instead of all of them.

13 years ago- Merge r323056 (see bug #60965).
Gustavo André dos Santos Lopes [Sun, 5 Feb 2012 09:59:33 +0000 (09:59 +0000)]
- Merge r323056 (see bug #60965).

13 years agofix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http...
Popa Adrian Marius [Sun, 5 Feb 2012 09:58:50 +0000 (09:58 +0000)]
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt

13 years agoNeed EXPECTF here, of course
Rasmus Lerdorf [Sun, 5 Feb 2012 09:52:41 +0000 (09:52 +0000)]
Need EXPECTF here, of course

13 years agoGetting different hashes here. But this test isn't testing the hashes,
Rasmus Lerdorf [Sun, 5 Feb 2012 09:50:14 +0000 (09:50 +0000)]
Getting different hashes here. But this test isn't testing the hashes,
it is just making sure we actually get a hash and don't crash.

13 years agoAccording to the reports on qa this test is failing the same way for everyone.
Rasmus Lerdorf [Sun, 5 Feb 2012 09:32:20 +0000 (09:32 +0000)]
According to the reports on qa this test is failing the same way for everyone.
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.

13 years agoThis test needs gc enabled
Rasmus Lerdorf [Sun, 5 Feb 2012 06:09:22 +0000 (06:09 +0000)]
This test needs gc enabled