]> granicus.if.org Git - php/log
php
10 years agoremove useless condition
Anatol Belski [Wed, 11 Feb 2015 10:19:19 +0000 (11:19 +0100)]
remove useless condition

10 years agofix uninitialized value warn
Anatol Belski [Wed, 11 Feb 2015 10:17:34 +0000 (11:17 +0100)]
fix uninitialized value warn

10 years agoForget this change
Xinchen Hui [Wed, 11 Feb 2015 08:06:47 +0000 (16:06 +0800)]
Forget this change

10 years agoExpose zend_string_equals_str_ci
Xinchen Hui [Wed, 11 Feb 2015 08:03:48 +0000 (16:03 +0800)]
Expose zend_string_equals_str_ci

10 years agoFixed possible memory leak
Dmitry Stogov [Wed, 11 Feb 2015 06:39:38 +0000 (09:39 +0300)]
Fixed possible memory leak

10 years agoAdd a constant of type CONST_PERSISTENT to test
Bob Weinand [Tue, 10 Feb 2015 21:53:50 +0000 (22:53 +0100)]
Add a constant of type CONST_PERSISTENT to test

10 years agoRevert removal of two ReflectionParameter functions
Bob Weinand [Tue, 10 Feb 2015 21:17:43 +0000 (22:17 +0100)]
Revert removal of two ReflectionParameter functions
Rather fix them for now by exempting function parameter defaults from *any* (non-ct) constant substitution (also from persistent constant substitution, which was already broken before)

