[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-03 Thread steve
> None yet, I still have to create some. Apache may provide some when > they have began the move to VC9. VC9 Apache builds can be fetched from > http://apachelounge.com, they are known to work very well. Hmm.. that is a good link. I had forgotten about them. Ideally, I'd like to get a all 64bit se

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread steve
Uh... what about boolean? Depending on the compiler and instruction set differences, even one-byte things now have to be on longword boundaries, meaning that something that is one byte will have to take 8 in order to be on proper boundaries. Unless the app or compiler is doing packing, which I don'

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-03 Thread Pierre Joye
hi! On Thu, Sep 4, 2008 at 12:56 AM, steve <[EMAIL PROTECTED]> wrote: > That's great! I like all the different builds. Two things that pop > out: 1) What are some recommended non-official builds of Apache2 in > x64? None yet, I still have to create some. Apache may provide some when they have beg

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread alexander lind
On Sep 3, 2008, at 1:15 PM, Colin Guthrie wrote: Robert Cummings wrote: On Wed, 2008-09-03 at 11:55 -0700, alexander lind wrote: For anyone that might be following this thread because they also have a memory problem (on a 64 bit platform or not), here is some advice on how to alleviate i

[PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Colin Guthrie
Robert Cummings wrote: On Wed, 2008-09-03 at 11:55 -0700, alexander lind wrote: For anyone that might be following this thread because they also have a memory problem (on a 64 bit platform or not), here is some advice on how to alleviate it: - Use a bytecode cacher like xcache. Brought my 1

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Robert Cummings
On Wed, 2008-09-03 at 11:51 -0700, alexander lind wrote: > On Sep 3, 2008, at 11:21 AM, Colin Guthrie wrote: > > > Colin Guthrie wrote: > >> Therefore, depending on your structures and how much use of > >> pointers you use, the size will always be more, but should always > >> be *less* than ha

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Robert Cummings
On Wed, 2008-09-03 at 19:13 +0100, Colin Guthrie wrote: > Robert Cummings wrote: > > I do develop in C so I now need to take a stick to you. It's still > > double space. Use a simple example for yourself. Let's say a struct like > > following: > > > > struct _foo > > { > > int i; > > int j

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread alexander lind
On Sep 3, 2008, at 11:21 AM, Colin Guthrie wrote: Colin Guthrie wrote: Therefore, depending on your structures and how much use of pointers you use, the size will always be more, but should always be *less* than half. Erm, that should read "*less* than double." If you only ever user your

[PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Colin Guthrie
Colin Guthrie wrote: Therefore, depending on your structures and how much use of pointers you use, the size will always be more, but should always be *less* than half. Erm, that should read "*less* than double." If you only ever user your stack to store pointers to malloc'ed memory the size

[PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Colin Guthrie
Robert Cummings wrote: I do develop in C so I now need to take a stick to you. It's still double space. Use a simple example for yourself. Let's say a struct like following: struct _foo { int i; int j; int k[5]; } foo; In 32 bit system we have: 32 bits for i + 32 bits for j

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Robert Cummings
On Wed, 2008-09-03 at 16:57 +0100, Colin Guthrie wrote: > Robert Cummings wrote: > > On Wed, 2008-09-03 at 16:32 +0200, Aschwin Wesselius wrote: > >> I don't get it that people still think 64-bit is twice the 'size' of > >> 32-bit. It's like saying 2 square meters is 2 times a square meter, > >>

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Bastien Koert
On Wed, Sep 3, 2008 at 12:05 PM, Jason <[EMAIL PROTECTED]> wrote: > At 16:57 03/09/2008, you wrote: > >> Robert Cummings wrote: >> >>> On Wed, 2008-09-03 at 16:32 +0200, Aschwin Wesselius wrote: >>> I don't get it that people still think 64-bit is twice the 'size' of 32-bit. It's like sa

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Jason
At 16:57 03/09/2008, you wrote: Robert Cummings wrote: On Wed, 2008-09-03 at 16:32 +0200, Aschwin Wesselius wrote: I don't get it that people still think 64-bit is twice the 'size' of 32-bit. It's like saying 2 square meters is 2 times a square meter, while actually it is 4 times a square mete

[PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Colin Guthrie
Robert Cummings wrote: On Wed, 2008-09-03 at 16:32 +0200, Aschwin Wesselius wrote: I don't get it that people still think 64-bit is twice the 'size' of 32-bit. It's like saying 2 square meters is 2 times a square meter, while actually it is 4 times a square meter. Actually... 2 square meters

Re: [PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread alexander lind
On Sep 3, 2008, at 8:19 AM, Shawn McKenzie wrote: alexander lind wrote: Hi All I just tested my PHP app on Ubuntu 64bit, and found that all my php scripts would consume about 5x more RAM memory there, compared to how much they use on my macbook pro (which to make things a bit more confusi

[PHP] Re: PHP on 64bit Ubuntu

2008-09-03 Thread Shawn McKenzie
alexander lind wrote: Hi All I just tested my PHP app on Ubuntu 64bit, and found that all my php scripts would consume about 5x more RAM memory there, compared to how much they use on my macbook pro (which to make things a bit more confusing also runs a 64bit OS). A page that would take up ar

[PHP] Re: [PHP-DEV] PHP 5.3.0alpha2

2008-09-02 Thread Lukas Kahwe Smith
On 03.09.2008, at 00:27, Lukas Kahwe Smith wrote: Hello! Johannes has packed PHP 5.3.0alpha2 yesterday, which you can find here: http://downloads.php.net/johannes/ Windows binaries (optimized for various versions of Windows) are available from the new website dedicated to PHP's windows b

[PHP] Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2008-09-01 Thread Maciek Sokolewicz
Jochem Maas wrote: redirecting to generals mailing list ... Diogo Neves schreef: php -r 'class B { private static function a() {} public function __callStatic($method, $parms) { echo $method, "\n"; } } $a = new B; $a::a();' Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Comma

[PHP] Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2008-08-31 Thread Diogo Neves
On Mon, Sep 1, 2008 at 3:09 AM, Jochem Maas <[EMAIL PROTECTED]> wrote: > redirecting to generals mailing list ... > > Diogo Neves schreef: > >> php -r 'class B { private static function a() {} public function >> __callStatic($method, $parms) { echo $method, "\n"; } } $a = new B; >> $a::a();' >> >>

[PHP] Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2008-08-31 Thread Jochem Maas
redirecting to generals mailing list ... Diogo Neves schreef: php -r 'class B { private static function a() {} public function __callStatic($method, $parms) { echo $method, "\n"; } } $a = new B; $a::a();' Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Command line code on line

Re: [PHP] Re: Php installation

2008-08-30 Thread David Robley
ignored while run in the browser but they are > procesed if run from terminal. So i guess this is a configuration > problem but i have no idea how to fix it. > > Thanks > > --- On Sat, 8/30/08, David Robley <[EMAIL PROTECTED]> wrote: > > From: David Robley <[EMAIL

[PHP] Re: Php installation

2008-08-30 Thread David Robley
It flance wrote: > Hi all, > > I'm using Fedora 8. I installed php, mysql and apache. Now i can run a > script connecting to a database from terminal but not from browser. > > Any suggestion? Have you configured apache to process php scripts? See item 14 at http://php.net/manual/en/install.uni

[PHP] [OT|Troll] Re: [PHP] Re: PHP IDE needed

2008-08-27 Thread Lupus Michaelis
Sancar Saran a écrit : Whats wrong with echo "" > index.php Two syntacticals errors ? :p is there anything to satisfy your needs... I prefer cat for that purpose, more flexible. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP General Mailing List (http://www.php.net/

[PHP] Re: [PHP-DB] Problem with updating MySQL table

2008-08-27 Thread Jason Pruim
On Aug 27, 2008, at 12:06 PM, Jason Pruim wrote: Hi Everyone, So I'm working on a project (Same one I sent the question about regarding the user access rights on monday) And now I am attempting to update the record... Here is some of my code: index.php First Name/Last Namevalue="{$row[

Re: [PHP] Re: PHP IDE needed

2008-08-27 Thread Sancar Saran
Whats wrong with echo "" > index.php is there anything to satisfy your needs... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP IDE needed

2008-08-27 Thread Carlos Medina
Sascha Braun schrieb: Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with the software but over time eclipse became very instable regarding that project. As soon as I open classes with 2000 or more lines of code in it, an out of memory erro

Re: [PHP] Re: PHP editor for linux

2008-08-24 Thread Shelley
Check the result at http://phparch.cn. And you are encouraged to make your choice. 2008/8/19 Pavel <[EMAIL PROTECTED]> > I use Zend Studio (shareware, but i couldn't find better things). There are > some plugins for Eclipse,but if you used Zend before, you will be cunfused > by > that plugins..

[PHP] Re: PHP editor for linux

2008-08-24 Thread Swapnil Jain
Hi, I use gPHPEdit and bluefish, it makes PHP easy. -- Swapnil Jain -- E-mail: [EMAIL PROTECTED] MSN : [EMAIL PROTECTED] GTalk : [EMAIL PROTECTED] Skype : sj1410 YIM : sj1410 Shawn McKenzie wrote: It flance wrote: Hi, What do you think is the best php editor for linux. I'm using the

[PHP] Re: [PHP-DB] int(1) and int(11)

2008-08-24 Thread Chris
Shelley wrote: Hi all, Is there any difference between int(1) and int(11) when creating a table? I checked the mysql manual and got that 1 and 11 are used to specify the display width of an column. Is there any other difference? Straight from the manual: The display width does not constrain

Re: [PHP] RE: php-general Digest 19 Aug 2008 20:38:46 -0000 Issue 5633

2008-08-20 Thread Ashley Sheridan
Are you definately using the correct unsubscribe email? This is the one given in the message headers: list-unsubscribe: Ash www.ashleysheridan.co.uk --- Begin Message --- On Aug 19, 2008, at 4:18 PM, Cox, Chris wrote: Does anyone know why the unsubscribe email address

Re: [PHP] RE: php-general Digest 19 Aug 2008 20:38:46 -0000 Issue 5633

2008-08-20 Thread Philip Thompson
On Aug 19, 2008, at 4:18 PM, Cox, Chris wrote: Does anyone know why the unsubscribe email address is bouncing. Are there any other ways to unsubscribe? In case you haven't figured it out and you know how to read. To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailin

[PHP] Re: php not reading file properly

2008-08-20 Thread Lupus Michaelis
sean greenslade a écrit : $fh = fopen($myFile, 'r'); Here, they are some return code to ckeck. but not when I access it thru the web. when I browse to it, it just displays the static text ("This weeks apache log (clears every sunday morning):"), not the log text. Who owned /var/log/

[PHP] RE: php-general Digest 19 Aug 2008 20:38:46 -0000 Issue 5633

2008-08-19 Thread Cox, Chris
Does anyone know why the unsubscribe email address is bouncing. Are there any other ways to unsubscribe? Chris Cox 415.681.3665 (direct/fax) Candidate Generation Recruiter http://www.intuit.com/careers View Sailen Saha's profile on LinkedIn -Original Message- From: [EMAIL P

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Pavel
I use Zend Studio (shareware, but i couldn't find better things). There are some plugins for Eclipse,but if you used Zend before, you will be cunfused by that plugins... P.S. Sorry for my English... -- === С уважением, Манылов Павел aka [R-k] icq: 949-388-0 mailto:[EMAIL PROTECTED

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Aschwin Wesselius
Carlos Medina wrote: It flance schrieb: Hi, What do you think is the best php editor for linux. I'm using the Debian distribution. Thanks Hi it´s allways the same: What for Editor are you using? and blah. Please this dicussion is old and not funny anymore (i think ). The Developer wh

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Ashley Sheridan
To be honest, I've always favoured KATE. It's just a plain old text editor with syntax highlighting for most languages. There are plugins for Eclipse which let you edit PHP code, so yu could start looking in that direction. Oh, and it should never really matter what distro you use. You can install

[PHP] Re: PHP editor for linux

2008-08-18 Thread Carlos Medina
It flance schrieb: Hi, What do you think is the best php editor for linux. I'm using the Debian distribution. Thanks Hi it´s allways the same: What for Editor are you using? and blah. Please this dicussion is old and not funny anymore (i think ). The Developer which vi or nano on d

Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Brice
On Fri, Aug 15, 2008 at 5:11 PM, Shawn McKenzie <[EMAIL PROTECTED]>wrote: > It flance wrote: > >> Hi, >> >> What do you think is the best php editor for linux. >> >> I'm using the Debian distribution. >> >> Thanks >> >> >> >> > > I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?

Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Richard Heyes
>> > > > pico :-) >> > > >> > > ed baby; its all about ed! >> > >> > hexedit /dev/sda1 I do seriously use pico. My editing needs on Linux are small, via a puTTY window and pico is the most like a Windows editor that I've used (compared to vi say with its command/edit modes). I've used it for years

RE: [PHP] Re: PHP editor for linux

2008-08-15 Thread Boyd, Todd M.
> -Original Message- > From: Davi Vidal [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2008 12:07 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Re: PHP editor for linux > > Em Friday 15 August 2008, Robert Cummings escreveu: > > On Fri

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 14:06 -0300, Davi Vidal wrote: > Em Friday 15 August 2008, Robert Cummings escreveu: > > On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote: > > > On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > > > >> What do you think is the best php editor

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Davi Vidal
Em Friday 15 August 2008, Robert Cummings escreveu: > On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote: > > On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > > >> What do you think is the best php editor for linux. > > > > > > pico :-) > > > > ed baby; its all abou

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote: > On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > > >> What do you think is the best php editor for linux. > > > > pico :-) > > > ed baby; its all about ed! hexedit /dev/sda1 ;) Cheers, Rob. -- http://www.i

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Nathan Nobbe
On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > >> What do you think is the best php editor for linux. > > pico :-) ed baby; its all about ed! -nathan

Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Richard Heyes
>> What do you think is the best php editor for linux. pico :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP editor for linux

2008-08-15 Thread Shawn McKenzie
It flance wrote: Hi, What do you think is the best php editor for linux. I'm using the Debian distribution. Thanks I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN stuff. Also a cool plugin that lets you easily develop for the iPhone and preview it. -Sha

Re: [PHP] Re: PHP editor for linux

2008-08-14 Thread Eric Butera
On Thu, Aug 14, 2008 at 1:36 PM, Colin Guthrie <[EMAIL PROTECTED]> wrote: > As much as I hate +1 emails, this is a good options... Good subversion > integration too if that floats your boat. > > Col > +1 for subclipse! ;D -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: PHP editor for linux

2008-08-14 Thread Colin Guthrie
Eric Butera wrote: Eclipse with PDT. http://www.zend.com/en/community/pdt#all As much as I hate +1 emails, this is a good options... Good subversion integration too if that floats your boat. Col -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP] Re: php File upload

2008-08-08 Thread Per Jessen
Tom wrote: > "Per Jessen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > Tom wrote: > >> Im very glad to fix this problem, but the next one is here: Other >> machine (but 2 GB Ram), same suse version, same (working now) >> php.ini with limits to 5000M now and i can't uploa

Re: [PHP] Re: php File upload

2008-08-08 Thread Tom
What is set this limit? "Per Jessen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Tom wrote: > Im very glad to fix this problem, but the next one is here: Other > machine (but 2 GB Ram), same suse version, same (working now) php.ini > with limits to 5000M now and i can't up

Re: [PHP] Re: php File upload

2008-08-08 Thread Luke
You could always program in something (perhaps in Ajax) to monitor the progress of the file upload and check for errors periodically. Luke Slater On 8 Aug 2008, at 11:55, Peter Ford <[EMAIL PROTECTED]> wrote: Per Jessen wrote: Tom wrote: Im very glad to fix this problem, but the next one i

Re: [PHP] Re: php File upload

2008-08-08 Thread Peter Ford
Per Jessen wrote: Tom wrote: Im very glad to fix this problem, but the next one is here: Other machine (but 2 GB Ram), same suse version, same (working now) php.ini with limits to 5000M now and i can't upload a File greater than 900MB. A file under 900MB i see the tmp file growing. A File with

Re: [PHP] Re: php File upload

2008-08-08 Thread Per Jessen
Tom wrote: > Im very glad to fix this problem, but the next one is here: Other > machine (but 2 GB Ram), same suse version, same (working now) php.ini > with limits to 5000M now and i can't upload a File greater than 900MB. > A file under 900MB i see the tmp file growing. A File with +1 GB no > t

[PHP] Re: php File upload

2008-08-08 Thread Tom
Problem solved (at one machine)! I can upload a ~ 2 GB File now on a machine with 1 GB Main Memory! No Problem, swap is used but no break now. The answer is, i think, the dramatical overhead for http upload, simply my post_max_size and upload_max_size are to small. If i will upload 1 GB it mus

[PHP] Re: PHP Brain Teasers

2008-08-06 Thread tedd
At 12:51 PM -0400 8/5/08, Daniel Brown wrote: On Tue, Jun 26, 2007 at 1:44 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: Try to use some really common phrases that all of us around the world should recognize, but feel free to get really elaborate with the > code. function getToDoList($wif

[PHP] Re: PHP Brain Teasers

2008-08-05 Thread Daniel Brown
On Tue, Jun 26, 2007 at 1:44 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > Try to use some really common phrases that all of us around the > world should recognize, but feel free to get really elaborate with the > code. -- More full-root dedicated server packages: Intel 2.4GHz/60GB/512

[PHP] Re: [PHP-DEV] PHP 5.3.0alpha1

2008-08-05 Thread Pierre Joye
On Tue, Aug 5, 2008 at 2:14 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Fri, Aug 1, 2008 at 09:31, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: >> Hello! >> >> Johannes has packed PHP 5.3.0alpha1 yesterday evening, which you can find >> here: >> http://downloads.php.net/johannes/ > > So..

[PHP] Re: [PHP-DEV] PHP 5.3.0alpha1

2008-08-05 Thread Hannes Magnusson
On Fri, Aug 1, 2008 at 09:31, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > Hello! > > Johannes has packed PHP 5.3.0alpha1 yesterday evening, which you can find > here: > http://downloads.php.net/johannes/ So.. Apparently we will not get Windows builds of alpha1 as some of the new extensions didn

[PHP] Re: Php Help

2008-07-30 Thread Shawn McKenzie
[EMAIL PROTECTED] wrote: I cannot get Php to run on Solaris 10... Here is the error I am getting Trying to run php outside of apache ld.so.1: php: fatal: libldap-2.3.so.0: open failed: No such file or directory With Apache

[PHP] Re: [PHP-DEV] PHP 4.4.9RC1

2008-07-25 Thread Derick Rethans
On Fri, 25 Jul 2008, Xuefer wrote: > On Tue, Jul 22, 2008 at 3:57 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: > > > > I packed PHP 4.4.1RC9 today, which you can find here: > > http://downloads.php.net/derick/ > 4.4.9RC1? Uhm yes. regards, Derick -- HEAD before 5_3!: http://tinyurl.com/6d2esb

[PHP] Re: [PHP-DEV] PHP 4.4.9RC1

2008-07-24 Thread Xuefer
On Tue, Jul 22, 2008 at 3:57 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: > Hello! > > I packed PHP 4.4.1RC9 today, which you can find here: > http://downloads.php.net/derick/ 4.4.9RC1? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Anuj Bhatt
On Tue, 2008-07-22 at 23:27 -0400, Daniel Brown wrote: > Try this to see if your script is outputting any errors: > > exec('/path/to/python your-script.py 2>&1',$ret); > print_r($ret); > ?> This worked, was opening a file for which permission was denied. Python didn't show me anythin

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Daniel Brown
On Tue, Jul 22, 2008 at 11:27 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > If all else fails, and you're aware of the side-effects, go fork() yourself. > ;-P For posterity: http://php.net/pcntl [See: pcntl_fork(), et al.] -- Better prices on dedicated servers: Intel 2.4GH

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Daniel Brown
Forwarded to the appropriate list (PHP General). Anuj: If you're not already subscribed, please visit http://php.net/mailinglists and subscribe to the PHP General list, or send a blank email to [EMAIL PROTECTED] On Tue, Jul 22, 2008 at 11:09 PM, Anuj Bhatt <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: [PHP] Re: PHP documentation parsing?

2008-07-19 Thread Daniel Brown
On Fri, Jul 18, 2008 at 9:22 AM, Christian A. Reiter <[EMAIL PROTECTED]> wrote: > Hi, > Sorry for "spamming", but i got a error reply from sending this to > [EMAIL PROTECTED] Don't worry, you're not "spamming", you were following up. The gods have forgiven you, so you're good to go! ;-P

[PHP] Re: PHP documentation parsing?

2008-07-18 Thread Christian A. Reiter
Am Freitag, 18. Juli 2008 13:03:43 schrieb M. Sokolewicz: > This is more of a question for the PHP Documentation Mailinglist than > for php-general, so I'm cc'ing it there. > > Could you perhaps put up such a toc file somewhere online, so we could > take a look at what it actually looks like, for t

[PHP] Re: PHP documentation parsing?

2008-07-18 Thread M. Sokolewicz
Christian A. Reiter wrote: As you maybe know, the program "kdevelop" under Linux has a built in documentation browser which uses the online php documentation which was on the homepage of the Minnesota university. Since this homepage isn't available any more the documentation is broken. I tried

Re: [PHP] Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Thiago H. Pojda
t;> -- Forwarded message -- >> From: Shawn McKenzie <[EMAIL PROTECTED]> >> Date: Mon, Jul 7, 2008 at 12:30 PM >> Subject: Re: [PHP] Re: [PHP-DOC] Network Interface Card Name >> To: php-general@lists.php.net >> >> >> Per Jessen wrote

Re: [PHP] Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Shawn McKenzie
Per Jessen wrote: Thiago H. Pojda wrote: On Mon, Jul 7, 2008 at 8:19 AM, Kapil Kapil <[EMAIL PROTECTED]> wrote: Hi ! I want to get the name of network interface card, like - "VIA Rhine I Fast Ethernet Adapter". Is there any function in php for this or perhaps a way to find it out? Not real

Re: [PHP] Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Per Jessen
Thiago H. Pojda wrote: >>> On Mon, Jul 7, 2008 at 8:19 AM, Kapil Kapil >>> <[EMAIL PROTECTED]> wrote: >>> Hi ! I want to get the name of network interface card, like - "VIA Rhine I Fast Ethernet Adapter". Is there any function in php for this or perhaps a way to find it ou

[PHP] Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Thiago H. Pojda
Forwarding to correct list. On Mon, Jul 7, 2008 at 10:25 AM, Kapil Kapil <[EMAIL PROTECTED]> wrote: > No, I want the name of network interface cards of server, not of client. > > Thanks & regards > Kapil > > > On Mon, Jul 7, 2008 at 6:38 PM, Thiago H. Pojda <[EMAIL PROTECTED]> > wrote: > >> That'

[PHP] Re: [PHP-DB] php upload questions --move_uploaded_file

2008-06-26 Thread Daniel Brown
Hai, I'm forwarding this email over to the PHP-General list, since it's not database-related. If you're not already subscribed there, please subscribe and I'm sure you'll get some responses. ORIGINAL MESSAGE FOLLOWS: On Thu, Jun 26, 2008 at 6:21 AM, Liu, Hai Tao (Taylor) <[EMAIL PROT

[PHP] Re: PHP and Apache

2008-06-23 Thread Jon Drukman
R B wrote: Hello, I´m developing a PHP system that needs one of these lines in the .htaccess, depending of the server configuration: AddHandler application/x-httpd-php .xyz or AddHandler application/x-httpd-php4 .xyz or AddHandler application/x-httpd-php5 .xyz How can i detect "on the fly"

[PHP] Re: PHP compile

2008-06-09 Thread zerof
Hélio Rocha escreveu: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio http://www.roadsend.com/home/index.php -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Proje

[PHP] Re: PHP Extensions as Shared Objects?

2008-06-02 Thread Colin Guthrie
mike wrote: On 5/29/08, Weston C <[EMAIL PROTECTED]> wrote: Fortunately, I'll have full control of the hosting environment in the context this matters. :) dl is definitely interesting, but I'm worried that runtime invocation might mean performance hits. Is there a way to do load/startup time

[PHP] Re: PHP eg.

2008-05-31 Thread zerof
mukesh yadav escreveu: Hi, I'm trying to learn a PHP by myself...and i need a help. I have learned all the basic but i dont know how to implement the stuff. Can you please guys help me out give me a small site in PHP so that i can study and learn. thank you. Maybe, this site can help you to

[PHP] Re: PHP authenticating user over SSL

2008-05-23 Thread Manuel Lemos
Hello, on 05/23/2008 05:06 PM Gunnar Vestergaard said the following: > Where do I post feature requests for PHP? > > I need some functions in PHP to let a user log on to a server with his > SSL client certificate. I mean, when a user has his own SSL client > certificate, then a server should be ab

[PHP] Re: PHP-MYSQL Error: Can't connect to MySQL socket. Can someone helpme out please?

2008-05-10 Thread Rahul
By the way it installed MySQL 6 and PHP 5.0.4 and from the console this command does not work: mysql -u root -p but only this works: mysql -h -u root -p I tried doing the same while connecting to the database via php but it does not work. Rahul wrote: I am using Fedora Core 4. As I was un

[PHP] Re: [PHP-DB] Re: [PHP] Best practices for using MySQL index

2008-05-09 Thread Gergely Hodicska
Hi! While this is not a MySQL mailing list, I try to give you some hints and keep it short. There is maybe one important thing which should considered: clustered index. If use InnoDB you can think about to not using a surrogate key but a natural one which best support the query which you will

[PHP] Re: [PHP-WIN] Include Question!

2008-05-09 Thread Stut
Please include the list when replying, unless you're willing to pay my standard hourly rate. On 9 May 2008, at 20:49, Matthew Gonzales wrote: Thanks for the responses. I think that I need to clarify. I am looking to use an include to minimize the amount of code on the page. So I wanted to

[PHP] Re: PHP/SOAP WDSL Restrictions

2008-05-09 Thread Paul van Brouwershaven
> I'm struggling with the WDSL restrictions in PHP/SOAP for a while Sorry, I mean WSDL instead of WDSL. But of course the problem stays the same :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP Web Apps & OpenID

2008-05-07 Thread Joe Harman
Yeah, after reading some about it yesterday and using it on some sites, I like that it sort of simplifies some things for the end user... it really fits sites like social networking stuff well.. I am considering using this for our ecommerce site, it only becomes useful though for repeat visitors th

[PHP] Re: PHP Web Apps & OpenID

2008-05-07 Thread Colin Guthrie
Joe Harman wrote: I am curious here if any of you are considering or already using OpenID or Windows CardSpace? Does anyone see this being a big deal??? from a users stand point it seems like a big hassle to get started with it and I'm not sure if it would scare people away or not? any thoughts

[PHP] Re: php 5 and mysql failure

2008-04-30 Thread Shawn McKenzie
Yehudi Alexis Garrett wrote: I'm using a php script which performs three xml queries to other three servers to retrieve a set of ids and after I do a query to mysql of the kind SELECT * FROM table WHERE id IN ('set of ids'); Although I'm sure the connection to the database is ok, I sometimes ge

Re: [PHP] Re: PHP Errors to screen

2008-04-29 Thread Nathan Nobbe
On Tue, Apr 29, 2008 at 6:38 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Adam Gerson wrote: > >> Where do I change the setting to print PHP errors to the screen when >> running in a web browser? >> >> Thanks, >> Adam >> >> >> php.ini, display_errors you should also take a look at log_errors

[PHP] Re: PHP Errors to screen

2008-04-29 Thread Shawn McKenzie
Adam Gerson wrote: Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam Or in your script use ini_set() -shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Errors to screen

2008-04-29 Thread Shawn McKenzie
Adam Gerson wrote: Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam php.ini, display_errors -shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php framework vs just php?

2008-04-25 Thread Nick Stinemates
On Wed, Apr 23, 2008 at 01:46:14PM +0200, Aschwin Wesselius wrote: > Lester Caine wrote: >> 'If it isn't broken don't fix it' causes a problem when YOU know that the >> step change will make future development easier, but the customers keep >> asking - 'Can you just add XXX' :( > > So they ac

RE: [PHP] Re: php framework vs just php?

2008-04-24 Thread Jay Blanchard
[snip] ...laugh... [/snip] I did a quick and dirty of just one of those functions. This function takes a table and creates a form based on the table. It needs quite a bit of refining, but I am willing to share and let you guys and gals throw suggestions; function formCreate($database, $table, $ac

Re: [PHP] Re: php framework vs just php?

2008-04-24 Thread Eric Butera
On Thu, Apr 24, 2008 at 9:05 AM, Sancar Saran <[EMAIL PROTECTED]> wrote: > Thanks, with your answer my mind flashes I wish I shared your passion on things! I started out with functional programming using various languages. PHP was the first time I attempted writing classes. The reason I wanted

Re: [PHP] Re: php framework vs just php?

2008-04-24 Thread Sancar Saran
On Thursday 24 April 2008 14:52:12 Eric Butera wrote: > On Thu, Apr 24, 2008 at 2:42 AM, Sancar Saran <[EMAIL PROTECTED]> wrote: > > It works. It needs to read tons of docs before writing someting useful > > and it was [EMAIL PROTECTED]@ to writing programs with zend framework. > > It has tons of

Re: [PHP] Re: php framework vs just php?

2008-04-24 Thread Eric Butera
On Thu, Apr 24, 2008 at 2:42 AM, Sancar Saran <[EMAIL PROTECTED]> wrote: > It works. It needs to read tons of docs before writing someting useful and it > was [EMAIL PROTECTED]@ to writing programs with zend framework. It has tons of real unit tests to know it really works. Plus there are a lot

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Sancar Saran
On Wednesday 23 April 2008 21:29:40 tedd wrote: > At 5:24 PM +0300 4/22/08, Sancar Saran wrote: > >Hello there, > > > >Is anyone looking jQuery recently ?. Thas what I call framework... > > Yes, and I'm programming with it. > > But, that's what jQuery and I call a library. > > Cheers, > Name it wh

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Robert Cummings
On Wed, 2008-04-23 at 20:32 -0500, Shawn McKenzie wrote: > > Robert Cummings wrote: > > On Wed, 2008-04-23 at 16:50 -0500, Shawn McKenzie wrote: > > > >> Robert Cummings wrote: > >> > >>> On Tue, 2008-04-22 at 19:05 -0500, Shawn McKenzie wrote: > >>> > Tony Marston wrote: > >>

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Shawn McKenzie
Robert Cummings wrote: On Wed, 2008-04-23 at 16:50 -0500, Shawn McKenzie wrote: Robert Cummings wrote: On Tue, 2008-04-22 at 19:05 -0500, Shawn McKenzie wrote: Tony Marston wrote: ""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip]

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Robert Cummings
On Wed, 2008-04-23 at 16:50 -0500, Shawn McKenzie wrote: > Robert Cummings wrote: > > On Tue, 2008-04-22 at 19:05 -0500, Shawn McKenzie wrote: > >> Tony Marston wrote: > >>> ""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message > >>> news:[EMAIL PROTECTED] > >>> [snip] > > You haven't answer

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Shawn McKenzie
Robert Cummings wrote: On Tue, 2008-04-22 at 19:05 -0500, Shawn McKenzie wrote: Tony Marston wrote: ""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] You haven't answered the question. Where can this piece of wizardry be downloaded so that it can be reviewed

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Nathan Nobbe
On Wed, Apr 23, 2008 at 1:22 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-04-23 at 13:14 -0600, Nathan Nobbe wrote: > > On Wed, Apr 23, 2008 at 1:01 PM, Eric Butera <[EMAIL PROTECTED]> > wrote: > > > > > On Wed, Apr 23, 2008 at 2:49 PM, Nathan Nobbe <[EMAIL PROTECTED]> > > > wro

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Robert Cummings
On Wed, 2008-04-23 at 13:14 -0600, Nathan Nobbe wrote: > On Wed, Apr 23, 2008 at 1:01 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > > > On Wed, Apr 23, 2008 at 2:49 PM, Nathan Nobbe <[EMAIL PROTECTED]> > > wrote: > > > interestingly, prototype claims it is a framework. > > > > http://www.google.c

Re: [PHP] Re: php framework vs just php?

2008-04-23 Thread Nathan Nobbe
On Wed, Apr 23, 2008 at 1:01 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at 2:49 PM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > interestingly, prototype claims it is a framework. > > http://www.google.com/search?hl=en&q=define%3A+framework&btnG=Google+Search > > Lots of d

<    4   5   6   7   8   9   10   11   12   13   >