Fwd: Re: [PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


- --  Forwarded Message  --

Subject: RE: [PHP] User Contributed Notes at php.net?
Date: Mon, 11 Nov 2002 23:43:18 -
From: James Cox [EMAIL PROTECTED]
To: Ernest E Vogelsinger [EMAIL PROTECTED], 
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]

they are missing temporarily as we work on re-enabling some php.net
services.

apologies for any inconveniences.

 -- James Cox

php.net sysadmin
- --
James Cox :: [EMAIL PROTECTED] :: http://james.blogs.at/
Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/

On Monday 11 November 2002 09:28 pm, Matthew Walker wrote:
 They're not there for me either... Odd.

 Maxim Maletsky said:
  For my big surprise there aren't there Did I miss something?
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]
www.webpowerdesign.net

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE90G4bDyXNIUN3+UQRAnDLAJ97aVkmvTRO6F8clxS6B8TIuC04OgCeOk4g
NH+gpPsiY0wQGBAX9I+zlzg=
=7m6I
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] ZEND_ADD_STRING patch

2002-11-10 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It's the list, I don't think they allow attachmentsdo you have web space 
you could upload to?

On Sunday 10 November 2002 05:16 pm, Derick Rethans wrote:
 On Sun, 10 Nov 2002, George Schlossnagle wrote:
  For those who came to Dan  my or Derick's talk at the Int. PHP
  Conference, we both covered the bad inefficiency in the parser that
  results in strings with variables in them being tokenized on
  whitespace.  This results in a huge number of unnecessary opcodes in
  strings.
 
  Attached (hopefully, as my new MUA seems to be fickle) is a first shot
  at a fix to the parser to  keep this from happening, so that you don't
  need an optimizer to clear up this issue.  I've tested this locally.
  It still introduces a single unnecessary opcode after variable in
  certain cases, but it works for me.

 hmm, your MUA is getting senile :) no attachment...

 Derick

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]
www.webpowerdesign.net

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9zuZNDyXNIUN3+UQRAlYEAJ9PE5IKScOc+7/Kk1a71jJ87o7+EgCfV9z7
u+KZNZj2lZWzXmRiZmYrq4U=
=ChWV
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Compile PHP-CODE

2002-11-06 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://pear.php.net/bcompiler ?
~Paul

On Wednesday 06 November 2002 12:30 pm, Maxim Maletsky wrote:
 oh ... I got it now - you want to compile the PHP code, not C code in
 which PHP is written. Answer is: NO, you can't.

 You really should have sent this to the general list, not dev - here we
 get confused :)

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9yVfzDyXNIUN3+UQRAu5zAJ0c59o3zKDip4/yXIWTWQI7nQLiFgCePGYi
Pc709/u1MRQbT/joWfsyAas=
=0htS
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Weird problem with version 4.2.3!

2002-11-06 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey,
Your problem has something to do with --enable-mbstr-enc-transyou need 
to remove it.
Check the archives for more info.
HTH!
~Paul

