|
Windows binaries for 4.4.8? It's been about three weeks since the release of PHP 4.4.8 and the Download page still says "The Windows binaries follow shortly". Does anyone know what limbo or alternate dimension these binaries have fallen into? ;0) -- Thank you, Lewis Kapell Computer Operations Seton Home Study School ... 23 Jan 2008 09:31
Confused Hi! Aha. Thanks. Good to know for next project with AD involved :-) Vänligen/Regards Gustav Wiberg Developing Engineer HMN Konsult -----Original Message----- From: Aaron Kenney [mailto:awkenney(a)gmail.com] Sent: Friday, August 24, 2007 4:44 PM To: Gustav Wiberg Cc: php-windows(a)lists.php.net Sub... 22 Jan 2008 02:48
Upgrading from 5.1.2 to 5.2.5 on Windows under IIS Hi, I've been looking for a while to upgrade from PHP 5.1.2 to 5.2.5. Currently PHP runs under IIS6 via FastCGI. We have a number of sites that run on ASP.NET hence the use of IIS. Is there a fool proof way of upgrading the PHP installation? ... 21 Jan 2008 10:37
duplicate log level constant value in win32/syslog.h Hi, all. I wonder why syslog log level value is duplicated in win32/syslog.h, an example is following. http://cvs.php.net/viewvc.cgi/php-src/win32/syslog.h?revision=1.13&view=markup #define LOG_NOTICE 6 #define LOG_INFO 6 #define LOG_DEBUG 6 Because of this definition, I can't output over LOG_NOTICE log ... 21 Jan 2008 03:07
mssql and latin characters Hello I have a MSSql 2000 database that have stored data with the follow special characters: ó, í, Ñ, á, é, ú. When I see the data through any MsSql Client I see exactly those characters. The Collation of database is: SQL_Latin1_General_CP1_CI_AS I cant change the method of insert data in database. When I... 22 Jan 2008 17:55
New website dedicated to debugging PHP. Hi everyone. Please excuse me for cross posting to four lists, but I'm aware that not everyone subscribes to all of the lists, so I don't want anyone to miss this announcement. I have written a new website that is dedicated to debugging PHP applications. From the about page: http://www.php-debuggers.net/ho... 20 Jan 2008 09:05
mysql not working but very odd Ok, I had php installed on a server with mysql module and I just copied all the files over to a new machine. It didn't work. I tried reinstalling and all, still same issue. I ran php -I output and it seems to be all ok, this is part of the output: mysql MySQL Support => enabled Active Persist... 20 Jan 2008 14:42
Warning: eregi() [function.eregi]: REG_ERANGE in ... i dont know if im gonna be wrong but, here i go: you want to call to $_GET['email'] so in you URL should appear something like this, yourhost.com?email=bob(a)example.com On Thu, 2008-01-17 at 12:29 +0000, Dan Stevens (IAmAI) wrote: Calling this code with the argument get=bob(a)example.com, I'd expect an ... 20 Jan 2008 11:54
[PHP-WIN] Warning: eregi() [function.eregi]: REG_ERANGE in ... I'm have trouble with some code that I have been following in a book regarding regular expressions. I'm attempting to validate an email using a regular expression. Below is a simplified version of the code which reproduces the problem I'm having: <?php define("EMAIL_RE", '^[a-zA-Z0-9_\-.]+@[a-zA-Z0-9\-]+\.[a-zA... 17 Jan 2008 07:23
mysql not working but very odd Ok, I had php installed on a server with mysql module and I just copied all the files over to a new machine. It didn't work. I tried reinstalling and all, still same issue. I ran php -I output and it seems to be all ok, this is part of the output: mysql MySQL Support => enabled Active Persist... 17 Jan 2008 00:46 |