search for: zts

Displaying 20 results from an estimated 54 matches for "zts".

Did you mean: its
2015 Oct 30
4
disable ZTS in php
Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php...
2015 Oct 30
2
disable ZTS in php
...olotinen <eero.volotinen at iki.fi> wrote: > This is really wrong way to do this. Install yum-utils and use > yumdownloader --source package-name to get rhel version of package. Then > modify spec file and recompile. > > Eero > Hey guys, > > I'm trying to disable ZTS in php, because an application we need > (AppDynamics) is not compatible with it. > > So I tried compiling php with the following flags: > > php -i | grep configure > Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' > '--with-zlib...
2015 Oct 30
0
disable ZTS in php
on certain non-linux systems like MacOS i?ll run into a problem with the standard version of iconv in php. To leave it out i use the ?without-iconv directive. Maybe give that a shot with maintainer-zts. ? Jeremy > On Oct 30, 2015, at 6:44 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > > Hey guys, > > I'm trying to disable ZTS in php, because an application we need > (AppDynamics) is not compatible with it. > > So I tried compiling php with the follow...
2015 Oct 30
0
disable ZTS in php
This is really wrong way to do this. Install yum-utils and use yumdownloader --source package-name to get rhel version of package. Then modify spec file and recompile. Eero Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php...
2015 Oct 30
0
disable ZTS in php
...ote: > > > This is really wrong way to do this. Install yum-utils and use > > yumdownloader --source package-name to get rhel version of package. Then > > modify spec file and recompile. > > > > Eero > > Hey guys, > > > > I'm trying to disable ZTS in php, because an application we need > > (AppDynamics) is not compatible with it. > > > > So I tried compiling php with the following flags: > > > > php -i | grep configure > > Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/a...
2017 Sep 16
0
require help
...t; $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... > -- Second try to do what you would like (I hope and think) Using Eric's sample data <code> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) zdf # R ts zts <- ts(zdf[,-1], start=zdf[1,"year"]) zts # turn data into a zoo timeseries and an xts timeseries library(zoo) z.zoo <- as.zoo(zts) z.zoo library(xts) z.xts <- as.xts(zts) z.xts </code> Berend Hasselman > Yadawananda Neog > Research Scholar > Department of Econ...
2017 Sep 16
2
require help
...- > > Second try to do what you would like (I hope and think) > Using Eric's sample data > > <code> > zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), > incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) > zdf > > # R ts > zts <- ts(zdf[,-1], start=zdf[1,"year"]) > zts > > # turn data into a zoo timeseries and an xts timeseries > > library(zoo) > z.zoo <- as.zoo(zts) > z.zoo > > library(xts) > z.xts <- as.xts(zts) > z.xts > </code> > > Berend Hasselman &g...
2017 Sep 16
0
require help
...u would like (I hope and think) >> Using Eric's sample data >> >> <code> >> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), >> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) >> zdf >> >> # R ts >> zts <- ts(zdf[,-1], start=zdf[1,"year"]) >> zts >> >> # turn data into a zoo timeseries and an xts timeseries >> >> library(zoo) >> z.zoo <- as.zoo(zts) >> z.zoo >> >> library(xts) >> z.xts <- as.xts(zts) >> z.xts >...
2011 Feb 16
1
Timeseries Data Plotted as Monthly Boxplots
...e$yearend mo.start <- ym.table$monthstart mo.end <- ym.table$monthend regts.start = ISOdatetime(year.start, mo.start, 1, hour=0, min=0, sec=0, tz="GMT") regts.end = ISOdatetime(year.end, mo.end, 1, hour=18, min=0, sec=0, tz="GMT") zts <- zooreg(clim.dat$cdata, start = regts.start, end = regts.end, frequency = 4, deltat = 21600) #Create a daily average from the timeseries zta <- aggregate(zts, as.POSIXct(cut(time(zts), "24 hours", include=T)), mean) #Select hourly data from the timeseries...
2017 Sep 22
2
require help
...>> Using Eric's sample data >>> >>> <code> >>> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), >>> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) >>> zdf >>> >>> # R ts >>> zts <- ts(zdf[,-1], start=zdf[1,"year"]) >>> zts >>> >>> # turn data into a zoo timeseries and an xts timeseries >>> >>> library(zoo) >>> z.zoo <- as.zoo(zts) >>> z.zoo >>> >>> library(xts) >>> z.x...
2017 Sep 15
7
require help
hello to all. I am working on macroeconomic data series of India, which in a yearly basis. I am unable to convert my data frame into time series. kindly help me. also using zoo and xts packages. but they take only monthly observations. 'data.frame': 30 obs. of 4 variables: $ year: int 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 ... $ cnsm: num 174 175 175 172 173 ... $ incm:
2015 Nov 03
1
prefork vs worker mpm in apache
Hey guys, We had to recompile apache 2.4.12 because we needed to disable thread safety in php (ZTS). Because for some reason when compiling php with the --disable-maintainer-zts with the worker mpm model and checking the php info page, it was saying that thread safety was still enabled. So when we recompiled apache to use the prefetch worker model instead of worker, the php info page was showi...
2007 Nov 27
3
Problems with xapian php bindings in osx
...Fatal error: Class 'Xapian' not found in /Users/mttuser/Sites/IEOC/ smoketest5.php on line 23 Here are the errors that I get when I point to the location of xapian.php: Warning: dl() [function.dl]: Unable to load dynamic library '/usr/ local/php5/lib/php/extensions/no-debug-non-zts-20060613/xapian.so' - (null) in /usr/local/php5/xapian.php on line 23 Fatal error: Class 'Xapian' not found in /Users/mttuser/Sites/IEOC/ smoketest5.php on line 23 If i move the xapian.so file into the no-debug-non-zts-20060613 directory i get yet more errors. The file is tak...
2017 Sep 22
0
require help
...;>> > >>> <code> > >>> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10, > replace=TRUE), > >>> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) > >>> zdf > >>> > >>> # R ts > >>> zts <- ts(zdf[,-1], start=zdf[1,"year"]) > >>> zts > >>> > >>> # turn data into a zoo timeseries and an xts timeseries > >>> > >>> library(zoo) > >>> z.zoo <- as.zoo(zts) > >>> z.zoo > >>> &g...
2012 Jan 11
0
CESA-2012:0019 Moderate CentOS 6 php Update
...idy-5.3.3-3.el6_2.5.i686.rpm 7521c62310369c21535a57952e50cc1c0225cf1dca057479f58e74721e72fe23 php-xml-5.3.3-3.el6_2.5.i686.rpm 3be5357d6beb47bc33573dc77c3528c3855f7a2f216e378ffeda6a5c5032c0c4 php-xmlrpc-5.3.3-3.el6_2.5.i686.rpm 323a3a89f9f0359728c7b65023af31d6421ed9da35a79ee9a77cafa9bc17660a php-zts-5.3.3-3.el6_2.5.i686.rpm x86_64: ac28119b05306a2921b333916d0ac55a69acc66617cf61dac45a6545b0ae2967 php-5.3.3-3.el6_2.5.x86_64.rpm 5e978ec2d5546877fb72dbb0f3ccbb3fbf669c4f38f763311bb6176d2aa05474 php-bcmath-5.3.3-3.el6_2.5.x86_64.rpm a8086b35f0b2a99b4930b1234dd93ad0cc9154d4f23db921513a6da40e1f41db...
2012 Feb 03
0
CESA-2012:0093 Critical CentOS 6 php Update
...idy-5.3.3-3.el6_2.6.i686.rpm 0fe5d89547221b4726d59d6fa87b6901a9e4c0bcc410e0474bc42487cc2af050 php-xml-5.3.3-3.el6_2.6.i686.rpm 0a5f106b054f7062c3d565252effe0d52503c07f885764651e4c940a37c7240c php-xmlrpc-5.3.3-3.el6_2.6.i686.rpm 27071d2c53bfc673f47cc1f7630b792510a628bb260a922ac005f70ff3ea67d2 php-zts-5.3.3-3.el6_2.6.i686.rpm x86_64: 99da93985972188ae0f963b038348700c8f20d1f728cb20d0723f802ae7b03a2 php-5.3.3-3.el6_2.6.x86_64.rpm a0f733a78599c1e6d432bb76a34454e9bdf8ba71e8ae5afacebf1c78f11175c7 php-bcmath-5.3.3-3.el6_2.6.x86_64.rpm b332848a9378e222b336e47695ff09773f2873cf1940ed35be76dfa1f79272b3...
2012 May 07
0
CESA-2012:0546 Critical CentOS 6 php Update
...idy-5.3.3-3.el6_2.8.i686.rpm 75b8c56631c18750043c9f199bd535730ef97412c1fb1c200653faf3bba60f16 php-xml-5.3.3-3.el6_2.8.i686.rpm 67011bda6cda1576c8ebbea94d94074695ae813f51a31edfbf35fc8c7bc889d1 php-xmlrpc-5.3.3-3.el6_2.8.i686.rpm e9a50475ec560821bc4c44c70fdae05b00744fc71ae02346c3bfbec33d688e37 php-zts-5.3.3-3.el6_2.8.i686.rpm x86_64: fee4d46743842d927a72a7d5499bf21ee28a758f124d0263d017f9f1db008427 php-5.3.3-3.el6_2.8.x86_64.rpm ebd49db48a8720dbb8485b87973b3fc3c1035dbd56226bff4e60d6b76373d9a9 php-bcmath-5.3.3-3.el6_2.8.x86_64.rpm c27d278a43c6ebf216ef5a8cf12d0b064a8627692688073e07a639a506c700e6...
2012 Jul 10
0
CESA-2012:1046 Moderate CentOS 6 php Update
...p-tidy-5.3.3-14.el6_3.i686.rpm 213de99ecbad441f039400ecb777c9e88bf0eaab9d5b9954773e01fa6bc8f9db php-xml-5.3.3-14.el6_3.i686.rpm da4e0bcffba0dc1d09b9c1bae9ac79c7dd8fec9637a0ca1dcc20ece59c4aac44 php-xmlrpc-5.3.3-14.el6_3.i686.rpm 4f884aaa330386466c74f9153c43680f832a0c6deb53b2a8125af1ce10755799 php-zts-5.3.3-14.el6_3.i686.rpm x86_64: bb48c95a64626f0997440cb44d40008463297fcae04653a2a511eb879a7ce9ec php-5.3.3-14.el6_3.x86_64.rpm e1aba5b65165f9faf95211d6e20cfe629553d21eac79d7fb3185caf3fe372ec8 php-bcmath-5.3.3-14.el6_3.x86_64.rpm 4bc987e2920936413ba73b459506d3f0a172ad4ea8151e2f517b96630b355835 p...
2013 Mar 09
0
CESA-2013:0514 Moderate CentOS 6 php Update
...74 php-tidy-5.3.3-22.el6.i686.rpm 745962eb70fb00154e202a0fb18752d793a1c9a25b85bb15cbe8655cf0b06eee php-xml-5.3.3-22.el6.i686.rpm c9c25795d483577c15e7ef5f428a1cd006128b24867105297bde5127b9b5dc66 php-xmlrpc-5.3.3-22.el6.i686.rpm c47d611f6ac53db4054d63dc1a1487dca8e60c5aa3c2dcd919a20c63f5945971 php-zts-5.3.3-22.el6.i686.rpm x86_64: ebea2066b8032410c764113cdf292d4badc09209f083121d85c74b5d4139f0f0 php-5.3.3-22.el6.x86_64.rpm b30e8943859ebacfe3a17a0bc974a73406ab2a1e644315a93bdf6892f76a36fd php-bcmath-5.3.3-22.el6.x86_64.rpm d8963645128b01b0e54691f29137ca7297fcf16b16f60744282e497dc90e7aa3 php-cli...
2013 Dec 11
0
CESA-2013:1813 Critical CentOS 6 php Update
...p-tidy-5.3.3-27.el6_5.i686.rpm ff2c84081d9b68bc26cf9ca920573bccab37348614a24ebbfcf2e55e05268b5d php-xml-5.3.3-27.el6_5.i686.rpm b30d52352aced8e7b059f17c6fad8b5bea624663d1d6c558efa3f9748f7b96db php-xmlrpc-5.3.3-27.el6_5.i686.rpm dccf1905f9206a7cadf808bd821e21ac943e38e8c30871d7d3c1fd42a89aea02 php-zts-5.3.3-27.el6_5.i686.rpm x86_64: 272d79ce508dc7450d177524634f8597ef237ce156ccc8f33d68dff9d9f544f7 php-5.3.3-27.el6_5.x86_64.rpm 891ff32ee11e40ab35ba81a3d92ed3234b07e55ed52ba9807df047685995dc92 php-bcmath-5.3.3-27.el6_5.x86_64.rpm 335a4016ca435815a6d2f0eccb1c61be038713f736075a64d4d2045ec6c7cd30 p...