On Wednesday 06 November 2002 05:00 pm, Daniele Baroncelli wrote:
 Hi guys,

 I have a very weird problem.

 I have installed the PHP version 4.2.3 on the LINUX virtual server of my
 web project. Previously I had the PHP version 4.0.6.

 The error I get is very weird.
 When I insert a record with the phpMyAdmin, the first 4 characters of each
 field don't get saved.
 Same thing happened with some data entry interfaces I coded!


 The only difference I can see in the two installation (provided the php.ini
 file is in the same location):

 The old version 4.0.6 was installed by the server provider and my virtual
 server space I can only see the .so file.
 The new version 4.2.3 is actually inside my virtual server space.
 Hence, the path I provided in the php configuration is different (I don't
 have idea if this can influence something).

 NEW VERSION (4.2.3) configuration run by me
  './configure' '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--prefix=/usr/home/rockit/usr/local'
 '--with-mysql=/usr/home/rockit/usr/local/mysql' '--with-xml'
 '--enable-xslt' '--with-xslt-sablot=/usr/home/rockit/usr/local'
 '--with-regex=system' '--with-expat-dir=/usr/home/rockit/usr/local'
 '--with-iconv=/usr/home/rockit/usr/local' '--enable-inline-optimization'
 '--disable-debug' '--enable-memory-limit' '--enable-sigchild'
 '--without-pear' '--enable-mbstring' '--enable-mbstr-enc-trans'
 '--with-gdbm=/usr/local' '--enable-sockets' '--enable-versioning'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-gd=/usr/local' '--with-zlib'
 '--enable-gd-native-ttf'

 OLD VERSION (4.0.6) configuration run by the server provider
  './configure' '--enable-inline-optimization'
 '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--with-config-file-path=/usr/local/lib' '--disable-debug'
 '--enable-memory-limit' '--enable-sigchild' '--with-gettext'
 '--without-pear' '--with-regex=system' '--enable-mbstring'
 '--enable-mbstr-enc-trans' '--with-iconv=/usr/local'
 '--with-gdbm=/usr/local' '--with-dbm=/usr/local' '--enable-sockets'
 '--enable-versioning' '--with-freetype-dir=/usr/local'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-curl=/usr/local/curl'
 '--with-openssl=/usr/local/openssl' '--with-gd=/usr/local'
 '--with-freetype-dir=/usr/local' '--with-ttf=/usr/local'
 '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
 '--with-t1lib=/usr/local' '--with-zlib' '--enable-gd-native-ttf'
 '--with-imap' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local'
 '--with-dom=/usr/local' '--with-mysql=/usr/local/mysql' '--with-zlib'
 '--with-zlib'


 I must admit that I didn't not include all parameter as the old
 installation, as I didn't know most options and thought is not needed. In
 the new installation I instead provided additional XML parameter (after
 installing the correspond modules, which all seem to work fine).


 Hints on problem are very well welcome!


 Daniele

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9yZLlDyXNIUN3+UQRAlxxAJ0ankSCkiAV4YIkJuVXb9wIolMxmgCdEiIo
4yOS7VNz6FbS2wsx5PK+L5s=
=bMiB
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Thread Reading

2002-09-18 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 18 September 2002 09:49 pm, Yasuo Ohgaki wrote:
 Dan Hardiker wrote:
  Hi all [specifically those monitoring the patches thread],
 
  Ive noticed that alot of you seem to be asking questions which were
  actually answered in the original post of the thread. Can I request that
  anyone who has an opinion on this matter both read the thread, and (where
  possible) try out the patch for themselves to see what impact it really
  has.
 
  The underlying effect is minimal, no noticable change. The effect of
  having the option there is mind blowing for IRC based support staff who
  are dealing with (for want of a better word), idiots.
 
  For those of you who dont have time, or the capability to test it out for
  yourself, please take the following exampes:
 
http://www.dapond.net/code/backtrace.php
http://www.dapond.net/code/backtrace.phps
http://www.dapond.net/code/backtrace.phps?HIGHLIGHT_FORMAT=default
http://www.dapond.net/code/backtrace.phps?HIGHLIGHT_FORMAT=lineno

 Sorry guys. I still don't understand why we need to extend phps
 capability ;)

 With script level, we can contol output/access as needed.
 In addtion, it's much easier to maintain compare to phps once
 you write appropriate script. Most importantly, it always works
 at script level.
I don't see what the problem is.phps will still work as expected without 
the extra parameter. If you were on irc trying to help someone tell me how 
you'd explain to them that they need to change a line to something else 
without having line numbers. Furthermore, you'll have to tell them that they 
need to create another file just to view the source with line number when if 
we use the extra parameter we'd just tell them to copy the source to 
filename.phps. We're not just talking about supporting people that have some 
knowledge of php but also those that buy/download a module to add to their 
site(no knowledge or less :) ). 

 Although I forgot details, I suppose we'll breake modulality
 between Zend and PHP if we try to fix problem of phps. IMHO,
 it does _not_ worth it. We shouldn't add new features that will
 not working well. Therefore, phps should be left as it is now.
 (If someone has feasible solution, I don't against that. of course)

 Why not just add new parameter to show_source/hilight_file?
 We don't need to add new feature to phps, but should provide only
 for functions. It should be good enough.
They are getting a new parameter afaik! Why leave it at that?!
I'm +1 on the changes.

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9iTIaDyXNIUN3+UQRAkoIAJ9P6ZqvHeq0OhZrLLBIfCY7IjSMEgCgmTAx
d2qOoCUdyA0UdW663T96Asg=
=24xg
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Default extensions (was: mbstring)

2002-09-03 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 03 September 2002 08:31 am, Marcus Börger wrote:
 At 00:15 03.09.2002, Edin Kadribasic wrote:
   i still don't see why we shouldn't just disable everything by default
   and write a 'default configure' script...
 
 I don't see why you're so upset that some extensions are enabled by
  default. The main rule so far was if the extension is stable and if it
  does not depend on external libraries it was enabled. This was done so
  people who get PHP through hosted services have the most PHP
  functionality available to them. This IMHO outweighs the slight
  inconvenience of adding a few configure options for people who compile
  PHP themselves.
 
 Edin

 I can only agree to that! I do not see some extra bytes for the binaries
 being a
 problem with to days disk and memory sizes. For me it seems VERY important
 to have a great API/functionality in PHP.

I agree 100%. Some hosts will not enable anything more than the defaults and 
forget about asking them to.takes too much time.


- -- 
~Paul Nicholson
It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9dQ+YDyXNIUN3+UQRAsaPAKCeiGdfgJlZM4HosVRmksOndzYBAQCfdPde
sLQ7iTJaUnHnvFTf3/G7gmQ=
=7oIi
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] mbstring

