[PHP-DEV] add SMTP authentication to php.mail() function

2003-03-18 Thread John M. Calvert
oaded to the server. I know I could switch to another means of sending mail (PHP class for SMTP, etc) but I thought it would be cool to hack PHP to add this minor feature. I would plan to add two new php.ini settings SMTP_usr and SMTP_pwd. Looking forward to your comments. John M. Calvert, M.S

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Magnus M 9 !
On Wed, 12 Mar 2003 20:14:03 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > Instead of this it might be a better idea to make somebody's first post > moderated, after it has been approved the poster is added to the allow > list, if not he gets back a message like I copy&paste everytime

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Magnus M !gnus X
On Wed, 12 Mar 2003 10:47:27 -0800 Shane Caraveo <[EMAIL PROTECTED]> wrote: > So how about a first post response system, similar to the subscription > response. That first post would not actually be posted to the email > list, but rather an email would be sent back to the poster stating the >

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-07 Thread Magnus M@H%) !-
On Fri, 7 Mar 2003 19:35:09 +0100 Magnus M <[EMAIL PROTECTED]> wrote: > On Fri, 7 Mar 2003 10:07:31 -0500 > "David Hill" <[EMAIL PROTECTED]> wrote: > > > > > > > > >I set up a debian linux box and after getting the right versions of

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-07 Thread Magnus M
On Fri, 7 Mar 2003 10:07:31 -0500 "David Hill" <[EMAIL PROTECTED]> wrote: > > > > >I set up a debian linux box and after getting the right versions of > > >things I am still getting the same results from configure. I am > > >getting a syntax error saying "else" unexpected. > > > > With php5

Re: [PHP-DEV] Re: modules in c++

2003-03-05 Thread Michel M. dos Santos
Yes. My config.m4: PHP_ARG_ENABLE(biac, for biac support,[ --enable-biacEnable biac support]) if test "$PHP_BIAC" != "no" ; then PHP_ADD_LIBRARY(stdc++) PHP_EXTENSION(biac,$ext_shared) PHP_REQUIRE_CXX() fi Michel M. dos Sa

Re: [PHP-DEV] Re: modules in c++

2003-03-05 Thread Michel M. dos Santos
se of cout (in this case) result it. I try with std::cout or using namespace std but not resolve. Linking with g++ the error dont occur. What is wrong ? Thanks a lot, Michel M. dos Santos On Wednesday 05 March 2003 17:23, J Smith wrote: > That should still work fine, thou

[PHP-DEV] modules in c++

2003-03-05 Thread Michel M. dos Santos
I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM -DHAVE_CONFIG_H -g -O2 -o teste.la -avoid-version -module -rpath /root/biac_php/teste/modules teste.lo gcc -shared teste.lo -Wl,-soname -Wl,teste.so -o .libs/teste.so ^^^ Thanks, Mic

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

2003-03-02 Thread Frank M. Kromann
Hi Michael, Thanks. I'll have a look at the patch when I get back to the US (I'm in Denmark right now). I have one comment though: Compiling FreeTDS with the option --enable-msdblib will change FreeTDS to return the month as specified by Microsoft. FreeTDS 0.61 has a new feature where we can chec

Re: [PHP-DEV] CVS Account Request: abboussy

2003-02-26 Thread Magnus M
On 27 Feb 2003 05:27:24 - "Abbas El-Meslem" <[EMAIL PROTECTED]> wrote: > hi You don't need a CVS account to say hi. / Magnus -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tokenizer tokenizer.c

2003-02-25 Thread Magnus M
On Tue, 25 Feb 2003 14:45:26 -0500 J Smith <[EMAIL PROTECTED]> wrote: > I get missing > symbols like ZEND_INI_PARSER_POP_ENTRY and such, which should be defined in > zend_ini.h.) Checking out php5 seemed to correct this. That is because php5 is HEAD. I have no idea what php4 is, except not-workin

Re: [PHP-DEV] Re: #22291 [Opn->Bgs]: CGI do not function !

