php-general Digest 6 May 2012 12:54:43 -0000 Issue 7803

2012-05-06 Thread php-general-digest-help
php-general Digest 6 May 2012 12:54:43 - Issue 7803 Topics (messages 317805 through 317810): I'm missing something 317805 by: Jim Giner 317806 by: Matijn Woudt 317807 by: Jim Giner 317808 by: Jim Giner 317809 by: Matijn Woudt PHP Subroutine Call

php-general Digest 7 May 2012 01:10:31 -0000 Issue 7804

2012-05-06 Thread php-general-digest-help
php-general Digest 7 May 2012 01:10:31 - Issue 7804 Topics (messages 317811 through 317815): Re: PHP Subroutine Call Blowing UP with Strings 317811 by: Maciek Sokolewicz Re: code deployment through php 317812 by: rene7705 IDE 317813 by: Ethan Rosenberg

[PHP] PHP Subroutine Call Blowing UP with Strings

2012-05-06 Thread George R Smith
All, I am new to PHP (about 3 weeks) and am testing the return of strings from a external database subroutine. This database is not relational, not MySQL, MSSQL or others. Thanks to all in advance for any help. Some info which might be helpful: phpinfo() PHP Version = 5.3.3-7+squeeze8 System =

[PHP] Re: PHP Subroutine Call Blowing UP with Strings

2012-05-06 Thread Maciek Sokolewicz
On 06-05-2012 14:54, George R Smith wrote: root@dellT710:/var/www# php qm_get_clients.php *** glibc detected *** php: free(): invalid next size (fast): 0x0a2c3998 *** Sounds like a segfault to me, which is fully the fault of the extension, and not something you're doing in PHP. Try asking the

Re: [PHP] code deployment through php

2012-05-06 Thread rene7705
On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists tamouse.li...@gmail.com wrote: On Wed, May 2, 2012 at 5:23 AM, rene7705 rene7...@gmail.com wrote: On Wed, May 2, 2012 at 11:47 AM, rene7705 rene7...@gmail.com wrote: I can't use anything like git on my shared hoster. But I suppose I

[PHP] IDE

2012-05-06 Thread Ethan Rosenberg
Dear List - Is there any IDE which will let me step thru my code AND give the opportunity to enter data; eg, when a form should be displayed allow me to enter data into the form and then proceed? I realize the forms are either HTML and/or Javascript, but there must be a work-around. I is

Re: [PHP] IDE

2012-05-06 Thread Simon Schick
On Mon, May 7, 2012 at 12:33 AM, Ethan Rosenberg eth...@earthlink.net wrote: Dear List - Is there any IDE which will let me step thru my code AND give the opportunity to enter data; eg, when a form should be displayed allow me to enter data into the form and then proceed?  I realize the

Re: [PHP] IDE

2012-05-06 Thread Ethan Rosenberg
At 06:45 PM 5/6/2012, Simon Schick wrote: On Mon, May 7, 2012 at 12:33 AM, Ethan Rosenberg eth...@earthlink.net wrote: Dear List - Is there any IDE which will let me step thru my code AND give the opportunity to enter data; eg, when a form should be displayed allow me to enter data into