2002-09-02 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 September 2002 04:16 pm, Zeev Suraski wrote:
 At 22:52 02/09/2002, Dan Kalowsky wrote:
 On Mon, 2 Sep 2002, Yasuo Ohgaki wrote:
   If we should reduce number of modules built by default, 1st
   module should be MySQL. Removing MySQL does not cause any
   technical problems at all.
 
 I'll agree to that as well.  +1 on removing --with-mysql as a default.
 Although realize I'm also +1 on removing any default modules that are not
 essential to PHP's running.

 -1
- -1!!
 Are you crazy?! remove --with-mysql as default?! I must be seeing 
things.mysql is a major reason ppl use php and some(not all!!) dumb 
sysadmins don't enable anything but the defaults and forget about asking them 
to enable som'in for you

- -- 
~Paul Nicholson
It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9c85KDyXNIUN3+UQRAj6MAJ9Dbu0T4pCN9h/d0vtgsbJp+dIV1gCbB+Z6
Xva9XSblcuCZzGDeLW8D2RQ=
=FHIi
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Trying to input a webpage - need help

2002-08-16 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Ken,
This code chunk should do the trick.
- -- php code --
$data =insert=datalocation=here;  /* This would be the data that needs to be posted 
to the site - urlencode it */
/* Headers for http transactionreplace  /folder/pages.ext */
$header = POST /folder/pages.ext HTTP/1.1\r\n.
   Accept-Language: en-us\r\n. /* Additional info for the receiving 
server.optional */
   Content-Length: .strlen($data).\r\n. /* This line is *very* 
important - length of posted data */
   Content-Type: application/x-www-form-urlencoded\r\n. /* Type of 
content the server can expect from us */
   User-Agent: YourCustomUser-Agent (compatible; Linux 2.4; RedHat 
7.2;)\r\n. /* optional */
   Host: host.com\r\n. /* the host of the site you are sending the 
posted data to.*/
   Cookie: cookie-name=cookie-val\r\n\r\n. /* We can even send 
cookies optional..remove and add an extra \r\n to the above line */
   $data; /* this is where the data is sentno need to change this 
line. */
$fp = fsockopen (host.com, 80, $errno, $errstr, 30);
if (!$fp) {
echo $errstr ($errno)br\n;
} else {
fputs ($fp, $header);
while (!feof($fp)) {
echo fgets ($fp,128); /* Data returned from server.use as you like */
}
fclose ($fp);
}
- -- End php code -- 

On Friday 16 August 2002 08:02 pm, Ken Meyer wrote:
 I am trying to write a script that will read a page from another website.
 So long at the page is accessed via a GET, this is no problem; I just
 need to open the page using fopen, readfile or file_get_contents. The
 problem is that I need to access a page that requires a POST. Any
 suggestions as to how I could do this?

 Thanks.

 Ken

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9XbT7DyXNIUN3+UQRApOmAJ4zYjKW+WzoxuNmx8j2S87StyHT2ACdH+AQ
iDOX+hvxCFyFPb19knyBp8s=
=TvmX
-END PGP SIGNATURE-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php