2003-02-19 Thread Magnus M
On Wed, 19 Feb 2003 11:27:51 +0100 "Vincent Robert" <[EMAIL PROTECTED]> wrote: > It's a bug > > I'm not the only one, look #22292 And then it's a duplicate, and therefor marked bogus. If you have any additional information that can be useful, not already known, please add it to that bug.

Re: [PHP-DEV] build no longer working

2003-02-13 Thread Magnus M@! 8!Y
On Thu, 13 Feb 2003 23:29:44 +0100 [EMAIL PROTECTED] (Marcus Börger) wrote: > I updated all m4,autoconf & libtool AND now i can no longer build php > > Anybody help? > > using default Zend directory > buildconf: checking installation... > buildconf: autoconf version 2.54 (ok) Did you try wi

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] [begginer] openssl problem when compiling

2003-02-03 Thread Lucas M. Kalita
Hi, I'm trying to compile my own module, but i keep getting errors in: /bin/sh libtool --silent --mode=compile gcc -Imain/ -I/root/php4/main/ -DPHP_ATOM_INC -I/root/php4/include -I/root/ php4/main -I/root/php4 -I/root/php4/Zend -I/usr/local/include -I/usr/include /libxml2 -I/usr/include/freetype

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

2003-01-12 Thread Frank M. Kromann
Hi, This code works fine But this does not: where test.inc contains It works with other data types and I have tested it in Linux where it works. Any ideas ? - Frank -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] What Changed ?

2003-01-11 Thread Frank M. Kromann
Hi, After checking out PHP5 from cvs I'm having some strange problems. I'm building on Mandrake 9.0 and Win32 and everything builds fine. When running scripts through Apache 1.3.27 I get core dumps. Running the same script with the CLI version works fine. Other (simpler) scripts work fine in both

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 on the s

[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 To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [4.3.0RC4] mem leaks with DOMXML ext

2002-12-27 Thread Lucas M. Kalita
> > Configure line: > > ./configure --with-mysql --with-dom --with-dom-xslt --with-apxs=/usr/bin/ap > > xs --with-zlib --enable-debug > > > > I keep getting those (or similar) on every request, is it normal?: > > on every request or just if you're using domxml-methods? If the later is > the case,

[PHP-DEV] [4.3.0RC4] mem leaks with DOMXML ext

2002-12-27 Thread Lucas M. Kalita
Configure line: ./configure --with-mysql --with-dom --with-dom-xslt --with-apxs=/usr/bin/ap xs --with-zlib --enable-debug I keep getting those (or similar) on every request, is it normal?: /root/php-4.3.0RC4/ext/domxml/php_domxml.c(786) : Freeing 0x08550AA4 (12 bytes), script=/var/www/its/x.pro

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 wi

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: ground rules

2002-12-21 Thread Frank M. Kromann
Hi, It was decided to move php_printer.dll, as well as other extensions (iisfunc and ixsfunc) from the php repository to PECL. This was not caused by instability. These extensions all work fine (AFAIK). They were moved from php to PECL to reduce the size of PHP and tehreby reduce the time needed

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 ? >

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 of the inter

[PHP-DEV] CLI php.exe on WIn32

2002-12-20 Thread Frank M. Kromann
Hi, The latest changes to the project files under WIn32, creates name conflict, by having php.exe created from two different projects in the same directory. I suggest that we move the cli version from ..\Release_TS to ..\Release_TS\cli And the same for Debug_TS and Release_inline_ts builds. - F

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 ch

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

2002-12-09 Thread Frank M. Kromann
> > As Leon has suggested, why not just compile the variants into different > directories? Say add a "cli/" (since the CLI is newer). Only one directory > would go into the PATH (presumably). > That would also affect the ini setting for extension_dir. The default value is ./ indicating the sam

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 To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-12-09 Thread Frank M. Kromann
Hi, How big can this problem be ? There is basically only a few ways to install or upgrade PHP. 1) Installing from source or binaries, in this case you would have to know at least a minimum about how the system works and it is very easy to rename php-cgi.exe to php.exe on these these systems. 2

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

