[PHP-DEV] Resolution of static variables in the function scope not using forwarded calling information?

2015-04-27 Thread php
classes like Dog gives an even stranger result: $description is now correctly a separate value in Cat vs Dog, but calling Animal::describe() now uses the value left by its child class Cat?! See: http://3v4l.org/61P72 Any thoughts? Thanks, Laszlo -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Resolution of static variables in the function scope not using forwarded calling information?

2015-04-28 Thread php
tatic binding at all? http://3v4l.org/G9nCE Thanks, Laszlo -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RFC: Traits for PHP

2008-02-18 Thread php
Hi, during last six months I've studied a language construct called Traits. It is a construct to allow fine-grained code reuse and in my opinon this would be a nice feature for PHP, which I did like to propose here. The following RFC deals with the questions what Traits are, how they are

[PHP-DEV] Re: [PECL-DEV] Re: [PDO] Breaking the PDO API

2009-04-22 Thread php
confirm there's no need for API changes. I will commit the fix as soon as is't thoroughly tested, hopefully by the end of tomorrow. Sorry for the delay, but luck isn't on my side lately. I've lost all my uncommitted changes because of a silly mistake and I had to restart from scr

[PHP-DEV] using $this-> implicitly inside same class

2006-02-24 Thread php
Hi all. I'm using php 5.1.2 compiled from source, with Apache 2.2.0 and MySQL 5.0.18 on SuSE Linux 9.2 pro. I really do not see the need to keep telling php I'm refering to the properties and method of the class I'm already in, when php 5 should be able to deduce this from

Re: [PHP-DEV] using $this-> implicitly inside same class

2006-02-24 Thread php
Thanks to Marcus and everyone else for their comments. I note the valid points you raised. Keith On Fri, 24 Feb 2006, Marcus Boerger wrote: > To: [EMAIL PROTECTED] > From: Marcus Boerger <[EMAIL PROTECTED]> > Subject: Re: [PHP-DEV] using $this-> implicitly inside same cl

[PHP-DEV] Internals Standards

2007-04-28 Thread PHP
Hey, Could anyone point me to the current document for the internal PHP coding standards? (eg. Naming conventions, argument priorities...) . Thanks, Brad -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug #67383 exec() leaks file and socket descriptors to called program

2016-01-27 Thread php
tch is not merged and closed? >> >> Regards, >> >> -- >> Yasuo Ohgaki >> yohg...@ohgaki.net >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > Hi, &g

[PHP-DEV] [RFC] path_join function

2023-05-17 Thread php
Hey, I have created on GitHub a feature request for a path_join function (https://github.com/php/php-src/issues/11258) and got the label that this requires a RFC. So I am here now :) The idea is to provide in PHP itself a function to join filesystem paths (idea: path_join) like in other

Re: [PHP-DEV] [RFC] path_join function

2023-05-17 Thread php
ed with an actual RFC, the folks handing out the RFC > karma would need your Wiki name. > > Best regards > Tim Düsterhus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-18 Thread php
On 2024-01-18 21:23, Niels Dossche wrote: Hi Frederik Just putting the link here so people find it more easily :-) https://github.com/php/php-src/issues/13174 Cheers Niels Thank you, the link was originally on the text "on GitHub" but it seems to have been stripped. -- PHP Inter

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-19 Thread php
ppy to hear other ideas. Kind regards, Frederik van der Els -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] `PDO::FETCH_CONSTRUCTOR` fetch mode proposal

2024-01-19 Thread php
d be automatically supported by this new fetch mode right? And indeed, it would be useful to use named parameters if available. I overlooked this possibility in my response to Saki. Kind regards, Frederik van der Els -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

[PHP-DEV] Symbol clash between Recode and MySQL extensions

2005-02-12 Thread php
On FreeBSD, I was gettting the following error message when PHP exits: Php in free(): junk pointer, too high to make sense Further investigation showed that it stops showing when the MySQL module is disabled. I rebuilt my MySQL client libraries with debugging symbols, and forced a crash on

