[PHP] PHP 5.3.6RC1 Released for Testing

2011-02-17 Thread Johannes Schlüter
The first release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: f78d7b47ddbfca42ebdfcdef2adfe859) The windows binaries are available at: http://windows.php.net/qa/ This is the first step in the

Re: [PHP] root of PHP found!

2011-02-17 Thread Steve Staples
On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote: On Wed, Feb 16, 2011 at 18:15, Daevid Vincent dae...@daevid.com wrote: Aha! I am working for the company that was the root of PHP! http://www.panasonic.net/history/founder/chapter3/story3-02.html ;-) I'm surprised you found

[PHP] Re: root of PHP found!

2011-02-17 Thread Jonesy
On Thu, 17 Feb 2011 08:33:16 -0500, Steve Staples wrote: On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote: On Wed, Feb 16, 2011 at 18:15, Daevid Vincent dae...@daevid.com wrote: Aha! I am working for the company that was the root of PHP!

[PHP] Re: [PHP-DEV] PHP 5.3.6RC1 Released for Testing

2011-02-17 Thread Alexey Zakhlestin
On 17.02.2011, at 16:17, Johannes Schlüter wrote: The first release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: f78d7b47ddbfca42ebdfcdef2adfe859) The windows binaries are available at:

[PHP] Error handling a max license issue

2011-02-17 Thread Richard Sharp
Hello everyone, I am having the difficult time trying to figure out how to detract an max user license when my script tries to connect to our Pervasive database through an ODBC connector. I am looking for a way to ignore the error if one arise and continue on with the code. Here is what I

[PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
I'm currently using Google Visualization API[1] to generate both interactive and static charts for a client and they're viewing these online[2]. However they now want to be able to download a PDF containing the charts (static) in it. Does anyone know of a way where I can take the same

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Bastien Koert
On Thu, Feb 17, 2011 at 2:13 PM, Ashley M. Kirchner ash...@pcraft.com wrote:    I'm currently using Google Visualization API[1] to generate both interactive and static charts for a client and they're viewing these online[2].  However they now want to be able to download a PDF containing the

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
On 2/17/2011 12:26 PM, Ashley Sheridan wrote: Googles API creates an image which you can save locally and insert into a PDF that you create with something like fpdf. There are plenty of functions in PHP which can be used for this, such as fread(), etc. That's the thing, I know it does,

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 19:13, Ashley M. Kirchner ash...@pcraft.com wrote:    I'm currently using Google Visualization API[1] to generate both interactive and static charts for a client and they're viewing these online[2].  However they now want to be able to download a PDF containing the charts

RE: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
So. Easy peasy. Not exactly. Those examples are not from the Visualization API - it's two different things. The API is written so that one does not have to generate those parameters individually and then pass them through POST/GET to Google. It's cleaner and faster to work with.

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 20:26, Ashley M. Kirchner ash...@pcraft.com wrote: So. Easy peasy.        Not exactly.  Those examples are not from the Visualization API - it's two different things.  The API is written so that one does not have to generate those parameters individually and then pass

[PHP] 2gb file issues

2011-02-17 Thread Steve Staples
Is there a workaround for 32bit systems wanting to use fopen() is_file() filesize() and i am sure there are others.. on files that are 2gb? My development box is win visat 64bit, and i dont have any issues, when i ported it to my test live server, it is running 5.2.8 32bit, and it is not

Re: [PHP] 2gb file issues

2011-02-17 Thread Nicholas Kell
On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: Is there a workaround for 32bit systems wanting to use fopen() is_file() filesize() and i am sure there are others.. on files that are 2gb? My development box is win visat 64bit, and i dont have any issues, when i ported it to my

Re: [PHP] 2gb file issues

2011-02-17 Thread Steve Staples
On Thu, 2011-02-17 at 15:36 -0600, Nicholas Kell wrote: On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: Is there a workaround for 32bit systems wanting to use fopen() is_file() filesize() and i am sure there are others.. on files that are 2gb? My development box is win

Re: [PHP] How is this possible???? (addslashes)

2011-02-17 Thread Paul S
On Thu, 17 Feb 2011 07:50:45 +0700, Daniel Brown paras...@gmail.com wrote: No offense, but are you kidding me? The host disables phpinfo() for security reasons, but keeps 4.4.4 running? Talk about running, Paul run away from them. Fast. AND they have a condition (this reported)

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread viraj
hi, the easiest way to convert a html (even with advance css styling) to pdf is http://code.google.com/p/wkhtmltopdf/ i guess. you may need, exec() function and bit of shell scripting. ~viraj On Fri, Feb 18, 2011 at 2:02 AM, Richard Quadling rquadl...@gmail.com wrote: On 17 February 2011

[PHP] Re: How is this possible???? (addslashes)

2011-02-17 Thread Nisse Engström
On Thu, 17 Feb 2011 06:56:33 +0700, Paul S wrote: Can anyone please tell me how the addslashes output (note = Everyone''s a card on the \earth) in the following example is possible. It is addslashes output but this result is consistent with the output from post when runtime is set: 1): a