2002-12-01 Thread Frank M. Kromann
t;))?getenv("PHP_LIBDIR"):"c:\\php4" #define PHP_LOCALSTATEDIR (getenv("PHP_LOCALSTATEDIR"))?getenv("PHP_LOCALSTATEDIR"):"c:\\php4" #define PHP_PREFIX (getenv("PHP_PREFIX"))?getenv("PHP_PREFIX"):"c:\\php4" #define PHP_SYSCONFDIR (

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

2002-12-01 Thread Frank M. Kromann
We could change it to something like this: #define PEAR_INSTALLDIR (getenv("PEAR_INSTALLDIR"))?getenv("PEAR_INSTALLDIR"):"c:\\php4\\pear" #define PHP_BINDIR (getenv("PHP_BINDIR"))?getenv("PHP_BINDIR"):"c:\\php4" #define PHP_CONFIG_FILE_PATH (getenv("PHP_CONFIG_FILE_PATH"))?getenv("PHP_CONFIG_FILE_

Re: [PHP-DEV] [PATCH 4.3.0] Win32 CoInitalize/CoUninitialize Call Move

2002-11-25 Thread Frank M. Kromann
+1 Looking through som old multithreaded code for other projects tells me this is the way to do it. - Frank > While stess testing the recent threading fixes under the ISAPI module I > was seeing a lot of instability in IIS after the testing finished. > While the PHP pages would continue to loa

Re: [PHP-DEV] windows binaries with LIBXSLT enabled

2002-11-14 Thread Lucas M. Kalita
> > Is it possible to make Windows binaries (snapshots and releases) > > to include XSLT/EXSLT support included in DOM XML extension. > > > > XSL transformation engine in DOM XML is in my opininion (we use it on > > several sites) a lot better then XSLT extension (Sablotron). > I would think that

[PHP-DEV] windows binaries with LIBXSLT enabled

2002-11-14 Thread Lucas M. Kalita
Hi, Is it possible to make Windows binaries (snapshots and releases) to include XSLT/EXSLT support included in DOM XML extension. XSL transformation engine in DOM XML is in my opininion (we use it on several sites) a lot better then XSLT extension (Sablotron). LK -- PHP Development Mailing L

Re: [PHP-DEV] Extending DB2 odbc support

2002-11-08 Thread Frank M. Kromann
Hi, To my knowledge IBM uses a Client Level Interface CLI and the specifications for CLI is exactly the same as ODBC. Compiling the ODBC extension with CLI and some other form of ODBC library would make sence if you wanted to use native IBM code and other ODBC at the same time. This was the case

Re: [PHP-DEV] Re: Unsigned Problems Revisited

2002-10-24 Thread David M. Lloyd
On Thu, 24 Oct 2002, Andi Gutmans wrote: > At 02:49 PM 10/23/2002 -0500, David M. Lloyd wrote: > > >The reality of twos-complement, bitwise arithmatic is that there are > >three basic shift operations: shift left, bitwise shift right, and > >arithmetic shift right. Th

Re: [PHP-DEV] Re: Unsigned Problems Revisited

2002-10-23 Thread David M. Lloyd
On Tue, 22 Oct 2002, Andi Gutmans wrote: > Jason knows that my stand on this one is that if we have >>> we really > should also have <<< which will clash with here-docs. Suggestions for > other operators such as his are a possibility. Wrong on two counts. The reality of twos-complement, bit

[PHP-DEV] CVS Account Request: ama

2002-09-19 Thread Abdullah M. Alnabri
Loclizing PHP to Arabic! -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] FOR ALAN: bcompiler

2002-09-04 Thread m . musumeci
Hi, i have tried bcompiler and read the installing instructions. i unpack, run phpize, run buildconf and configure (using --with-bcompiler) but i get a sitax error on line 11094 in configure and the execution aborts. have you any suggest? bye Massimo -- PHP Development Mailing List

