[PHP-DEV] CVS Account Request: staybyte

2002-07-04 Thread Steve Alberty
Hi, i need cvs access, because i'm currently in the ming developer group and i have improve some functions in this extension and some adjustments of ming.c are required in the near future. Ming is currently very experimental and i hope i can improve the state. Also i'll complete the incompl

[PHP-DEV] CVS Account Request: daif

2002-07-04 Thread daif
Hello All I Love PHP So I Want Translating the documentation To Arabic And Website. Thanke -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: ssri

2002-07-04 Thread Sri
i'm student so i develope an e-commerse web site to present in the final year exam -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] file_exists() stopped working

2002-07-04 Thread Sterling Hughes
> file_exists() seems to return always FALSE on Win32 with current HEAD. > hrmm, ok.. I'll add a patch to filestat.c by tommorow which fixes these problems. I really wish we were using apr or such. -Sterling -- PHP Development Mailing List To unsubscribe, visit: http:/

[PHP-DEV] CVS Account Request: aber_sabeel

2002-07-04 Thread aber_sabeel
Translating the documentation To Arabic -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] file_exists() stopped working

2002-07-04 Thread Sebastian Bergmann
file_exists() seems to return always FALSE on Win32 with current HEAD. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

Re: [PHP-DEV] linking librarys into php4 extensions

2002-07-04 Thread Ron Lange
Hi David, thanks a lot! Regards Ron -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Output Buffering and error messages?

2002-07-04 Thread Kristian Koehntopp
How does PHP handle error messages when some ob_handler is engaged? Are they caught as well? If so, why? Kristian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PEAR on Windows

2002-07-04 Thread Jonas Koch Bentzen
[This is a continuation of the thread named "PEAR on Windows" in php.pear.general] Hi, Regarding the Windows version of PHP: Is there any way you could make the include_path include the pear directory by default? That way, people could just require_once("DB.php") without changing include_path

[PHP-DEV] Zend Engine Alpha 2 and ADOdb

2002-07-04 Thread John Lim
Well I just ran ZE Alpha 2 and the ADOdb regression tests (connecting to MySQL) and it passed once or twice. However it crashes with bad memory accesses the rest of the time (eg. 99% of the time). I'm still pleased as I presume that ADOdb was correctly parsed by ZE2 and its other bugs that caused

[PHP-DEV] extension problem

2002-07-04 Thread adel
hi I have an extension problem. i have wrote this exemple #include... char* xx(){ return "true"; } it's a simple example. I have compiled it into .SO dynamic library. when I try to load it into PHP i get this message cannot include .(may be not php extension). CAN YOU HELP ME PLEASE.

Re: [PHP-DEV] SAPI/CGI from HEAD (on Win32)

2002-07-04 Thread Edin Kadribasic
> On Thu, 4 Jul 2002, Sebastian Bergmann wrote: > > > > phpinfo(); > > ?> > > > > lets Mozilla "download" the file. > > > > > header('Content-Type: text/html; charset=iso-8859-1'); > > phpinfo(); > > ?> > > > > lets Mozilla "show" the file. > > > > The lat