]>
granicus.if.org Git - php/log
Igor Wiedler [Sun, 2 Sep 2012 21:18:45 +0000 (23:18 +0200)]
Bug #49341: Add SO_REUSEPORT support for socket_set_option()
This is a BSD-only feature, and it will only be available on BSD.
On other platforms the constant will simply not be set.
Remi Collet [Sat, 1 Dec 2012 09:26:20 +0000 (10:26 +0100)]
NEWS
Remi Collet [Sat, 1 Dec 2012 09:25:49 +0000 (10:25 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
NEWS
Remi Collet [Sat, 1 Dec 2012 09:25:37 +0000 (10:25 +0100)]
NEWS
Remi Collet [Sat, 1 Dec 2012 09:24:02 +0000 (10:24 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
Remi Collet [Sat, 1 Dec 2012 09:20:39 +0000 (10:20 +0100)]
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'
Already known per bug45554 reproducer (also fixed).
Xinchen Hui [Fri, 30 Nov 2012 06:49:35 +0000 (14:49 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Nov 2012 06:48:51 +0000 (14:48 +0800)]
Fixed bug #63377 (Segfault on output buffer)
Xinchen Hui [Fri, 30 Nov 2012 06:33:29 +0000 (14:33 +0800)]
format
Xinchen Hui [Fri, 30 Nov 2012 06:33:24 +0000 (14:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Nov 2012 06:32:15 +0000 (14:32 +0800)]
Format
Xinchen Hui [Fri, 30 Nov 2012 06:29:13 +0000 (14:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Nov 2012 06:28:32 +0000 (14:28 +0800)]
Fixed bug #63398 (Segfault when polling closed link)
Dmitry Stogov [Thu, 29 Nov 2012 12:41:09 +0000 (16:41 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Conflicts:
NEWS
ext/soap/soap.c
Dmitry Stogov [Thu, 29 Nov 2012 12:31:08 +0000 (16:31 +0400)]
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Dmitry Stogov [Thu, 29 Nov 2012 10:38:18 +0000 (14:38 +0400)]
Fixed bug #61557 (Crasher in tt-rss backend.php)
Dmitry Stogov [Thu, 29 Nov 2012 08:38:34 +0000 (12:38 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63635 (Segfault in gc_collect_cycles)
Conflicts:
NEWS
Dmitry Stogov [Thu, 29 Nov 2012 08:25:20 +0000 (12:25 +0400)]
Fixed bug #63635 (Segfault in gc_collect_cycles)
Remi Collet [Wed, 28 Nov 2012 09:45:23 +0000 (10:45 +0100)]
NEWS
Remi Collet [Wed, 28 Nov 2012 09:38:13 +0000 (10:38 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed Bug #63581 Possible buffer overflow
Fixed Bug #63581 Possible null dereference
Remi Collet [Wed, 28 Nov 2012 09:35:04 +0000 (10:35 +0100)]
Fixed Bug #63581 Possible buffer overflow
In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last loop (len = 1024 or 1025). (ack from fat).
This issue where found from by static code analysis tool and, so,
I can't provide any reproducer.
Remi Collet [Wed, 28 Nov 2012 09:31:49 +0000 (10:31 +0100)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
* 'PHP-5.4' of git.php.net:php-src:
BFN #61272
fix bug #61272 ob_start callback get passed empty string
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
This test isn't supposed to pass on windows
Fixed Bug #63614 (Fatal error on Reflection)
Remi Collet [Wed, 28 Nov 2012 09:28:18 +0000 (10:28 +0100)]
Fixed Bug #63581 Possible null dereference
Possible NULL dereference when trying to delete the single item
of a list (ack from fat).
This issues where found from by static code analysis tool and,
so, I can't provide any reproducer.
Remi Collet [Wed, 28 Nov 2012 09:24:32 +0000 (10:24 +0100)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
This test isn't supposed to pass on windows
Fixed Bug #63614 (Fatal error on Reflection)
Michael Wallner [Wed, 28 Nov 2012 09:23:26 +0000 (10:23 +0100)]
BFN #61272
Michael Wallner [Wed, 28 Nov 2012 09:19:44 +0000 (10:19 +0100)]
fix bug #61272 ob_start callback get passed empty string
Anatoliy Belsky [Tue, 27 Nov 2012 15:45:25 +0000 (16:45 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
Conflicts:
NEWS
ext/fileinfo/libmagic.patch
ext/fileinfo/tests/finfo_open_error-win32.phpt
Anatoliy Belsky [Tue, 27 Nov 2012 15:33:58 +0000 (16:33 +0100)]
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
Anatoliy Belsky [Tue, 27 Nov 2012 15:11:53 +0000 (16:11 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
This test isn't supposed to pass on windows
Anatoliy Belsky [Tue, 27 Nov 2012 15:02:55 +0000 (16:02 +0100)]
This test isn't supposed to pass on windows
Xinchen Hui [Tue, 27 Nov 2012 05:35:41 +0000 (13:35 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 27 Nov 2012 05:34:36 +0000 (13:34 +0800)]
Fixed Bug #63614 (Fatal error on Reflection)
Remi Collet [Mon, 26 Nov 2012 11:59:08 +0000 (12:59 +0100)]
Related bug #63588 fix length computation + optimize for speed
Following comment from Yoram "The patch looks fine, except of testing
for true value of utf16 in each iteration."
Also fix the length computation during check phase.
Remi Collet [Sun, 25 Nov 2012 07:14:23 +0000 (08:14 +0100)]
Fixed bug #63588 Duplicate implementation of php_next_utf8_char
Json use an utf8 parser from a third party library, switch to
our implementation of php_next_utf8_char.
This also helps on solving #63520. All the unit tests succeed.
Our implementation also seems a little faster.
json.dsp need to be regenerated.
Remi Collet [Sun, 25 Nov 2012 06:46:02 +0000 (07:46 +0100)]
Fixed Bug #63361 Header not installed
ext/mysqli/php_mysqli_structs.h is installed and includes
mysqli_mysqlnd.h or mysqli_libmysql.h. So this header must also
be installed.
Remi Collet [Sun, 25 Nov 2012 06:40:39 +0000 (07:40 +0100)]
NEWS entries
Stanislav Malyshev [Sun, 25 Nov 2012 00:28:56 +0000 (16:28 -0800)]
fix NEWS
Stanislav Malyshev [Sat, 10 Nov 2012 08:07:44 +0000 (00:07 -0800)]
5.4.10-dev
Remi Collet [Sat, 24 Nov 2012 16:47:51 +0000 (17:47 +0100)]
Fixed Bug #63149 Feature missing with system SQLite
In pdo_sqlite, getColumnMeta should return the table name.
With bundled SQLite library, -DSQLITE_ENABLE_COLUMN_METADATA=1 (other_flags)
enable the feature in SQLite (function sqlite3_column_table_name).
With system SQLite library, this fix detects if sqlite3_column_table_name is
available and add SQLITE_ENABLE_COLUMN_METADATA macro to get the same behavior.
Test already exists: ext/pdo_sqlite/tests/bug_42589.phpt
Remi Collet [Sat, 24 Nov 2012 16:31:18 +0000 (17:31 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
add unit test for bug 63126
NEWS
Remi Collet [Sat, 24 Nov 2012 16:30:48 +0000 (17:30 +0100)]
add unit test for bug 63126
Remi Collet [Sat, 24 Nov 2012 14:23:25 +0000 (15:23 +0100)]
NEWS
Remi Collet [Sat, 24 Nov 2012 14:01:24 +0000 (15:01 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
Remi Collet [Sat, 24 Nov 2012 14:00:03 +0000 (15:00 +0100)]
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
Anatoliy Belsky [Fri, 23 Nov 2012 13:00:30 +0000 (14:00 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Backported the fix for bug #63248 from 5.4+
Anatoliy Belsky [Fri, 23 Nov 2012 12:58:22 +0000 (13:58 +0100)]
Backported the fix for bug #63248 from 5.4+
Anatoliy Belsky [Thu, 22 Nov 2012 18:04:49 +0000 (19:04 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed test for bug #63297
Anatoliy Belsky [Thu, 22 Nov 2012 18:01:09 +0000 (19:01 +0100)]
Fixed test for bug #63297
Johannes Schlüter [Wed, 21 Nov 2012 20:09:57 +0000 (21:09 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 21 Nov 2012 20:09:25 +0000 (21:09 +0100)]
PHP 5.3.19
Xinchen Hui [Wed, 21 Nov 2012 04:30:03 +0000 (12:30 +0800)]
Unused variable copystr
copystr is declared again blow
Dmitry Stogov [Tue, 20 Nov 2012 08:54:40 +0000 (12:54 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63468 (wrong called method as callback with inheritance)
Conflicts:
NEWS
Dmitry Stogov [Tue, 20 Nov 2012 08:51:55 +0000 (12:51 +0400)]
Fixed bug #63468 (wrong called method as callback with inheritance)
Christopher Jones [Sun, 18 Nov 2012 22:20:53 +0000 (14:20 -0800)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src:
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Christopher Jones [Sun, 18 Nov 2012 22:20:49 +0000 (14:20 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Pierrick Charron [Fri, 16 Nov 2012 23:24:42 +0000 (18:24 -0500)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Regenerate Zend ini scanner
Conflicts:
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner_defs.h
Pierrick Charron [Fri, 16 Nov 2012 23:16:21 +0000 (18:16 -0500)]
Regenerate Zend ini scanner
Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h
Pierrick Charron [Fri, 16 Nov 2012 23:07:02 +0000 (18:07 -0500)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Pierrick Charron [Fri, 16 Nov 2012 23:04:14 +0000 (18:04 -0500)]
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Restore the old behavior but keep bug 51094 fixed
Christopher Jones [Fri, 16 Nov 2012 03:29:48 +0000 (19:29 -0800)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src:
Skip test if directory does not exist
Fixed test sapi/cli/tests/006.phpt
Fixed compiler reenterability
Fixed compiler reenterability
UPdated NEWS
Updated NEWS
Christopher Jones [Fri, 16 Nov 2012 03:29:44 +0000 (19:29 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Skip test if directory does not exist
Updated NEWS
Johannes Schlüter [Thu, 15 Nov 2012 11:29:38 +0000 (12:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 15 Nov 2012 11:28:19 +0000 (12:28 +0100)]
Skip test if directory does not exist
Would be good to run this using a directory which is existing
everywhere.
Anatoliy Belsky [Wed, 14 Nov 2012 15:20:59 +0000 (16:20 +0100)]
Fixed test sapi/cli/tests/006.phpt
Third param in preg_match_all() is optional for a while )
Dmitry Stogov [Wed, 14 Nov 2012 13:47:27 +0000 (17:47 +0400)]
Fixed compiler reenterability
Dmitry Stogov [Wed, 14 Nov 2012 13:45:10 +0000 (17:45 +0400)]
Fixed compiler reenterability
Anatoliy Belsky [Wed, 14 Nov 2012 09:06:46 +0000 (10:06 +0100)]
UPdated NEWS
Anatoliy Belsky [Wed, 14 Nov 2012 09:04:27 +0000 (10:04 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Updated NEWS
Anatoliy Belsky [Wed, 14 Nov 2012 09:02:35 +0000 (10:02 +0100)]
Updated NEWS
Anatoliy Belsky [Tue, 13 Nov 2012 18:40:22 +0000 (19:40 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Enabled apache 2.4 handler build option
Conflicts:
sapi/apache2handler/config.w32
Pierre Joye [Tue, 13 Nov 2012 18:34:00 +0000 (19:34 +0100)]
Enabled apache 2.4 handler build option
Derick Rethans [Tue, 13 Nov 2012 10:16:58 +0000 (10:16 +0000)]
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
NEWS
Derick Rethans [Tue, 13 Nov 2012 10:15:34 +0000 (10:15 +0000)]
- Updated to version 2012.10 (2012j)
Derick Rethans [Tue, 13 Nov 2012 10:10:41 +0000 (10:10 +0000)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Derick Rethans [Tue, 13 Nov 2012 10:10:28 +0000 (10:10 +0000)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Adam Harvey [Mon, 12 Nov 2012 12:08:01 +0000 (20:08 +0800)]
Merge branch 'preg_match_all_arginfo' into PHP-5.4
* preg_match_all_arginfo:
Update arginfo for preg_match_all() to reflect reality.
Adam Harvey [Mon, 12 Nov 2012 12:04:26 +0000 (20:04 +0800)]
Update arginfo for preg_match_all() to reflect reality.
Back when I implemented FR #53238 during the 5.4 development phase to make the
$matches parameter optional in preg_match_all(), it turns out I forgot to
update the arginfo to note that only 2 parameters are now required by
preg_match_all(). The function itself works fine, but reflection was reporting
the wrong number of required parameters.
Antony Dovgal [Sun, 11 Nov 2012 18:37:04 +0000 (22:37 +0400)]
fix invalid read when trimming empty string
Antony Dovgal [Sun, 11 Nov 2012 18:37:04 +0000 (22:37 +0400)]
fix invalid read when trimming empty string
Felipe Pena [Fri, 9 Nov 2012 23:28:30 +0000 (21:28 -0200)]
- BFN
Felipe Pena [Fri, 9 Nov 2012 23:23:10 +0000 (21:23 -0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
Felipe Pena [Fri, 9 Nov 2012 23:22:27 +0000 (21:22 -0200)]
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
Johannes Schlüter [Wed, 7 Nov 2012 23:03:37 +0000 (00:03 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
configure.in
main/php_version.h
Johannes Schlüter [Wed, 7 Nov 2012 23:01:43 +0000 (00:01 +0100)]
This will be PHP 5.3.20
Stanislav Malyshev [Wed, 7 Nov 2012 09:18:34 +0000 (01:18 -0800)]
fix NEWS
Xinchen Hui [Wed, 7 Nov 2012 09:08:34 +0000 (17:08 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 7 Nov 2012 09:05:24 +0000 (17:05 +0800)]
Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
Xinchen Hui [Tue, 6 Nov 2012 06:14:55 +0000 (14:14 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Rasmus Lerdorf [Tue, 6 Nov 2012 05:06:18 +0000 (21:06 -0800)]
News entry for png memleak fix
Rasmus Lerdorf [Tue, 6 Nov 2012 05:04:33 +0000 (21:04 -0800)]
News entry for png memleak fix
Rasmus Lerdorf [Tue, 6 Nov 2012 04:58:04 +0000 (20:58 -0800)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Rasmus Lerdorf [Tue, 6 Nov 2012 04:56:19 +0000 (20:56 -0800)]
These need to be volatile in order to prevent leaking after the
longjmp in the error handler
Rasmus Lerdorf [Tue, 6 Nov 2012 04:56:19 +0000 (20:56 -0800)]
These need to be volatile in order to prevent leaking after the
longjmp in the error handler
Derick Rethans [Sun, 4 Nov 2012 16:24:02 +0000 (16:24 +0000)]
Merge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Sun, 4 Nov 2012 16:23:58 +0000 (16:23 +0000)]
- Updated to version 2012.9 (2012i)
Xinchen Hui [Fri, 2 Nov 2012 10:54:27 +0000 (18:54 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 2 Nov 2012 10:52:12 +0000 (18:52 +0800)]
Fixed bug #62444 (Handle leak in is_readable on windows).
Anatoliy Belsky [Wed, 31 Oct 2012 21:55:32 +0000 (22:55 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63241 PHP fails to open Windows deduplicated files.
Anatoliy Belsky [Wed, 31 Oct 2012 21:41:03 +0000 (22:41 +0100)]
Fixed bug #63241 PHP fails to open Windows deduplicated files.
Fix by (daniel dot stelter-gliese at innogames dot de).
No test is supplied because the issue addresses
the new feature of the Windows Server 2012 and
would need a very specific filesystem setup.
Andrey Hristov [Wed, 31 Oct 2012 17:29:31 +0000 (18:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4