php-windows Digest 26 Sep 2005 14:46:51 -0000 Issue 2785

Topics (messages 26379 through 26380):

Re: unresolved _core_globals_id question
        26379 by: Alexey A. Rybak

Re: Visibility of the root in an APACHE setting
        26380 by: David Collard

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 ---
hi,

Just an addition to my previous e-mail: this happens if i use
a PG(safe_mode) check in my code. Everything is OK if i comment it.
A test dummy module from skeleton with same PG-check works fine, so
i think it's just my error, probably i forget to include something.

AAR> hi, all

AAR> i'm trying to build my php-5.0.5 extension under XP with VC++ 6.0, but at 
AAR> the link stage i always get

AAR> error LNK2001: unresolved external symbol _core_globals_id
AAR> ..\..\Release_TS/php_blitz.dll : fatal error LNK1120: 1 unresolved 
externals
AAR> Error executing link.exe.

AAR> how can i fix this error?
AAR> the same code was built without any problems on lunux.

AAR> thanx

AAR> wbr,
AAR> Alexey A. Rybak

wbr,
Alexey A. Rybak

--- End Message ---
--- Begin Message ---
Tony Aldemir wrote:

A rookie question:

Whenever I download and unzip any PHP related solution, the term "unzip it
to your web server's document root" is used.  I am using APACHE and my doc
root is the default "C:\Program Files\Apache Group\Apache2\htdocs".

Now if I put all of the PHP code I develop as well as I download into a
single directory, I will have a major file soup soon, which can't be good.

I am sure there is a way to organize my files under the root in different
folders or somewhere else and still have them visible to the APACHE server.
What is the trick here?
Any help will be greatly appreciated.

Regards,
Tony

you can put it in a separate folder (somefolder) in your docroot, and then access it via http://localhost/somefolder
--- End Message ---

Reply via email to