]> granicus.if.org Git - php/log
php
10 years agonoted the TSRM changes to UPGRADING.INTERNALS native-tls
Anatol Belski [Thu, 18 Dec 2014 08:09:02 +0000 (09:09 +0100)]
noted the TSRM changes to UPGRADING.INTERNALS

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Wed, 17 Dec 2014 16:46:48 +0000 (17:46 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  fix integral constant overflow warning
  Use HUGE PAGES for opcahce SHM, if available.

10 years agofix integral constant overflow warning PRE_NATIVE_TLS_MERGE
Anatol Belski [Wed, 17 Dec 2014 15:45:35 +0000 (16:45 +0100)]
fix integral constant overflow warning

as it's promoted to size_t when passed to ZEND_CALL_ARG

10 years agoUse HUGE PAGES for opcahce SHM, if available.
Dmitry Stogov [Wed, 17 Dec 2014 11:59:08 +0000 (14:59 +0300)]
Use HUGE PAGES for opcahce SHM, if available.

10 years agointegrated the static tsrmls cache into ext/skel
Anatol Belski [Wed, 17 Dec 2014 11:37:50 +0000 (12:37 +0100)]
integrated the static tsrmls cache into ext/skel

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Wed, 17 Dec 2014 10:53:45 +0000 (11:53 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467
  Added EXPECTED(). Most functions have arguments.

10 years agoremove the thread ctx from curl
Anatol Belski [Wed, 17 Dec 2014 10:38:46 +0000 (11:38 +0100)]
remove the thread ctx from curl

10 years agoremove unused ZTS macros
Anatol Belski [Wed, 17 Dec 2014 10:05:23 +0000 (11:05 +0100)]
remove unused ZTS macros

10 years agoremove TSRMLS_* occurence
Anatol Belski [Wed, 17 Dec 2014 10:03:13 +0000 (11:03 +0100)]
remove TSRMLS_* occurence

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Wed, 17 Dec 2014 10:01:23 +0000 (11:01 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 17 Dec 2014 10:00:52 +0000 (11:00 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467

10 years agoBetter fix for #68601 for perf
Remi Collet [Wed, 17 Dec 2014 09:59:36 +0000 (10:59 +0100)]
Better fix for #68601 for perf
https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467

10 years agoenable static tsrmls cache in the embed SAPI
Anatol Belski [Wed, 17 Dec 2014 09:58:31 +0000 (10:58 +0100)]
enable static tsrmls cache in the embed SAPI

10 years agoget rid of TSRMLS_* in the embed SAPI
Anatol Belski [Wed, 17 Dec 2014 09:52:28 +0000 (10:52 +0100)]
get rid of TSRMLS_* in the embed SAPI

10 years agoAdded EXPECTED(). Most functions have arguments.
Dmitry Stogov [Wed, 17 Dec 2014 09:16:02 +0000 (12:16 +0300)]
Added EXPECTED(). Most functions have arguments.

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Wed, 17 Dec 2014 04:29:36 +0000 (05:29 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  fix unserializer patch
  move this entry to the correct version
  add missing NEWS entry
  add missing NEWS entry
  Updated or skipped certain 32-bit tests
  add NEWS entry for #68594
  5.4.37
  add more BC breaks
  update news
  add CVE
  add missing test file
  Fix bug #68594 - Use after free vulnerability in unserialize()
  Fix typo
  Hash value must not zero?

10 years agoMerge branch 'fix-typo' of https://github.com/gustavotemple/php-src
Xinchen Hui [Wed, 17 Dec 2014 03:52:42 +0000 (11:52 +0800)]
Merge branch 'fix-typo' of https://github.com/gustavotemple/php-src

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Wed, 17 Dec 2014 03:52:19 +0000 (11:52 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agofix unserializer patch
Stanislav Malyshev [Wed, 17 Dec 2014 00:41:05 +0000 (16:41 -0800)]
fix unserializer patch

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 17 Dec 2014 01:18:43 +0000 (02:18 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  move this entry to the correct version

10 years agomove this entry to the correct version
Ferenc Kovacs [Wed, 17 Dec 2014 01:18:29 +0000 (02:18 +0100)]
move this entry to the correct version

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 17 Dec 2014 01:15:36 +0000 (02:15 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add missing NEWS entry
  add missing NEWS entry
  5.4.37

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 17 Dec 2014 01:14:25 +0000 (02:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add missing NEWS entry
  add missing NEWS entry
  5.4.37

10 years agoadd missing NEWS entry
Ferenc Kovacs [Wed, 17 Dec 2014 01:13:59 +0000 (02:13 +0100)]
add missing NEWS entry

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Wed, 17 Dec 2014 01:13:13 +0000 (02:13 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add missing NEWS entry
  5.4.37

Conflicts:
configure.in
main/php_version.h

10 years agoadd missing NEWS entry
Ferenc Kovacs [Wed, 17 Dec 2014 01:10:36 +0000 (02:10 +0100)]
add missing NEWS entry

10 years agoMerge branch 'zppFailOnOverflow'
Andrea Faulds [Wed, 17 Dec 2014 01:07:39 +0000 (01:07 +0000)]
Merge branch 'zppFailOnOverflow'

* zppFailOnOverflow:
  Updated or skipped certain 32-bit tests

10 years agoUpdated or skipped certain 32-bit tests
Andrea Faulds [Wed, 17 Dec 2014 01:06:48 +0000 (01:06 +0000)]
Updated or skipped certain 32-bit tests

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 17 Dec 2014 01:00:12 +0000 (02:00 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add NEWS entry for #68594

10 years agoadd NEWS entry for #68594
Ferenc Kovacs [Wed, 17 Dec 2014 00:59:38 +0000 (01:59 +0100)]
add NEWS entry for #68594

10 years ago5.4.37
Stanislav Malyshev [Tue, 16 Dec 2014 19:44:41 +0000 (11:44 -0800)]
5.4.37

10 years agoadd more BC breaks
Stanislav Malyshev [Tue, 16 Dec 2014 19:00:51 +0000 (11:00 -0800)]
add more BC breaks

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 16 Dec 2014 18:25:03 +0000 (10:25 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update news
  add CVE
  add missing test file
  Fix bug #68594 - Use after free vulnerability in unserialize()

Conflicts:
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 16 Dec 2014 18:19:32 +0000 (10:19 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update news
  add CVE
  add missing test file
  Fix bug #68594 - Use after free vulnerability in unserialize()

Conflicts:
ext/standard/var_unserializer.c

10 years agoupdate news
Stanislav Malyshev [Tue, 16 Dec 2014 18:18:07 +0000 (10:18 -0800)]
update news

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 16 Dec 2014 18:17:07 +0000 (10:17 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add CVE
  add missing test file
  Fix bug #68594 - Use after free vulnerability in unserialize()

10 years agoadd CVE
Stanislav Malyshev [Tue, 16 Dec 2014 18:16:31 +0000 (10:16 -0800)]
add CVE

10 years agoadd missing test file
Stanislav Malyshev [Fri, 12 Dec 2014 04:52:08 +0000 (20:52 -0800)]
add missing test file

10 years agoFix bug #68594 - Use after free vulnerability in unserialize()
Stanislav Malyshev [Fri, 12 Dec 2014 03:28:32 +0000 (19:28 -0800)]
Fix bug #68594 - Use after free vulnerability in unserialize()

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Tue, 16 Dec 2014 16:13:47 +0000 (17:13 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Optimize argument passing handlers:
  Fix pcre non-FAST_ZPP build

Conflicts:
Zend/zend_compile.c
Zend/zend_execute.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/pcre/php_pcre.c

10 years agoOptimize argument passing handlers:
Dmitry Stogov [Tue, 16 Dec 2014 15:40:52 +0000 (18:40 +0300)]
Optimize argument passing handlers:

- predcalculate offsets of passed argument and store it in opline->result.var for ZEND_SEND_*;
- don't update "number of passed arguments" op each ZEND_SEND_* opcode, store it on call frame creation
- Change ZEND_HANDLE_EXCEPTION to determine "number of passed arguments" in incomplete calls fefore freeing

10 years agodon't need this in nts mode
Anatol Belski [Tue, 16 Dec 2014 13:52:35 +0000 (14:52 +0100)]
don't need this in nts mode

10 years agoFix pcre non-FAST_ZPP build
Andrea Faulds [Tue, 16 Dec 2014 12:45:41 +0000 (12:45 +0000)]
Fix pcre non-FAST_ZPP build

10 years agovarious fixes for removing explicit tsrm_ls usage
Anatol Belski [Tue, 16 Dec 2014 11:56:00 +0000 (12:56 +0100)]
various fixes for removing explicit tsrm_ls usage

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Tue, 16 Dec 2014 11:22:27 +0000 (12:22 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  C89 fixes
  use portable struct stat
  fixed macro va args expansion for vs

10 years agoC89 fixes
Anatol Belski [Tue, 16 Dec 2014 11:20:29 +0000 (12:20 +0100)]
C89 fixes

10 years agouse portable struct stat
Anatol Belski [Tue, 16 Dec 2014 10:46:06 +0000 (11:46 +0100)]
use portable struct stat

10 years agofixed macro va args expansion for vs
Anatol Belski [Tue, 16 Dec 2014 10:45:02 +0000 (11:45 +0100)]
fixed macro va args expansion for vs

10 years agomake the TSRM macros depend no the macroed cache name
Anatol Belski [Tue, 16 Dec 2014 09:44:43 +0000 (10:44 +0100)]
make the TSRM macros depend no the macroed cache name

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Tue, 16 Dec 2014 09:21:05 +0000 (10:21 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  fix perm again...
  cleanup uneeded cast
  fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)

Conflicts:
ext/phar/func_interceptors.c
ext/phar/phar_object.c
sapi/apache2handler/sapi_apache2.c

10 years agoreworked ini dtor
Anatol Belski [Tue, 16 Dec 2014 09:15:02 +0000 (10:15 +0100)]
reworked ini dtor

10 years agofix perm again...
Remi Collet [Tue, 16 Dec 2014 09:13:58 +0000 (10:13 +0100)]
fix perm again...

10 years agocleanup uneeded cast
Remi Collet [Tue, 16 Dec 2014 09:06:32 +0000 (10:06 +0100)]
cleanup uneeded cast

10 years agofix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)
Remi Collet [Tue, 16 Dec 2014 08:31:20 +0000 (09:31 +0100)]
fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)

10 years agofree the right globals
Anatol Belski [Tue, 16 Dec 2014 08:12:09 +0000 (09:12 +0100)]
free the right globals

That's the same as in the previous commit. In the TS mode the tsrm
cache pointer might be unavailable or point to a wrong thread, so
the exact globals passed should be freed.

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Tue, 16 Dec 2014 07:42:18 +0000 (08:42 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  fix perms
  fix perms
  PowerPC64 support in safe_address function

10 years agofix perms
Remi Collet [Tue, 16 Dec 2014 07:38:51 +0000 (08:38 +0100)]
fix perms

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Tue, 16 Dec 2014 07:38:29 +0000 (08:38 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix perms

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Tue, 16 Dec 2014 07:37:56 +0000 (08:37 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix perms

10 years agofix perms
Remi Collet [Tue, 16 Dec 2014 07:37:08 +0000 (08:37 +0100)]
fix perms

10 years agodepending on declaration the tsrm cache pointer might be unavailable
Anatol Belski [Tue, 16 Dec 2014 07:26:34 +0000 (08:26 +0100)]
depending on declaration the tsrm cache pointer might be unavailable

during shutdown when the main thread frees all the other threads
resources. Even otherwise, exact resource passed to the dtor should
be freed, not the one from the current thread.

10 years agoPowerPC64 support in safe_address function
Gustavo Frederico Temple Pedrosa [Mon, 15 Dec 2014 12:59:55 +0000 (12:59 +0000)]
PowerPC64 support in safe_address function

Add a ppc64-specific implementation of the safe_address
function with overflow checking.

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Tue, 16 Dec 2014 07:04:51 +0000 (08:04 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Revert "Removed useless local variable"
  Fix the fix for bug #55415
  add BC breaks from PHPNG RFC
  add include for definition of php_url_encode

10 years agoremoved the extra tsrm pointer passed to ctor/dtor
Anatol Belski [Tue, 16 Dec 2014 07:03:15 +0000 (08:03 +0100)]
removed the extra tsrm pointer passed to ctor/dtor

10 years agoRevert "Removed useless local variable"
Dmitry Stogov [Mon, 15 Dec 2014 22:44:10 +0000 (01:44 +0300)]
Revert "Removed useless local variable"

This reverts commit 44ae32ad55b9ceee9eb980edefcc62df6cff3eef.

It doesn't work properly. We can't access call->scope after free.

10 years agoFix the fix for bug #55415
Stanislav Malyshev [Mon, 15 Dec 2014 19:38:51 +0000 (11:38 -0800)]
Fix the fix for bug #55415

10 years agoadd BC breaks from PHPNG RFC
Stanislav Malyshev [Mon, 15 Dec 2014 19:31:53 +0000 (11:31 -0800)]
add BC breaks from PHPNG RFC

10 years agoadd include for definition of php_url_encode
Stanislav Malyshev [Mon, 15 Dec 2014 19:30:53 +0000 (11:30 -0800)]
add include for definition of php_url_encode

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Mon, 15 Dec 2014 19:18:40 +0000 (20:18 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Removed deprecated checks

10 years agoRemoved deprecated checks
Dmitry Stogov [Mon, 15 Dec 2014 13:42:28 +0000 (16:42 +0300)]
Removed deprecated checks

10 years agoFix typo
Gustavo Frederico Temple Pedrosa [Mon, 15 Dec 2014 13:11:07 +0000 (13:11 +0000)]
Fix typo

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Mon, 15 Dec 2014 12:57:43 +0000 (13:57 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  made the apache ini holders to be zend_bool
  Removed useless local variable
  Use simpler functions
  Fixed test
  small fixes to UPGRADING
  Reorder to save alignment size (of course, only for common used structs)

10 years agomade the apache ini holders to be zend_bool
Anatol Belski [Mon, 15 Dec 2014 12:49:46 +0000 (13:49 +0100)]
made the apache ini holders to be zend_bool

since they're documented to be so and we spare 16 byte

10 years agoRemoved useless local variable
Dmitry Stogov [Mon, 15 Dec 2014 11:43:30 +0000 (14:43 +0300)]
Removed useless local variable

10 years agoUse simpler functions
Dmitry Stogov [Mon, 15 Dec 2014 11:43:16 +0000 (14:43 +0300)]
Use simpler functions

10 years agoFixed test
Dmitry Stogov [Mon, 15 Dec 2014 09:52:50 +0000 (12:52 +0300)]
Fixed test

10 years agoin ext/soap globals are initialized also on minit
Anatol Belski [Mon, 15 Dec 2014 09:52:12 +0000 (10:52 +0100)]
in ext/soap globals are initialized also on minit

10 years agosmall fixes to UPGRADING
Stanislav Malyshev [Mon, 15 Dec 2014 07:49:24 +0000 (23:49 -0800)]
small fixes to UPGRADING

10 years agoReorder to save alignment size (of course, only for common used structs)
Xinchen Hui [Mon, 15 Dec 2014 06:06:19 +0000 (01:06 -0500)]
Reorder to save alignment size (of course, only for common used structs)

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Mon, 15 Dec 2014 06:13:09 +0000 (07:13 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Save 8 bytes on 64 bits

Conflicts:
Zend/zend_API.c

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Mon, 15 Dec 2014 06:01:29 +0000 (07:01 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Revert HTTP status codes merger
  fixed tests, bugs in status codes merger
  Fixed bug #55415 (php_info produces invalid anchor names)
  NEWS
  Implement feature request #55467 (phpinfo: PHP Variables with $ and single quotes)
  NEWS
  Change back to use is_int() as function instead of is_integer(), as per Jan Tvrdík's request @github
  NEWS
  Change is_long() to be an alias of is_integer()
  Fix indentation
  Share HTTP status codes map

10 years agoSave 8 bytes on 64 bits
Xinchen Hui [Mon, 15 Dec 2014 05:43:28 +0000 (00:43 -0500)]
Save 8 bytes on 64 bits

10 years agoRevert HTTP status codes merger
Andrea Faulds [Mon, 15 Dec 2014 01:30:58 +0000 (01:30 +0000)]
Revert HTTP status codes merger

This reverts commits 65768edcf3ef27a21a07e5e994bfd9ca1cabfa94627b350f31be83eb1d5ac5fad692256dcfaf1281 and 9c18ad3ac9103bc0a6c7b7ab8938fd7272095652.

10 years agofixed tests, bugs in status codes merger
Andrea Faulds [Sun, 14 Dec 2014 23:40:35 +0000 (23:40 +0000)]
fixed tests, bugs in status codes merger

10 years agoFixed bug #55415 (php_info produces invalid anchor names)
Kalle Sommer Nielsen [Sun, 14 Dec 2014 22:09:13 +0000 (23:09 +0100)]
Fixed bug #55415 (php_info produces invalid anchor names)

@@ Slightly based off Johannes' patch

10 years agoNEWS
Kalle Sommer Nielsen [Sun, 14 Dec 2014 21:49:00 +0000 (22:49 +0100)]
NEWS

10 years agoImplement feature request #55467 (phpinfo: PHP Variables with $ and single quotes)
Kalle Sommer Nielsen [Sun, 14 Dec 2014 21:47:58 +0000 (22:47 +0100)]
Implement feature request #55467 (phpinfo: PHP Variables with $ and single quotes)

10 years agoNEWS
Kalle Sommer Nielsen [Sun, 14 Dec 2014 21:32:42 +0000 (22:32 +0100)]
NEWS

10 years agoChange back to use is_int() as function instead of is_integer(), as per Jan Tvrdík...
Kalle Sommer Nielsen [Sun, 14 Dec 2014 21:26:16 +0000 (22:26 +0100)]
Change back to use is_int() as function instead of is_integer(), as per Jan Tvrdík's request @github

10 years agoNEWS
Kalle Sommer Nielsen [Sun, 14 Dec 2014 21:13:07 +0000 (22:13 +0100)]
NEWS

10 years agoChange is_long() to be an alias of is_integer()
Kalle Sommer Nielsen [Sun, 14 Dec 2014 20:57:07 +0000 (21:57 +0100)]
Change is_long() to be an alias of is_integer()

@@ See internals: news.php.net/php.internals/79639
@@ Manual will be updated so that is_int() will be an alias of is_integer()
@@ I picked integer over int for consitentcy as we do not use str instead of string either

10 years agoFix indentation
Andrea Faulds [Sun, 14 Dec 2014 19:20:06 +0000 (19:20 +0000)]
Fix indentation

10 years agoMerge branch 'unify_http'
Andrea Faulds [Sun, 14 Dec 2014 19:18:23 +0000 (19:18 +0000)]
Merge branch 'unify_http'

* unify_http:
  Share HTTP status codes map

10 years agoShare HTTP status codes map
Andrea Faulds [Thu, 6 Nov 2014 17:59:31 +0000 (17:59 +0000)]
Share HTTP status codes map

10 years agoMerge remote-tracking branch 'origin/master' into native-tls
Anatol Belski [Sun, 14 Dec 2014 18:44:24 +0000 (19:44 +0100)]
Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
  Fix bug #67106 split main fpm config
  split fpm config to two parts. PR#903
  fix typo
  Fix undefined behaviour in strnatcmp
  Fix undefined behaviour in strnatcmp
  Fixed memory leak introduced by 73458e8f
  update NEWS
  move the test to the right place
  Fixed bug #68545 NULL pointer dereference in unserialize.c

10 years agoremoved the TS part, as suggested by Dmitry.
Anatol Belski [Sun, 14 Dec 2014 18:12:13 +0000 (19:12 +0100)]
removed the TS part, as suggested by Dmitry.

Tests seem to be ok so far

10 years agoFix bug #67106 split main fpm config
Remi Collet [Sun, 14 Dec 2014 13:23:43 +0000 (14:23 +0100)]
Fix bug #67106 split main fpm config

10 years agoalmost all the replacements of TSRMLS_* are done
Anatol Belski [Sun, 14 Dec 2014 13:22:42 +0000 (14:22 +0100)]
almost all the replacements of TSRMLS_* are done

Some places have to be yet touched as they use different/custom
macros namings for the same. Also some places in the code became
redundant now, this is the next task. To name some: ext/mysqlnd,
sapi/embed, ext/curl and some smaller places here and there.

10 years agosplit fpm config to two parts. PR#903
Elan Ruusamäe [Tue, 18 Nov 2014 21:15:39 +0000 (23:15 +0200)]
split fpm config to two parts. PR#903

main config = global options
secondary config = pool options

makes easier to add new pools:
duplicate pool config in fpm.d dir

https://bugs.php.net/bug.php?id=67106

10 years agosecond shot on removing TSRMLS_*
Anatol Belski [Sun, 14 Dec 2014 13:07:59 +0000 (14:07 +0100)]
second shot on removing TSRMLS_*