Re: [PHP-DEV] Why does session.gc_maxlifetime default to 1440 seconds?

2015-01-31 Thread Bas van Beek
Well the number 1440 itself is not so arbitrary as it's the amount of minutes in a day. Maybe that's why the number popped up. In the end 24 minutes does seem to be fine for the majority of people and with people that care about session duration it's really easy to update :) > Op 31 jan. 2015

Re: [PHP-DEV] Casting a PHP type, new SAPI

2015-01-19 Thread Bas van Beek
ours using regular existing PHP extensions and the CLI executor. Bas van Beek > Op 20 jan. 2015, om 06:36 heeft Kevin Ingwersen (Ingwie Phoenix) > het volgende geschreven: > > Good morning, everyone. > > Today I have started to concept a new SAPI which I have wanted to do in qu

Re: [PHP-DEV] Custom build rule

2014-08-03 Thread Bas van Beek
he config.m4 and config.w32 files, add the SAPI project to the PHP source tree under the sapi directory and run ./buildconf --force to generate configure files including the option to build your SAPI. Now you can build your libphp5 library with your SAPI flavor in the same way as the other SA

Re: [PHP-DEV] ZTS - why are you using it?

2013-01-30 Thread Bas van Beek
Op 30 jan. 2013, om 13:42 heeft Zeev Suraski het volgende geschreven: >> -Original Message- >> From: Bas van Beek [mailto:b...@tobin.nl] >> Sent: Wednesday, January 30, 2013 2:29 PM >> To: Zeev Suraski >> Cc: Pierre Joye; Stas Malyshev; PHP internals >&

Re: [PHP-DEV] ZTS - why are you using it?

2013-01-30 Thread Bas van Beek
r the majority of extensions it's a simple question of adding the TSRM macros. If the underlying library doesn't support it or it would impact performance too much, I would at least want to know that the extension is not thread safe so I can leave it aside and come up with another sol

Re: [PHP-DEV] release process with git

2012-04-17 Thread Bas van Beek
Op 17-4-2012 9:47, Hannes Magnusson schreef: On Mon, Apr 9, 2012 at 08:54, Stas Malyshev wrote: Hi! 5.4.1 will be the first release we're releasing using our new git setup. I would like to refine a process that we used to have for releases and make small tweaks hopefully to allow us more predi

Re: [PHP-DEV] request for comments on threadsafe / multi-thread enabled Embed2 SAPI

2009-03-27 Thread Bas van Beek
call. In threads one simply has to call php_embed2_req_init() to startup the request environment when one needs to run a PHP script. my 2c, Moriyoshi kind regards, Bas van Beek On Fri, Mar 27, 2009 at 4:35 AM, Bas van Beek wrote: Hi Guys, The Embed2 SAPI for embedded applications needing mu

[PHP-DEV] request for comments on threadsafe / multi-thread enabled Embed2 SAPI

2009-03-26 Thread Bas van Beek
Embed2 SAPI to the PHP community using the standard PHP License and request a CVS account for adding it to the source tree. The code has been tested to run on PHP-5.2.9 and PHP-5.3.0RC1 and was tested using Mac OS X, Debian Linux and Windows XP. kind regards, Bas van Beek

Re: [PHP-DEV] embed sapi module and multi-threading

2009-03-21 Thread Bas van Beek
Hi PHP Devs, I've placed an example of the Embed2 SAPI in a subversion repository: http://svn.tobin.nl/public/php/embed2/trunk/ I hope you like it... kind regards, Bas van Beek Op 12 mrt 2009, om 21:04 heeft Marcus Boerger het volgende geschreven: Hello Bas, I would a

Re: [PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread Bas van Beek
n? kind regards, Bas van Beek Best regards, Marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread Bas van Beek
gards, Bas van Beek -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php