RE: [PHP-DEV] Symbol clash between Recode and MySQL extensions

2005-02-12 Thread php
> -Original Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: Sunday, 13 February 2005 5:25 PM > To: [EMAIL PROTECTED] > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] Symbol clash between Recode and MySQL > extensions > > > >

[PHP-DEV] Symbol clash between Tidy and ImageMagick

2005-02-15 Thread php
/usr/local/lib/libtidy-0.99.so.0 #4 0x299e09c4 in tidyParseString () from /usr/local/lib/libtidy-0.99.so.0 #5 0x299a4b61 in zif_tidy_parse_string () from /usr/local/lib/php/20041030/tidy.so #6 0x08161db3 in zend_do_fcall_common_helper () #7 0x0816210e in zend_do_fcall_handler () #8 0x0814fe7e in

[PHP-DEV] . period for Class Syntax references

2005-03-20 Thread php
x27; == $this dot my_var, than something like '$this->my_var' == $this right-arrow my_var Or, even some other single character that may be used instead of the '->' pair. Any suggestions please? Regards - Keith Roberts http://www.karsites.net/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] . period for Class Syntax references

2005-03-20 Thread php
Thankyou for your quick replies Derick and Jason. I've taken a look at the link below - but I don't want to make any non-standard changes to the php engine - If it's working, don't 'fix' it! I want my code to be portable as well! I agree with Andrei Zmievski&

[PHP-DEV] Bug #23580 ETA

2003-08-15 Thread php
Open Random values for include_path Thanks, Daniel S -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug #23580 ETA

2003-08-15 Thread php
I guess I can take a peek, but to get ramped up on the entire php engine might take longer than just waiting for a fix to become available. Maybe, because this is the only bug that seems to be causing problems on my server(s) at this time it is the most important :) This bug seems to have been

Re: [PHP-DEV] Scope of zend_alter_ini_entry in Apache module?

2003-08-15 Thread php
No I have not been able to isolate it, but I will try to set up a script to force the bug out of hiding on a regular basis... Give me a while though thanks, Daniel S On Fri, 2003-08-15 at 17:01, Zeev Suraski wrote: > At 01:46 16/08/2003, php wrote: > >Zeev, > > > >If yo

Re: [PHP-DEV] PHP Benchmark

2003-11-15 Thread php
Quoting Sebastian Bergmann <[EMAIL PROTECTED]>: > A while ago I posted [1] a script that performed some micro-benchmarks > on PHP. > > I have now refined this benchmark by splitting the monolithic script > into one script per micro-benchmark thus performin

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-12-03 Thread php
, it should be in. The non-purist won't use it! The non-purists even now doesn't use E_ALL, they don't have E_NOTICEs enabled. Andrey Just my 0.046BGL :) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Additional param for debug_print_backtrace() ?

2004-02-09 Thread php
/debug_print_backtrace_ret_string.diff.txt Ideas or comments? I would like to see it applied since it's faster (to type) to pass true value to the function than using output buffering in userland which needs 3 additional lines of code. Andrey -- PHP Internals - PHP Runtime Development Ma

[PHP-DEV] Re: VCS Account Request: desty

2015-02-28 Thread PHP Group
VCS Account Rejected: desty rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: ocramius

2015-03-02 Thread PHP Group
VCS Account Approved: ocramius approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: cmb

2015-03-17 Thread PHP Group
VCS Account Approved: cmb approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: dustin

2015-03-21 Thread PHP Group
VCS Account Rejected: dustin rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: ivangabriele

2015-03-21 Thread PHP Group
VCS Account Rejected: ivangabriele rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: tgdice

2015-03-21 Thread PHP Group
VCS Account Rejected: tgdice rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: buhlerax

2015-05-04 Thread PHP Group
VCS Account Approved: buhlerax approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: mcmic

2015-05-05 Thread PHP Group
VCS Account Approved: mcmic approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: matttait

2015-05-22 Thread PHP Group
VCS Account Rejected: matttait rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: trowski

2015-06-30 Thread PHP Group
VCS Account Approved: trowski approved by salathe \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: matttait

