[PHP-DEV] Re: MSSQL extension BugFix FreeTDS, datetime withmilliseconds

2003-03-02 Thread Frank M. Kromann
check for this option on compile time and I'm going to implement this feature as soon as I get back home. - Frank Hi Frank! In the attached patches I fixed a bug when using the mssql extension with FreeTDS and deactivated datetimeconvert. FreeTDS returns the month starting with 0 (=jan

RE: [PHP-DEV] Make Windows PHP Fork

2003-02-06 Thread Frank M. Kromann
Hi, For the PHP-GTK project I have created a small wrapper application called php_win.exe. It is used to launch a GTK script without showing the DOS box. You can download a copy from http://kromann.info/php-gtk.php and see if it does the trick for you. - Frank This requires some Win32 magic

[PHP-DEV] If... Else.. I'm not getting it!

2003-01-25 Thread Frank Keessen
{ ? form action=? echo ($_SERVER['PHP_SELF']); ? method=post table trtdInput yourname/tdtdinput type=text name=vname/td/tr trtd colspan=2input type=submit name=submit/td/tr /table /form ?php } ? What am I doing wrong??? Thanks, Frank

[PHP-DEV] If... Else.. I'm not getting it!

2003-01-25 Thread Frank Keessen
{ ? form action=? echo ($_SERVER['PHP_SELF']); ? method=post table trtdInput yourname/tdtdinput type=text name=vname/td/tr trtd colspan=2input type=submit name=submit/td/tr /table /form ?php } ? What am I doing wrong??? Thanks, Frank

[PHP-DEV] Win32 crash (HEAD + ZE2)

2003-01-12 Thread Frank M. Kromann
Hi, This code works fine ?php $myvar = array(); ? But this does not: ?php include test.inc; ? where test.inc contains ?php $myvar = array(); ? It works with other data types and I have tested it in Linux where it works. Any ideas ? - Frank -- PHP Development Mailing List http

[PHP-DEV] What Changed ?

2003-01-11 Thread Frank M. Kromann
before everything was changed to ZE2. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Non threadsafe Windows build

2003-01-10 Thread Frank M. Kromann
Hi, I have not used non thread safe versions since PHP3, and I think most users would like to see a working ISAPI or Apache version where we need the thread safe versions. - Frank The project file(s) for the non threadsafe Windows build are out of sync with the thread safe one(s

Re: [PHP-DEV] What headers/libs does Win32 Snaps builduse?

2003-01-07 Thread Frank M. Kromann
The solution for this would be to create and maintain HOW-TO files for all the extensions requireing an external library. Many if these libs. can be downloaded and build from source files. Only a few requires commercial libraries. - Frank Yes, Steph is right, the set of libraries used

[PHP-DEV] Happy New Year

2002-12-31 Thread Frank M. Kromann
Hi All, It is still 2002 in California, and a few other parts of the world :-). I wish all of you a happy new year and I'm looking forward to be working on PHP in 2003. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: #21139 [Ctl]:zlib.output_compression + windows failure

2002-12-26 Thread Frank M. Kromann
Hi, I think this is a good idea too, but on my system zlib.dll is required to run php.exe. If this is the case with the official build we might have a support issue. This could be a local problem with the way I compile the Zlib library ? - Frank On Thu, 26 Dec 2002, Edin Kadribasic wrote

Re: [PHP-DEV] Re: #21139 [Ctl]:zlib.output_compression + windows failure

2002-12-26 Thread Frank M. Kromann
On Thursday 26 December 2002 21:14, Frank M. Kromann wrote: I think this is a good idea too, but on my system zlib.dll is required to run php.exe. If this is the case with the official build we might have a support issue. This could be a local problem with the way I compile the Zlib

Re: [PHP-DEV] RC4: ground rules

2002-12-21 Thread Frank M. Kromann
Just create php.exe (CLI version) in Debug_TS\cli, Release_TS\cli and Release_TS_inline\cli - Frank On Fri, 20 Dec 2002, Frank Kromann wrote: Hi Andrei, Should I commit a small fix to the Windows projects to avoid having the CGI and CLI produce php.exe to the same directory ? What

