php-general Digest 16 Nov 2009 14:49:45 -0000 Issue 6445

2009-11-16 Thread php-general-digest-help
php-general Digest 16 Nov 2009 14:49:45 - Issue 6445 Topics (messages 299859 through 299868): Re: Lightweight web server for Windows? 299859 by: Jonathan Tapicer 299860 by: Manuel Lemos Re: mail mimedecode with multiple mails in one mbox file 299861 by: Per Jessen

Re: [PHP] mail mimedecode with multiple mails in one mbox file

2009-11-16 Thread Per Jessen
Ashley Sheridan wrote: On Sun, 2009-11-15 at 20:54 +0100, Per Jessen wrote: Ashley Sheridan wrote: Hi all, I'm having a bit of difficulty seeing my way through this. I think I'm on the right path with mimeDecode, but I can't get it to read all of the emails in an mbox file which

[PHP] Re: fread() memory problems

2009-11-16 Thread Peter Ford
Ashley Sheridan wrote: Ashley Sheridan wrote: I was just wondering why fread() seems to use so much memory when reading in a file. My php.ini has a script memory limit of 32MB, yet PHP hits its memory limit on a 19MB mbox file that I'm reading in. How is it possible that this function can use

Re: [PHP] File To Blob Corruption

2009-11-16 Thread tedd
At 10:17 AM + 11/15/09, Ashley Sheridan wrote: Like someone mentioned on the link you posted; storing the images in the database does offer a layer of security, as database access is far easier to control than file access. Thanks, Ash http://www.ashleysheridan.co.uk It also offers ease

[PHP] Re: File To Blob Corruption

2009-11-16 Thread tedd
At 10:14 PM +0100 11/15/09, Nisse =?utf-8?Q?Engstr=C3=B6m?= wrote: * Run a hex dump on the images before and after upload. What is the difference? /Nisse That's the best idea. That way you know how the file has been changed. Cheers, tedd -- --- http://sperling.com

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread tedd
At 1:12 PM +0200 11/15/09, Cemal Eker wrote: Hello, I just want to implement a shoutbox script for an e-learning application. Searched Google for possible solutions but I just want to know what other developers use. AJAX and GPL is a must. Forgive me, but I don't know what a shoutbox is?

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Cemal Eker
Thanks for your response, but shoutbox isn't a online exam system. Shoutbox is a chat-like feature that generally work with ajax. Where you can post quick messages to website. We'll use it for a quick communication with admin of system. Here's what wiki says about Shoutbox

Re: [PHP] File To Blob Corruption

2009-11-16 Thread Bastien Koert
On Mon, Nov 16, 2009 at 8:05 AM, tedd tedd.sperl...@gmail.com wrote: At 10:17 AM + 11/15/09, Ashley Sheridan wrote: Like someone mentioned on the link you posted; storing the images in the database does offer a layer of security, as database access is far easier to control than file

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Ashley Sheridan
On Mon, 2009-11-16 at 16:00 +0200, Cemal Eker wrote: Thanks for your response, but shoutbox isn't a online exam system. Shoutbox is a chat-like feature that generally work with ajax. Where you can post quick messages to website. We'll use it for a quick communication with admin of system.

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Stuart
2009/11/15 Cemal Eker cemale...@gmail.com: I just want to implement a shoutbox script for an e-learning application. Searched Google for possible solutions but I just want to know what other developers use. AJAX and GPL is a must. Strange requirements, but whatever. A shoutbox is pretty

[PHP] Cambios de la cuenta de correos

2009-11-16 Thread Deivys Delgado Hernández
Hola, debido a cambios en los servidores de salud he tenido que cambiar mi cuenta de correos, la nueva cuenta es la siguiente: de...@dmssb.cmw.sld.cu La cuenta vieja sera cancelada dentro de mas o menos 15 dias Saludos, René y Deivys -- Este mensaje ha sido analizado por MailScanner Nodo

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Paul M Foster
On Mon, Nov 16, 2009 at 02:46:45PM +, Ashley Sheridan wrote: I don't know of anything you can use like this, especially that runs purely on Ajax. Just take a look at Facebook chat. That's Ajax, and fails and falls over on a constant basis to the point where it is almost useless. Imho,

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Ashley Sheridan
On Mon, 2009-11-16 at 12:06 -0500, Paul M Foster wrote: On Mon, Nov 16, 2009 at 02:46:45PM +, Ashley Sheridan wrote: I don't know of anything you can use like this, especially that runs purely on Ajax. Just take a look at Facebook chat. That's Ajax, and fails and falls over on a