[PHP-DEV] php script compilation

2002-09-04 Thread m . musumeci
hi everybody, does anyone know if there is any opensource tool for compiling or bytecoding a php script? i know there is zend compiler but it costs too much. thanks Massimo -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] java in php

2002-08-27 Thread m . musumeci
hello everyone, i just have a problem. i have installed php with --with-java option and everything has gone well. i also have configured php.ini pointing to the libraried. the result is that php works ok, but when i use the Java() class, the PHP simply ingnores it and so java doesn't work. my c

[PHP-DEV] CVS Account Request: mmkhajah

2002-08-25 Thread Mohammed M. H. Khajah
Contributing to the arabic version of the PHP Manual. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Known limitations on error_log?

2002-08-15 Thread M. Brian Dunson
issue? Any help would be greatly appreciated. I rely on these log files for accurate reporting of what is being processed by whom and when! Thanks, M. Brian Dunson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] information request

2002-07-23 Thread M Bruggeman
In addition to database purposes it is used when you want to EVAL a string that may have embeded quotes. If they are not escaped the parser will barf (due to the "magic" nature of quote? or because they are a delimitor? This is one of the questions I am interrested in). If it was simpl

[PHP-DEV] information request

2002-07-18 Thread M Bruggeman
Hello, I have been using php for some time now and am interrested in exploring how php handles strings. There are some things about the way php does things I find "ugly" but I would like to know more before I go making proposals. I have read the docs and searched the php-dev l

Re: [PHP-DEV] Bugpack 13

2002-07-03 Thread Magnus M
On Tue, 02 Jul 2002 23:26:20 +0100 Michael Dransfield <[EMAIL PROTECTED]> wrote: > i can help, but do you actually need NTFS? for some reason my pc was > loaded with fat32 and win2k :-/ > You can convert to ntfs with convert if you want it to be NTFS.. convert /FS:ntfs c: or something like th

[PHP-DEV] CVS fails to compile (ext/mysql)

2002-06-18 Thread Magnus M
>From latest CVS (ZendEngine 1): gcc -Iext/mysql/ -I/mnt/data1/Apps/CVS/PHP/php4/ext/mysql/ -DPHP_ATOM_INC -I/mnt/data1/Apps/CVS/PHP/php4/include -I/mnt/data1/Apps/CVS/PHP/php4/main -I/mnt/data1/Apps/CVS/PHP/php4 -I/usr/local/include -I/usr/local/www/httpd2/include -I/mnt/data1/Apps/CVS/PHP/ph

Re: [PHP-DEV] Zend Constants PATCH

2002-06-15 Thread Magnus M!91
ok, sorry.. Missed that one.. On Sat, 15 Jun 2002 22:44:24 +0300 Andi Gutmans <[EMAIL PROTECTED]> wrote: > We're not going to add configuration options which change the language's > behavior! > We've said this a million times. > > Andi > > A

Re: [PHP-DEV] Zend Constants PATCH

2002-06-15 Thread Magnus M
What about a configuration option in php.ini use_case_sensitive = 0|1 and let it be 0 as default ? On Sat, 15 Jun 2002 22:25:18 +0300 Andi Gutmans <[EMAIL PROTECTED]> wrote: > Ilia, > > I remember now the problem you're talking about. It has been discussed here > in the past and I don't recal

Re: [PHP-DEV] Error with pspell

2002-06-03 Thread Magnus M
27;XYZ'] = I'm having some problems with PSPELL it will complain that I\'m is wrongly spelled and it should be I'm. I'm using CVS of PHP and Apache 2.. Magnus On Mon, 03 Jun 2002 15:56:46 -0700 Vlad Krupin <[EMAIL PROTECTED]> wrote: > Actually, I did not und

Re: [PHP-DEV] Error with pspell

2002-06-03 Thread Magnus M@gnus
(author of pspell), but I think he has a good reason for doing it the > way he did, so chances are it won't change. > > Anyway, not a PHP problem, AFAICS. > > Vlad > > Magnus M@ wrote: > > >Hi! > > > >I wrote a function that will spellcheck $

