sixd Sat, 24 Apr 2010 00:44:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298404
Log:
Initialize vars to prevent valgrind warnings in some cases
Changed paths:
U php/php-src/branches/PHP_5_3/ext/oci8/oci8_statement.c
U php/php
felipe Fri, 23 Apr 2010 19:20:55 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298390
Log:
- Fix regexp
Changed paths:
U php/php-src/trunk/Makefile.global
Modified: php/php-src/trunk/Makefile.global
=
Kalle Sommer Nielsen wrote:
kalleThu, 22 Apr 2010 23:23:10 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298352
Log:
Update the deprecated directives in the MakeFile
Changed paths:
U php/php-src/trunk/Makefile.global
Modified: php
fat Fri, 23 Apr 2010 16:05:52 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298383
Log:
Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers.
It works as php_value and php_admin_value from the main conf file or apache
sapi.
fat Fri, 23 Apr 2010 15:09:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298380
Log:
Remove unused functions / variables / #if 0 blocks
Changed paths:
U php/php-src/trunk/sapi/fpm/fpm/fastcgi.c
U php/php-src/trunk/sapi/fpm/fp
fat Fri, 23 Apr 2010 13:56:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298375
Log:
typo
Changed paths:
U php/php-src/trunk/sapi/fpm/php-fpm.conf.in
Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in
===
andrey Fri, 23 Apr 2010 13:54:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298374
Log:
Fix for bug #51647 Certificate file without private key (pk in another file)
doesn't work
Bug: http://bugs.php.net/51647 (Verified) Certificate file wi
felipe Fri, 23 Apr 2010 13:32:03 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298373
Log:
- Fixed compiler warnings
Changed paths:
U php/php-src/branches/PHP_5_2/ext/openssl/xp_ssl.c
U php/php-src/branches/PHP_5_3/ext/openssl/xp_s
Please open a new bug with the details + reproduce script. Thanks.
On Fri, Apr 23, 2010 at 2:42 PM, Andrey Hristov wrote:
> Tony,
>
> Antony Dovgal wrote:
>>
>> On 23.04.2010 15:05, Andrey Hristov wrote:
>>>
>>> "The SSL_CTX_use_PrivateKey_file function loads the private key for use
>>> with Secu
Tony,
Antony Dovgal wrote:
On 23.04.2010 15:05, Andrey Hristov wrote:
"The SSL_CTX_use_PrivateKey_file function loads the private key for use
with Secure Sockets Layer (SSL) sessions using a specific context (CTX)
structure."
However, what gets passed is path to a certificate, not to a priva
On Fri, 23 Apr 2010, Pierre Joye wrote:
> We agreed to introduce this syntax to trunk while evaluating FPM
> altogether. It then makes sense to discuss this evaluation on the list
> instead of arguing about a commit.
We didn't *agree* on anything. If you still think that, point me to that
email
Antony Dovgal wrote:
On 23.04.2010 15:05, Andrey Hristov wrote:
"The SSL_CTX_use_PrivateKey_file function loads the private key for use
with Secure Sockets Layer (SSL) sessions using a specific context (CTX)
structure."
However, what gets passed is path to a certificate, not to a private
key
Le 23 avril 2010 13:09, Derick Rethans a écrit :
> On Fri, 23 Apr 2010, Jérôme Loyet wrote:
>
>> Le 23 avril 2010 11:31, Derick Rethans a écrit :
>> > On Wed, 21 Apr 2010, Jérôme Loyet wrote:
>> >>
>> >> Log:
>> >> switch the configuration syntax from xml to ini
>> >> It's been describe in the RF
On 23.04.2010 15:05, Andrey Hristov wrote:
> "The SSL_CTX_use_PrivateKey_file function loads the private key for use
> with Secure Sockets Layer (SSL) sessions using a specific context (CTX)
> structure."
>
> However, what gets passed is path to a certificate, not to a private
> key. So you rei
On Fri, 2010-04-23 at 13:05 +0200, Andrey Hristov wrote:
> Pierre, Pierre,
> + if (SSL_CTX_use_PrivateKey_file(ctx, resolved_path_buff,
> SSL_FILETYPE_PEM) != 1) {
>
> this is what the revert gives back, if you go and check what this
> function does:
>
> "The SSL_CTX_use_PrivateKey_file fun
hi Derick,
Please discuss that on the internals mailing (new thread).
We agreed to introduce this syntax to trunk while evaluating FPM
altogether. It then makes sense to discuss this evaluation on the list
instead of arguing about a commit.
Thanks,
Cheers,
2010/4/23 Derick Rethans :
> On Fri,
On Fri, Apr 23, 2010 at 1:05 PM, Andrey Hristov wrote:
>
> So, I am going to revert the revert and reintroduce the code that fixes a
> bug.
No. Don't do that.
If you have found a bug in SSL please report a bug with a SSL specific
test case and a patch if you have one.
Thanks,
--
Pierre
@pier
On Fri, 23 Apr 2010, Jérôme Loyet wrote:
> Le 23 avril 2010 11:31, Derick Rethans a écrit :
> > On Wed, 21 Apr 2010, Jérôme Loyet wrote:
> >>
> >> Log:
> >> switch the configuration syntax from xml to ini
> >> It's been describe in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax
>
> > I feel ext
Pierre, Pierre,
+ if (SSL_CTX_use_PrivateKey_file(ctx, resolved_path_buff,
SSL_FILETYPE_PEM) != 1) {
this is what the revert gives back, if you go and check what this
function does:
"The SSL_CTX_use_PrivateKey_file function loads the private key for use
with Secure Sockets Layer (SSL) sess
Le 23 avril 2010 11:31, Derick Rethans a écrit :
> On Wed, 21 Apr 2010, Jérôme Loyet wrote:
>
>> fat Wed, 21 Apr 2010 22:56:33 +
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=298281
>>
>> Log:
>> switch the configuration syntax from xml t
hi,
On Fri, Apr 23, 2010 at 12:14 PM, Andrey Hristov wrote:
> More info about the segfaults? Tests that show the segfaults and thus keep
> us from regressions?
The tests we have in ext/openssl/tests crash.
However we were wondering why you did these changes and I did not see
any relation betwe
More info about the segfaults? Tests that show the segfaults and thus
keep us from regressions?
Andrey
Antony Dovgal wrote:
tony2001 Thu, 22 Apr 2010 15:59:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298331
Log:
revert most of the And
2010/4/23 Derick Rethans :
> I feel extremely unhappy about this patch. From what I've seen there is
> only a very small group of people that want to switch from the XML
> format to the INI format. Another group, was opposed to this move. I for
> one, find this new INI stuff extremely complicated
On Wed, 21 Apr 2010, Jérôme Loyet wrote:
> fat Wed, 21 Apr 2010 22:56:33 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=298281
>
> Log:
> switch the configuration syntax from xml to ini
> It's been describe in the RFC: http://wiki.php.ne
tony2001 Fri, 23 Apr 2010 09:11:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298370
Log:
fix WS
Changed paths:
U php/php-src/trunk/Zend/zend_execute_API.c
Modified: php/php-src/trunk/Zend/zend_execute_API.c
===
dmitry Fri, 23 Apr 2010 08:56:03 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298369
Log:
Use fast class fetch function
Changed paths:
U php/php-src/trunk/Zend/zend_compile.c
U php/php-src/trunk/Zend/zend_execute_API.c
U php
fat Fri, 23 Apr 2010 08:06:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298368
Log:
typo and errors in php-fpm.conf
Changed paths:
U php/php-src/trunk/sapi/fpm/php-fpm.conf.in
Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in
27 matches
Mail list logo