Re: [PHP] this has got me baffled: imagesx() andimagesy()reporting the wrong size?

2009-11-16 Thread Jason Young
Indeed. Using ImageMagick's 'identify' command, the first layer is 30x24 on a 32x32 canvas. radioactive-bread-eek.gif[0] GIF 30x24 32x32+2+6 8-bit PseudoClass 256c 2.11kb radioactive-bread-eek.gif[1] GIF 32x27 32x32+0+4 8-bit PseudoClass 256c 2.11kb If getimagesize() works on the canvas,

RE: [PHP] Lightweight web server for Windows?

2009-11-16 Thread Daevid Vincent
Out of curiosity, if this is just for coding, and you're already a Linux guy, why not just install a lightweight linux flavor on the laptop instead of WF/XP? http://www.xfce.org/ http://lightlinux.blogspot.com/2008/06/top-10-of-lightweight-linux_24.html You didn't mention the specs, but any

[PHP] [php] [mysql] select and subselect

2009-11-16 Thread Allen McCabe
I have a page on my site where I can optionaly filter by certain fields (order by filesize or file category), but I am implementing a shopping cart type of idea where users can submit an order. As administrators, my coworkers and I need to be able to filter orders by their contents. For example:

[PHP] PHP httpd debug question

2009-11-16 Thread John Beaulaurier -X (jbeaulau - Advanced Network Info at Cisco)
Hello, phpMyAdmin crashes when access is attempted each time, and I need to run an httpd backtrace. I have a question though. There is another httpd instance running on the same host. If I run httpd -X will it interfere with the other httpd process running, or will it be a separate

[PHP] How to make the PHP know the real SCRIPT_FILENAME?

2009-11-16 Thread Dong Wang
I am trying to use PHP as backend, which communicate with apache-2.3's mod_proxy_fcgi But I have noticed that the SCRIPT_FILENAME has been changed to proxy:balancer://xx, it cann't be recognized by the remote PHP backend. So the request failed. In my opinion, the remote PHP backend use the

[PHP] Ask about printer_open()

2009-11-16 Thread agus priy
Dear, I want to ask about function printer_open(). I have error Call to undefined function printer_open(), but php_printer.dll was copied in windows-system32 and php.ini has been setting. can you help me to solving this problem. Please reply soon. thank you. Regards, Priyagus On 11/17/09, agus

[PHP] Ask about printer_open()

2009-11-16 Thread agus priy
Dear, I want to ask about function printer_open(). I have error Call to undefined function printer_open(), but php_printer.dll was copied in windows-system32 and php.ini has been setting. can you help me to solving this problem. Please reply soon. thank you. Regards, Priyagus -- PHP General

[PHP] When will we get the official x64 php binaries?

2009-11-16 Thread Buddy Hu
Hi All, I noticed that in the snapshot pagehttp://windows.php.net/snapshots/, we have a VC9 x64 Thread Safe binaries. However it's not intended for production use. So my question is, when can we get the official x64 PHP binaries? What's your schedule? Thanks very much! -Buddy Hu

[PHP] When will we get the official x64 php binaries?

2009-11-16 Thread Buddy Hu
In case this mail is not sent out. Send again! From: Buddy Hu Sent: Tuesday, November 17, 2009 3:00 PM To: 'php-general@lists.php.net' Subject: When will we get the official x64 php binaries? Hi All, I noticed that in the snapshot pagehttp://windows.php.net/snapshots/, we have a VC9 x64 Thread

Re: [PHP] Ask about printer_open()

2009-11-16 Thread agus priy
in phpinfo(), information about fields php_printer is nothing. how to use get_loaded_extensions? do you explain it more? thanks. On Tue, Nov 17, 2009 at 2:08 PM, 惠新宸 huixinc...@baidu.com wrote: Hi: is there any fields about php_printer in phpinfo()'s output ? or you can use