[PHP-DEV] Error with pspell

2002-06-01 Thread Magnus M@
Hi! I wrote a function that will spellcheck $var. My problem is that if $var contain ' it will report that it's wronly spelled like this: Possible spelling for I\'ve : I've Ive... Regards Magnus Määttä -- PHP Development Mailing List To unsubscribe, visit: http://www.

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? > > 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
Hi, I have been building php binaries for core and extension automaticaly for more than a year, without any problems. I have a set of scripts (.cmd files) that updates my cvs tree, builds core and extensions and then copies the files to my website. The scripts are run each morning a 4am by the

[PHP-DEV] PHP fail to build with ZE2

2002-05-09 Thread Magnus M
This is the error I get from latest CVS: gcc -IZend/ -I/mnt/data1/Apps/CVS/PHP/php4/Zend/ -DPHP_ATOM_INC -I/mnt/data1/Apps/CVS/PHP/php4/include -I/mnt/data1/Apps/CVS/PHP/php4/main -I/mnt/data1/Apps/CVS/PHP/php4 -I/usr/local/include -I/usr/local/www/httpd2/include -I/mnt/data1/Apps/CVS/PHP/php4

[PHP-DEV] mime_magic broken in CVS?

2002-05-06 Thread Magnus M
Is mime_magic broken, or am I doing something wrong ? Using: (Debian 3) gcc 2.95.4 latest CVS /bin/sh /mnt/data1/Apps/CVS/PHP/php4/libtool --mode=compile gcc -Iext/mime_magic/ -I/mnt/data1/Apps/CVS/PHP/php4/ext/mime_magic/ -DPHP_ATOM_INC -I/mnt/data1/Apps/CVS/PHP/php4/include -I/mnt/data1/App

Re: [PHP-DEV] Error Linking Win32 Extensions

