[PHP-DEV] RE: PHP 8.0.1 Released!

2021-01-08 Thread Christian Wenz
Hi Gabriel,

> The PHP development team announces the immediate availability of PHP 
> 8.0.1. This is a security release.

The release page (https://www.php.net/releases/8_0_1.php) states that it's a
bug fix release. I assume that's correct?

--Christian

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



[PHP-DEV] Re: Proposal for a new array function

2016-02-11 Thread Christian Wenz

On Mon, Feb 8, 2016 at 09:32 AM, Matthew Setter wrote:


The approach I took was this:

return array_keys($arr) !== range(0, count($arr) - 1);


FWIW, this might not work for arrays with missing indices like [0 => 
'a', 2 => 'b']


I personally would appreciate a function like you proposed.

--Christian

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: PHP 7.0.0 final RTM delay

2015-12-03 Thread Christian Wenz
On Thu, Dec 3, 2015 at 4:18 PM, Sebastian Bergmann  
wrote:



> We, PHP, are not distros maintainers.

 Well said. But why, then, do we provide Windows binaries?



I guess because it helps adoption massively, at least it did in the 
past. I still remember PHP 3.0.18 which did not have a Windows binary at 
all ;-) But can’t be long now, we are almost there!


--Christian


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] RE: CVS Account Request: cleong

2006-07-29 Thread Christian Wenz

Hi Andi,

ASP.NET is using OLEDB, as well, and in my experiences this does not add 
to much penalty to communicating with MSSQL (however obviously more 
exhaustive performance tests are required). However I am wondering 
whether the OLEDB way would still work on non-Windows PHP versions? If 
not: Having two compatible, but internally completely different MSSQL 
extensions for win32 and non-win32 sounds dangerous to me.


--Christian


Hi Chung,

Any idea on the performance of OLEDB? My understanding was that due to it
going through the COM layer, performance will be relatively poor.

Any idea?

Andi 


 -Original Message-
 From: Chung Leong [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 28, 2006 2:37 PM

 To: internals@lists.php.net
 Subject: [PHP-DEV] CVS Account Request: cleong
 
 I would like to submit a replacement for the Win32 mssql 
 extension that I have recently completed. The extension 
 provides the same set of functions as mssql, but uses OLEDB 
 to talk to SQLServer instead of DBLIB. It allows users to 
 retrieve varchar column wider than 255 and also Unicode 
 columns as UTF-8.
 


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php