[PHP] Where do I report bugs/feature requests for Image magick ext

2013-03-12 Thread Carsten Jensen
As subject says, I'm having some trouble finding out where to report bugs/feature requests for the Image magick extension. Anyone would be so kind to point me in the right direction please? cheers Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: Fwd: [PHP] Where do I report bugs/feature requests for Image magick ext

2013-03-12 Thread Carsten Jensen
On 03/12/2013 01:45 PM, Camilo Sperberg wrote: Begin forwarded message: From: Camilo Sperberg Subject: Re: [PHP] Where do I report bugs/feature requests for Image magick ext Date: March 12, 2013 1:40:09 PM GMT+01:00 To: Carsten Jensen to...@tomse.dk On Mar 12, 2013, at 1:13 PM, Carsten

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Carsten Jensen
On 04/04/2013 01:19 PM, Ashley Sheridan wrote: On Thu, 2013-04-04 at 16:41 +0530, Ninad wrote: Have you tried a different browser? Just thinking of anything which might narrow down the location of the problem. Thanks, Ash http://www.ashleysheridan.co.uk does PHP work at all? what do you

Re: [PHP] Last Record INSERT

2013-06-26 Thread Carsten Jensen
On 06/26/2013 08:03 PM, Samuel Lopes Grigolato wrote: AFAIK mysql_[...] is deprecated in favor of mysqli_[...] correspondent functions, there's nothing to do specifically with mysql[i]_insert_id. On Wed, Jun 26, 2013 at 3:01 PM, Tedd Sperling tedd.sperl...@gmail.comwrote: On Jun 26,

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread Carsten Jensen
On 07/18/2013 09: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 can't code

Re: [PHP] filesize() fails on file and works on it's copy (same permissions, same directory)

2013-09-23 Thread Carsten Jensen
if you have console access and the cli version of php works, what does echo filesize('/path/to/file'); tell (try running as root, then later as uid 51/webuser) this will eliminate permission doubts also you should use ?php as start tag instead of only ? cheers Carsten On 09/23/2013 10:06