[PHP-WEBMASTER] PHP.NET domain registration

2015-10-26 Thread Bishop Bettini
I noticed that the php.net Registrant and Admin mailing address is Rasmus'
former address in Cary.  Is that still valid?

$ whois php.net

Registrant Organization: PHP Development Team
Registrant Street: 104 Shaftsberry Ct
Registrant City: Cary
Registrant State/Province: NC
Registrant Postal Code: 27513
Registrant Country: US
Registrant Phone: +1.9192548916


Re: [PHP-WEBMASTER] Google result for PHP

2015-10-23 Thread Bishop Bettini
On Thu, Oct 22, 2015 at 11:22 PM, Adam Harvey  wrote:

> Per a Twitter report, searching Google for "PHP" right now returns (as
> result 2, annoyingly enough, behind W3Schools) https://www.php.net/ as
> the php.net result, which (expectedly) doesn't work due to an SSL
> protocol error.
>
> Anyone have any ideas on the best fix here? I'm too far out of the SEO
> game nowadays to know if there's a handy tool to fix this.
>

Doing a reverse in-bound check
, it seems
that https://www.php.net at one time worked (per the cache), and Google
latched on to that. This is reinforced by the fact that many (all?) sub
domains are https covered: bugs, wiki, etc.

So, IMO the best SEO "fix" is to support https, because Google prefers
https sites 
and gives
a minor boost

to them.

Otherwise, there are a few approaches...
1. Wait.

 Google crawlers will eventually drop URL repeatedly throwing 404 and
similar.
2. Redirect.

 Setup a 301 redirect from https to http pages.
3. Canonicalize. 
 Hook the pages to Google Webmaster and set the canonical URL to
http://php.net

bishop


Re: [PHP-WEBMASTER] Migration php 5.2 vers php 5.4

2015-10-07 Thread Bishop Bettini
Yes, you can upgrade to 5.4 directly from 5.2!

You just need to ensure that your code is compatible with 5.3 changes and
5.4 changes.  The list of backward incompatible changes for these versions
are at:

* http://php.net/manual/en/migration53.incompatible.php
* http://php.net/manual/en/migration54.incompatible.php

A static analyzer like CodeSniffer will help in this process.

Thanks,
bishop


2015-10-07 13:19 GMT-04:00 Amal Ibrahim :

> Bonjour,
>
> Est ce que c'est possible de migrer directement d'une version php 5.2 à
> celle 5.4 sans passer de la version intermédiaire 5.3 ?
>
> Cordialement,
> Amal
>


Re: [PHP-WEBMASTER] PHP version confusion

2015-09-09 Thread Bishop Bettini
Correct, PHP 7 is in beta, to be stabilized around Nov 2015.

https://wiki.php.net/todo/php70#timetable
On Sep 9, 2015 6:52 PM, "Alice Grimm" <stagedw...@gmail.com> wrote:

> So PHP version 7 does exist it just isn't a stable version, yet.
>
> Thanks for your time,
>
> Elaine
>
> On Wed, Sep 9, 2015 at 4:48 PM, Bishop Bettini <bis...@php.net> wrote:
>
>> Version 5.6 contains a super-set of features in version 5.5.  Thus,
>> version 5.6.13 will issue a deprecation warning when using
>> mysql_real_escape_string().
>>
>> You can download version 7 by following the instructions on the Development
>> sources (git) link <http://php.net/git.php>.  Were you to download PHP 7
>> source, and run your code with PHP 7, then you would get a Fatal error when
>> running mysql_real_escape_string.
>>
>>
>>
>>
>> On Wed, Sep 9, 2015 at 6:03 PM, Alice Grimm <stagedw...@gmail.com> wrote:
>>
>>> http://php.net/manual/en/function.mysql-real-escape-string.php states:
>>> "This extension was deprecated in PHP 5.5.0, and it was removed in PHP
>>> 7.0.0."
>>>
>>> But http://php.net/downloads.php show the current stable version is
>>> 5.6.13!
>>>
>>> How can something be depreciated and removed by a version that apparently
>>> doesn't exist!
>>>
>>> Thanks for your time,
>>>
>>> Elaine
>>>
>>
>>
>


Re: [PHP-WEBMASTER] Advertising partnership with Exponential || Tribal Fusion

2014-03-31 Thread Bishop Bettini
I keep telling people: mailing list email needs a thumbs up! or +1 icon,
dang it!


On Mon, Mar 31, 2014 at 4:49 PM, Kalle Sommer Nielsen ka...@php.net wrote:

 Hello


 2014-03-31 22:16 GMT+02:00 Akshay Gopinath 
 akshay.gopin...@exponential.com:
  Hello,
 
  Nice to e-meet you. I'm Akshay and I represent Exponential's Ad Network
 - Tribal Fusion.

 I'm Kalle and I represent the Intergalatic PHP Project, at www.php.net.

  Can we connect sometime this week to discuss an advertising partnership
 to monetize your global ad inventory across display, mobile and video
 content.

 I can here by confirm that both exponential.com and tribalfusion.com
 are both running and using PHP, and if we take a basic Alexa ranking
 from your sites:

 Exponential.com: 79,541
 Tribalfusion.com: 1,120

 Compared to PHP's alexa ranking: 238

 Take in mind that PHP is installed on over 200.000.000 websites, and
 that report was from early 2013. So without bragging, I would say that
 we are quite capable of advertising ourselves.

  I look forward to your positive response. Click here for quick apply:
 http://goo.gl/7ZI26F
 I take it you found this address from the Contact page available at
 php.net: http://www.php.net/contact.php, I hope you don't mind I paste
 the first paragraph of that page:

 The maintainers of PHP.net and the mirror sites are definitely not
 interested in graphical banner or text ad placement deals.

 So thank you, but no thank you.


 ps. This lack of professionalism is logged at our news archieve
 available at: http://news.php.net/php.webmaster, thank you for your
 understanding and future cooperation.

 --
 regards,

 Kalle Sommer Nielsen
 ka...@php.net

 --
 PHP Webmaster List Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WEBMASTER] Changing @php.net email address alias

2014-03-27 Thread Bishop Bettini
Hello,

I hope this isn't a daft question, ... but I have been unable to find how
to update my @php.net information.

Specifically, I need to reroute bis...@php.net to another mailbox.

How to?

Thanks,
bishop


Re: [PHP-WEBMASTER] Changing @php.net email address alias

2014-03-27 Thread Bishop Bettini

Kalle  Phillip,

Thanks! Perfect.

Recommend adding that link to php.net/build-setup.php.  Not sure if 
that's a documentation team thing or a infrastructure thing.


Cheers,
bishop

On 3/27/2014 11:24 AM, Philip Olson wrote:

On Mar 27, 2014, at 7:08 AM, Bishop Bettini bis...@php.net wrote:


Hello,

I hope this isn't a daft question, ... but I have been unable to find how
to update my @php.net information.

Specifically, I need to reroute bis...@php.net to another mailbox.

How to?

Hello Bishop,

I suspect you’re right, or I’m unaware of a guide for @php.net
developers to help find their way around this hectic place, but
you can alter it here:

   https://master.php.net/manage/users.php?username=bishop

Regards,
Philip



--
Bishop Bettini, Founder  CEO
ideacode, Inc. | Remarkable software.
800-813-1316
http://www.ideacode.com/blog


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php