First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
PHP Build problems on windows
Hello, I've been trying to build PHP on WIndows 7 with the windows platform SDK. In my first attempt I ran configure.js like this: C:\src\php-5.3.1>configure --enable-debug --enable-crt-debug --enable-cli-win32 --with-openssl --enable-soap --with-xsl I ran make and it ended like this: stream.c tar.c uti... 12 Jan 2010 18:36
preg interpretation question
Can someone interpret this preg string for me? /[^a-z0-9\\/\\\\_.:-]/i Here is what I can decipher. the match is case insensitive, and it excludes all letters, and numbers, and the characters _ . : and - (that is underscore, period, colon, and dash). The part I don't understand is \\/\\\\. Sees to me to ... 11 Jan 2010 05:25
read an xml string from a form field
I have a simple form with a textarea to receive an xml string. My xml string is something like this: <Filter_1> <Module_0></Module_0> </Filter_1> How can I request the value in my php page $_GET wont work. ... 6 Jan 2010 09:55
PHP console (php.exe -a)
Hi all, I don't know if I am stupid or what but I can't find out how to send typed code to execute. php.exe -a Interactive mode enabled Pressing <Enter> or <Ctrl-D> didn't execute code. Please, help me! (I am running PHP 5.3.0 on Win XP.) Thanks Libor ... 30 Dec 2009 07:39
cgi
running windows XP, Xitami 2.5c2, and php 5.2.9 everything works well tried installing many versions of PHP after v5.2.9 and always get a CGI error, none of the php pages load. ... 26 Dec 2009 11:06
Static array causing problem in recursion
Hello guys, I was trying to use a recursive function to do a tree traversal.. i used a static array to store the nodes at each recursion.. The function works correctly if it is called only once during an execution.. but when i call it twice or more, the nodes get appended to the array...hers the var dump of the ar... 4 Dec 2009 08:28
UNSUBSCRIBE me please
UNSUBSCRIBE me please ... 22 Nov 2009 17:12
Cambios de la cuenta de correos
Hola, debido a cambios en los servidores de salud he tenido que cambiar mi cuenta de correos, la nueva cuenta es la siguiente: dedel(a)dmssb.cmw.sld.cu La cuenta vieja sera cancelada dentro de mas o menos 15 dias Saludos, René y Deivys -- Este mensaje ha sido analizado por MailScanner Nodo Finlay, Camaguey, Cu... 16 Nov 2009 11:18
Zend Server Community Edition
Does anyone here have any opinion about Zend Server Community Edition? I'm doing some tests here and I'm intending to use it at the University Library where I work. Any input about this web application would be nice. TIA, -- Marcos R. Cardoso Se��o de Documenta��o e Automa��o Biblioteca Universit�ria ... 28 Oct 2009 08:28
[PHP-WIN] [SOLVED] Windows Vista UAC Issue
This problem was an issue with the Windows Vista UAC functionality. It created a php.ini file in my C:\Users\<username>\AppData\Local\VirtualStore\Program Files\PHP folder. This is what UAC are supposed to do and on a personal machine, not a server, this is expected when running with UAC. I just never realized ... 16 Oct 2009 11:54
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16