]> granicus.if.org Git - php/log
php
10 years agoabstain from using xmlCleanupParser
Anatol Belski [Tue, 17 Feb 2015 09:37:52 +0000 (10:37 +0100)]
abstain from using xmlCleanupParser

Depending on circumstances, usage of xmlCleanupParser can affect
the thread local storage, or even cause crashes in single threaded
programs. On shutdown the memory will be freed anyway, however
not using xmlCleanupParser helps to avoid possible shutdown
crashes.

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 17 Feb 2015 06:47:57 +0000 (07:47 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix TS build

Conflicts:
ext/date/php_date.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 06:47:27 +0000 (07:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix TS build

10 years agofix TS build
Stanislav Malyshev [Tue, 17 Feb 2015 06:47:12 +0000 (07:47 +0100)]
fix TS build

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 17 Feb 2015 06:10:30 +0000 (07:10 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update news
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  Port for for bug #68552
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  - BFN

Conflicts:
ext/date/php_date.c

10 years agoFix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
Stanislav Malyshev [Tue, 17 Feb 2015 06:02:20 +0000 (07:02 +0100)]
Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 05:58:24 +0000 (06:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update news

10 years agoupdate news
Stanislav Malyshev [Tue, 17 Feb 2015 05:58:14 +0000 (06:58 +0100)]
update news

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 05:56:20 +0000 (06:56 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  Port for for bug #68552
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  - BFN

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Feb 2015 05:53:48 +0000 (06:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Port for for bug #68552
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  - BFN

10 years agoFix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
Stanislav Malyshev [Tue, 17 Feb 2015 05:53:27 +0000 (06:53 +0100)]
Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

10 years agoPort for for bug #68552
Stanislav Malyshev [Mon, 16 Feb 2015 05:50:10 +0000 (06:50 +0100)]
Port for for bug #68552

10 years agoFix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
Stanislav Malyshev [Sun, 1 Feb 2015 06:40:08 +0000 (22:40 -0800)]
Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

Conflicts:
ext/date/php_date.c

10 years ago- BFN
Felipe Pena [Tue, 17 Feb 2015 03:14:05 +0000 (01:14 -0200)]
- BFN

10 years ago- Fix merge
Felipe Pena [Tue, 17 Feb 2015 03:11:48 +0000 (01:11 -0200)]
- Fix merge

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Tue, 17 Feb 2015 03:08:48 +0000 (01:08 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Tue, 17 Feb 2015 03:08:07 +0000 (01:08 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years agoDon't read the local php.ini when Generating Phar
Rasmus Lerdorf [Tue, 17 Feb 2015 02:28:32 +0000 (18:28 -0800)]
Don't read the local php.ini when Generating Phar
When building phar shared, you can end up loading
a previous phar.so that isn't compatible with the
php cli being used to generate Phar here.

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Tue, 17 Feb 2015 02:28:28 +0000 (00:28 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Tue, 17 Feb 2015 02:28:11 +0000 (00:28 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years ago- Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
Felipe Pena [Tue, 17 Feb 2015 02:23:47 +0000 (00:23 -0200)]
- Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)

10 years agoDelete json outdated package.xml
Jakub Zelenka [Mon, 16 Feb 2015 20:07:01 +0000 (20:07 +0000)]
Delete json outdated package.xml

The package.xml has not been update for more then 8 years and
there is no reason to keep it. It would require quite
a bit of digging in git history to update it which is
not worth it.

10 years agomade ZEND_TSRMLS_CACHE_* macros look like function calls
Anatol Belski [Mon, 16 Feb 2015 16:19:32 +0000 (17:19 +0100)]
made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Mon, 16 Feb 2015 15:09:52 +0000 (13:09 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fix merge
  BFN

10 years ago- Fix merge
Felipe Pena [Mon, 16 Feb 2015 15:09:40 +0000 (13:09 -0200)]
- Fix merge

10 years ago- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at...
Felipe Pena [Mon, 16 Feb 2015 15:07:26 +0000 (13:07 -0200)]
- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de

10 years ago- Fix merge
Felipe Pena [Mon, 16 Feb 2015 14:48:05 +0000 (12:48 -0200)]
- Fix merge

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Mon, 16 Feb 2015 14:47:30 +0000 (12:47 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  BFN
  Update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Mon, 16 Feb 2015 14:47:16 +0000 (12:47 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years ago- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at...
Felipe Pena [Mon, 16 Feb 2015 14:46:43 +0000 (12:46 -0200)]
- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de

10 years agoMerge branch 'master' of git.php.net:/php-src
Felipe Pena [Mon, 16 Feb 2015 14:22:17 +0000 (12:22 -0200)]
Merge branch 'master' of git.php.net:/php-src

10 years ago- Fix merge
Felipe Pena [Mon, 16 Feb 2015 14:21:20 +0000 (12:21 -0200)]
- Fix merge

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Mon, 16 Feb 2015 14:08:39 +0000 (12:08 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  BFN
  Update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Mon, 16 Feb 2015 14:08:26 +0000 (12:08 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years ago- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at...
Felipe Pena [Mon, 16 Feb 2015 14:08:07 +0000 (12:08 -0200)]
- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de

10 years agoMerge branch 'pull-request/995'
Antony Dovgal [Mon, 16 Feb 2015 12:27:54 +0000 (15:27 +0300)]
Merge branch 'pull-request/995'

* pull-request/995:
  fix bug #68822 (request time is reset too early)

10 years agoBFN
Antony Dovgal [Mon, 16 Feb 2015 12:23:13 +0000 (15:23 +0300)]
BFN

10 years agoMerge branch 'pull-request/995' into PHP-5.5
Antony Dovgal [Mon, 16 Feb 2015 12:15:33 +0000 (15:15 +0300)]
Merge branch 'pull-request/995' into PHP-5.5

* pull-request/995:
  fix bug #68822 (request time is reset too early)

10 years agoMerge branch 'pull-request/995' into PHP-5.6
Antony Dovgal [Mon, 16 Feb 2015 12:15:11 +0000 (15:15 +0300)]
Merge branch 'pull-request/995' into PHP-5.6

* pull-request/995:
  fix bug #68822 (request time is reset too early)

10 years agofix bug #68822 (request time is reset too early)
redfoxli [Tue, 13 Jan 2015 05:59:24 +0000 (13:59 +0800)]
fix bug #68822 (request time is reset too early)

this caused wrong time in the logs

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Mon, 16 Feb 2015 06:22:56 +0000 (14:22 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Mon, 16 Feb 2015 06:18:08 +0000 (14:18 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/openssl/openssl.c

10 years agoFixed bug #68912 (Segmentation fault at openssl_spki_new)
Xinchen Hui [Mon, 16 Feb 2015 06:16:52 +0000 (14:16 +0800)]
Fixed bug #68912 (Segmentation fault at openssl_spki_new)

10 years agoUpdate JSON Readme
Jakub Zelenka [Sun, 15 Feb 2015 20:04:16 +0000 (20:04 +0000)]
Update JSON Readme

10 years agoRemove unused destructor in json parser
Jakub Zelenka [Sun, 15 Feb 2015 19:46:41 +0000 (19:46 +0000)]
Remove unused destructor in json parser

10 years agoAdd bison 3.0.4 genereted files for json parser
Jakub Zelenka [Sun, 15 Feb 2015 19:28:37 +0000 (19:28 +0000)]
Add bison 3.0.4 genereted files for json parser

The definitions file (json_parser.tab.h) contains file
system dependent name for C preprocessor guard:

YY_PHP_JSON_YY_HOME_JAKUB_PROG_PHP_MASTER_EXT_JSON_JSON_PARSER_TAB_H_INCLUDED

This is because the srcdir is used for default definitions name.
It's a correct default (--definition=$(srcdir)/json_parser.tab.h)
because the build would fail otherwise. Unfortunately Bison does not have
a special option for defining cpp guard name. The only way would be
using skeleton file but that's not possible with the current
configuration as it requires using a specific bison version
(disallowing range of supported versions).

10 years agoRegenerate json scanner with re2c 0.13.7.5
Jakub Zelenka [Sun, 15 Feb 2015 18:08:58 +0000 (18:08 +0000)]
Regenerate json scanner with re2c 0.13.7.5

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Sun, 15 Feb 2015 15:00:41 +0000 (23:00 +0800)]
Merge branch 'PHP-5.6'

10 years agoUpdate NEWs
Xinchen Hui [Sun, 15 Feb 2015 15:00:34 +0000 (23:00 +0800)]
Update NEWs

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Sun, 15 Feb 2015 14:56:56 +0000 (22:56 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/readline/readline.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sun, 15 Feb 2015 14:55:42 +0000 (22:55 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
Xinchen Hui [Sun, 15 Feb 2015 14:54:05 +0000 (22:54 +0800)]
Fixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters)

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Sun, 15 Feb 2015 08:31:47 +0000 (09:31 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix detection of mbstate_t with clang

10 years agofix detection of mbstate_t with clang
Michael Wallner [Sun, 8 Feb 2015 20:45:19 +0000 (21:45 +0100)]
fix detection of mbstate_t with clang

AC_TRY_COMPILE expexts a function body

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Sat, 14 Feb 2015 14:20:33 +0000 (22:20 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/pgsql/pgsql.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sat, 14 Feb 2015 14:18:13 +0000 (22:18 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/pgsql/pgsql.c

10 years agoFixed bug #68638 (pg_update() fails to store infinite values)
Xinchen Hui [Sat, 14 Feb 2015 14:14:31 +0000 (22:14 +0800)]
Fixed bug #68638 (pg_update() fails to store infinite values)

10 years agoMerge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5
Xinchen Hui [Sat, 14 Feb 2015 14:03:53 +0000 (22:03 +0800)]
Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5

10 years agoFixed build on windows
Xinchen Hui [Sat, 14 Feb 2015 04:57:53 +0000 (12:57 +0800)]
Fixed build on windows

10 years agoSome more UPGRADING changes
Nikita Popov [Fri, 13 Feb 2015 20:42:44 +0000 (21:42 +0100)]
Some more UPGRADING changes

10 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:41:04 +0000 (05:41 +0900)]
Update NEWS

10 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:40:51 +0000 (05:40 +0900)]
Update NEWS

10 years agoAdded NULL byte protection to exec, system and passthru.
Yasuo Ohgaki [Fri, 13 Feb 2015 20:37:56 +0000 (05:37 +0900)]
Added NULL byte protection to exec, system and passthru.

10 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:34:57 +0000 (05:34 +0900)]
Update NEWS

10 years agoMerge branch 'PHP-5.6'
Yasuo Ohgaki [Fri, 13 Feb 2015 20:28:32 +0000 (05:28 +0900)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Add NULL byte protection to exec, system and passthru

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Fri, 13 Feb 2015 20:27:44 +0000 (05:27 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Add NULL byte protection to exec, system and passthru

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Fri, 13 Feb 2015 20:26:54 +0000 (05:26 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add NULL byte protection to exec, system and passthru

10 years agoAdd NULL byte protection to exec, system and passthru
Yasuo Ohgaki [Fri, 13 Feb 2015 20:25:04 +0000 (05:25 +0900)]
Add NULL byte protection to exec, system and passthru

10 years agoMore extensive UPGRADING
Nikita Popov [Fri, 13 Feb 2015 19:49:22 +0000 (20:49 +0100)]
More extensive UPGRADING

I'd like UPGRADING to have a complete list of changes including
code samples and suggested changes. Right now it's only a list
of bullet points, where it is often required to read a linked
RFC to understand the difference.

10 years agoMerged zend_array and HashTable into the single data structure.
Dmitry Stogov [Fri, 13 Feb 2015 19:20:39 +0000 (22:20 +0300)]
Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

10 years agoGet rid of old HashTable iteration API (it doesn't work with constant arrays)
Dmitry Stogov [Fri, 13 Feb 2015 17:18:29 +0000 (20:18 +0300)]
Get rid of old HashTable iteration API (it doesn't work with constant arrays)

10 years agoApply PHP7 firebird fixes after API Cleanup from https://github.com/Jan-E/php-src...
Popa Adrian Marius [Fri, 13 Feb 2015 15:55:17 +0000 (17:55 +0200)]
Apply PHP7 firebird fixes after API Cleanup from https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e

10 years agoRemove unused variable
Nikita Popov [Fri, 13 Feb 2015 14:33:50 +0000 (15:33 +0100)]
Remove unused variable

10 years agoCheck interface/trait extension for internal classes
Guilherme Blanco [Sat, 6 Dec 2014 04:42:52 +0000 (04:42 +0000)]
Check interface/trait extension for internal classes

Removed possibility to have extensions to declare classes extending
interfaces or traits. It was checked in user classes, not extensions
or internal.

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 13 Feb 2015 12:40:37 +0000 (13:40 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix condition

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 13 Feb 2015 12:40:10 +0000 (13:40 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix condition

10 years agofix condition
Anatol Belski [Fri, 13 Feb 2015 12:39:46 +0000 (13:39 +0100)]
fix condition

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 13 Feb 2015 10:27:10 +0000 (18:27 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoRevert "Cleanup globals initialization"
Xinchen Hui [Fri, 13 Feb 2015 10:25:44 +0000 (18:25 +0800)]
Revert "Cleanup globals initialization"

This reverts commit 309e90638dac527077a2d81ceeebfba189251537.

10 years agoRevert "Remove useless TSRMLS by merge"
Xinchen Hui [Fri, 13 Feb 2015 10:25:31 +0000 (18:25 +0800)]
Revert "Remove useless TSRMLS by merge"

This reverts commit 5e7fd50376a3f44bd01ef1041fa0a251317c358c.

10 years agoremove useless condition (same as headers_list())
Anatol Belski [Fri, 13 Feb 2015 09:47:34 +0000 (10:47 +0100)]
remove useless condition (same as headers_list())

10 years agoSilence unused variable warning
Reeze Xia [Fri, 13 Feb 2015 10:13:19 +0000 (10:13 +0000)]
Silence unused variable warning

10 years agoFixed phpdbg zend_bailout error when compiling syntax error code
Reeze Xia [Fri, 13 Feb 2015 09:45:43 +0000 (17:45 +0800)]
Fixed phpdbg zend_bailout error when compiling syntax error code

@krakjoe if there is something wrong, tell me plz

10 years agoFixed use of uninitliazed pointer
Xinchen Hui [Fri, 13 Feb 2015 06:53:13 +0000 (14:53 +0800)]
Fixed use of uninitliazed pointer

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 13 Feb 2015 06:29:27 +0000 (14:29 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoFixed phpdbg backtrace argument's name missing
Reeze Xia [Fri, 13 Feb 2015 06:19:29 +0000 (06:19 +0000)]
Fixed phpdbg backtrace argument's name missing

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 13 Feb 2015 05:18:14 +0000 (13:18 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/soap/soap.c
ext/standard/basic_functions.c
ext/zlib/zlib.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 13 Feb 2015 05:12:44 +0000 (13:12 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMicro opt
Xinchen Hui [Fri, 13 Feb 2015 05:09:56 +0000 (13:09 +0800)]
Micro opt

10 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Fri, 13 Feb 2015 04:54:04 +0000 (12:54 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

10 years agoFixed #69015 (php-cgi's getopt does not see $argv)
Xinchen Hui [Fri, 13 Feb 2015 04:53:34 +0000 (12:53 +0800)]
Fixed  #69015 (php-cgi's getopt does not see $argv)

No test script is added because of complicated

10 years agozend_get_parameters_ex is deprecated
Xinchen Hui [Fri, 13 Feb 2015 03:26:40 +0000 (11:26 +0800)]
zend_get_parameters_ex is deprecated

10 years agoRemove useless TSRMLS by merge
Xinchen Hui [Fri, 13 Feb 2015 03:02:37 +0000 (11:02 +0800)]
Remove useless TSRMLS by merge

10 years agoCleanup globals initialization
Xinchen Hui [Fri, 13 Feb 2015 02:58:35 +0000 (10:58 +0800)]
Cleanup globals initialization

10 years agoUnused vars
Xinchen Hui [Fri, 13 Feb 2015 02:53:40 +0000 (10:53 +0800)]
Unused vars

10 years agoFixed bug #68638 pg_update() fails to store infinite values
William Felipe Welter [Fri, 13 Feb 2015 01:39:54 +0000 (23:39 -0200)]
Fixed bug #68638 pg_update() fails to store infinite values
Fix indent

10 years agoLimit HashTable size to avoid integer overflow checks
Dmitry Stogov [Thu, 12 Feb 2015 23:12:42 +0000 (02:12 +0300)]
Limit HashTable size to avoid integer overflow checks

10 years agoCleanup checks in zend_builtin_functions.c
Nikita Popov [Thu, 12 Feb 2015 22:31:01 +0000 (23:31 +0100)]
Cleanup checks in zend_builtin_functions.c

The EXPLICIT_ABSTRACT_CLASS comparisons are no longer necessary.

10 years agoAdd test to ensure ReflectionClass works correctly with traits
Nikita Popov [Thu, 12 Feb 2015 22:25:09 +0000 (23:25 +0100)]
Add test to ensure ReflectionClass works correctly with traits

Some of these were not working correctly before Guilherme's patch.
Another was broken by it and is fixed in this commit as well.

10 years agoMade ZEND_ACC_TRAIT a saner value
Guilherme Blanco [Thu, 12 Feb 2015 22:19:14 +0000 (23:19 +0100)]
Made ZEND_ACC_TRAIT a saner value

CC_TRAIT valued as 0x120 is too magical to be comprehensible by others.