2015-07-13 Thread PHP Group
VCS Account Approved: matttait approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: test rejected by bjori

2012-07-23 Thread PHP Group
Nuked test -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: luballomuyoyo rejected by bjori

2012-07-24 Thread PHP Group
Nuked luballomuyoyo -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: michaelhood

2012-07-24 Thread PHP Group
rasmus approved michaelhood account request \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: bspim rejected by bjori

2012-07-30 Thread PHP Group
Nuked bspim -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: flmommens rejected by bjori

2012-08-27 Thread PHP Group
Nuked flmommens -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: riad rejected by bjori

2012-09-03 Thread PHP Group
Nuked riad -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VC6 Win32 Build

2005-04-16 Thread PHP List
Hi, I'm using the VC6 GUI usnder Windows XP and I'm Building PHP 5.0.4 The entire Build works but it comes up with these errors at the end. "Linking... Creating library ..\Release_TSDbg/php5ts.lib and object ..\Release_TSDbg/php5ts.exp network.obj : error LNK2001: unresolved

Re: [PHP-DEV] Build issues with Mac OSX 10.4

2005-05-12 Thread sumoraigabe-php
--- "D. Walsh" <[EMAIL PROTECTED]> wrote: > I've been trying to build PHP in Mac OS X Server > 10.4.0 > > The OS is a fresh install with the appropriate > graphic libs installed > > It fails to configure with the switch '--with-gd' >

[PHP-DEV] CVS Account Request: ilovephp

2007-11-12 Thread PHP User
I'm testing the cvs account request system to make sure it works, because someone insists it's not. Ignore me. --philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: yuanyuqiang

2014-07-04 Thread PHP Group
VCS Account Approved: yuanyuqiang approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: hywan

2014-07-10 Thread PHP Group
VCS Account Approved: hywan approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: bdrsuh

2014-07-14 Thread PHP Group
VCS Account Rejected: bdrsuh rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: jslingerland

2014-07-14 Thread PHP Group
VCS Account Rejected: jslingerland rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: joelm

2014-07-28 Thread PHP Group
VCS Account Approved: joelm approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: fredemmott

2014-07-29 Thread PHP Group
VCS Account Approved: fredemmott approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: drew

2014-07-31 Thread PHP Group
VCS Account Approved: drew approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: eliw

2014-08-27 Thread PHP Group
VCS Account Approved: eliw approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: cpusavage5150

2014-09-05 Thread PHP Group
VCS Account Rejected: cpusavage5150 rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: demo

2014-09-05 Thread PHP Group
VCS Account Rejected: demo rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: kalesi

2014-09-05 Thread PHP Group
VCS Account Rejected: kalesi rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: royopa

2014-09-05 Thread PHP Group
VCS Account Rejected: royopa rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: nishantcbse

2014-09-05 Thread PHP Group
VCS Account Rejected: nishantcbse rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: hehexianshi

2014-09-05 Thread PHP Group
VCS Account Rejected: hehexianshi rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: fmargaine

2014-09-23 Thread PHP Group
VCS Account Approved: fmargaine approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: leigh

2014-09-23 Thread PHP Group
VCS Account Approved: leigh approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: hellosys

2014-10-17 Thread PHP Group
VCS Account Rejected: hellosys rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: covibe

2014-10-17 Thread PHP Group
VCS Account Rejected: covibe rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: itsmedinesh31

2014-12-29 Thread PHP Group
VCS Account Rejected: itsmedinesh31 rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: jacob

2014-12-29 Thread PHP Group
VCS Account Approved: jacob approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: dr0id rejected by bjori

2012-10-12 Thread PHP Group
Nuked dr0id -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: nickl rejected by rasmus

2012-12-14 Thread PHP Group
Nuked nickl -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: sajith rejected by bjori

2012-12-19 Thread PHP Group
Nuked sajith -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: demoking8 rejected by bjori

2013-01-08 Thread PHP Group
Nuked demoking8 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: heavenfactory rejected by bjori

