[PHP-WIN] preg_match issue

2003-08-15 Thread Pascal S.
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

[PHP-WIN] preg_match

2003-08-15 Thread Pascal S.
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

[PHP-WIN] preg_match issue

2003-08-15 Thread Pascal S.
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

[PHP-WIN] Pear Installer on Windows

2003-03-27 Thread Pascal S.
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

[PHP-WIN] odbc_fetch_array function

2002-10-03 Thread Pascal S.
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

Re: [PHP-WIN] Install PHP with IIS 5/W2K

2002-09-24 Thread Pascal S.
:[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

[PHP-WIN] Install PHP with IIS 5/W2K

2002-09-23 Thread Pascal S.
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