2002-04-24 Thread Frank M. Kromann
It is not enough to define COMPILE_DL<(MODULENAME> you also need this section #if COMPILE_DL_ ZEND_GET_MODULE() #endif and you need to define the module. I suggest you take a look at some of the other extensions 'ctype" is a good place to start. It is a simple wrapper extension with only tw

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-30 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Hello, D:\127\Apache\Apache.exe -d "d:\127\apache" -k shutdown D:\127\Apache\Apache.exe -w -f "D:\127\

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-17 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: OK, I think I has to use this workaround: if (strpos($SERVER_SOFTWARE, "Win")) { // Windows - Is there a b

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-17 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Yes, but I do not want to edit anything. I want to upload the files and then it has to work. Perhaps y

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-17 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Hello, I tried: DocumentRoot "d:/foo/htdocs" DocumentRoot "d:/foo/htdocs/" DocumentRoot "d:\foo/h

[PHP-DEV] Bug #13490 Updated: Semaphores don't release automatically

2002-01-14 Thread m
ID: 13490 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Semaphore related Operating System: FreeBSD 4.1.1 PHP Version: 4.0.6 New Comment: Checked on FreeBSD 4.4 with PHP 4.1.0 - it works! Previous Comments: --

[PHP-DEV] Bug #13490 Updated: Semaphores don't release automatically

2002-01-13 Thread m
ID: 13490 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Semaphore related Operating System: FreeBSD 4.1.1 PHP Version: 4.0.6 New Comment: http://www.php.net/manual/ru/function.sem-acquire.php: "After processing a request, any semaphores acquired by the pro

[PHP-DEV] Bug #14563 Updated: include_path in Apache SAPI on Win2K very broken...

2002-01-10 Thread m
ID: 14563 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Reproducible crash Operating System: Windows 2000 (Win2K) PHP Version: 4.05,4.06,4.08,4.1.0 New Comment: See: http://bugs.php.net/bug.php?id=14797 Previous Comments:

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-10 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Hello, when I add the drive letter to the include statement (e.g. 'd:/foo/test.php'), then th

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-10 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Hello, whenever I add the drive letter (d:) to the DocumentRoot of the VirtualHost, there is th

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-07 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: From: Garth Dahlstrom <[EMAIL PROTECTED]> Subject: Re: PHP Bug #14797 == #14563 Date: Mon, 07 Jan 2002 2:36

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-06 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: From: Garth Dahlstrom <[EMAIL PROTECTED]> Subject: PHP Bug #14797 == #14563 Date: Sat, 05 Jan 2002 13:15:45

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-02 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: With PHP Version 4.0.5RC1 an inlude-path set to ";.;./;" it works with SAPI, but with 4.0.6 and newer it's the sam

[PHP-DEV] Bug #14797: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-02 Thread m
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: include (_path) in Apache SAPI and CGI on Win98SE does not work Hello, I can't run PHP Version 4.1.0 under Windows 95/98 4.10, there are massive p

[PHP-DEV] Bug #14659: Warning: Unknown persistent list entry type in module shutdown

2001-12-22 Thread m . jurgens
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.1.0 PHP Bug Type: MySQL related Bug description: Warning: Unknown persistent list entry type in module shutdown Hello, After upgrading to php 4.10 from version 4.06 (apache, windows 98) I get strange war

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

2001-12-21 Thread Frank M. Kromann
Hi Jerry, You need to have the Client Tools for MS SQL Server installed on your PHP4 box. These tools is found on the CD, or you can just copy ntwdblib.dll fom one system to another. The default communication protocol will be netbios, if you want to change that to tcp/ip you need to install th

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-12-05 Thread Yermo M. Lamers
> There are several choices available today, such as Corba, SOAP or > XML-RPC (check out php4/pear/PEAR/Remote.php for an example > implementation using XML-RPC). According to Derick, SRM can do this > today, which would probably be a lot faster than both Corba and the > XML-based pro

[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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP-DEV] Re: unserialze_callback_function (description)

2001-11-27 Thread Dr. Volker M. Göbbels
Hi, > ho derick... > > could you read over this mail, i plan to send to php-dev-ml. > i'm not sure if i used the correct words.. you know.. my english :)) > thanx... [lots of funny english and good ideas deleted ;) ] > i hope you understood description (bad english) and are agree with my > impl

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Yermo M. Lamers
I took a look at Zend Accelerator/Cache. That's not really what I'm looking for. It's basically just a pseudo-compiler that caches compiled versions of pages. It's not really a "live object cache". What I'm looking to do is to create a global scope where I can keep live pre-built instances of

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Yermo M. Lamers
able, etc) that I saved from a previous run of the PHP interpreter (on a previous page) into a new one without having it crash? thanks, -- Yermo On Mon, 26 Nov 2001, Markus Fischer wrote: > On Mon, Nov 26, 2001 at 12:18:23PM -0500, Yermo M. Lamers wrote : > > Question for you, wh

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Yermo M. Lamers
regards, > Andrey Hristov > IcyGEN Corporation > http://www.icygen.com > BALANCED SOLUTIONS > > > - Original Message - > From: "Yermo M. Lamers" <[EMAIL PROTECTED]> > To: "Benjamin Barringer" <[EMAIL PROTECTED]> > Cc: <[EMAI

Re: [PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-26 Thread Yermo M. Lamers
ent (for my particular code base). I > realize this isn't exactly what you need but; it may be a suitable > alternative? You should also try out the Zend Cache. For a lot of my > projects the cache is to $$$. > > Thanks > Ben > > > - Original Message -

[PHP-DEV] Server-Wide Persistent objects in PHP?

2001-11-25 Thread Yermo M. Lamers
I'm building a reusable component object system in PHP where construction of object trees, which needs to occur on every page, is very expensive. Running the subsequently built objects is very inexpensive. To make this system viable to use on high volume websites, I want to get rid of the "co

[PHP-DEV] Re: Bug #13103 Updated: Image output functions doesn't work properly with output buffering.

2001-11-15 Thread \[osd.dk\] Tais M. Hansen
ast week. But it seems like it works in 4.0.6. So I guess case is closed then. Great. Regards, Tais M. Hansen -- 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] 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
Hi, It is getting late now in CA, but I have to tell you all about Benjamin Kromann, our new son :-) He was born last night at 11:23pm and he is a healthy boy 50 cm long and he weighs 3550 g. Mis mom is doing very well allthough we all need some sleep now. Happy hacking to all of you and I'll

