[PHP-WIN] sms service

2007-10-16 Thread Nishantha Pradeep
how can i build sms send/receive application using PHP?.Is there anything I need than php ?

RE: [PHP-WIN] PHP Install problems

2007-10-16 Thread Jeff White
Hello Bob, Regarding the "MSI" file, it seems that you have downloaded the Apache 'source code' used for compiling into executable binaries. I believe that you want the precompiled Win32 binaries available at this link: http://apache.tradebit.com/pub/httpd/binaries/win32/apache_2.2.6-win32-x86-n o

Re: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-16 Thread Rafael
I'm a little late on the thread, so I apologize in advance if I say something out of context / already mentioned. Thank's God, I haven't had the need to use PHP + COM + MS Office, but I did use C# + MS Office, and I found that for desktop applications Application.Quit() was enough, whereas i

[PHP-WIN] Free unlimied hosting for you!

2007-10-16 Thread dungdm001
Space: 250 MB Ads (Banner). Unlimited bandwidth Upload: FTP, Browser Scripting: PHP Other Features: MySQL databases, PhpMyAdmin. AHCS c-panel. All file types allowed. No file size limit. POP3, Web-based Email. 30-days Inactivity limit. Automatic scripts installer.PHP flags manager. Free web hostin

[PHP-WIN] Re: Can't load 'SimpleXML' as 'libxml' is not loaded in Unknown line 0.

2007-10-16 Thread Rob
I will be fixing this soon to support the new .30 libxml2 builds (just been lazy). For now, all you need to do is edit the config.w32 file in ext/libxml with the following (not on my windows system so might not be 100% accurate): change: if (CHECK_LIB("libxml2_a.lib;libxml2.lib", "libxml") &&

[PHP-WIN] Can't load 'SimpleXML' as 'libxml' is not loaded in Unknown line 0.

2007-10-16 Thread Chhaya Sharma
I am trying to integrate libxml2 with PHP by linking it with libxml2_a_dll.lib.However this is not happening.Apache throws following warning. PHP Warning: Cannot load module 'SimpleXML' because required module 'libxml' is not loaded in Unknown on line 0 I have added libxml.obj to STATIC_EXT_OBJS