Mon Jan 15, 2007 4:35 pm |
Replies: 8 |
Views: 5702 |
|
|
Usually, when you create the form with <form action="your_script.php" method="post">, then your input is sent to the $_POST array in PHP. If you create it with method=" ...
|
Wed Jan 10, 2007 4:44 pm |
Replies: 10 |
Views: 5387 |
|
|
The almost ten lines from the non-working php-4.3.2 are:
'./configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--data ...
|
Wed Jan 10, 2007 3:18 pm |
Replies: 10 |
Views: 5387 |
|
|
I tried now to compile a new version of php (4.4.4) with only --prefix=/opt/php --with-apxs=/usr/sbin/apxs --with-config-file-path=/opt/php/lib/php.ini and voilĂ it works. the 4.3.2 version was from ...
|
Tue Jan 09, 2007 5:19 pm |
Replies: 3 |
Views: 4434 |
|
|
Oh, yeah, it always annoys me that I have to remember the variables by myself
|
Tue Jan 09, 2007 8:10 am |
Replies: 2 |
Views: 5031 |
|
|
The client for the commercial version (currently 3.1.6) is integrated in Nusphere PhpEd (http://www.nusphere.com/products/php_debugger.htm). The Win32 binaries for the free version (2.13.1) can be dow ...
|
Mon Jan 01, 2007 12:11 pm |
Replies: 10 |
Views: 5387 |
|
|
Sorry, my Apache really doesn't put something in the error_log, although I'm running it with root and error_log and /var/log/httpd is writeable by the apache user (otherwise it would be an empty file, ...
|
Sun Dec 31, 2006 12:23 pm |
Replies: 10 |
Views: 5387 |
|
|
Could it be that some configure options while compiling PHP make it unable to use the debugger? I have already compiled PHP without the --enable-versioning option after I found this tip with Google.
|
Sat Dec 30, 2006 9:55 am |
Replies: 10 |
Views: 5387 |
|
|
The point is, the webserver doesn't even put something in the error log, it only terminates unexpectedly without saying something and alle httpd processes are killed.
|
Fri Dec 29, 2006 9:07 pm |
Replies: 10 |
Views: 5387 |
|
|
Hello!
I have a problem getting the debugger running with php-4.3.2 and both dbg-2.11.1 (compiled by mysqlf) and the commercial version dbg-3.1.8 included in PHPEd 4.6. I have put the module in the ...
|