php-general Digest 26 Jul 2008 15:24:35 -0000 Issue 5590

2008-07-26 Thread php-general-digest-help
php-general Digest 26 Jul 2008 15:24:35 - Issue 5590 Topics (messages 277352 through 277359): Re: Code beautifier 277352 by: tedd 277353 by: mike 277354 by: Daniel Brown 277359 by: tedd Re: Regular Expression help need 277355 by: Shelley Re: Since

Re: [PHP] Since APC is no longer supported on Windows, can anyone else make php_apc.dll for the newest 5.2.6 non-thread-safe?

2008-07-26 Thread T Lensselink
steve wrote: Since APC is no longer supported on Windows, I can't download it from php.net. Can anyone else make php_apc.dll for the newest 5.2.6 non-thread-safe windows version? Many thanks in advance... I never heard anything about dropping support for windows. And on pecl4win there is

[PHP] Test

2008-07-26 Thread Daniel Lambert
Just testing to see if this is correct address to email to.

RE: [PHP] Test

2008-07-26 Thread Jay Blanchard
-Original Message- From: Daniel Lambert [mailto:[EMAIL PROTECTED] Sent: Saturday, July 26, 2008 2:48 AM To: php-general@lists.php.net Subject: [PHP] Test Just testing to see if this is correct address to email to. It depends on what you are asking -- PHP General Mailing List

Re: [PHP] Code beautifier

2008-07-26 Thread tedd
At 10:53 PM -0400 7/25/08, Daniel Brown wrote: On Fri, Jul 25, 2008 at 10:02 PM, tedd [EMAIL PROTECTED] wrote: [snip=1920's_anecdote] LOL So in the end, these were the things I remember being taught by English teachers. They taught me well -- but, nothing about writing. :-)

[PHP] It may be OT. phpmyadmin not opening.

2008-07-26 Thread mukesh yadav
hi , sorry for posting here.I really dont know where to post I asked in the mysql IRC they said it doesn't belongs to them. here is my question. I have installed Wampp and i'm not able to open phpmyadmin from networked pc. Though i can open the pages. but not phpmyadmin. thank you sorry

Re: [PHP] It may be OT. phpmyadmin not opening.

2008-07-26 Thread Bastien Koert
On Sat, Jul 26, 2008 at 2:01 PM, mukesh yadav [EMAIL PROTECTED] wrote: hi , sorry for posting here.I really dont know where to post I asked in the mysql IRC they said it doesn't belongs to them. here is my question. I have installed Wampp and i'm not able to open phpmyadmin from networked

[PHP] PHP Threads (Language) extension?

2008-07-26 Thread Jason Knight
I can't find an extension that would allow you to use the PSOIX thread functions in PHP. I know of the pcntl_ functions but fork() just won't do it for me, I need access to real threads. I started writing an extension to supply an API to POSIX threads but then decided to ask here first to see if

Re: [PHP] PHP Threads (Language) extension?

2008-07-26 Thread Eric Butera
On Sat, Jul 26, 2008 at 6:04 PM, Jason Knight [EMAIL PROTECTED] wrote: I can't find an extension that would allow you to use the PSOIX thread functions in PHP. I know of the pcntl_ functions but fork() just won't do it for me, I need access to real threads. I started writing an extension to

[PHP] get current php locale

2008-07-26 Thread Ben Sagal
is there a way to get the current locale being used by php and the encoding it uses? Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regular Expression help need

2008-07-26 Thread Micah Gersten
Are you talking about looking at blogs in a mobile phone browser or actually downloading the blog into another format? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Shelley wrote: Ok, let me tell you what i want to achieve. I want to transfer users'

Re: [PHP] It may be OT. phpmyadmin not opening.

2008-07-26 Thread Micah Gersten
I thought wampp was deprecated. Try xampp: http://www.apachefriends.org/en/index.html Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com mukesh yadav wrote: hi , sorry for posting here.I really dont know where to post I asked in the mysql IRC they said it

[PHP] Start/Stop Service from program php

2008-07-26 Thread opc
Hi I try execute unsucesfull the next code from web page ?php $cmd1 = shell_exec (sudo /sbin/service named stop); echo $cmd1; ? I need write a script execute some command, but try start or stop service like named, network this don't work I edit visudo and add the next lines User_Alias MYGROUP

Re: [PHP] Start/Stop Service from program php

2008-07-26 Thread Micah Gersten
Generally, apache runs as www-data. What was the output of the command? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com I need write a script execute some command, but try start or stop service like named, network this don't work I edit visudo and add the