2013-01-08 Thread PHP Group
Nuked heavenfactory -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: ardbiesheuvel

2013-01-17 Thread PHP Group
rasmus approved ardbiesheuvel account request \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: cpriest

2013-01-17 Thread PHP Group
rasmus approved cpriest account request \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Approved: tyraeltest10 approved by bjori

2013-01-28 Thread PHP Group
Approved tyraeltest10 \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] VCS Account Rejected: tyraeltest10 rejected by bjori

2013-01-28 Thread PHP Group
Nuked tyraeltest10 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] echo new SplFileObject(__FILE__);

2013-01-29 Thread Charles PHP
why and I tend to > > report this as a bug but I'm not sure. > > > > > > --hakre > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > SplFil

[PHP-DEV] Re: VCS Account Request: alejosimon

2013-01-31 Thread PHP Group
VCS Account Rejected: alejosimon rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: gabrielwu84

2013-02-21 Thread PHP Group
VCS Account Approved: gabrielwu84 approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: mschuster91

2013-02-23 Thread PHP Group
VCS Account Approved: mschuster91 approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: mschuster91

2013-02-23 Thread PHP Group
VCS Account Deleted: mschuster91 deleted by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: marco

2013-02-23 Thread PHP Group
VCS Account Approved: marco approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: dlsniper

2013-03-02 Thread PHP Group
VCS Account Approved: dlsniper approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: mehdone

2013-03-05 Thread PHP Group
VCS Account Rejected: mehdone rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: sverbeek

2013-03-05 Thread PHP Group
VCS Account Rejected: sverbeek rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: rajivgadda

2013-04-13 Thread PHP Group
VCS Account Rejected: rajivgadda rejected by bjori /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: jas

2013-05-01 Thread PHP Group
VCS Account Approved: jas approved by pajoye \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: baronth

2013-05-25 Thread PHP Group
VCS Account Rejected: baronth rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: jenkins

2013-05-25 Thread PHP Group
VCS Account Rejected: jenkins rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: kaplan

2013-07-09 Thread PHP Group
VCS Account Approved: kaplan approved by rasmus \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: requinix

2013-08-07 Thread PHP Group
VCS Account Approved: requinix approved by bjori \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Help w/ Parser

2011-11-06 Thread php-dev
{ return $this->Seconds / 3600; } set { $this->Seconds = $value * 3600; } // The variable $value holds the incoming value to be "set" } }; ?> After compiling and attempting to execute the above PHP file, I'm getting this parse error: Parse error: s

[PHP-DEV] Re: VCS Account Request: marcio

2015-09-02 Thread PHP Group
VCS Account Rejected: marcio rejected by tyrael /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: marcio

2015-09-02 Thread PHP Group
VCS Account Approved: marcio approved by tyrael \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: edgarsandi

2016-03-10 Thread PHP Group
VCS Account Rejected: edgarsandi rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: ericmann

2023-05-02 Thread PHP Group
VCS Account Approved: ericmann approved by kalle \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: shivam

2024-01-15 Thread PHP Group
VCS Account Approved: shivam approved by derick \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: saki

2024-01-15 Thread PHP Group
VCS Account Approved: saki approved by derick \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] Mitigate “Magellan vulnerabilitites” in PHP 7.2?

2019-02-15 Thread BohwaZ/PHP
library is 3.26+. Changing the internals of a SQLite database is something that should be quite rare in the real world I think. This addresses potential security issues for PHP applications allowing end-users to run arbitrary SQL queries. But please note that if your application does allow en

[PHP-DEV] Re: VCS Account Request: sjon

2019-05-07 Thread PHP Group
VCS Account Approved: sjon approved by salathe \o/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] open_basedir?

2019-05-09 Thread BohwaZ/PHP
er than nothing). That's why it's used by ISPconfig and other panels: there is no other solution that I know of. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: profforg

2019-06-09 Thread PHP Group
VCS Account Rejected: profforg rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: mgage

2019-06-09 Thread PHP Group
VCS Account Rejected: mgage rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >