php-windows Digest 14 Dec 2002 06:53:33 -0000 Issue 1486

2002-12-13 Thread php-windows-digest-help
php-windows Digest 14 Dec 2002 06:53:33 - Issue 1486 Topics (messages 17402 through 17407): Re: Dealing with Mac files 17402 by: Brian 'Bex' Huff 17403 by: Dash McElroy (php) FUSION NEWS 17404 by: Zerutreck Re: newbie question (forms)-thank you 17405 by: Elv

[PHP-WIN] Win32 EAPI - Not recognising preprocessor option.

2002-12-13 Thread nofa
Hi, Im trying to compile php under win32 with EAPI option, but it seems VC++ is not recoginising the preprocessor option. I dont even think it is going through the steps. Anyone have any ideas or know where i could possibly get a binary with EAPI enabled for 4.2.3 ? -- PHP Windows Maili

[PHP-WIN] code that highlights itself

2002-12-13 Thread Matt Hillebrand
The following chunk of code may be included at the top of a file in order to do its own syntax highlighting. It's looking pretty good so far, except for a mysterious space before the first opening PHP tag in the output. Does anyone know why that space is there? '; // _ignore_ print 'body,font{f

RE: [PHP-WIN] newbie question (forms)-thank you

2002-12-13 Thread Elvin Certeza
Thank you... my register_globals were turned off... now that I have turned it on.. it's working Elvin Certeza www.alphalink.com.au/~certeza/ -Original Message- From: Stephen Edmonds [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 9:48 AM To: PHP Helplist Windows Cc: [EMAIL PRO

[PHP-WIN] FUSION NEWS

2002-12-13 Thread Zerutreck
I forgot the password it administrator: / he has as obte it again? I wait Reply, Hermes Alves -- Atenciosamente, Hermes Alves × TemporadaImoveis.com × begin 666 huh.gif M1TE&.#EA#P`6`/<``"DI`#$I`#$I"#$Q"+6U`+V]`,;&`,;&QL[.`-;6 M`-[>`.?G`._O`/?W`/__ M__

RE: [PHP-WIN] Dealing with Mac files

2002-12-13 Thread Dash McElroy (php)
Check this out - it just might be helpful: http://www.php.net/manual/en/ref.filesystem.php#ini.auto-detect-line-endings Does require PHP 4.3.0 (currently at RC3) though. Here's what it says: auto_detect_line_endings boolean When turned on, PHP will examine the data read by fgets() and file

[PHP-WIN] Re: Dealing with Mac files

2002-12-13 Thread Brian 'Bex' Huff
2 things to note about Mac files... some browsers (IE) intermittently perform a MacBinary encoding of the file, and neglect to inform the server application. The data will be unparsable until decoded. You will need to first do a check to see if the file is MacBinary, and then execute some kin

php-windows Digest 13 Dec 2002 18:38:49 -0000 Issue 1485

2002-12-13 Thread php-windows-digest-help
php-windows Digest 13 Dec 2002 18:38:49 - Issue 1485 Topics (messages 17397 through 17401): Re: IIS/ISAPI require suddenly stops working 17397 by: Paul Lockaby 17400 by: Brian 'Bex' Huff mb_ereg on windows php 4.2.3 not available 17398 by: Brodie Thiesfield Dealing

[PHP-WIN] PHP Connect to Active Directory

2002-12-13 Thread Nichols, Mark A.
Has anyone used ldap_connect to attach to Active Directory on Windows 2k server. I've found several examples, but none seem to work. I'm trying to extract usernames and passwords instead of managing another authentication database. Thanks!

[PHP-WIN] Re:Re: IIS/ISAPI require suddenly stops working

2002-12-13 Thread Brian 'Bex' Huff
ahh yes... this strange behavior is due to security tests for 'include_path' and 'open_basedir' in PHP. It tries to be secure, but its a bit overzealous in denying access to files, IMHO... although most web site hosting companies probably love that fact ;) I think this file is not allowed bec

[PHP-WIN] Dealing with Mac files

2002-12-13 Thread Sterling Anderson
I am working on an application for a school district and am having some problems with the files they are supplying for import. They are supplying data files and I am writing routines to populate the database using these files. Its a simple file upload then I just need to parse through the tab separ

[PHP-WIN] mb_ereg on windows php 4.2.3 not available

2002-12-13 Thread Brodie Thiesfield
Hi, php: 4.2.3 os: windows 2000 I've enabled the php_mbstrings.dll extension (via 'extension=php_mbstrings.dll' in php.ini) and have access to some of the mb_* functions, but I need access to the multibyte regex functions. These functions aren't available to me at this point (Fatal error: Call