[wp-hackers] set/modify the auto-incrementing ID of the wp_postmeta.

Haluk Karamete halukkaramete at gmail.com
Sat Aug 11 19:49:07 UTC 2012


Wasn't there a trick to run the shell commands right from within a php
page thru the use of a back tick char?
would that do the trick of starting a php process from within a php
page rather than going to the console and starting it manually?



On Sat, Aug 11, 2012 at 8:49 AM, Dion Hulse (dd32) <wordpress at dd32.id.au> wrote:
> Ah nice, I didn't realise that, I could've sworn although the default
> is 0, that environments sharing php.ini between server and cli
> contexts would use the php.ini setting.
> Seems I'm mistaken :)
>
> On 12 August 2012 01:19, Ryan McCue <lists at rotorised.com> wrote:
>> Dion Hulse (dd32) wrote:
>>> the most common method to resolve this is to run the script on the
>>> command line, and use set_time_limit(0); (unlimited).
>>
>> If you're running it via the command line, the time limit should be set
>> to unlimited automatically. (Unless WP sets it, but I can't recall it
>> doing so.)
>>
>> --
>> Ryan McCue
>> <http://ryanmccue.info/>
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list