Re: [PHP-WEBMASTER] Hosting Prob in Centos when php->sql server

2013-01-10 Thread Christopher Jones
On 01/09/2013 03:24 AM, small erik wrote: Hi Masters, We developed a php webapplication in windows environment which contacts sql server remotely. Now if we try to host the same application in linux environment(Centos), it’s not connecting to sql server through my php application. Please find th

[PHP-WEBMASTER] com web/php: Announcing PHP5.5.0alpha3: archive/archive.xml archive/entries/2013-01-10-1.xml

2013-01-10 Thread David Soria Parra
Commit:dafa66353c65fa746836f22e164973b9be8a8625 Author:Julien Pauli Thu, 10 Jan 2013 15:52:43 +0100 Parents: 0b500833f97647036ca1b50574f4a4c9fc3a9453 Branches: master Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=dafa66353c65fa746836f22e164973b9be8a8625 Log: An

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Sherif Ramadan
On Thu, Jan 10, 2013 at 9:34 AM, Levi Morrison wrote: > > Another way to look at this is if the function lacks something not > otherwise > > covered by another function. To elaborate I've seen user implementations > of > > count that work on multidimensional arrays. Obviously PHP has no similar >

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Levi Morrison
> Another way to look at this is if the function lacks something not otherwise > covered by another function. To elaborate I've seen user implementations of > count that work on multidimensional arrays. Obviously PHP has no similar > function. There is no count_recursive in PHP so I think that's fi

Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-10 Thread Sherif Ramadan
On Wed, Jan 9, 2013 at 1:05 PM, Levi Morrison wrote: > Firstly, I apologize if this is the incorrect list. > > I'm trying to clean up the user notes in certain portions of the > manual. As such, I've reviewed a lot of user contributed notes and > found a few common types of notes that bother me: >