I have a function that checks the syntax of a string using preg_match. This
function is used in a loop and always hangs on the same string (7 out of
many more).
However, the function acts as expected when used individually on that string
(ie when the array of strings to loop on is reduced to just
I haven't found any notice about this, but I am starting to think there
might be a limit to either the length of the string passed to preg_match or
the number of time a pattern is repeated in preg_match.
See my earlier post for details.
Thanks,
Pascal
--
PHP Windows Mailing List (http://www.p
I have a function that checks the syntax of a string using preg_match. This
function is used in a loop and always hangs on the same string (7 out of
many more).
However, the function acts as expected when used individually on that string
(ie when the array of strings to loop on is reduced to just
Hi,
I managed to install go-pear on my win2000 desktop. To actually have the
installer work, I need to set the following 3 variables in the .bat file:
set PHP_BIN=
set BIN_DIR=
set PEAR_PATH=
%PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f
%BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7
I have version 4.2.3 of PHP installed on a Windows server.
I am new to PHP. I did find the function
array odbc_fetch_array ( resource result [, int rownumber])
in the documentation, but it doesn't seem implemented in the version that I
use.
Do you know what I did wrong?
Thanks,
Pascal
--
P
:[EMAIL PROTECTED]...
On Tuesday 24 September 2002 5:24 am, Pascal S. wrote:
> I installed PHP 4.2.3 using the installer from PHP.net
>
> I can send the test.php file to the php.exe, and I get the right html
code.
>
> However, trying to open the same test.php in IE 6 won't p
I installed PHP 4.2.3 using the installer from PHP.net
I can send the test.php file to the php.exe, and I get the right html code.
However, trying to open the same test.php in IE 6 won't produce anything.
The window gets the right title, all html is displayed right, but nothing
between is exec