php-general Digest 1 Aug 2013 01:37:14 -0000 Issue 8315

Topics (messages 321743 through 321747):

Re: php 5.3.15 and exception for disabled_functions
        321743 by: Bálint Horváth
        321744 by: Josef Karliak

OPcache Instead of APC Now?
        321745 by: Timmy Turner
        321746 by: Jan Ehrhardt

SELECT data base on a upper level SELECT
        321747 by: iccsi

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Hi,

Maybe you think for ini_set()

http://php.net/manual/en/function.ini-set.php



On Tue, Jul 30, 2013 at 9:22 AM, Josef Karliak <karl...@ajetaci.cz> wrote:

>   Hi there,
>   in the php.ini file I've disabled some functions (exec and similar). In
> the php script we must use binary execution - so I had to enable function
> "exec" again. And here is a question - does php have an option, that I
> could set : this binary file could use this disabled function ? Like :
>
> disable_functions_binary_**exception = /usr/local/bin/compute_**doomsday
> disable_functions_function_**exception = exec
>
> :)
>
> Thanks and best regards
>
> J.Karliak
>
> --
> Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
> DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
> zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
> My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
> policy and check. If you've problem with sending emails to me, start
> using email origin methods mentioned above. Thank you.
>
> ------------------------------**------------------------------**----
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
  Hi,
interesting function, but disable_function is configurable only from php.ini file :-/
  J.K.

Cituji Bálint Horváth <hbal...@gmail.com>:

Hi,

Maybe you think for ini_set()

http://php.net/manual/en/function.ini-set.php



On Tue, Jul 30, 2013 at 9:22 AM, Josef Karliak <karl...@ajetaci.cz> wrote:

  Hi there,
  in the php.ini file I've disabled some functions (exec and similar). In
the php script we must use binary execution - so I had to enable function
"exec" again. And here is a question - does php have an option, that I
could set : this binary file could use this disabled function ? Like :

disable_functions_binary_**exception = /usr/local/bin/compute_**doomsday
disable_functions_function_**exception = exec

:)

Thanks and best regards

J.Karliak

--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.

------------------------------**------------------------------**----
This message was sent using IMP, the Internet Messaging Program.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


--- End Message ---
--- Begin Message ---
I was looking through the changelog for PHP 5.5 and noticed the Zend
OPcache. Will this be replacing APC? (Is APC still being maintained?)

The reason I'm asking is because I use APC's data caching feature heavily,
which Zend's OPcache (currently) does not offer. Given that APC's shared
memory cache is probably as fast as (non-distributed) caching gets (for PHP
anyways), it would be a shame to see it go in the future.

--- End Message ---
--- Begin Message ---
Timmy Turner in php.general (Tue, 30 Jul 2013 19:02:43 +0200):
>I was looking through the changelog for PHP 5.5 and noticed the Zend
>OPcache. Will this be replacing APC? (Is APC still being maintained?)
>
>The reason I'm asking is because I use APC's data caching feature heavily,
>which Zend's OPcache (currently) does not offer. Given that APC's shared
>memory cache is probably as fast as (non-distributed) caching gets (for PHP
>anyways), it would be a shame to see it go in the future.

OPcache will replace APC eventually, because APC had too many issues
under PHP 5.5. For APC's data caching you should take a look at APCU
(APC without the opcode cache): https://github.com/krakjoe/apcu

Jan

--- End Message ---
--- Begin Message --- I have 5 SELECT for Department, Manager, supervisor, Group Leader and Employees
I want to every SELECT list narrow down for an upper SELECT.
For example, once user select Department then all Manager, Supervisor, Group Leader and Employee list will be narrow down by department and same for manager and supervisor and so on.

I can use iframe or jQuery to do every level, but it needs to call iframe or jQuery to 5 levels.
I would like to know are there any better way to handle this situation,

Your help and information is great appreciated,

Regards,


Iccsi,


--- End Message ---

Reply via email to