Re: [PHP-DEV] Please allow an out of readonly properties

2022-12-04 Thread Hamza Ahmad
Hello, If we keep the idea of using reflection aside, I still have a reason to consider readonly flag for private properties. There are two main uses I consider of readonly properties: prevention of property modification from the public scope and the securing the property from losing an important

Re: [PHP-DEV] PHP support for matrix operations - BLAS, LAPACK.

2022-12-04 Thread Deleu
On Sun, Dec 4, 2022, 8:43 PM j adams wrote: > I apologize if I have the wrong mailing list here. I'm hoping ot ask the > PHP developer community if there's any appetite for functions to handle > matrix operations and scientific computing. > > I took a course on machine learning which had us code

[PHP-DEV] PHP support for matrix operations - BLAS, LAPACK.

2022-12-04 Thread j adams
I apologize if I have the wrong mailing list here. I'm hoping ot ask the PHP developer community if there's any appetite for functions to handle matrix operations and scientific computing. I took a course on machine learning which had us code solutions using matlab/octave. This year I embarked on

Re: [PHP-DEV] Please allow an out of readonly properties

2022-12-04 Thread Andreas Heigl
Hey there On 03.12.22 23:55, Karoly Negyesi wrote: They refuse to compromise even on documentation issues. I am totally helpless. Not sure what could be done? When people design their systems and use final, private or readonly, they have a reason for that. They have a plan on how their librar