]>
granicus.if.org Git - php/log
Stanislav Malyshev [Tue, 27 Jan 2015 21:48:02 +0000 (13:48 -0800)]
update the .re file for PDO
Daniel Lowrey [Tue, 27 Jan 2015 18:23:58 +0000 (13:23 -0500)]
Merge branch 'windows-ssl-timeout-fix'
Daniel Lowrey [Tue, 27 Jan 2015 18:22:47 +0000 (13:22 -0500)]
Merge https://github.com/bbroerman30/php-src into windows-ssl-timeout-fix
Conflicts:
ext/openssl/xp_ssl.c
Stanislav Malyshev [Tue, 27 Jan 2015 17:22:07 +0000 (09:22 -0800)]
bump the API no
Xinchen Hui [Tue, 27 Jan 2015 14:25:55 +0000 (22:25 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 27 Jan 2015 14:25:45 +0000 (22:25 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 27 Jan 2015 14:25:38 +0000 (22:25 +0800)]
fcgi_write in fpm returns ssizt_t, but it returns int in cgi
Xinchen Hui [Tue, 27 Jan 2015 14:20:17 +0000 (22:20 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 27 Jan 2015 14:20:03 +0000 (22:20 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 27 Jan 2015 14:19:11 +0000 (22:19 +0800)]
Revert previous unintentional change to this
Xinchen Hui [Tue, 27 Jan 2015 14:15:12 +0000 (22:15 +0800)]
Merge branch 'PHP-5.6'
Conflicts:
sapi/cgi/cgi_main.c
Xinchen Hui [Tue, 27 Jan 2015 14:13:30 +0000 (22:13 +0800)]
Update NEWs
Xinchen Hui [Tue, 27 Jan 2015 14:13:04 +0000 (22:13 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 27 Jan 2015 14:11:23 +0000 (22:11 +0800)]
Also Fixed #68571 in CGI SAPI, and some cleanup
Xinchen Hui [Tue, 27 Jan 2015 14:04:23 +0000 (22:04 +0800)]
Merge branch 'fixbug68571tophp5.5' of https://github.com/redfoxli/php-src into PHP-5.5
Xinchen Hui [Tue, 27 Jan 2015 12:35:25 +0000 (20:35 +0800)]
minor CS fix
Márcio Almada [Sat, 24 Jan 2015 04:50:59 +0000 (01:50 -0300)]
add another test to #1022
Márcio Almada [Fri, 23 Jan 2015 20:23:35 +0000 (17:23 -0300)]
fix failure with shared zvals in php_str_replace_in_subject
Márcio Almada [Fri, 23 Jan 2015 20:23:24 +0000 (17:23 -0300)]
add failing test for string_replace and array replaces with references
```
make test TESTS=ext/standard/tests/strings/str_replace_*.phpt
```
Xinchen Hui [Tue, 27 Jan 2015 07:58:05 +0000 (15:58 +0800)]
Fixed #68915 (wrong assertion here)
Brad Broerman [Tue, 27 Jan 2015 02:35:35 +0000 (21:35 -0500)]
Quick fix
Brad Broerman [Tue, 27 Jan 2015 01:40:52 +0000 (20:40 -0500)]
Fixed windows infinite loop problem.
Stanislav Malyshev [Mon, 26 Jan 2015 21:53:16 +0000 (13:53 -0800)]
size_t cleanup for PDO
Bob Weinand [Mon, 26 Jan 2015 21:53:36 +0000 (22:53 +0100)]
Merge branch 'PHP-5.6'
Conflicts:
NEWS
main/streams/filter.c
Bob Weinand [Mon, 26 Jan 2015 21:51:37 +0000 (22:51 +0100)]
Merge remote-tracking branch 'origin/PHP-5.5' into PHP-5.6
Conflicts:
NEWS
Bob Weinand [Mon, 26 Jan 2015 21:50:16 +0000 (22:50 +0100)]
Add NEWS entry
Bob Weinand [Mon, 26 Jan 2015 21:47:35 +0000 (22:47 +0100)]
Fix call after close if multiple filters are attached
Keyur Govande [Mon, 26 Jan 2015 21:44:14 +0000 (21:44 +0000)]
One more bad merge fix
Keyur Govande [Mon, 26 Jan 2015 21:38:43 +0000 (21:38 +0000)]
Fix bad merge
Keyur Govande [Mon, 26 Jan 2015 21:36:36 +0000 (21:36 +0000)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Add NEWS
Patch commit
d9f85373e32 by moving the float_to_double function to a header file.
Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors).
Patch commit
d9f85373e32 by moving the float_to_double function to a header file.
Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors).
Conflicts:
ext/mysqli/mysqli_api.c
ext/mysqlnd/mysql_float_to_double.h
Keyur Govande [Mon, 26 Jan 2015 21:32:32 +0000 (21:32 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Add NEWS
Patch commit
d9f85373e32 by moving the float_to_double function to a header file.
Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors).
Conflicts:
ext/mysqlnd/config9.m4
Keyur Govande [Mon, 26 Jan 2015 21:29:57 +0000 (21:29 +0000)]
Add NEWS
Keyur Govande [Wed, 7 Jan 2015 21:13:57 +0000 (21:13 +0000)]
Patch commit
d9f85373e32 by moving the float_to_double function to
a header file.
Keyur Govande [Tue, 6 Jan 2015 06:33:38 +0000 (06:33 +0000)]
Fix for bugs #68114 (Build fails on OS X due to undefined symbols)
and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors).
The patch removes support for Decimal floating point numbers and
now defaults to using similar logic as what libmysqlclient does:
convert a 4 byte floating point number into a string, and then the
string into a double. The quirks of MySQL are maintained as seen in
Field_Float::val_str()
Keyur Govande [Wed, 7 Jan 2015 21:13:57 +0000 (21:13 +0000)]
Patch commit
d9f85373e32 by moving the float_to_double function to
a header file.
Keyur Govande [Tue, 6 Jan 2015 06:33:38 +0000 (06:33 +0000)]
Fix for bugs #68114 (Build fails on OS X due to undefined symbols)
and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors).
The patch removes support for Decimal floating point numbers and
now defaults to using similar logic as what libmysqlclient does:
convert a 4 byte floating point number into a string, and then the
string into a double. The quirks of MySQL are maintained as seen in
Field_Float::val_str()
Nikita Popov [Thu, 11 Sep 2014 11:03:58 +0000 (13:03 +0200)]
Remove dl() on fpm-fcgi
Nikita Popov [Wed, 10 Sep 2014 15:19:02 +0000 (17:19 +0200)]
Remove preg_replace /e modifier
Nikita Popov [Wed, 10 Sep 2014 13:55:26 +0000 (15:55 +0200)]
Remove assignment of new by reference
Dmitry Stogov [Mon, 26 Jan 2015 12:33:10 +0000 (15:33 +0300)]
Fixed wrong size
Ferenc Kovacs [Mon, 26 Jan 2015 10:14:15 +0000 (11:14 +0100)]
add a custom built pear installer until we have an official release with php7 compat. see https://github.com/pear/pear-core/pull/33 for the details
Ferenc Kovacs [Mon, 26 Jan 2015 10:09:53 +0000 (11:09 +0100)]
Revert "Disable PEAR by default"
This reverts commit
df984ad4f5e4e53e3f8bdafc7d620fd8112a121c .
Dmitry Stogov [Mon, 26 Jan 2015 09:24:33 +0000 (12:24 +0300)]
Fixed use after free
Dmitry Stogov [Mon, 26 Jan 2015 08:25:05 +0000 (11:25 +0300)]
Fixed bug #68896 (Changing ArrayObject value cause Segment Fault)
Xinchen Hui [Mon, 26 Jan 2015 06:41:45 +0000 (14:41 +0800)]
Fixed ext/standard/tests/general_functions/bug41970.phpt fails
Nikita Popov [Sun, 25 Jan 2015 13:48:54 +0000 (14:48 +0100)]
Disable PEAR by default
Given how it doesn't work and it doesn't seem like it will start
working in the immediate future.
Stanislav Malyshev [Sun, 25 Jan 2015 08:04:18 +0000 (00:04 -0800)]
map fixes
Stanislav Malyshev [Sat, 24 Jan 2015 22:14:53 +0000 (14:14 -0800)]
Fix the fix for #68884
Rasmus Lerdorf [Sun, 25 Jan 2015 00:05:42 +0000 (16:05 -0800)]
These tests all have intentional circular references
and they will leak and cause failures unless gc is enabled
Nikita Popov [Sat, 24 Jan 2015 22:11:05 +0000 (23:11 +0100)]
Fix resource leak when casting to string
Nikita Popov [Sat, 24 Jan 2015 20:50:04 +0000 (21:50 +0100)]
Fix declare encoding tests
Also add a test for bwoebi's last change.
Bob Weinand [Sat, 24 Jan 2015 19:00:46 +0000 (20:00 +0100)]
Fix segfault when no class ctx is defined
Nikita Popov [Sat, 24 Jan 2015 18:53:07 +0000 (19:53 +0100)]
Fix build
Bob Weinand [Sat, 24 Jan 2015 18:19:02 +0000 (19:19 +0100)]
Inline self-constants if possible at compile time
Xinchen Hui [Sat, 24 Jan 2015 14:51:37 +0000 (22:51 +0800)]
Fixed bug #68897 (Using variable for sort flag in array_multisort cause wrong results)
Márcio Almada [Sat, 24 Jan 2015 03:26:01 +0000 (00:26 -0300)]
remove unused var, make string.c compilation zero warnings
Anatol Belski [Fri, 23 Jan 2015 19:57:47 +0000 (20:57 +0100)]
Merge branch 'pull-request/1023'
Adam Harvey [Tue, 2 Dec 2014 20:18:18 +0000 (12:18 -0800)]
Make gc_collect_cycles hookable.
Dmitry Stogov [Fri, 23 Jan 2015 18:47:26 +0000 (21:47 +0300)]
Fixed memory leak
Dmitry Stogov [Fri, 23 Jan 2015 17:35:32 +0000 (20:35 +0300)]
Fixed memory leak
Anatol Belski [Fri, 23 Jan 2015 15:03:20 +0000 (16:03 +0100)]
cleanup TSRMLS_*
Dmitry Stogov [Fri, 23 Jan 2015 14:11:19 +0000 (17:11 +0300)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
C89 compat
Dmitry Stogov [Fri, 23 Jan 2015 14:10:05 +0000 (17:10 +0300)]
Fixed possible double free of class static members
Anatol Belski [Fri, 23 Jan 2015 14:04:29 +0000 (15:04 +0100)]
C89 compat
Dmitry Stogov [Fri, 23 Jan 2015 13:40:16 +0000 (16:40 +0300)]
It doesn't make sense to colect garbage after fatal errors
Dmitry Stogov [Fri, 23 Jan 2015 13:37:39 +0000 (16:37 +0300)]
Revert "Fixed ASSERTION"
This reverts commit
76f438e06fc61d32272a1f9877266c8d97d871ba .
Xinchen Hui [Fri, 23 Jan 2015 09:35:37 +0000 (17:35 +0800)]
Merge branch 'fix-strripos-memleak' of https://github.com/reeze/php-src
Reeze Xia [Fri, 23 Jan 2015 09:14:39 +0000 (17:14 +0800)]
Fix one more leak when wrong $needle type provide of strripos
Reeze Xia [Fri, 23 Jan 2015 08:53:58 +0000 (16:53 +0800)]
Fixed memory leak of strripos() when empty needle or haystack
Xinchen Hui [Fri, 23 Jan 2015 06:19:40 +0000 (14:19 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 23 Jan 2015 06:18:56 +0000 (14:18 +0800)]
Fixed ASSERTION
Daniel Lowrey [Fri, 23 Jan 2015 06:05:28 +0000 (01:05 -0500)]
NEWS
Daniel Lowrey [Fri, 23 Jan 2015 06:03:39 +0000 (01:03 -0500)]
Merge branch 'master' of https://github.com/bbroerman30/php-src
Conflicts:
ext/openssl/xp_ssl.c
Xinchen Hui [Fri, 23 Jan 2015 05:32:07 +0000 (13:32 +0800)]
Fixed refcount handling in get_class_vars()
Sara Golemon [Thu, 22 Jan 2015 22:04:49 +0000 (14:04 -0800)]
Add missing ZEND_API tag to declaration of `int zendparse();`
Ferenc Kovacs [Thu, 22 Jan 2015 20:29:03 +0000 (21:29 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix some factual errors in the process
Ferenc Kovacs [Thu, 22 Jan 2015 20:28:41 +0000 (21:28 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix some factual errors in the process
Ferenc Kovacs [Thu, 22 Jan 2015 20:28:21 +0000 (21:28 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix some factual errors in the process
Ferenc Kovacs [Thu, 22 Jan 2015 20:27:38 +0000 (21:27 +0100)]
fix some factual errors in the process
Dmitry Stogov [Thu, 22 Jan 2015 17:39:34 +0000 (20:39 +0300)]
Fixed compiler reenterability
Dmitry Stogov [Thu, 22 Jan 2015 17:38:42 +0000 (20:38 +0300)]
Fixed GC after destruction of object store.
Kalle Sommer Nielsen [Thu, 22 Jan 2015 14:15:02 +0000 (15:15 +0100)]
Remove Jouni (As requested) from the maintainers file of INTERBASE
Anatol Belski [Thu, 22 Jan 2015 14:00:50 +0000 (15:00 +0100)]
Fixed bug #68884 Null pointer deference
Dmitry Stogov [Thu, 22 Jan 2015 12:49:38 +0000 (15:49 +0300)]
define() must not modify the source array
Remi Collet [Thu, 22 Jan 2015 12:07:34 +0000 (13:07 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
move CVE to the right version
Remi Collet [Thu, 22 Jan 2015 12:06:50 +0000 (13:06 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
move CVE to the right version
Remi Collet [Thu, 22 Jan 2015 12:06:15 +0000 (13:06 +0100)]
move CVE to the right version
Anatol Belski [Thu, 22 Jan 2015 11:29:03 +0000 (12:29 +0100)]
Merge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 22 Jan 2015 11:28:11 +0000 (12:28 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
Anatol Belski [Thu, 22 Jan 2015 11:26:50 +0000 (12:26 +0100)]
Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
The fix for bug #67647 applies here, too.
Dmitry Stogov [Thu, 22 Jan 2015 11:24:27 +0000 (14:24 +0300)]
Fixed destruction of circular garbage
Anatol Belski [Thu, 22 Jan 2015 10:56:34 +0000 (11:56 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #67647 Bundled libmagic 5.17 does not detect quicktime files correctly
Conflicts:
ext/fileinfo/data_file.c
Anatol Belski [Thu, 22 Jan 2015 10:48:11 +0000 (11:48 +0100)]
Fixed bug #67647 Bundled libmagic 5.17 does not detect quicktime files correctly
Dmitry Stogov [Thu, 22 Jan 2015 09:59:53 +0000 (12:59 +0300)]
Fixed double free and cleanup
Anatol Belski [Thu, 22 Jan 2015 09:19:08 +0000 (10:19 +0100)]
Merge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 22 Jan 2015 09:17:45 +0000 (10:17 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
simplify error handling for dirs as magic
Anatol Belski [Thu, 22 Jan 2015 09:17:14 +0000 (10:17 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
simplify error handling for dirs as magic
Michael Wallner [Thu, 22 Jan 2015 09:12:06 +0000 (10:12 +0100)]
avoid duplicate array_init
custom request body handling firing the rfc1867 handler after the
environment has been hashed might create a memory leak by calling
array_init() twice on PG(http_globals)[TRACK_VARS_FILES]
Anatol Belski [Thu, 22 Jan 2015 09:16:13 +0000 (10:16 +0100)]
simplify error handling for dirs as magic
Anatol Belski [Thu, 22 Jan 2015 09:04:33 +0000 (10:04 +0100)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6