Re: [PHP] Image resolution and php

2002-09-18 Thread pan
I need to get resolution information (dpi) from any image of jpg, gif or png formats. It would be sufficient to obtain pixel and inches dimension of such images and calculate resolution by simply dividing but I haven't found any function that gets effective dimensions in inches. As

Re: [PHP] Elliptic curve cryptology

2002-09-22 Thread pan
i cant find any example about Elliptic curve cryptology.. do you have any example? i cant understand without an example :) Ten seconds of googling produced these URLs. http://www.certicom.com/resources/w_papers/w_papers.html

[PHP] pecl4win - any updates?

2009-01-10 Thread pan
Has there been any progress reinstating pecl packages for windows? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pecl4win - any updates?

2009-01-11 Thread pan
Chris dmag...@gmail.com wrote in message news:496a6f34.1080...@gmail.com... pan wrote: Has there been any progress reinstating pecl packages for windows? per the comment on php.net, join the Windows Internals list (or perhaps the Windows PHP users list might have some info). Thanks

Re: [PHP] Does remote file(image) exist ?

2003-01-18 Thread pan
reply to both mail list and O.P. - Original Message - From: Stephen of Blank Canvas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 08:42 Subject: [PHP] Does remote file(image) exist ? Hi Everyone, Sorry I have no example code at all for this at all, I

[PHP] webppliance include - aaargh!

2003-10-18 Thread pan
server environment (unless someone has figured out how) Pan ' peeve:clients who buy web hosting accounts on MS2000/IIS5.0 instead of a nice *nix server' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re:[PHP] Bookmark server

2004-04-19 Thread pan
Chris W [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am planning on writing a bookmark server in php. The idea is I will have a database that stores all my internet favorites on a web server some where, so if I am doing some web browsing away from home and find a site I want

Re: [PHP] virtual domain own php.ini

2004-04-22 Thread pan
Robby Russell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Trying to use own php.ini file (rather than the one that the webserver sees by default) for a web site (on a box that has many websites that utilize the other) and used the following instructions, but it doesn't seem to

Re: Re[2]: [PHP] virtual domain own php.ini

2004-04-22 Thread pan
Richard Davey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello pan, Thursday, April 22, 2004, 8:19:39 PM, you wrote: p rtfm on ini_set() What on earth has ini_set() got to do with the web server not picking up the alternative php.ini file located in the web root? Sure

Re: [PHP] virtual domain own php.ini

2004-04-22 Thread pan
John Nichel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] pan wrote: Robby Russell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Trying to use own php.ini file (rather than the one that the webserver sees by default) for a web site (on a box that has many websites

Re: [PHP] virtual domain own php.ini

2004-04-22 Thread pan
Rick Fletcher [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] on most servers ini_set will be the best you can hope for security settings won't allow alternative php.ini file reads If we're talking about Apache, you can place php config commands in an .htaccess or httpd.conf

Re: Re[4]: [PHP] virtual domain own php.ini

2004-04-22 Thread pan
Richard Davey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello pan, Thursday, April 22, 2004, 8:36:51 PM, you wrote: p on most servers ini_set will be the best you can hope for p security settings won't allow alternative php.ini file reads p that's why Perhaps it would

Re: [PHP] Cache

2004-08-16 Thread pan
The problem is that I don't know how to automaticly decide when it is the right moment to update the cache and this is very important. I get some data from a database and the PHP program doesn't know when the database gets updated by another program, so it cannot create the cache for that

[PHP] Re: PHP Graphing Libraries...?

2009-06-04 Thread pan
li...@mgreg.com wrote in message news:4fcc2030-9483-49d9-962c-1849a0987...@mgreg.com... | Hi All, | | I'm currently looking for a quality (preferably open source) PHP | graphing library that will allow me to create various graphs and plot | points. I've seen several that do some amazing things,

[PHP] Re: PHP 5.3.0 Released!

2009-06-30 Thread pan
Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release Announcement: http://www.php.net/release/5_3_0.php

[PHP] Re: RFC/Survey for Our Newer Folks (Including Lurkers)

2009-07-12 Thread pan
Daniel P. Brown wrote: What I would like to know is how you found out about this list. Hi, I've been using php in a unix enviroment from the beginning and always found sufficient and useful information without using news.php.net . Recently I've begun maintaining a mixed OS system and have

Re: [PHP] Re: RFC/Survey for Our Newer Folks (Including Lurkers)

2009-07-13 Thread pan
Per Jessen wrote: pan wrote: Urgh ! What do I tell them? How about what you started with here: The information and support of php on windows is not as good. Overcoming resistance to open source software that runs on windows is easy. Overcoming the belief that it's a windows world is more

[PHP] Re: IP to geo-location advice

2009-07-15 Thread pan
Patrick wrote: Hi Everyone Could anyone give me some advice on the best way to do IP to geo-location with php using open source code? Thanks in advance-Patrick That is not an easy problem. You can go to ARIN, APNIC, etc and get /8 and smaller assignments. But, if the new assignee hasn't

[PHP] Exceptions

2007-08-09 Thread Peter Pan
Peeps, I'm having an issue where throwing Exceptions are displaying a blank page even though the Exception is being caught in a try...catch statement. This is happening on our production server where warnings, errors, exceptions, etc. are not to be displayed to the user. The assumption is

Re: [PHP] Exceptions

2007-08-09 Thread Peter Pan
is a great idea, but not realistic given the amount of times this function is called. Thank you for your help! I'll update the list with my findings. -ec From: Nathan Nobbe [EMAIL PROTECTED] To: Peter Pan [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Exceptions Date: Thu, 9

Re: Re: [PHP] exec() Error

2008-06-30 Thread zhiqi pan
use wget exec(wget http://www.mysite.com/calculate.php;); Only execute the php programe from web exec(/usr/bin/php /.../calculate.php) 2008/6/27 Boyd, Todd M. [EMAIL PROTECTED]: -Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 7:50 AM

[PHP] A binary compatibility alternative to mod_fastcgi

2004-05-08 Thread Pan qingfeng
Hi, guys http://fastcgi.coremail.cn, I hope you like it... Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP

2004-06-09 Thread Cheung Pui Pan
) *Route (Now on) *Notes Yours faithfully, Cheung Pui Pan