On Wed, Sep 25, 2013 at 1:55 PM, Tedd Sperling wrote:
> Hi gang:
>
> I have a client who had his entire site moved to another host -- no big
> problem.
>
> However, the old site had a https directory, where I had secure scripts to do
> credit-card transactions, but the new site doesn't have a ht
25 network admin and programmer and yes I use a mouse pad - my mouse
hates me if I dont use it.
--
Regards,
Daniel Fenn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, Sep 20, 2013 at 1:20 PM, Jen Rasmussen wrote:
> LOL. What in the heck is a Bag Bomb?
He's referring to Bag Balm.
http://www.bagbalm.com/
--
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
On Fri, Sep 20, 2013 at 12:51 PM, Tedd Sperling wrote:
> Hi gang:
>
> Do you use a Mousepad?
I'm in my mid-thirties and - despite having an optical mouse - I
do indeed still use a mousepad. A customized one that the wife did
for me for Christmas one year: images of Futurama, the Cleveland
Br
On Tue, Sep 17, 2013 at 3:38 PM, Ron Piggott
wrote:
>
> I am wanting to establish a default sort by preference when the user hasn’t
> specified one. I setup to test this with:
>
>
> if ( !is_set( $sort_by_preference ) ) {
Did you create a function is_set(), or did you mean to use the
const
Just so that you know, I've posted in the forum topic as well:
http://forum.piwik.org/read.php?2,105879
Regards,
Daniel Fenn
On Tue, Sep 3, 2013 at 12:42 AM, Lester Caine wrote:
> Jan Ehrhardt wrote:
>>>
>>> Could you try to add a function_exists check to
>&g
On Sun, Aug 25, 2013 at 11:41 PM, Ethan Rosenberg
wrote:
> Dear List -
>
> I'm lost on this one -
>
> This works -
>
> $out = system("ls -l ",$retvals);
> printf("%s", $out);
>
> This does -
>
> echo exec("ls -l");
>
> This does not -
>
> if( !file_exists("/var/www/orders.txt"));
> {
>$out = s
On Mon, Aug 26, 2013 at 3:48 PM, Ajay Garg wrote:
> Hi all.
>
> I have a scenario, wherein I need to do something like this ::
>
> ###
> $original_url = "/autologin.php";
> $username = "ajay";
> $password = "garg";
On Tue, Aug 27, 2013 at 3:07 AM, David Robley wrote:
>
> I beg to differ here. If the x bit isn't set on a directory, that will
> prevent scanning of the directory; in this case apache will be prevented
> from scanning the directory and will return a 403.
Well, that's partially correct. If a
On Wed, Aug 21, 2013 at 5:16 PM, Jim Giner wrote:
> I have a main domain (of course) and a sub domain. I'm really trying to
> steer my personal stuff away from the main one and have focused all of my
> php development to the sub-domain.
>
> Lately I noticed that google catalogs my sub-domain site
which makes a http request to the
output script and saves the response to the file
Daniel
Am 20.08.2013 18:39 schrieb "Floyd Resler" :
> I have a php file that generates a form. Of course, this displays in the
> browser. How can I have the form generated from my script but eit
On Tue, Aug 20, 2013 at 10:00 AM, Tedd Sperling wrote:
> Hi guys:
>
> A teacher at my college made the statement that JAVA for Web Development is
> more popular than PHP.
>
> Where can I go to prove this right or wrong -- and/or -- what references do
> any of you have to support your answer? (so
On Aug 19, 2013 2:32 PM, "Ethan Rosenberg"
wrote:
>
> Dear List -
>
> My mysqli extension seems to have gone away.
>
(REACTED)
Remember: avoid putting passwords - especially for root users - on a
public mailing list, which is also permanently archived.
> echo "hello2";
> var_dump(function_ex
Yay, Thankyou :)
Regards,
Daniel Fenn
On Sat, Aug 17, 2013 at 2:30 AM, Robert Cummings wrote:
> On 13-08-16 11:58 AM, Marc Guay wrote:
>>
>> Those Belgacom emails were the only thing keeping me from a crushing
>> loneliness - undo!
>
>
> *sniffle* Another
# ezmlm-list ~ezmlm/php-general | grep skynet
supp...@skynet.be
# ezmlm-unsub ~ezmlm/php-general supp...@skynet.be
# ezmlm-list ~ezmlm/php-general | grep skynet
#
No more of those "Your e-mail concerning our products and
services" autoreplies from the Belgacom Webteam. Sorry it took me
this
On Tue, Aug 13, 2013 at 12:38 AM, Shahina Rabbani
wrote:
> Hi,
>
> I have done some modifications to the php source code and i tested it with
> php bench and I observed some improvement.
>
> I wanted to upstream these code changes to PHP community.
> I searched the wed but i didnt find proper gui
On Aug 3, 2013 3:03 PM, "dealTek" wrote:
>
> Hi all,
>
>
> I am having trouble with session vars.
>
> I'm trying to implement the credit card direct pay method outlined here...
>
> http://developer.authorize.net/api/dpm/
>
> - Basically, page 1 is my form that goes outside my site to the cc
gatewa
> hope that a dev or someone in the inner circle knows the facts, and
> not rumours or sumizes, or a tleast more facts than half the self
> appointed gurus claim :)
>
> Thanks
> Nikki
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, vis
On Mon, Jul 22, 2013 at 10:10 PM, Tedd Sperling wrote:
> On Jul 22, 2013, at 4:10 PM, Matijn Woudt wrote:
>
>> On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling wrote:
>>
>>> Hi gang:
>>>
>>> I should know this, but I don't.
>>>
>>> Where is the /tmp/ directory?
>>>
>>> You see, I have a client whe
On Thu, Jul 18, 2013 at 6:04 PM, iccsi wrote:
> I have a select control on the form and need to pass value user select to my
> query parameter.
> I just realized that user entry value is client side and query parameter is
> server side.
> Are there any way to read client parameter to pass to serve
On Thu, Jul 18, 2013 at 3:08 PM, php colos wrote:
> Hello world!
>
> I'm trying to learn PHP ( first programming language that I learn) and
> I feel kinda lost. I've read PHP programming 3rd edition( O'reilly),
> 'getting good with PHP' by Andrew Burgees and some tutorials on the
> internet but ca
On Wed, Jul 17, 2013 at 11:49 AM, Tedd Sperling wrote:
> Hi gang:
>
> Considering:
>
> On Jul 17, 2013, at 11:41 AM, Jim Giner wrote:
>
>> Since you state that you haven't made any changes to the system (in
>> general), I'm going to guess that you modified an 'included' file and it has
>> an er
On Wed, Jul 17, 2013 at 11:22 AM, R B wrote:
> Hello,
>
> 5 years ago, y developed a php system and was working fine. But 20 days
> ago, when y try to access to some pages (not all the pages), in the log
> appears this message and the page is not displayed:
>
> ==> /usr/local/apache/logs/error_log
Hi there,
Just a question, do you have Apache configured to use the PHP-FPM and
not the Apache module? That something that people can mess up on.
Thanks :)
On Wed, Jul 17, 2013 at 9:58 AM, Amiya Maji wrote:
> Hi all,
>
> I am using PHP-FPM with Apache 2.4. I periodically change my php-fpm.con
On Jul 15, 2013 11:29 PM, "Israel Ekpo" wrote:
>
> Hi Everyone,
>
[snip!]
No. Good luck with your endeavor, but please do not broadcast it to
this list.
Hello all,
I'm just wondering if there is a way of getting a list of functions
that will clash across 2 folders.
I'm trying to update wp-united so that I can use it with WordPress
multisite. I know that some of the functions are the same in both
phpbb and WordPress. Is there any way of generating
our in the documentation.
Best wishes,
Daniel
I hope this will get people like WordPress to get up and support
mysqli out of the box. going to cause big issues if they don't.
On Sat, Jun 22, 2013 at 8:59 AM, Martin Amps wrote:
> I second this - great to see both finally available. Fantastic release!
>
> Martin Amps | CIO
> www.iCrac
On Thu, Jun 20, 2013 at 2:14 PM, Tedd Sperling wrote:
> Bastien:
>
> You were right on - by changing the directory to what I needed, everything
> works.
>
> My follow-up question is "Why?"
>
> I have *never* had to specifically tell any script to chdir() -- why with
> that one?
Sounds like
On Tue, Jun 18, 2013 at 1:36 PM, Richard Quadling wrote:
> Hi.
>
> We've all been told that 'free software' is to be thought of as 'free
> speech', not 'free beer'.
>
> Well, I hope to muddy the waters with this link.
>
> https://www.facebook.com/TheFreeBeerApp
I'd say that I'd make an except
be still 0.
Regards
Daniel
-Ursprüngliche Nachricht-
Von: BUSCHKE Daniel
Gesendet: Donnerstag, 13. Juni 2013 13:28
An: 'Pete Ford'; php-general@lists.php.net
Betreff: AW: AW: [PHP] PHP is Zero
Hi,
> It gives up when it finds a non-numeric character (as the documentation wou
s a little to weak at this point.
Regards
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
thanks for your answer. Especially the answer "42" made me laughing :)
My "Why" questions should be understand as "Why must it be like that" questions.
>> On 13/06/13 08:59, BUSCHKE Daniel wrote:
>> 5. Thats a bug I have opend: https://bugs.php.net
Hi,
I used 2 x =. Using 3 x = would not result in that behaviour because string is
not equal to number. I am fine === here. I explicitly talk about the 2 x =
variant.
BTW:
# php -r 'var_dump("PHP" == 0);'
bool(true)
# php -r 'var_dump("PHP"
to discuss the design. Also I know that the
"fuzzy" behaviour of type conversion is a main feature of PHP. I guess this is
one point which makes PHP that successfull. But - in my opinion - the described
behaviour is to fuzzy and just confuses developers.
Best Regards
Daniel Buschke
On Sat, Jun 1, 2013 at 9:02 PM, Tamara Temple wrote:
>
>
> Sorry for replying to a message from 2011 -- for some reason I had a
> whole bunch of PHP messages suddenly show up in my inbox from the
> past. I generally don't check the year of an unread message in my inbox,
> as I try to keep inbox-ze
ags
even with a perfectly sized picture, otherwise the browser will be confused
when the image can't be loaded
Daniel
Am 02.06.2013 15:12 schrieb "georg" :
> Possibly this issue is for other fora, which you might direct me, anyways;
>
> I have been dablling making my own lit
Studying archaeology now, Tam? ;-P
On Sat, Jun 1, 2013 at 8:22 PM, Tamara Temple wrote:
> Silvio Siefke wrote:
>> On Wed, 22 Jun 2011 17:50:49 -0400 Daniel P. Brown wrote:
>> > > Has someone a Link with Tutorials or other Information?
>> >
>> >
On Sun, Jun 2, 2013 at 11:02 AM, Tamara Temple wrote:
>
>
> Sorry for replying to a message from 2011 -- for some reason I had a
> whole bunch of PHP messages suddenly show up in my inbox from the
> past. I generally don't check the year of an unread message in my inbox,
> as I try to keep inbox-z
On Wed, May 29, 2013 at 8:03 AM, Al wrote:
> I'm having a webpage Persistence problem, it is intermittent. I suspect it
> is caused by load-balancing.
>
> Specifically:
>
> Users are connected to a webpage form to complete. Generally, everything is
> OK if they take a minute or even more to comp
On Thu, May 23, 2013 at 4:51 PM, Last Hacker Always onpoint
wrote:
> Hey I need code for random number 1-30 for my site.
You need to know that you've been removed from the list (but you'd
still have to be subscribed to be able to read this).
--
Network Infrastructure Manager
http://www.php.
On Thu, May 23, 2013 at 2:16 AM, chris wrote:
> I'm currently writing a paper on the evolution of PHP and web
> development/security as a whole.
> One of the things I want to incorporate is snippets of source code to show
> how things have grown and advanced since the 90's
>
> If anyone could help
On Fri, May 10, 2013 at 3:18 PM, tamouse mailing lists
wrote:
>
> Aren't DLLs a Windows thing?
Yeah, I misread the bit about "MS XP" and thought he was using XP
for this install. I just realized the remainder of the discussion
between us was off-list, so - for posterity - my response, when
f
On Fri, May 10, 2013 at 6:15 AM, georg wrote:
> Hello !
>
> im increasingly frustrated on my effort to get PHP/ODBC going with Apache on
> Linux (did it on MS XP, that was trixy but this is worse, nothing seem to be
> correct; utilities missing, erroneous file-directory references, crapy
> stri
On Wed, May 8, 2013 at 3:13 PM, Steven Staples wrote:
>
> Why does this feel like a new function/feature for PHP now?
>
> Function acronymize($acronym)
> {
> // do stuff here now... :S
> }
--
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.p
On Wed, May 8, 2013 at 1:26 PM, David OBrien wrote:
>
> That would be reverse acronymization :)
You're absolutely correct. Deacronymize?
--
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
On Wed, May 8, 2013 at 1:14 PM, Tedd Sperling wrote:
>
> PS: PHP + > "Produced by Horses & Ponies." ? You got too much time on your
> hands Daniel.
Sometimes I wish that were the case. Honestly, I think it's
having a three-and-a-half-year-old daughter
If you're going to send hack attempts, at least adjust your clock
so that it doesn't look like it took almost a month for your SPAM to
get here. We're not the Pony Express. (And, no, PHP doesn't stand
for Produced by Horses & Ponies.)
On Thu, Apr 11, 2013 at 11:43 AM, Paul Novitski
wrote:
>
On Fri, Apr 26, 2013 at 1:56 PM, Norah Jones wrote:
> Hi,
>
> I have downloaded HipHop for my website, I am going through various web
> links which are suggesting that performance will improve 3-6 times. However
> I don't know the Stability of the HipHop.
>
> Please provide your inputs so that I
On Tue, Apr 9, 2013 at 3:11 PM, Ken Kixmoeller wrote:
> Hi -- -
>
> Strange problem. One of my applications was just moved to a new server. The
> new server has php configured to blacklist some functions (using
> "disable_functions="). One of the "banned" functions is exec().
>
> The error log is
On Tue, Apr 9, 2013 at 2:07 PM, Al wrote:
> I know it's not a php question, but I can't readily find the answer
> elsewhere.
>
> I want to make this directive universal. Put htaccess file on any host in
> any folder.
>
> This works
> RewriteEngine On
>
> RewriteCond %{SERVER_PORT} !=443
>
> Rewrit
I think ";magic_quotes_gpc = Off" should be "magic_quotes_gpc = Off"
Then restart apache/php or whatever it is your running
Regards,
Daniel Fenn
On Thu, Mar 28, 2013 at 11:39 AM, Madan Thapa wrote:
> Hi,
>
> I installed php 5.3.23 recently on a CentOS sever
On Fri, Mar 22, 2013 at 10:22 AM, wrote:
> I am very new to the PHP application and would like to create a new project.
> I would like to have a file to save my application level variable and
> functions.
>
> I would like to know does PHP have any default file name and file path for
> this file l
The below is a good example of why to trim your signature before
sending an email to a public mailing list. Ignoring for a moment the
irrelevance of the conference, a one-line email should not have a
nineteen-line signature --- particularly when the "notice" is null and
void when sent willingl
On Fri, Mar 1, 2013 at 12:54 PM, Jim Giner wrote:
>
> What gives you such optimism? I recently saw a list of languages in use and
> PHP has dropped quite a bit over the last 5 or more years.
> Being a relative newbie myself, I'm happy that PHP exists and is so readily
> available to us hobbyists,
On Fri, Mar 1, 2013 at 10:57 AM, Nick Whiting wrote:
> Hello PHP'ers!
>
> Just thought I would introduce myself to the mailing list since I've worked
> with PHP for almost 10 years now and yet haven't really been community
> active ...
>
> I've developed quite a few open-source projects over the y
On Wed, Feb 27, 2013 at 9:14 PM, Curtis Maurand wrote:
>
> Well that means the docs on the PEAR MDB2 website are incorrect and should
> be fixed. Thanks for the lesson.
If there's an issue with the docs, you're right, they should
definitely be fixed. We'd appreciate it very much if you coul
On Tue, Feb 26, 2013 at 4:27 PM, Curtis Maurand wrote:
> I have the following:
>
> $dsn = "mysqli://$username:$password@$hostname2/$database";
> $options = array(
> 'debug' => 3,
> 'result_buffering' => false,
> );
> $dbh =& MDB2::factory($dsn, $options);
> if (PEAR::isError($m
On Fri, Feb 22, 2013 at 4:04 PM, Brian Smither wrote:
> PHP 5.4.4-TS-VC9 on Windows XP SP3 NTFS non-system drive with 18GB free.
>
> I dare not try to replicate this. As such, I cannot firmly place the blame on
> PHP.
>
> I have peppered a PHP application with a call to a function which
> append
On Wed, Feb 20, 2013 at 1:32 PM, Matijn Woudt wrote:
>
> An input with type=text is used for single lines, so yes, newlines get
> stripped.
> Either use a textarea with style="display: none", or store the data in a
> session instead.
Or at least .
--
Network Infrastructure Manager
http://w
On Thu, Feb 14, 2013 at 4:56 PM, Andy McKenzie wrote:
>
> Can I just mention, as so many others have, how much I hate the fact
> that this list is configured to not reply to the list by default?
I know. Actually, the only reason it's like this is because a lot
of people will take the convers
Remember to hit reply-all, Andy, so it goes to the list as well as
the previous author.
On Thu, Feb 14, 2013 at 2:49 PM, Andy McKenzie wrote:
> On Thu, Feb 14, 2013 at 2:29 PM, Daniel Brown wrote:
>> On Thu, Feb 14, 2013 at 2:20 PM, Chris Bergstresser
>> wr
On Thu, Feb 14, 2013 at 2:20 PM, Chris Bergstresser wrote:
> Hi all --
>
>I've got a cloud server on Rackspace. If I bring up a fresh Ubuntu
> 12.10 machine image, and type "apt-get install php5" it seems to
> install fine. But if I then type "php -version" I get "PHP Parse
> error: syntax
On Tue, Feb 12, 2013 at 3:40 PM, B. Aerts wrote:
> Hello,
>
> I'm working on this one for more than a year (personal project) - but I'm
> turning pretty desperate here.
>
> I'm trying to connect to 2 Calendars through the CalDAV protocol.
> The calendars are hosted by 2 webmail providers.
> If I t
On Fri, Jan 18, 2013 at 10:33 AM, KISE wrote:
> Paul Dragoonis,
>
> Actually it wont work i did tried it before, if the dir end with / it will
> list the directories inside the path you gave it and if it doesn't have any
> directories it will return false since there is no directories to return.
>
On Tue, Jan 8, 2013 at 3:43 PM, Arno Kuhl wrote:
> I've bumped into an odd result with the date() function that I can't make
> sense of.
>
> Starting with a unix timestamp for 31 December 2012 13:12:12 (which is
> 1356952332) I calculate a week number:
>
> $ux_date = 1356952332;
>
> $weeknumber =
On Thu, Dec 20, 2012 at 12:18 PM, Stephen wrote:
> I read about the subject in another thread.
>
> Where does PDO fit?
>
> That is what I have used for sometime. Am I good?
Right as rain. PDO is a preferred abstraction layer in PHP and
isn't going anywhere anytime soon.
--
Network Infrast
On Thu, Dec 20, 2012 at 10:34 AM, Jim Giner
wrote:
>
> If you are using
> mysql for a db, then you should already be using mysql_real_escape_string in
> place of addslashes.
Actually, you should start moving toward MySQLi, as mysql_*() is deprecated.
--
Network Infrastructure Manager
http:
On Sat, Dec 8, 2012 at 10:52 AM, Jim Giner wrote:
> Didn't work.
>
> Let me explain my domain names. My main domain is "albanyhandball.com". I
> have two subs called "x.albanyhandball.com" and "y.albanyhandball.com".
> Attached to each of these is what my isp calls an "add-on domain" name.
> The
On Fri, Dec 7, 2012 at 3:20 PM, Sebastian Krebs wrote:
>
> Would be better to put 'session.cookie_domain' into the php.ini. In both
> cases: Clear cookies (at least for your site) completely and set
> session.auto_start to 0.
If it's configured on the server for overrides, sure, a local one.
On Fri, Dec 7, 2012 at 3:04 PM, Jim Giner wrote:
>
> OK - now that I've messed us all up, help me to understand your proposed
> solution. I added the ini-set line to my first script. Then I called my
> second one and still had the same problem with a missing session var. Is
> there a correspond
On Fri, Dec 7, 2012 at 2:54 PM, Jim Giner wrote:
>
> What if my sub-domain names are not in the form of 'a.domain.com' and
> 'b.domain.com'.
A subdomain is a subdomain. Unless you've discovered a new
magical form of subdomain that is not, you should be fine. And if you
have, in fact, made t
On Fri, Dec 7, 2012 at 2:38 PM, Jim Giner wrote:
> On 12/7/2012 2:36 PM, Daniel Brown wrote:
>>
>> On Fri, Dec 7, 2012 at 2:33 PM, Jim Giner
>> wrote:
>>>
>>> Something new for me - working with scripts on two of my sub-domains.
>>>
>>> I
On Fri, Dec 7, 2012 at 2:33 PM, Jim Giner wrote:
> Something new for me - working with scripts on two of my sub-domains.
>
> I want to call script 2 in my B domain from script 1 in my A domain.
>
> It appears that the session vars established in script 1 do not show up in
> script 2. Is that beca
On Tue, Dec 4, 2012 at 3:56 PM, Paul M Foster wrote:
> Is it just me, or is the search feature on php.net broken?
>
> When I enter a full search term (known good function name) and then hit
> the arrow, it brings me back to the generic search page. If I enter a
> partial search term and then click
On Tue, Dec 4, 2012 at 1:44 PM, Farzan Dalaee wrote:
> Same error
> I think its need something else for opening service like ssl setting or
> somthing like that
> Or this host im using block imap or pop3 access
Per list rules, please don't top-post.
Some things to consider:
On Tue, Dec 4, 2012 at 8:10 AM, Farzan Dalaee wrote:
> hi guys
> i want to open an email content ( subject ,body , attachment ) with php
> i use imap_php but its wont connect to host
> what should i do?
> thanx
Start by finding out why it won't connect. Check the logs on the
server if you ca
On Sat, Nov 17, 2012 at 1:51 AM, Enumag wrote:
> Hi, there is a bug I'd like to be fixed and even a patch is available. But
> there is still no reaction at all after 2 years. What else can I do to get
> the bug fixed?
>
> https://bugs.php.net/bug.php?id=45351 - patch available from 2010-06-13
> ht
On Thu, Oct 25, 2012 at 5:35 PM, Jeff Burcher wrote:
> Hi,
>
>
>
> I can't remember if this is the PHP list for RPG programmers or not, so
> apologize if this is the wrong one.
This is just a general PHP mailing list. Guessing you need the other one.
--
Network Infrastructure Manager
http
On Thu, Oct 25, 2012 at 3:06 PM, Ron Piggott
wrote:
>
> Is it possible for PHP to accept the following as a date:
>
> 04:11:22 Aug 21, 2011 PDT
>
> so I may output it as:
>
> gmdate(‘Y-m-d H:i:s’)
>
> - I want the time zone included
Sure.
--
Network Infrastructure Manager
http://www.php.
On Tue, Oct 23, 2012 at 5:34 PM, Ashley Sheridan
wrote:
>
>
> Crontab is the daemon which runs cron jobs, and some distros have set up
> special files called cron.daily (or daily.cron I don't recall),
> cron.hourly, etc to make it easier to schedule jobs.
Quick clarification and correction he
On Tue, Oct 23, 2012 at 5:00 PM, Steven Pogue wrote:
> Has anyone been successful at using the above on a RHEL 6.2 environment? I
> am able to use Postfix using the php.ini SENDMAIL_PATH but when I bring
> down PostFix, start Apache James and switch the sendmail_path value to
> point to the Apache
On Tue, Oct 23, 2012 at 4:59 PM, Jim Giner wrote:
>>
> Yes - same msg same time
If it wouldn't be a problem, can you provide the script here (or
on a site like Pastebin), as well as the crontab time entry for this?
While checking the crontab, make sure a duplicate entry for this
wasn't someho
On Tue, Oct 23, 2012 at 4:48 PM, Jim Giner wrote:
> I have a php script that has been triggered by my hoster's cron process(?)
> to run once a day since last March. It's been running fine - and I've made
> no changes to it. Suddenly in the last couple of days it is running twice
> it seems. The
On Sat, Oct 20, 2012 at 5:00 AM, Karl DeSaulniers wrote:
> @Moderator
> Any reason why my emails do not post or at least dont post for hours later?
There is no moderator on this list. I'm probably about as close
as it comes. Can you explain more about the problems you're
experiencing so tha
On Wed, Oct 17, 2012 at 2:28 PM, Richard S. Crawford
wrote:
>
> You can see the current output of the above code here:
>
> http://projectbench.extensiondlc.net
>
> I've confirmed that the server is set to PDT. The value of date.timezone in
> php.ini is "America/Los_Angeles", which should be (curre
On Oct 16, 2012 5:24 PM, "Richard S. Crawford"
wrote:
>
> Sorry about that. I was getting very frustrated with the issue, and I
forgot. I'll be sure to keep it in mind.
No worries.
>>
>> With regard to debugging your issue, it's extremely unlikely that
>> it's PHP's fault, since no one e
On Tue, Oct 16, 2012 at 4:19 PM, Richard S. Crawford
wrote:
>
> Thanks for the suggestion. Unfortunately the problem seems to be that PHP
> thinks the America/Los_Angeles timezone is the same as EDT. I'm not sure
> how to approach this issue.
Per list rules, just a gentle reminder: please don
On Tue, Oct 16, 2012 at 2:02 PM, Richard S. Crawford
wrote:
> The value of date.timezone in php.ini is set to "America/Los_Angeles".
>
> The local time is 11:02 a.m. Yet the output of date("h:i a e") is:
>
> 02:02 pm America/Los_Angeles
>
> which is three hours ahead of the real time.
>
> Why is t
On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan
wrote:
>
> It was only your replies coming through so often, so I doubt its my end.
> Also, the newsgroup is the same thing as the mailing list I believe, in this
> instance.
Hmm I only got each reply once as well, so I'm not entirely
con
On Sun, Oct 14, 2012 at 11:48 AM, Jim Giner
wrote:
>>
> Sounds like a good idea, but as for me - if I was a newbie I'd have a
> problem with their very first instructions. It says right off the start to
> type in the following:
> php -5 localhost:8000
That should be a capital S, not a five.
On Fri, Oct 12, 2012 at 2:19 PM, Helmut Tessarek wrote:
> Hello Daniel,
>
> I wanted to get an answer to my question (which you would have seen, if you
> actually had read the mail).
I briefly glanced, and no more, because anyone with any idea of
Internet etiquette knows not t
What is it you're trying to achieve with the below, Helmut?
On Fri, Oct 12, 2012 at 1:53 PM, Helmut Tessarek wrote:
> Well, this is useful.
>
> First I get a a message that the owner of the list is available at
> internals-ow...@lists.php.net and then I get another automated reply.
>
> On 12
About five-and-a-half years ago, we had a brainteasers thread
going on[1]. Last year it was briefly resurrected[2], and both times
got some good content and dialogue going. So I'd like to reprise the
thread in 2012, as well. Those of you connected to me on Facebook
(parasane) or Twitter (@oi
On Thu, Sep 27, 2012 at 11:05 PM, Chris Payne wrote:
> Hi everyone,
>
> I'm having one of those nights where nothing is working, please help
>
> What I have is this:
>
> $rounded_number = round($test, -3);
>
> Here's the problem i'm having, I need it to increment to the nearest 1000
> but it seems
On Thu, Sep 27, 2012 at 1:48 PM, Bastien Koert wrote:
> Hi All,
>
> I am stuck in something where a 3rd party app pushes an XML post to my
> site. They need me to respond to that push with a synchronous XML post
> back confirming that the data was received / had issues etc. Those
> XMLs are define
On Wed, Sep 26, 2012 at 5:58 AM, Maciej Liżewski
wrote:
>
> Why there is no possibility to run PHP in "application server" way among
> other SAPI modules and other possibilities to run PHP? PHP would encounter
> great performance boost and became more "enterprise" :) Just look at Ruby
> which is s
Thank you for the heads up.
On 9/26/12, tamouse mailing lists wrote:
> On Tue, Sep 25, 2012 at 3:20 PM, Daniel Brown wrote:
>> Just a three-list cross-post to bring it to everyone's attention
>> at once, in case you weren't already aware. It was announced to
Afternoon, folks;
Just a three-list cross-post to bring it to everyone's attention
at once, in case you weren't already aware. It was announced today
that a compromised SourceForge mirror was distributing a malicious
file with the phpMyAdmin package that allows an attacker to
arbitrarily
On Tue, Sep 18, 2012 at 9:15 AM, Ian wrote:
>
> Hi Curtis,
>
> I am suffering from sleep deprivation due to a new family addition and I
> fail to see how your code will prevent a malicious user from binding to
> an IP that I do not want him to. It appears to be an example of how to
> bind to an I
1 - 100 of 4552 matches
Mail list logo