Re: [PHP-DEV] Re: ground rules

2002-12-21 Thread Frank M. Kromann
to perform QA with each release. The reference to these files in php.ini will be removed and the documentation should move as well. I'll create PECL packages for these extensions so they can be obtained from the pear.net web site as other PECL extensions. - Frank Please have a look at bug

[PHP-DEV] CLI php.exe on WIn32

2002-12-20 Thread Frank M. Kromann
. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC4: ground rules

2002-12-20 Thread Frank M. Kromann
Hi Andrei, Should I commit a small fix to the Windows projects to avoid having the CGI and CLI produce php.exe to the same directory ? - Frank Everyone, I have just released 4.3.0RC4. Despite the quote in my signature, I am determined to keep this one the very last final RC

Re: [PHP-DEV] CGI and CLI (compromise proposal)

2002-12-19 Thread Frank M. Kromann
Edin, Are you doing the changes on Win32 also _ If not I'll make the changes. - Frank Here is the patch against PHP_4_3 that implements the Unix side of changes. Edin On Thu, 19 Dec 2002, Andrei Zmievski wrote: This gets my complete support. Let's go ahead with the changes

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-09 Thread Frank M. Kromann
script) makes the changes needed to match the version of PHP I use in each install/update.. - Frank On Mon, 9 Dec 2002, Marcus Börger wrote: You are correct in your assumption that I have difficulty understanding the issues behind this change. After asking several times

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-09 Thread Frank M. Kromann
Please mention the name change at least in the NEWS file and maybe php-cli could even output a readable error when beeing called as cgi. These are good points. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-09 Thread Frank M. Kromann
directory as the executable. I would prefer everthing to be in the same directory. This way I dont have to mess with php.ini when I have multiple installations on the same system. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] useless config.w32.h and solutions

2002-12-01 Thread Frank M. Kromann
(getenv(PHP_SYSCONFDIR))?getenv(PHP_SYSCONFDIR):c:\\php4 - Frank Hello, After a nth discussion on phpdev with Stig, Sebastian and me, I post this message to ask you the way we should go to solve the problem of useless constants define in config.w32.h (see bottom). The main idea is to check

Re: [PHP-DEV] useless config.w32.h and solutions

2002-12-01 Thread Frank M. Kromann
(PHP_SYSCONFDIR))?getenv(PHP_SYSCONFDIR):c:\\php4 PHP_EXTENSION_DIR and PHP_INCLUDE_PATH can both be specified in php.ini and perhaps we can find a way to set them by environment variables ? - Frank On Sun, 01 Dec 2002 07:57:18 -0800 Frank M. Kromann [EMAIL PROTECTED] wrote: We could change

Re: [PHP-DEV] Extending DB2 odbc support