10 years agoDon't convert options in-place. They may be elements of constant array.
Dmitry Stogov [Tue, 10 Feb 2015 21:02:45 +0000 (00:02 +0300)]
Don't convert options in-place. They may be elements of constant array.

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 10 Feb 2015 15:59:48 +0000 (16:59 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix dir separator in test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Tue, 10 Feb 2015 15:59:22 +0000 (16:59 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix dir separator in test

10 years agofix dir separator in test
Anatol Belski [Tue, 10 Feb 2015 15:58:59 +0000 (16:58 +0100)]
fix dir separator in test

10 years agobetter alignment + support size_t
Anatol Belski [Tue, 10 Feb 2015 14:59:33 +0000 (15:59 +0100)]
better alignment + support size_t

10 years agoRevert "Revert "Improve and generalize class constant substitution""
Bob Weinand [Tue, 10 Feb 2015 14:43:23 +0000 (15:43 +0100)]
Revert "Revert "Improve and generalize class constant substitution""

This reverts commit 400e65e955f08ad6ae57c1a15be04d5852107252.

Removing ReflectionParameter::getDefaultValueConstantName() and isDefaultValueConstant()
They become useless with such optimizations and already anyway are (e.g. CONSTANT?:CONSTANT ... yields the constant back without telling isDefaultValueConstant() about it etc.)

10 years agoAdd missing header inclusion
Reeze Xia [Tue, 10 Feb 2015 14:30:54 +0000 (22:30 +0800)]
Add missing header inclusion

10 years agoGet rid of old HashTable iteration API
Dmitry Stogov [Tue, 10 Feb 2015 13:59:34 +0000 (16:59 +0300)]
Get rid of old HashTable iteration API

10 years agoUpdate libmagic.patch to reflect changes made
Reeze Xia [Tue, 10 Feb 2015 12:48:58 +0000 (20:48 +0800)]
Update libmagic.patch to reflect changes made

10 years agoUse new ZEND_HASH_FOREACH_... API.
Dmitry Stogov [Tue, 10 Feb 2015 12:43:12 +0000 (15:43 +0300)]
Use new ZEND_HASH_FOREACH_... API.

10 years agouse portable strtol
Anatol Belski [Tue, 10 Feb 2015 12:06:24 +0000 (13:06 +0100)]
use portable strtol

10 years agoAvoid reallocation in preg_replace() if nothing was replaced
Dmitry Stogov [Tue, 10 Feb 2015 10:30:25 +0000 (13:30 +0300)]
Avoid reallocation in preg_replace() if nothing was replaced

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 10 Feb 2015 10:18:43 +0000 (11:18 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  oops, forgot sudo for make install

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 10 Feb 2015 10:18:34 +0000 (11:18 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  oops, forgot sudo for make install

10 years agooops, forgot sudo for make install
Ferenc Kovacs [Tue, 10 Feb 2015 10:18:19 +0000 (11:18 +0100)]
oops, forgot sudo for make install

10 years agoadd php7 compatible pear installer built from their stable branch
Ferenc Kovacs [Tue, 10 Feb 2015 09:37:44 +0000 (10:37 +0100)]
add php7 compatible pear installer built from their stable branch

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 10 Feb 2015 09:36:45 +0000 (10:36 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add make install

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 10 Feb 2015 09:36:25 +0000 (10:36 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add make install

Conflicts:
travis/compile.sh

10 years agoadd make install
Ferenc Kovacs [Tue, 10 Feb 2015 09:34:52 +0000 (10:34 +0100)]
add make install

10 years agoMerge branch 'php7_removals' POST_PHP7_REMOVALS
Anatol Belski [Tue, 10 Feb 2015 09:09:53 +0000 (10:09 +0100)]
Merge branch 'php7_removals'

10 years agoupdated NEWS
Anatol Belski [Tue, 10 Feb 2015 07:59:10 +0000 (08:59 +0100)]
updated NEWS

10 years agoupdated UPGRADING
Anatol Belski [Tue, 10 Feb 2015 07:56:18 +0000 (08:56 +0100)]
updated UPGRADING

10 years agoremoved obsolete php.ini options
Anatol Belski [Tue, 10 Feb 2015 07:48:19 +0000 (08:48 +0100)]
removed obsolete php.ini options

10 years agoremoved ext/sybase_ct
Anatol Belski [Tue, 10 Feb 2015 07:42:37 +0000 (08:42 +0100)]
removed ext/sybase_ct

10 years agoremoved ext/mssql
Anatol Belski [Tue, 10 Feb 2015 07:41:57 +0000 (08:41 +0100)]
removed ext/mssql

10 years agoremoved sapi/webjames
Anatol Belski [Tue, 10 Feb 2015 07:41:22 +0000 (08:41 +0100)]
removed sapi/webjames

10 years agoremoved sapi/tux
Anatol Belski [Tue, 10 Feb 2015 07:40:59 +0000 (08:40 +0100)]
removed sapi/tux

10 years agoremoved sapi/thttpd
Anatol Belski [Tue, 10 Feb 2015 07:40:34 +0000 (08:40 +0100)]
removed sapi/thttpd

10 years agoremoved sapi/roxed
Anatol Belski [Tue, 10 Feb 2015 07:40:13 +0000 (08:40 +0100)]
removed sapi/roxed

10 years agoremoved sapi/pi3web
Anatol Belski [Tue, 10 Feb 2015 07:39:31 +0000 (08:39 +0100)]
removed sapi/pi3web

10 years agoremoved sapi/phttpd
Anatol Belski [Tue, 10 Feb 2015 07:38:47 +0000 (08:38 +0100)]
removed sapi/phttpd

10 years agoremoved sapi/milter
Anatol Belski [Tue, 10 Feb 2015 07:38:21 +0000 (08:38 +0100)]
removed sapi/milter

10 years agoremoved sapi/isapi
Anatol Belski [Tue, 10 Feb 2015 07:37:44 +0000 (08:37 +0100)]
removed sapi/isapi

10 years agoremoved sapi/continuity
Anatol Belski [Tue, 10 Feb 2015 07:37:14 +0000 (08:37 +0100)]
removed sapi/continuity

10 years agoremoved sapi/caudium
Anatol Belski [Tue, 10 Feb 2015 07:36:43 +0000 (08:36 +0100)]
removed sapi/caudium

10 years agoremoved sapi/apache2filter
Anatol Belski [Tue, 10 Feb 2015 07:36:12 +0000 (08:36 +0100)]
removed sapi/apache2filter

10 years agoremoved sapi/apache_hooks
Anatol Belski [Tue, 10 Feb 2015 07:35:36 +0000 (08:35 +0100)]
removed sapi/apache_hooks

10 years agoremoved sapi/apache
Anatol Belski [Tue, 10 Feb 2015 07:34:56 +0000 (08:34 +0100)]
removed sapi/apache

10 years agoremoved sapi/aolserver
Anatol Belski [Tue, 10 Feb 2015 07:33:34 +0000 (08:33 +0100)]
removed sapi/aolserver

10 years agoRevert "Improve and generalize class constant substitution" PRE_PHP7_REMOVALS
Bob Weinand [Mon, 9 Feb 2015 21:44:25 +0000 (22:44 +0100)]
Revert "Improve and generalize class constant substitution"

This reverts commit 9ff3800b79e9fe69ae821d18e23b2f0a156a100c.

10 years agoMerge branch 'PHP-5.6'
Daniel Lowrey [Mon, 9 Feb 2015 20:14:47 +0000 (15:14 -0500)]
Merge branch 'PHP-5.6'

Conflicts:
ext/openssl/xp_ssl.c

10 years agoFixed dump_bt and printzv
Dmitry Stogov [Mon, 9 Feb 2015 19:43:22 +0000 (22:43 +0300)]
Fixed dump_bt and printzv

10 years agoAvoid repeatable calls to strstr()
Dmitry Stogov [Mon, 9 Feb 2015 19:42:37 +0000 (22:42 +0300)]
Avoid repeatable calls to strstr()

10 years agofix json globals
Michael Wallner [Mon, 9 Feb 2015 16:57:05 +0000 (17:57 +0100)]
fix json globals

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Daniel Lowrey [Mon, 9 Feb 2015 16:44:09 +0000 (11:44 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/openssl/xp_ssl.c

10 years agoNEWS
Daniel Lowrey [Mon, 9 Feb 2015 16:42:40 +0000 (11:42 -0500)]
NEWS

10 years agoMiscellaneous cleanup
Daniel Lowrey [Mon, 9 Feb 2015 16:42:17 +0000 (11:42 -0500)]
Miscellaneous cleanup

10 years agoMerge branch 'PHP-5.5' of github.com:bbroerman30/php-src into PHP-5.5
Daniel Lowrey [Mon, 9 Feb 2015 16:40:04 +0000 (11:40 -0500)]
Merge branch 'PHP-5.5' of github.com:bbroerman30/php-src into PHP-5.5

10 years agoImprove and generalize class constant substitution
Bob Weinand [Sat, 7 Feb 2015 00:44:31 +0000 (01:44 +0100)]
Improve and generalize class constant substitution

10 years agoregenerated scanner
Anatol Belski [Mon, 9 Feb 2015 10:22:50 +0000 (11:22 +0100)]
regenerated scanner

10 years agofix datatype mismatches
Anatol Belski [Mon, 9 Feb 2015 10:06:02 +0000 (11:06 +0100)]
fix datatype mismatches

10 years agofix inconsistend dll linkage warn
Anatol Belski [Mon, 9 Feb 2015 09:51:29 +0000 (10:51 +0100)]
fix inconsistend dll linkage warn

10 years agosize_t vs int
Anatol Belski [Mon, 9 Feb 2015 09:47:39 +0000 (10:47 +0100)]
size_t vs int

10 years agouse size_t for str length
Anatol Belski [Mon, 9 Feb 2015 09:43:27 +0000 (10:43 +0100)]
use size_t for str length

10 years agogenerate missing json files from config.w32
Anatol Belski [Mon, 9 Feb 2015 09:12:26 +0000 (10:12 +0100)]
generate missing json files from config.w32

10 years agoMerge branch 'master' of https://github.com/NikV/php-src
Xinchen Hui [Mon, 9 Feb 2015 03:43:37 +0000 (11:43 +0800)]
Merge branch 'master' of https://github.com/NikV/php-src

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Mon, 9 Feb 2015 03:32:53 +0000 (11:32 +0800)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 9 Feb 2015 03:32:32 +0000 (11:32 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'improve-bug67436' of https://github.com/reeze/php-src into PHP-5.5
Xinchen Hui [Mon, 9 Feb 2015 03:31:59 +0000 (11:31 +0800)]
Merge branch 'improve-bug67436' of https://github.com/reeze/php-src into PHP-5.5

10 years agoShut up, my lovely compiler; I do not like your warnings
Bob Weinand [Fri, 11 Apr 2014 17:33:56 +0000 (19:33 +0200)]
Shut up, my lovely compiler; I do not like your warnings

Conflicts:
Zend/zend_object_handlers.c

10 years agoMárcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER.
Márcio Almada [Mon, 9 Feb 2015 00:44:44 +0000 (21:44 -0300)]
Márcio Almada  remove dead tokens: T_CHARACTER, T_BAD_CHARACTER.

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 agoAdd missing NEWS and UPGRADING for bug #68938
Jakub Zelenka [Sun, 8 Feb 2015 16:13:22 +0000 (16:13 +0000)]
Add missing NEWS and UPGRADING for bug #68938

10 years agoMerge branch 'master' into jsond
Jakub Zelenka [Sun, 8 Feb 2015 14:08:31 +0000 (14:08 +0000)]
Merge branch 'master' into jsond

Conflicts:
ext/json/json.c

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 8 Feb 2015 13:13:39 +0000 (14:13 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  moved the part of the test into an appropriate place

10 years agomoved the part of the test into an appropriate place
Anatol Belski [Sun, 8 Feb 2015 13:10:52 +0000 (14:10 +0100)]
moved the part of the test into an appropriate place

10 years agoRemoved unused REGISTER_PDO_CONST_LONG
Matteo Beccati [Sun, 8 Feb 2015 12:31:01 +0000 (13:31 +0100)]
Removed unused REGISTER_PDO_CONST_LONG

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 8 Feb 2015 11:43:22 +0000 (12:43 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix another invalid free of CG(interned_empty_string)
  add tests for #68996
  Fixed #68790 (Missing return)
  Invalid free of CG(interned_empty_string)

Conflicts:
ext/soap/soap.c
ext/wddx/wddx.c
main/main.c
sapi/litespeed/lsapi_main.c

10 years agoMerge branch 'pull-request/1060' into PHP-5.6
Anatol Belski [Sun, 8 Feb 2015 11:33:15 +0000 (12:33 +0100)]
Merge branch 'pull-request/1060' into PHP-5.6

10 years agoFix another invalid free of CG(interned_empty_string)
manuel [Sat, 7 Feb 2015 18:17:31 +0000 (19:17 +0100)]
Fix another invalid free of CG(interned_empty_string)

Fixes #68214

10 years agoadd tests for #68996
manuel [Sat, 7 Feb 2015 17:52:26 +0000 (18:52 +0100)]
add tests for #68996

10 years agoFixed #68790 (Missing return)
George Wang [Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)]
Fixed #68790 (Missing return)

10 years agoFixed #68790 (Missing return)
George Wang [Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)]
Fixed #68790 (Missing return)

10 years agoUpdate README.TESTING
Nikhil Vimal [Sat, 7 Feb 2015 16:35:52 +0000 (10:35 -0600)]
Update README.TESTING

10 years agoSmall Spacing adjustments for better reading
Nikhil Vimal [Sat, 7 Feb 2015 16:30:07 +0000 (10:30 -0600)]
Small Spacing adjustments for better reading

10 years agoadded ODBCVER to phpinfo()
Anatol Belski [Sat, 7 Feb 2015 10:23:50 +0000 (11:23 +0100)]
added ODBCVER to phpinfo()

10 years agoadded PCRE JIT availability info to phpinfo()
Anatol Belski [Sat, 7 Feb 2015 10:04:53 +0000 (11:04 +0100)]
added PCRE JIT availability info to phpinfo()

and a test to ensure it's enabled

10 years agoImprove tests for bug 67436
Reeze Xia [Sat, 7 Feb 2015 06:11:09 +0000 (14:11 +0800)]
Improve tests for bug 67436

I always use a.php or b.php for local testing,
this diff makes the test more stable

10 years agoFixed issue #1041 (Fix build in OSX with --enable-dtrace)
Xinchen Hui [Sat, 7 Feb 2015 03:27:42 +0000 (11:27 +0800)]
Fixed issue #1041 (Fix build in OSX with --enable-dtrace)

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 6 Feb 2015 19:00:26 +0000 (20:00 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix setting default ODBCVER value in config.w32

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 6 Feb 2015 18:59:55 +0000 (19:59 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix setting default ODBCVER value in config.w32

10 years agofix setting default ODBCVER value in config.w32
Anatol Belski [Fri, 6 Feb 2015 18:59:14 +0000 (19:59 +0100)]
fix setting default ODBCVER value in config.w32

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 6 Feb 2015 18:40:16 +0000 (19:40 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  updated NEWS

10 years agoupdated NEWS
Anatol Belski [Fri, 6 Feb 2015 18:39:32 +0000 (19:39 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 6 Feb 2015 18:39:10 +0000 (19:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS

10 years agoupdated NEWS
Anatol Belski [Fri, 6 Feb 2015 18:37:01 +0000 (19:37 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 6 Feb 2015 18:05:43 +0000 (19:05 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #68964 Allowed memory size exhausted with odbc_exec

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

* PHP-5.5:
  Fixed bug #68964 Allowed memory size exhausted with odbc_exec

10 years agoFixed bug #68964 Allowed memory size exhausted with odbc_exec
Anatol Belski [Fri, 6 Feb 2015 18:00:27 +0000 (19:00 +0100)]
Fixed bug #68964 Allowed memory size exhausted with odbc_exec

This is done in two steps:

- the ODBCVER has to be rased to 0x0300 which corresponds to Sql
  Server 9, otherwise the client will not recognize several SQL
  datatypes

- additionally the config scripts was tweaked so then ODBCVER
  can be overridden, that still allows enabling compatibility
  with lower versions

Bug #67437 might be fixed by this as well.

10 years agoInvalid free of CG(interned_empty_string)
manuel [Fri, 6 Feb 2015 15:53:01 +0000 (16:53 +0100)]
Invalid free of CG(interned_empty_string)

On failure php_escape_html_entities returns STR_EMPTY_ALLOC which is an
alias of CG(interned_empty_string) if interned strings are enabled.
Make sure we don't free this.

10 years agoUpdate NEWS
Xinchen Hui [Fri, 6 Feb 2015 14:47:16 +0000 (22:47 +0800)]
Update NEWS

10 years agoMerge branch 'master' of https://github.com/mabes/php-src
Xinchen Hui [Fri, 6 Feb 2015 14:43:11 +0000 (22:43 +0800)]
Merge branch 'master' of https://github.com/mabes/php-src

10 years agoFurther fix for bug #68987
Xinchen Hui [Fri, 6 Feb 2015 13:13:16 +0000 (21:13 +0800)]
Further fix for bug #68987