[PHP-DEV] Bug #13677 Updated: ImageCopy crashes PHP

2001-10-21 Thread m . ullmann
ID: 13677 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux PHP Version: 4.0.6 New Comment: I just used the test program shipped with the GD package and it works. Previous Comments: ---

[PHP-DEV] Bug #13753 Updated: failed session_register in object method

2001-10-19 Thread m . izydorski
ID: 13753 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: Ok, sorry, but why session_is_registered returns true? And btw, which list/news you can recomend me, that

[PHP-DEV] Bug #13753 Updated: failed session_register in object method

2001-10-19 Thread m . izydorski
ID: 13753 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: misspeled; should be: After that both session_is_registered('edf1') and session_is_registered('edf2') returns

[PHP-DEV] Bug #13755: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13754: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13753: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13515: Oracle Support claims PHP OCI library handling for ORA-600 Server Errors

2001-10-02 Thread m . kopolt
From: [EMAIL PROTECTED] Operating system: Linux (redHat) PHP version: 4.0.4 PHP Bug Type: OCI8 related Bug description: Oracle Support claims PHP OCI library handling for ORA-600 Server Errors We are running a large website using several machines with also different os, apa

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

2001-09-06 Thread Frank M. Kromann
/Unix. This would allow the client to request data from the broker and the broker could query any OLE DB provider available. - Frank > Hi Frank, > > On Wed, 5 Sep 2001, Frank M. Kromann wrote: > > > > I can't help but notice that MSSQL, Sybase, and Sybase CT-Lib eac

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

2001-09-05 Thread Frank M. Kromann
> I can't help but notice that MSSQL, Sybase, and Sybase CT-Lib each have their > own PHP extension. What I wonder if many people have /not/ noticed is that > two of these extensions implement the same C API on different platforms (mssql > targetted for Windows systems, sybase targetted for Unix

[PHP-DEV] Bug #13090: function is unable to find files via absolute path.

2001-09-01 Thread m . kumar
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.6 PHP Bug Type: GetImageSize related Bug description: function is unable to find files via absolute path. config: php 4.0.6 win32 binary dist, apache 1.3.20. while calling getimagesize on a file with relativ

[PHP-DEV] Bug #12947: Https does not work

2001-08-24 Thread m . k . evans
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: Https does not work Hi When switching to a https site the page loads ok but there is no padlock in the lower right hand corner of IE 5 to say that the site is se

[PHP-DEV] Bug #12891 Updated: Can't install php

2001-08-22 Thread krupinski . m
ID: 12891 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: REDHAT 7.0 PHP Version: 4.0.6 New Comment: > There's nothing wrong with the tar.gz package. > Ask support on the mailing lists: > > http://www.php.net/support.

[PHP-DEV] Bug #12891: Can't install php

2001-08-22 Thread krupinski . m
From: [EMAIL PROTECTED] Operating system: REDHAT 7.0 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: Can't install php I can't open php from tar archive. Why ? php4.0.5 works fine. I downloaded last file from pl.php.net -- Edit bug report at: http://bugs

Re: [PHP-DEV] RFC: New math functions: log2, etc

2001-08-07 Thread Jesus M. Castagnetto
Aparently PAN (the newsreader I used) does not make the right stuff for the MARC archive to add the poster name. -- Jesus M. Castagnetto ([EMAIL PROTECTED]) In article <[EMAIL PROTECTED]>, "Jesus M. Castagnetto" <[EMAIL PROTECTED]> wrote: > In article > <[EMAIL

  1   2   >