[PHP-DEV] extensions for PHP in Windows

2002-02-22 Thread Olga Tonkonog
Hello, I learn PHP now and use Windows. But almost all guidance are for Linux. Do you know how to produce own extensions in PHP? Thank you Olga -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] extensions for PHP in Windows

2002-02-22 Thread Andrey Hristov
Start here http://www.php.net/manual/en/zend.php Best regards, Andrey Hristov - Original Message - From: Olga Tonkonog [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 9:44 AM Subject: [PHP-DEV] extensions for PHP in Windows Hello, I learn PHP now and use

Re: [PHP-DEV] Running test scripts

2002-02-22 Thread Rasmus Lerdorf
No, you pretty much need the command line version of PHP to run those tests the way the framework is written. I suppose it could be modified to run through the module, but you'd have to fiddle with it a little bit. -Rasmus On Thu, 21 Feb 2002, Venkat Raghavan wrote: Hi. We're involved in

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-22 Thread Rasmus Lerdorf
I don't think I understand the question. When you do --with-ldap no separate binary is created. The functionality is linked statically into the generated PHP library. I guess you might be asking if you could just force it to link it in. Of course. Look at ext/ldap/config.m4 where it shows

Re: [PHP-DEV] extensions for PHP in Windows

2002-02-22 Thread Markus Fischer
On Fri, Feb 22, 2002 at 08:44:19AM +0100, Olga Tonkonog wrote : I learn PHP now and use Windows. But almost all guidance are for Linux. Do you know how to produce own extensions in PHP? Copy over an existing extension (e.g ext/sockets if you want to write an extension which doesn't

[PHP-DEV] [PATCH] Adding a function to the GD extension.

2002-02-22 Thread blushift
Attached are the diffs from gd.c and php_gd.h that add a new function to PHP: int ImageRawRectangle (int im, int x, int y, int x_size, int y_size, string data) ImageRawRectangle() translates the data string into a rectangle of size x_size b y_size in the image im. The data string represents

Re: [PHP-DEV] Re: Bug #15653 Updated: use_trans_sid creates invalid HTML

2002-02-22 Thread Thies C. Arntzen
On Fri, Feb 22, 2002 at 10:36:14AM +0900, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: ID: 15653 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Debian GNU Linux PHP

[PHP-DEV] PHP 5 Features

2002-02-22 Thread Michael Heuberger
Hi I'd like to have a look on the new features in PHP 5.0 because I need to evaluate different technologies for a new big website. I ask: PHP 5.0 or JSP, what's better? Can you give me some information, links or documents? Thank you! - Mickey from Switzerland --- Dipl. Ing. Inf. Michael

[PHP-DEV] where is Cygwin - home?

2002-02-22 Thread Olga Tonkonog
Hello, I made installation on Windows, as in PHP-manual. and have problem by setting the Cygwin environment variable. What is it's name? If I set CYGWIN_HOME, it doesn't work, by compile php4ts I become error didn't find 'bison' Help me, please! Thank you -- PHP Development Mailing List

Re: [PHP-DEV] Re: Bug #15653 Updated: use_trans_sid creates invalid HTML

2002-02-22 Thread James Nord
Thies C. Arntzen wrote: On Fri, Feb 22, 2002 at 10:36:14AM +0900, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: ID: 15653 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Debian GNU

[PHP-DEV] {NULL,NULL,NULL}

2002-02-22 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: ID: 15607 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: *Spelling functions Operating System: Solaris 5.7 PHP Version: 4.1.1 New Comment:

Re: [PHP-DEV] where is Cygwin - home?

2002-02-22 Thread Sebastian Bergmann
Markus Fischer wrote: I've heard (rumors? :) there are binaries available which will make proper use of an environment variable. Sure, set BISON_SIMPLE to point to bison.simple, and you're set. -- Sebastian Bergmann http://sebastian-bergmann.de/

[PHP-DEV] Re: Bug #15678: isset failed in the latest cvs tree

2002-02-22 Thread Andrey Hristov
The answer to your question: ?php var_dump((int) 'y'); ? Regards, Andrey Hristov - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 6:03 PM Subject: Bug #15678: isset failed in the latest cvs tree From: [EMAIL PROTECTED]

Re: [PHP-DEV] where is Cygwin - home?

2002-02-22 Thread Markus Fischer
On Fri, Feb 22, 2002 at 03:53:30PM +0100, Sebastian Bergmann wrote : Markus Fischer wrote: I've heard (rumors? :) there are binaries available which will make proper use of an environment variable. Sure, set BISON_SIMPLE to point to bison.simple, and you're set. Yeah,

[PHP-DEV] Re: Apache 2.0.32 + PHP 4.2-dev = No go on XP + Apache log file

2002-02-22 Thread Jobarr
Jobarr wrote OkI REALLY want to use Apache 2 and PHP, but it just won't work. I complied both myself with VC++ 6.0 and I get this error when I try to just to phpinfo() Here's the log file from apache on level debug. All that is done is I open phpinfo.php, it loads fine, then I it reload

[PHP-DEV] Apache2 and PHP CVS from today

2002-02-22 Thread August
There's been a bit of traffic on the apache dev list about this as well, most of it indicating the problem lies on the PHP side of things... This is something I've been tracking for a while, waiting for the Apache beta (which is pretty close to their final) before really worrying about the php

[PHP-DEV] Re: PHP Dev

2002-02-22 Thread J Smith
PHP runs on top of the Zend engine, which is basically a scripting engine. They also have a bunch of PHP development tools. J Ray Hunter wrote: What role does zend have in the development of PHP? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:801 887-9888

[PHP-DEV] --with-sybase and --with-iodbc together causes conflict

2002-02-22 Thread Casey Allen Shobe
./configure --prefix=/usr --sysconfdir=/etc --without-mysql --with-apxs=/usr/sbin/apxs --enable-memory-limit --with-zlib --with-bz2 --with-exec-dir=/www/htdocs --with-openssl=/usr --with-config-file-path=/etc --enable-track-vars --with-sybase=/usr make In file included from

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-22 Thread Chand
At 01:06 PM 2/22/2002 -0800, August wrote: There's been a bit of traffic on the apache dev list about this as well, most of it indicating the problem lies on the PHP side of things... This is something I've been tracking for a while, waiting for the Apache beta (which is pretty close to their

[PHP-DEV] TheServer and PHP

2002-02-22 Thread Allen Rodgers
Hello; I'm the developer of a web server called TheServer. I'm trying to add support for PHP and I'm having trouble with PHP picking up the INPUT variables from a posted HTML document. I support several other scripting languages and I try to adhere to the standard CGI rules. I've attached

[PHP-DEV] FW: Response.redirect!!!

2002-02-22 Thread Rodent of Unusual Size
Sent to the Apache contact address. I told him I was forwarding it, but that he might not get a reply if his message was considered too rude.. :-) - Forwarded message from Tomas Marklund [EMAIL PROTECTED] - From: Tomas Marklund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

[PHP-DEV] Apache status line

2002-02-22 Thread Peter Bowen
When using php as an apache module, sending a header that starts with HTTP/ appears to only extract the numeric status code and drop the text that follows. This causes apache to use the default text. Is there a reason that the status code and text aren't passed back in the status_line element

Re: [PHP-DEV] FW: Response.redirect!!!

2002-02-22 Thread Chris Shiflett
Maybe suggest to our friend that he learn some HTTP. It sounds to me like he just wants to do a protocol-level redirect. Of course, it's a bit difficult to discern anything useful, but that's what I got out of it. Of course, PHP already allows this, but it's not disguised as a proprietary

Re: [PHP-DEV] FW: Response.redirect!!!

2002-02-22 Thread Rasmus Lerdorf
Response.redirect http://www.php.net; vs. Header(Location: http://www.php.net;) They are the exact same number of chars. Why in the world is one so much easier than the other? If you want to make it simpler, just wrap it. For example: function redirect($url) { Header(Location:

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-22 Thread Sebastian Bergmann
August wrote: There's been a bit of traffic on the apache dev list about this as well, most of it indicating the problem lies on the PHP side of things... This is something I've been tracking for a while, waiting for the Apache beta (which is pretty close to their final) before really