[PHP] Is the php sockets extension experimental?

2012-03-28 Thread Meike Stone
Hello, in the packet description of the php5-sockets in the SuSE Linux Enterprise Server 11 (SLES11) is the package php5-sockets in the additional SDK available, but marked as experimental (see below). Is this the true, where can I find this Information, or is this only a historical relic? Are

[PHP] PHP: superior code quality

2012-03-28 Thread Kirk . Johnson
A little note about our favorite language: Linux 2.6, PHP 5.3, and PostgreSQL 9.1 are recognized as open source projects with superior code quality and can be used as industry benchmarks, achieving defect densities of .62, .20, and .21 respectively.

Re: [PHP] PHP: superior code quality

2012-03-28 Thread Adam Richardson
On Wed, Mar 28, 2012 at 11:21 AM, kirk.john...@zootweb.com wrote: A little note about our favorite language: Linux 2.6, PHP 5.3, and PostgreSQL 9.1 are recognized as open source projects with superior code quality and can be used as industry benchmarks, achieving defect densities of .62,

[PHP] Critical Error

2012-03-28 Thread Karl James
Hey guys, A customer of mind is having issues uploading photos through A admin portal page. They get Critical Error They also get spit out these errors. MYSQL: Duplicate entry for '0' for key 1. MYSQL: Insert Error - Duplicate entry '0' for key 1,. This person is using a web form

Re: [PHP] Is the php sockets extension experimental?

2012-03-28 Thread Daniel Brown
On Wed, Mar 28, 2012 at 09:39, Meike Stone meike.st...@googlemail.com wrote: Hello, in the packet description of the php5-sockets in the SuSE Linux Enterprise Server 11 (SLES11) is the package php5-sockets in the additional SDK available, but marked as experimental (see below). Is this the

Re: [PHP] Bug zlib.output_compression not normal work in IIS7.5

2012-03-28 Thread 小鱼虾
Because php5.4 compression not normal work. So I have to enable IIS7.5 system compression. ok. now please check the www.ongod.org/test/phpinfo.php site. just now I have close IIS compression. PHP5.4 sure can't work with zlib.output_compression. windows php enable by default. Now I have study

[PHP] Need PHP Web Developer in So Cal

2012-03-28 Thread Michael Frankel
Hi - I am looking for a reliable, experienced PHP / Web developer or development company to assist me with one of my long-time clients. I need someone who has experience with all the following technologies working in a hosted environment: PHP MySQL WordPress Ajax / Web 2.0 JavaScript In

Re: [PHP] Is the php sockets extension experimental?

2012-03-28 Thread Meike Stone
Hello,    Sounds like the package maintainer is a minimum of six years behind the times, or they've done some forking to it.  We don't support any third-party packages, so that would be something you'd need to discuss with them, but - in all likelihood - someone just hasn't removed the

Re: [PHP] Critical Error

2012-03-28 Thread Paul Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/03/2012 17:59, Karl James wrote: MYSQL: Duplicate entry for '0' for key 1. MYSQL: Insert Error - Duplicate entry '0' for key 1,. Simply means that you are trying to insert a database entry into your database table that already exists, for

Re: [PHP] Need PHP Web Developer in So Cal

2012-03-28 Thread Paul Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/03/2012 18:04, Michael Frankel wrote: Hi - I am looking for a reliable, experienced PHP / Web developer or development company to assist me with one of my long-time clients. I need someone who has experience with all the following

Re: [PHP] Critical Error

2012-03-28 Thread Daniel Brown
On Wed, Mar 28, 2012 at 11:59, Karl James karlja...@tampabay.rr.com wrote: Hey guys, A customer of mind is having issues uploading photos through A admin portal page. They get Critical Error If it's a pre-existing CMS, check with the associated project or company. Taking a quick look

Re: [PHP] Need PHP Web Developer in So Cal

2012-03-28 Thread Robert Cummings
On 12-03-28 12:20 PM, Paul Scott wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/03/2012 18:04, Michael Frankel wrote: Hi - I am looking for a reliable, experienced PHP / Web developer or development company to assist me with one of my long-time clients. I need someone who has

Re: [PHP] Mime Mail problem

2012-03-28 Thread Fatih P.
On Wed, Mar 28, 2012 at 9:26 PM, Alexis phplis...@antonakis.co.uk wrote: I am hitting my head over a problem with Mime Mail...which i am hoping some kind some can help me out on please The email is sent out fine and when viewing the source, appears to be fine, however neither the body of the

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
Thanks Faith What exactly do you mean by 'Make sure the boundary is as it should be', please? Here is the full uncensored info, the data is not sensitive anyway, minus the initial standard email headers. Thanks Alexis MIME-Version: 1.0 Content-Type: multipart/mixed;

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
If I insert the full stop after the \n then the output stops just before the fullstop. Currently I have \r\n \r\n That is a space between the two sets of \r\n's. I tried it without any spaces and still got the same result. Would it be better if I post the code that creates the headers? I

Re: [PHP] Mime Mail problem

2012-03-28 Thread Fatih P.
On Wed, Mar 28, 2012 at 11:44 PM, Alexis phplis...@antonakis.co.uk wrote: If I insert the full stop after the \n then the output stops just before the fullstop. Currently I have \r\n \r\n That is a space between the two sets of \r\n's. I tried it without any spaces and still got the same

Re: [PHP] Mime Mail problem

2012-03-28 Thread Alexis
Actually Fatih, I have also been playing around with the PEAR mimemail option and have just got that to work, so will not be pursuing this problem any further, but thank you very much for the time you spent helping me. Alexis On 28/03/12 14:50, Fatih P. wrote: On Wed, Mar 28, 2012 at 11:44

Re: [PHP] Mime Mail problem

2012-03-28 Thread tamouse mailing lists
On Wed, Mar 28, 2012 at 3:53 PM, Alexis phplis...@antonakis.co.uk wrote: Actually Fatih, I have also been playing around with the PEAR mimemail option and have just got that to work, so will not be pursuing this problem any further, but thank you very much for the time you spent helping me.

Re: [PHP] Re: Uploading and creating an email attachment, WITHOUT aDB on server

2012-03-28 Thread tamouse mailing lists
On Tue, Mar 27, 2012 at 8:33 AM, Maciek Sokolewicz maciek.sokolew...@gmail.com wrote: Also note: checking file extensions has nothing to do with security; relying on such a crude technique to work is a very very bad idea. It also limits the possible formats that people would like to send their

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-28 Thread tamouse mailing lists
On Tue, Mar 27, 2012 at 5:47 AM, rene7705 rene7...@gmail.com wrote: Yea, i'm quite sure I want to develop on Windows 7. Ubuntu still has quircks when it comes to using 3 monitors on a single system, as far as I know. I just like windows 7 a lot better at the moment. And how would it be

Re: [PHP] Re: updating code asap to multiple domains, windows to unix, with source control software (was: Re: [PHP] including PHP code from another server..)

2012-03-28 Thread tamouse mailing lists
On Tue, Mar 27, 2012 at 7:24 AM, Curtis Maurand cur...@maurand.com wrote: rene7705 wrote: On Tue, Mar 27, 2012 at 1:21 PM, Peter Ford p...@justcroft.com wrote: On 27/03/12 12:13, rene7705 wrote: hey, I just read the rsync man page for the first time, and while it sure looks simple