]> granicus.if.org Git - php/log
php
12 years ago- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).

12 years ago- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).

12 years ago- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
  already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).

12 years agoadd --PUT-- section support based on POST_RAW
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW

12 years ago- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini
Pierre Joye [Sat, 17 Mar 2012 08:52:27 +0000 (08:52 +0000)]
- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini

12 years agoFix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
Adam Harvey [Fri, 16 Mar 2012 02:07:46 +0000 (02:07 +0000)]
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

12 years agoFixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

12 years agoFixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

12 years agoTest for MySQL version.Variable is deprecated in MySQL 5.6.
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.

12 years ago- Fixed bug #61374: html_entity_decode tries to decode code points that don't
Gustavo André dos Santos Lopes [Tue, 13 Mar 2012 18:08:30 +0000 (18:08 +0000)]
- Fixed bug #61374: html_entity_decode tries to decode code points that don't
  exist in ISO-8859-1.

12 years agoTest portability and coverage changes
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes

12 years agoFixed bug #60222 (time_nanosleep() does validate input params).
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).

12 years agoreduce memory usage
Xinchen Hui [Mon, 12 Mar 2012 14:52:02 +0000 (14:52 +0000)]
reduce memory usage

12 years agoFixed bug #60569 (Nullbyte truncates Exception $message).
Ilia Alshanetsky [Sun, 11 Mar 2012 18:15:13 +0000 (18:15 +0000)]
Fixed bug #60569 (Nullbyte truncates Exception $message).

12 years ago- Fixed memory leak when calling SplFileInfo's constructor twice
Felipe Pena [Sun, 11 Mar 2012 15:42:57 +0000 (15:42 +0000)]
- Fixed memory leak when calling SplFileInfo's constructor twice

12 years agoFixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
Xinchen Hui [Sun, 11 Mar 2012 15:28:31 +0000 (15:28 +0000)]
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)

12 years agoFix wrong type in the marco of fetching thread globals
Xinchen Hui [Sun, 11 Mar 2012 15:12:28 +0000 (15:12 +0000)]
Fix wrong type in the marco of fetching thread globals

12 years agofix test
Xinchen Hui [Sun, 11 Mar 2012 14:44:07 +0000 (14:44 +0000)]
fix test

12 years agoFixed bug #61088 (Memory leak in readline_callback_handler_install).
Xinchen Hui [Sun, 11 Mar 2012 09:19:38 +0000 (09:19 +0000)]
Fixed bug #61088 (Memory leak in readline_callback_handler_install).

12 years agoImplemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME...
Xinchen Hui [Sun, 11 Mar 2012 08:56:14 +0000 (08:56 +0000)]
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)

12 years agoAdd Moriyoshi Koizumi and I to the cli SAPI credits
Xinchen Hui [Sun, 11 Mar 2012 08:41:40 +0000 (08:41 +0000)]
Add Moriyoshi Koizumi and I to the cli SAPI credits

12 years agoFixed bug #61347 (inconsist isset behavior of Arrayobject)
Xinchen Hui [Sun, 11 Mar 2012 08:27:55 +0000 (08:27 +0000)]
Fixed bug #61347 (inconsist isset behavior of Arrayobject)

12 years ago- Fixed bug #61326 (ArrayObject comparison).
Gustavo André dos Santos Lopes [Sat, 10 Mar 2012 17:19:39 +0000 (17:19 +0000)]
- Fixed bug #61326 (ArrayObject comparison).

12 years agoFixed bug #60842, #51775 (Chunked response parsing error when chunksize length line...
Ilia Alshanetsky [Thu, 8 Mar 2012 20:14:26 +0000 (20:14 +0000)]
Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).

12 years ago- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 12:39:48 +0000 (12:39 +0000)]
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.

12 years ago- Fixed bug #61253: Wrappers opened with errors concurrency problem
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 12:30:59 +0000 (12:30 +0000)]
- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

12 years ago- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 08:52:28 +0000 (08:52 +0000)]
- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed
  rows on postgresql >= 9