2002-11-08 Thread Frank M. Kromann
in PHP3 where the ODBC functions was renamed to db2_* when compiling with CLI (using shared objects or dll's made it possible to use both at the same time). I don't see a need to add specific db2 functions, but perhaps extend the ODBC extension with generic ODBC/CLI functions. - Frank

Re: [PHP-DEV] ticks - broken in win32?

2002-05-20 Thread Frank M. Kromann
I get Notice: Undefined index: tick in ticks.php on line 4 - Frank Can anyone else reproduce this? ?php function tickit() { $GLOBALS[tick]++; } register_tick_function(tickit); declare(ticks=2) { $a = 1; $b = 2; $c = 3; } ? I get a segfault

Re: RE: [PHP-DEV] Command line compilation under win32

2002-05-17 Thread Frank M. Kromann
are interested in the scripts I would be happy to share. - Frank From: Wez Furlong [mailto:[EMAIL PROTECTED]] I'm in the process of getting a more permanent win32 build environment sorted out, and one of the things I'd like to do is avoid the VS IDE as much as possible, and automate builds so

Re: [PHP-DEV] Error Linking Win32 Extensions

2002-04-24 Thread Frank M. Kromann
extension with only two files. - Frank Hey, thanks for the input, but I have that defined and it still doesnt work, any other ideas ? Brad Lafountain [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... you probally need to define #define COMPILE_DL_(MO

[PHP-DEV] CVS Account Request: j

2002-03-14 Thread Frank DENIS
PHP audit project (http://phpaudit.42-networks.com/) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: jedi

2002-03-14 Thread Frank Denis
PHP audit project -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: bolinas

2002-01-14 Thread Bo Frank
To update PHP version of bug in bug database. To change status of the bug (http://bugs.php.net/bug.php?id=5370) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-DEV] Bug #15021: Format error!

2002-01-13 Thread frank . liebelt
From: [EMAIL PROTECTED] Operating system: Linux / Windows PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Format error! Hi, we are 6 people with different versions from 3.07 to 4.1.1 an we have all the same problem. In our code we have the

[PHP-DEV] Bug #15021 Updated: Format error!

2002-01-13 Thread frank . liebelt
ID: 15021 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux / Windows PHP Version: 4.1.1 New Comment: Sorry, but we have´t known that curren; is a HTML entitie! Thanks! Previous Comments:

[PHP-DEV] Re: [PHP-DB] MSSQL DB Connect

2001-12-21 Thread Frank M. Kromann
the tools. One of the toiols is called Client Network Utility. You can use this to specify aliases for your host names s[ your system knows the protocol to use. - Frank P.S You also need to enable the mssql extension ! I have PHP on windows 2000 web server I would like to remote to a MS SQL

[PHP-DEV] Problem with complex data structure and sessions

2001-12-10 Thread Frank
on a non-object error. Where can I best look to see if this is a known problem? Frank. - The very act of seeking sets something in motion to meet us; something in the universe, or in the unconscious responds as if to an invitation. - Jean Shinoda Bolen -- PHP Development Mailing List http

[PHP-DEV] File upload on Win32

2001-12-03 Thread Frank M. Kromann
Hi, Is it me or is upload broken in 4.2.0-dev from cvs ? php.exe hangs after uploading the first 8.192 bytes. Nothing happens, no cpu usage. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Re: [PHP-WIN] How to compile PHP with cygwin?

2001-11-15 Thread Frank M. Kromann
Hi, Only MS VC++ is supported at this point. - Frank Hi I wonder if anyone have managed to compile PHP with cygwin. I get several errors when doing this. I also wonder if I intend to make a dll to extend PHP for windows, should I then compile PHP with cygwin or with MS Visual C

[PHP-DEV] Benjamin Kromann

2001-11-01 Thread Frank M. Kromann
and I'll be back in a couple of weeks. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #8961 Updated: Omited Math Function

2001-09-09 Thread Frank
ID: 8961 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Math related Operating System: N/A PHP Version: 4.0 Latest CVS (27/01/2001) New Comment: I am not sure where ASP, came from. These are all native functions of most Numeric Processors. My

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-05 Thread Frank M. Kromann
these two extensions into one? I dont know muct about Subase and Sybase-ct but I agrre that these extension should be combined into one, with aliases and functionality from the mssql extension to allow access to MSSQL Server 4.x and 6.x from Win32 and *nix clients. - Frank -- PHP

[PHP-DEV] Bug #12813 Updated: Bug id #11058 but on linux.

2001-08-20 Thread frank
server then the error will show. if i try to do: include(on.my.etc.hosts.files/whatever) the error will show up if i do include(my.real.domain.on.the.internet) everything will work fine Frank Pazzooo Contrepois Previous Comments

[PHP-DEV] Bug #12813: Bug id #11058 but on linux.

2001-08-17 Thread frank
/cwnd-xml/parser-site-xml.php on line 374 everything work fine with windows using fopen Frank Pazzooo Contrepois -- Edit bug report at: http://bugs.php.net/?id=12813edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] Bug #12800: QUERY_STRING disappears inside function bodies

2001-08-16 Thread Frank . Cornelis
...that's bad. Please, let me know something asap. Frank. -- Edit bug report at: http://bugs.php.net/?id=12800edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] Bug #12618: unable to select colors using palette of (loaded ) pngs or gifs

2001-08-07 Thread frank . loeffler
this bug, but please confirm it. If it is not, then a function ImageColorExtractByIndex or something similar would be fine. Thanks for work on PHP, Frank -- Edit bug report at: http://bugs.php.net/?id=12618edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] Bug #12619: ImageCreateFromPNG does not set transparent color

2001-08-07 Thread frank . loeffler
was set transparent on the original file (automatically). This Bug is related to Bug #12618 because it would maybe require to select a color depending on its index in the loaded image. Thanks, Frank -- Edit bug report at: http://bugs.php.net/?id=12619edit=1 -- PHP Development Mailing

Re: [PHP-DEV] Re: Engine problem

2001-07-17 Thread Frank M. Kromann
To my knowledge 4.0.6 works fine, but the latest cvs does not. - Frank That's not what I asked :) I played with this code (a bit) a couple of days ago. Can you verify whether this problem is happening in the old (say, 4.0.6) version..? At 22:49 17/07/2001, Andrei Zmievski wrote

Re: [PHP-DEV] [UPDATE] NGScan

2001-07-09 Thread Frank M. Kromann
for the development of PHP, and it will cause some discussions from time to time, but lets all try hard to keep it on a technical level. - Frank Zeev: I understand your frustration. I really do. There have been times when just about EVERYONE in the PHP Group has shocked me, or made me

Re: [PHP-DEV] PHP Working Groups

2001-07-09 Thread Frank M. Kromann
naming core and extensions, improved OO just to mention a few). This could be dynamic groups with a few key members to drive the effort. The PHP Group could then take a more coordinating role and make sure all areas are covered etc. - Frank -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst

[PHP-DEV] Re: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Frank M. Kromann
You can do this by reloading the page when the first list is changed or by applying all the different values for the second list in JavaScript arrays and have some JavaScript code to populate the second list. - Frank A little help from anyone please. I know this was discussed before but I

[PHP-DEV] PHP 4.0 Bug #9990: php forces the apache to wait for ever

2001-03-26 Thread frank
From: [EMAIL PROTECTED] Operating system: freebsd 4.2 and 4.1 PHP version: 4.0.4pl1 PHP Bug Type: InterBase related Bug description: php forces the apache to wait for ever workaround: apache 1.3.14 + ssl + interbase (firebird 1.0) + 4.04pl1 ? function

[PHP-DEV] PHP 4.0 Bug #9538: automatic extention of links fails with 'http://www...'

2001-03-03 Thread frank . loeffler
with 'http://', where the SID will not be appended. If this is wanted, please insert it into the manual. thanks, Frank Loeffler -- Edit Bug report at: http://bugs.php.net/?id=9538edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Re: PHP 4.0 Bug #6491 Updated: $PHP_SELF evaluates to improper address if directory name ends with .php

2001-02-20 Thread Frank Seesink
ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=6491edit=2 __ Frank Seesink _ [EMAIL PROTECTED] -- PHP Development Mailing List http://www.ph

[PHP-DEV] PHP 4.0 Bug #8967 Updated: Fix for MySQL charset problem

2001-02-02 Thread frank
ID: 8967 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Description: Fix for MySQL charset problem the problem is fixed Previous Comments: --- [2001-01-29 05:08:00] [EMAIL

[PHP-DEV] Re: PHP 4.0 Bug #6491 Updated: $PHP_SELF evaluates to improper address if directory name ends with .php

2001-01-30 Thread Frank Seesink
nd those seem to work fine. It only occurs when a directory name ends with ".php". Possibly a bad regular expression used to parse the path? --- Full Bug description avail

[PHP-DEV] PHP 4.0 Bug #8961: Omited Math Function

2001-01-27 Thread Frank
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0 Latest CVS (27/01/2001) PHP Bug Type: Math related Bug description: Omited Math Function There are a set of four math function that convert real numbers to integers, trunc is missing. Other functions of use