Hi,
Thanks for responding to this issue.
Will calling getMetaData still parse and
execute malicious code?
;__
Raymond
On Sun, 14 Apr 2019, 4:47 PM Stanislav Malyshev,
wrote:
> Hi!
>
> > I came across this article which highlights a few issues with PHP
> > deserialization techniques:
> >
>
Hello Team,
I came across this article which highlights a few issues with PHP
deserialization techniques:
https://portswigger.net/daily-swig/phar-out-php-deserialization-techniques-offer-rich-pickings-for-security-researchers
Hello,
Are there any plans to add object type casting support in PHP?
For example:
$circle = (Circle) ShapeFactory::createShape('circle');
$circle->radius = 10;
echo $circle->getArea();
It would be great if this feature could be added to 5.5 :)
__
Raymond Irving
I agree with adding XDebug to core distribution but it must be disabled by
default.
On Fri, Mar 1, 2013 at 8:28 AM, Julien Pauli wrote:
> On Fri, Mar 1, 2013 at 12:49 PM, Kalle Sommer Nielsen
> wrote:
>
> > Hi
> >
> > 2013/3/1 Julien Pauli :
> > > I guess the ini declaration order and then t
I'm very sure users will not complain if 5.5 is delayed for a few months.
Most websites will not be installing 5.5 immediately after it has been
released.
My take on this is that we integrate O+ in to core, iron out all the issues
and then release a stable 5.5.
If O+ will improve the performance
Hello,
I'm getting two different values when I use a timestamp with the
date_create() and date() functions:
echo date_create('@1361240634')->format('Y-m-d');
// output: 2013-02-19
echo date('Y-m-d',1361240634);
// output: 2013-02-18
Is this a known issue?
My timezone setting is set to America/
not be a
problem. No other user will be able to access the application from the
network. These are basically single user web-desktop applications.
On Wed, Dec 19, 2012 at 12:33 PM, Patrick ALLAERT wrote:
> 2012/12/19 Raymond Irving :
> > Hi William,
> >
> > Why not?
>
>
Hi William,
Why not?
On Wed, Dec 19, 2012 at 11:07 AM, William Betts wrote:
> On Wed, Dec 19, 2012 at 10:05 AM, Raymond Irving
> wrote:
>
> > Hello,
> >
> > I would like to thank you guys very much for adding the built-in PHP web
> > server to PHP. For th
Hello,
I would like to thank you guys very much for adding the built-in PHP web
server to PHP. For the first time I've just deployed a quick standalone app
without having to go through the trouble of configuring IIS or any other
web server. The installation was easy as ABC.
The built-in server wa
Many thanks for the feedback.
I would love see some JIT features added to the core as this would help to
improve the overall performance.
Sara,
I like your extension idea as this would not require any changes to the
core.
Here's another idea:
---
1. Modify PHP co
Most of these utilities require admin user access to the server. For
example, Logrotate is normally run as a daily cron job
There are a lot of shared services that will not allow users to install or
run certain jobs.
How difficult will if be to add this feature to PHP? Will it require major
chan
Hi Rasmus,
Many thanks for the information.
It would be great if this information can be added to the docs:
http://www.php.net/manual/en/session.configuration.php#ini.session.entropy-file
__
Raymond
On Thu, Aug 23, 2012 at 10:03 AM, Rasmus Lerdorf wrote:
> On 08/22/2012 09:48 PM, Raym
Hello Everyone,
I've been reading that it's possible to encounter session id collisions
with the default php configuration. It's also been said that PHP utilizes a
cryptographically weak random number generator to
produce session ID information.
I know it's possible to change the hash function a
Many thanks for the feedback.
__
Raymond
On Sun, Aug 19, 2012 at 10:02 AM, Rasmus Lerdorf wrote:
> On 08/19/2012 10:29 AM, Raymond Irving wrote:
> > Hello,
> >
> > What could have cause PHP to start out so great but then slows to a
> crawl?
> > Could it be the GC
I was very surprised when I came across the == issue sometime ago. IMO
strings should be compared as strings. They should never be converted to
integer.
1=="1" // always convert the number value to a string and then
compare it
"foo" == 0// should return false
"123abc" == "123nth" /
Hello,
I came across some info on the web that states that scalar type hinting was
added to the PHP trunk but it did not make it's way into 5.4 because of
objections from the community. Will it ever make it's way into 5.5?
I know PHP is considered to be a weak typed language but it should also be
Hello,
I came across this little library called TameJS (http://tamejs.org/) and
fell in love with the it's syntax. This had me thinking if it was possible
to add such features to a PHP CLI (or web app):
fetchAll();
// do something here
?>
The "await" keyword marks a section of code that depends
17 matches
Mail list logo