12 years agoFixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
Ilia Alshanetsky [Thu, 8 Mar 2012 03:31:46 +0000 (03:31 +0000)]
Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())

12 years ago- Tentative fix for bug #61306.
Gustavo André dos Santos Lopes [Wed, 7 Mar 2012 08:51:30 +0000 (08:51 +0000)]
- Tentative fix for bug #61306.
#cjones: Will update NEWS when confirmed it fixes the problem.

12 years agoMake "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid...
Christopher Jones [Tue, 6 Mar 2012 21:30:59 +0000 (21:30 +0000)]
Make "buildconf --force" more robust, per IRC chat.  Not backported to 5.3 to avoid destabilization.

12 years agoFixed version numbers.
Derick Rethans [Tue, 6 Mar 2012 18:34:10 +0000 (18:34 +0000)]
Fixed version numbers.

12 years agoAdd test for bug #61292, bug was fixed in -r323935
Xinchen Hui [Tue, 6 Mar 2012 06:24:50 +0000 (06:24 +0000)]
Add test for bug #61292, bug was fixed in -r323935

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 agoAlign section headings with the latest (5.4) migration on-line doc.
Christopher Jones [Mon, 5 Mar 2012 20:14:04 +0000 (20:14 +0000)]
Align section headings with the latest (5.4) migration on-line doc.
This will aid future reuse of UPGRADING text.

12 years agofix bug #61287 (A particular string fails to decompress)
Michael Wallner [Mon, 5 Mar 2012 15:35:22 +0000 (15:35 +0000)]
fix 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 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 ago- Allow Windows builds targeting Vista and above have access to the RFC 3678
Gustavo André dos Santos Lopes [Sun, 4 Mar 2012 19:17:49 +0000 (19:17 +0000)]
- Allow Windows builds targeting Vista and above have access to the RFC 3678
  API for multicasting.

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- notes about xp&2003 drop
Pierre Joye [Sun, 4 Mar 2012 17:02:55 +0000 (17:02 +0000)]
- notes about xp&2003 drop

12 years agoNEWS and UPGRADING for r323862
Nikita Popov [Sun, 4 Mar 2012 16:32:01 +0000 (16:32 +0000)]
NEWS and UPGRADING for r323862

12 years ago- bump minimum version, no more XP/2003
Pierre Joye [Sun, 4 Mar 2012 15:08:12 +0000 (15:08 +0000)]
- bump minimum version, no more XP/2003

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 agoDeprecate /e modifier
Nikita Popov [Sun, 4 Mar 2012 13:39:12 +0000 (13:39 +0000)]
Deprecate /e modifier

See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier.

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 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 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 #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 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 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 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 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 agoFix bug 61193
Rasmus Lerdorf [Mon, 27 Feb 2012 12:16:39 +0000 (12:16 +0000)]
Fix bug 61193

12 years agoImprove fix for #61165, the previous one cause #43450 test failed
Xinchen Hui [Sun, 26 Feb 2012 14:56:26 +0000 (14:56 +0000)]
Improve fix for #61165, the previous one cause #43450 test failed

12 years agoFixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
Xinchen Hui [Sat, 25 Feb 2012 14:15:11 +0000 (14:15 +0000)]
Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)

