php-windows Digest 25 Aug 2009 08:43:18 -0000 Issue 3677
Topics (messages 29534 through 29541):
Re: PHP and Crystal Reports
29534 by: sunnylife
29535 by: Richard Quadling
Dated SNMP Extension in Windows
29536 by: Larry Adams
Determining the exact location of the CLI executing the current script?
29537 by: Richard Quadling
29538 by: Sascha Meyer
29539 by: Stuart
Re: php_enchant not loadable
29540 by: Rene Bartholomay
29541 by: Richard Quadling
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
You can refer to the design of RAQ Report. For more details you can refer to
http://www.raqsoft.com/.
--
View this message in context:
http://www.nabble.com/PHP-and-Crystal-Reports-tp23308716p25114489.html
Sent from the Php - Windows mailing list archive at Nabble.com.
--- End Message ---
--- Begin Message ---
2009/8/24 sunnylife <[email protected]>:
>
> You can refer to the design of RAQ Report. For more details you can refer to
> http://www.raqsoft.com/.
> --
> View this message in context:
> http://www.nabble.com/PHP-and-Crystal-Reports-tp23308716p25114489.html
> Sent from the Php - Windows mailing list archive at Nabble.com.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Just in case anyone was wondering, RAQSoft has nothing to do with me,
Richard Alan Quadling!
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---
--- Begin Message ---
Hello List,
The PHP SNMP Extension is built on Windows using dated, ucd-snmp
libraries that are no longer supported by the Net-SNMP guys. I have
submitted a patch and bug report for building using the more relevant
libraries, which would include support for things like SNMPv3. My
question is, what is keeping this from being committed. Are you needing
someone, like me, to take this over?
Regards,
Larry Adams
aka TheWitness
www.cacti.net
--- End Message ---
--- Begin Message ---
Hi.
Seems like I'm missing something REALLY obvious.
I can find the name of the script at runtime, the parameters, the
SAPI, etc. Loads of info.
But I can't seem to find the exact name of the executable handing the script.
Which seems a little odd.
Unless I'm missing something.
Regards,
Richard.
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---
--- Begin Message ---
Hi Richard,
Richard wrote:
> But I can't seem to find the exact name of the executable handing the
> script.
>
> Which seems a little odd.
you are right, I couldn't find it either! All I get is:
Server API: Command Line Interface -> command line call
Server API: CGI/FastCGI -> handled by IIS
so it seems as if the path to the executable is not detectable? I wonder if
there is an undocumented way to access this property?
Regards,
Sascha
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
--- End Message ---
--- Begin Message ---
2009/8/24 Richard Quadling <[email protected]>:
> Hi.
>
> Seems like I'm missing something REALLY obvious.
>
> I can find the name of the script at runtime, the parameters, the
> SAPI, etc. Loads of info.
>
> But I can't seem to find the exact name of the executable handing the script.
>
> Which seems a little odd.
>
> Unless I'm missing something.
There is nothing built-in to get you this, but assuming you're on a
unix platform you can use an evil combination of getmypid() and
executing ps to get what you want. I'm sure similar is possible under
Windows but either way it's not very clean.
-Stuart
--
http://stut.net/
--- End Message ---
--- Begin Message ---
i can´t believe that i am the only one person who needs this. Please
send me a Mail when somebody has run this combination whithout the
described errors...
So i go back to PHP 5.2.x - PHP 5.3 is unusable for me...
really disappointed...
--- End Message ---
--- Begin Message ---
2009/8/24 Rene Bartholomay <[email protected]>:
> i can´t believe that i am the only one person who needs this. Please send me
> a Mail when somebody has run this combination whithout the described
> errors...
>
> So i go back to PHP 5.2.x - PHP 5.3 is unusable for me...
>
> really disappointed...
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Have you tried building the external libraries?
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---