[PHP-DEV] help applying security fixes to 7.0.1 and 5.5 branches

2015-12-09 Thread George Wang
Hi, I just fixed two security related bugs in sapi/litespeed, #70758 #70759. Can someone help applying the fix to 7.0.1 and 5.5 branches? Thanks, George Wang -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.6.0RC3 Released for Testing!

2014-08-01 Thread George Wang
on Tuesday 12th and release on Thursday 14th. Regards, Julien Pauli and Ferenc Kovacs Thanks for the inclusion of latest LiteSpeed SAPI code, it compiles and work fine. George Wang -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.3 final release

2014-07-30 Thread George Wang
weeks, the releases work in 2-week cycles, RC then GA) and see it works well for you. If it does, everything is fine and the release will be out in another 2 weeks. If not, alert the RMs ASAP and we'll try to fix it. I have updated the NEWS with pull requests through github. Thanks, George

Re: [PHP-DEV] Re: 5.3 final release

2014-07-30 Thread George Wang
sting on the php.net <http://php.net> lists, and that hasn't changed in the last couple of years. Sorry, will do that from now on. Best regards, George Wang

Re: [PHP-DEV] Re: 5.3 final release

2014-07-25 Thread George Wang
and force to follow the procedure. So, now moving forward, the code should be in PHP-5.4/5.5/5.6 branches already, I will update NEWS files in 5.4/5.5/5.6 branches, anything else? I want to make sure the LiteSpeed SAPI code is up2date in next release. Best regards, George Wang On 7/25/2014

Re: [PHP-DEV] Re: 5.3 final release

2014-07-25 Thread George Wang
ase, it is ridiculous! I got an email from Stas regarding my commits, I replied, but the end result is still like this. What is the procedure to make sure our latest sapi/litespeed release will be in the next release? Best regards, George Wang -- PHP Internals - PHP Runtime Developme

Re: [PHP-DEV] Re: 5.3 final release

2014-07-24 Thread George Wang
On 7/24/2014 10:40 AM, Johannes Schlüter wrote: On Wed, 2014-07-23 at 18:22 -0400, George Wang wrote: Hi, I have a request to include our latest sapi/litespeed V6.6 to the EOL PHP 5.3 release. I thought it was EOL already. PHP 5.3 is in extended support and only receives security related

Re: [PHP-DEV] Re: 5.3 final release

2014-07-23 Thread George Wang
in production for long time. https://github.com/php/php-src/pull/739 Hopefully, it is not too late. :-) Thanks, George Wang On 7/22/2014 2:53 PM, Stas Malyshev wrote: Hi! According to PHP 5.3 EOL RFC, we've now a month past official EOL date, but we've planned to make one fin

Re: [PHP-DEV] gprof & PHP

2008-05-05 Thread George Wang
Seems that PHP engine is using ITIMER_PROF and SIGPROF for limiting the max execution time of a php script, and gprof cannot produce useful results. Is there an option to turn it off temporarily? Is there a better tool for code optimization? IIRC if "max_execution_time" is 0 then timeout sho

[PHP-DEV] gprof & PHP

2008-05-05 Thread George Wang
Hi, Seems that PHP engine is using ITIMER_PROF and SIGPROF for limiting the max execution time of a php script, and gprof cannot produce useful results. Is there an option to turn it off temporarily? Is there a better tool for code optimization? Thanks, George -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-04-23 Thread George Wang
Hi Johannes, Derick just copied it on the CVS server to php-src/sapi/litespeed and gave you karma, please make a checkout of the PHP tree and test if all works, then do a "cvs rm" on the old files in PECL so that's cleaned. That's great! Thanks for the update. Checkout a copy of php-src/sap

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-04-08 Thread George Wang
Hi Johannes, Well, the idea is that all PHP-specific code is licensed under the same license terms. PCRE and GD are external libraries which live outside PHP's context and which are simply bundled. That's why the clear preference there is PHP License. I have updated the license to have it dua

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-31 Thread George Wang
e, please just let me know. Hopefully it will appear in the nightly build soon. :-) Thanks, George Pierre Joye wrote: Hi George, On Thu, Mar 27, 2008 at 8:11 PM, George Wang <[EMAIL PROTECTED]> wrote: Hi Johannes, Thank you for the quick reply. > Well, the idea is that all P

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-27 Thread George Wang
Hi Johannes, Thank you for the quick reply. Well, the idea is that all PHP-specific code is licensed under the same license terms. PCRE and GD are external libraries which live outside PHP's context and which are simply bundled. That's why the clear preference there is PHP License. OK, let

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-26 Thread George Wang
ibrary code has been license under BSD license, and there are other BSD licensed code get into PHP core, like PCRE, GD, etc. Is that really a concern? Do I have to change it to PHP license? Please let me know if there are other concerns. Thanks, George Wang -- PHP Internals - PHP Runtime Deve

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-25 Thread George Wang
Best Regards, George Wang -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-25 Thread George Wang
Pierre, As of php 5.3, it is possible to have a per directory configuration, either using the system php.ini or using a .htaccess-like php.ini (.user.ini). The concept is based on what you have in htscanner but in a much better way (same syntax than in any php.ini). The goal is to enable this fe

Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-24 Thread George Wang
Well, popularity-wise it has about 0.003% of the web server market. So I wouldn't put too much stock in that. We also have yet to ever see a user request for it. As to user request, here is one :-) http://bugs.php.net/bug.php?id=42987 One of the reasons why did not receive much requests is

[PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-03-24 Thread George Wang
de has been checked in to http://cvs.php.net/viewvc.cgi/pecl/litespeed/ I am ready to help with any code changes required to meet PHP coding standard. Thanks, George Wang http://www.litespeedtech.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: gwang

2006-01-12 Thread George Wang
Rasmus Lerdorf (rasmus) told me to fill out the form. :-) It is for maintaining source code for LiteSpeed PHP SAPI module, the part of the CVS repository I need to access to is php-src/sapi/litespeed, if our module is accepted. -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

[PHP-DEV] LiteSpeed SAPI patch and cvs account request

2006-01-12 Thread George Wang
build their own PHP binary. The patch is under http://www.litespeedtech.com/lsapi/ I can be the maintainer of this SAPI module if it is accepted, please just setup a CVS account for me. Looking forward to work with your guys to make PHP even better. :-) Thank you very muc

[PHP-DEV] PHP LiteSpeed SAPI patch

2005-05-27 Thread George Wang
w.litespeedtech.com/docs/HowTo_QA.html#qa_php We are new to PHP SAPI programming and we use cgi/cli/apache/thttpd SAPI code as references, please help reviewing our code. Any comment or suggestion is highly welcome. :-) Thanks, George Wang litespeed-1.1.tgz Description: application/compressed

Re: [PHP-DEV] How to submit a new SAPI extension?

2005-03-18 Thread George Wang
, George Wang Mike Robinson wrote: Is there going to be any licensing issues that need to be dealt with as far as you can see? Best, Mike Robinson George Wang writes: How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send a patch to this list? Thanks, George Wang -- PHP

[PHP-DEV] How to submit a new SAPI extension?

2005-03-17 Thread George Wang
Hi, How can I submit a new PHP SAPI extension for our LiteSpeed Web Server? Send a patch to this list? Thanks, George Wang -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php