12 years agoFixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static...
Xinchen Hui [Sat, 25 Feb 2012 13:56:59 +0000 (13:56 +0000)]
Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)

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 agofix phpt : fopen(data://) requires allow_url_fopen=1
Olivier DOUCET [Sat, 25 Feb 2012 12:44:46 +0000 (12:44 +0000)]
fix phpt : fopen(data://) requires allow_url_fopen=1

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

13 years agomerge test to 5.3, and remove xfail since the bug was fixed
Xinchen Hui [Sat, 25 Feb 2012 05:18:40 +0000 (05:18 +0000)]
merge test to 5.3, and remove xfail since the bug was fixed

13 years agoFixed bug #61165 (Segfault - strip_tags())
Xinchen Hui [Sat, 25 Feb 2012 04:36:08 +0000 (04:36 +0000)]
Fixed bug #61165 (Segfault - strip_tags())

13 years agoFix test
Xinchen Hui [Sat, 25 Feb 2012 03:19:27 +0000 (03:19 +0000)]
Fix test

13 years agotypo
Xinchen Hui [Sat, 25 Feb 2012 03:16:28 +0000 (03:16 +0000)]
typo

13 years agotest for bug #61011
Xinchen Hui [Sat, 25 Feb 2012 03:14:16 +0000 (03:14 +0000)]
test for bug #61011

13 years agoTests for bug #61165
Xinchen Hui [Sat, 25 Feb 2012 03:12:54 +0000 (03:12 +0000)]
Tests for bug #61165

13 years ago- Better fix for #61115.
Gustavo André dos Santos Lopes [Fri, 24 Feb 2012 22:56:21 +0000 (22:56 +0000)]
- Better fix for #61115.
- Fixed resource leak in stream_socket_client().

13 years ago- Fixed bug #61173 (Unable to detect error from finfo constructor).
Gustavo André dos Santos Lopes [Fri, 24 Feb 2012 10:01:39 +0000 (10:01 +0000)]
- Fixed bug #61173 (Unable to detect error from finfo constructor).
- Tidied up NEWS

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 ago- Fixed bug #61115 (stream related segfault on fatal error in
Gustavo André dos Santos Lopes [Wed, 22 Feb 2012 11:45:26 +0000 (11:45 +0000)]
- Fixed bug #61115 (stream related segfault on fatal error in
  php_stream_context_link).
#run-tests.php is not currently detecting the segfault in the test
#Missing 5.4 merge

13 years ago- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.
Gustavo André dos Santos Lopes [Wed, 22 Feb 2012 10:08:37 +0000 (10:08 +0000)]
- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.
- Added information about removal of streams pooling API.

13 years ago- Revert r134029. The streams pooling API was never used in more
Gustavo André dos Santos Lopes [Tue, 21 Feb 2012 21:55:00 +0000 (21:55 +0000)]
- Revert r134029. The streams pooling API was never used in more
  than 8 years and therefore unnecessarily adds complexity.

13 years agoAdd a __wakeup() method to SplFixedArray, thereby fixing serialising an
Adam Harvey [Tue, 21 Feb 2012 10:34:42 +0000 (10:34 +0000)]
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(),
count() return 0, keys are strings).

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 agoFix bug #61139 gzopen leaks when specifying invalid mode
Nikita Popov [Sun, 19 Feb 2012 14:39:29 +0000 (14:39 +0000)]
Fix bug #61139 gzopen leaks when specifying invalid mode

Needs to be merged to 5.4.

13 years agoFix bug #61097 Memory leak in xmlrpc functions copying zvals
Nikita Popov [Sat, 18 Feb 2012 14:58:19 +0000 (14:58 +0000)]
Fix bug #61097 Memory leak in xmlrpc functions copying zvals

Needs to be merged to 5.4.

13 years agoFix headers generated by phar
Nikita Popov [Sat, 18 Feb 2012 13:39:13 +0000 (13:39 +0000)]
Fix headers generated by phar

sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing
warnings.

Needs to be merged to 5.4.

13 years agoFix cli server tests broken by r323078
Nikita Popov [Sat, 18 Feb 2012 11:59:13 +0000 (11:59 +0000)]
Fix cli server tests broken by r323078

Needs to be merged to 5.4 after r323078 is merged.

13 years agoI think we should let this be settable from .htaccess to match the other post/upload
Rasmus Lerdorf [Fri, 17 Feb 2012 17:54:11 +0000 (17:54 +0000)]
I think we should let this be settable from .htaccess to match the other post/upload
related limits like upload_max_filesize, post_max_size, and max_input_vars.

13 years agoWeird, what happened here?
Rasmus Lerdorf [Thu, 16 Feb 2012 17:48:30 +0000 (17:48 +0000)]
Weird, what happened here?

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