Re: [PHP-DEV] Newbie: ldap_connect() issue

2002-07-23 Thread derick
Hello, this is the wrong list, user questions can be asked on the [EMAIL PROTECTED] mailinglist. (In this case you just didn't add ldap to the compile) Derick On Tue, 23 Jul 2002, Michael Gladden wrote: > I am working with PHP 4.1.2 on Redhat 7.3 using the version of PHP that > shipped with

RE: [PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread James Cox
> > Hi, I'm just starting to learn PHP. I couldn't find how to exec unix > command and read the result. Basically, I just want to execute "ls -lrt" > and read and display the output. > > This may be very simple question, but for some reason, I couldn't find any > info on executing unix command

RE: [PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread David Viner
i think you want the php-general list. this list is for developing PHP itself, not developing in PHP. dave -Original Message- From: Paul Oh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] beginner question: how to execute unix co

[PHP-DEV] beginner question: how to execute unix command in PHP

2002-07-23 Thread Paul Oh
Hi, I'm just starting to learn PHP. I couldn't find how to exec unix command and read the result. Basically, I just want to execute "ls -lrt" and read and display the output. This may be very simple question, but for some reason, I couldn't find any info on executing unix command from PHP. Tha

[PHP-DEV] Newbie: ldap_connect() issue

2002-07-23 Thread Michael Gladden
I am working with PHP 4.1.2 on Redhat 7.3 using the version of PHP that shipped with the O/S. In version 7.1 of Redhat, I simply installed the default version of Apache and PHP and everything worked fine. On 7.3, I am having trouble getting connected to a known working LDAP directory. The error

[PHP-DEV] CVS Account Request: black

2002-07-23 Thread Tit Petric
translating the manual to slovene, occasional bugfixes & feature requests (reposting this trough the webform, since i didnt get it when subscribed on php-dev@ - ahem :)) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: black

2002-07-23 Thread Tit \"Black\" Petric
translating the manual to the slovene language & occasional bug smashing/tracking | feature requests

[PHP-DEV] CVS Account Request: juppie

2002-07-23 Thread Jurrian Fahner
I would like to translate the manual to Dutch... I was redirected by Derick Rethans. -- PHP Development Mailing List 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

Re: [PHP-DEV] Re: New OpenSSL fuctions

2002-07-23 Thread derick
On Tue, 23 Jul 2002, Arkadiusz [utf-8] Góralski wrote: > On Tuesday 23 July 2002 14:39, Wez Furlong wrote: > > Thanks for your efforts, but could you please diff against the current > > CVS version? > > Here's the patch against CVS version. The coding style in this patch is totally different th

Re: [PHP-DEV] Re: New OpenSSL fuctions

2002-07-23 Thread Arkadiusz Góralski
On Tuesday 23 July 2002 14:39, Wez Furlong wrote: > Thanks for your efforts, but could you please diff against the current > CVS version? Here's the patch against CVS version. -- Regards, Arkadiusz Góralski: [EMAIL PROTECTED] diff -Nu --recursive php4/ext/openssl/openssl.c php4-new/ext/openssl

[PHP-DEV] CVS Account Request: thomasgm

2002-07-23 Thread Thomas Gonzalez Miranda
I want a CVS account because i want to translate de PHP manual to the portuguese language, if you can create this account for me. Thank you :) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Fw: [ANNOUNCE] PHP Security Advisory: Vulnerabilityin PHP versions 4.2.0 and4.2.1

2002-07-23 Thread Adam Voigt
This isn't a hacking board, if you want to break the law, learn how to do it somewhere else. Adam Voigt [EMAIL PROTECTED] On Tue, 2002-07-23 at 10:49, Anil Garg wrote: > Hi, > > I am not an expert in php but i would like to know how is the vulnerability > exploited. > > hope to get the right d

[PHP-DEV] Fw: [ANNOUNCE] PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and4.2.1

2002-07-23 Thread Anil Garg
Hi, I am not an expert in php but i would like to know how is the vulnerability exploited. hope to get the right directions regards anil >PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1 > > > Issued on: July 22, 2002 > Software: PHP versions 4.2.0 and 4.2.1 > Platforms

Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Jani Taskinen
It should be added now, try the latest CVS snapshot: http://snaps.php.net/php4-latest.tar.gz --Jani -- On Tue, 23 Jul 2002, Thomas Langås wrote: >Thomas Langås: >> Output from ldd: >> dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so >>

Re: [PHP-DEV] Re: Pass by reference

2002-07-23 Thread Andrey Hristov
Thanks Info from year 2000 is available here : http://www.zend.com/zend/art/ref-count.php Regards, Andrey - Original Message - From: "John Lim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 3:28 PM Subject: [PHP-DEV] Re: Pass by reference > If you do a sea

[PHP-DEV] Re: New OpenSSL fuctions

2002-07-23 Thread Wez Furlong
Thanks for your efforts, but could you please diff against the current CVS version? Instructions can be found in the source (see README.SUBMITTING-PATCH, or similar name!), and on php.net. Thanks! --Wez. On 07/23/02, "Arkadiusz Góralski" <[EMAIL PROTECTED]> wrote: > Added: > New functions for c

Re: [PHP-DEV] Patch suggestions for PHP 4.2.3 (sablotron and pcre)

2002-07-23 Thread Edin Kadribasic
Hi, I applied your "less controversial" patch. I will apply it to 4.3.0-dev as well. Thanks, Edin - Original Message - From: "Troels Arvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 1:04 PM Subject: [PHP-DEV] Patch suggestions for PHP 4.2.3 (sablotron and

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Woohoo! Thanks, I had 2 version of the libxml include files hanging around in the following directories: /usr/local/include/libxml/ /usr/local/include/libxml2/libxml/ with the former being the older version, but thats the one it was picking up... I removed the former libxml directory and everyt

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > Still having major issues ... same error, same place, different .configure > file (I edited it to read "#if LIBXML_VERSION >= 20414" instead), > different configure line... same result. > > New Configure line (altered the --with-dom option): > ./

[PHP-DEV] Re: Pass by reference

2002-07-23 Thread John Lim
If you do a search on this newsgroup, Andi Gutmans said this sometime ago, i believe to the author of Phorum. That's where i originally got the info in the article. Regards, John "Andrey Hristov" <[EMAIL PROTECTED]> wrote in message 009e01c2322c$110bc8d0$1601a8c0@nik">news:009e01c2322c$110bc8d

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, Still having major issues ... same error, same place, different .configure file (I edited it to read "#if LIBXML_VERSION >= 20414" instead), different configure line... same result. New Configure line (altered the --with-dom option): ./configure --with-mysql=/usr/local/ --with-pgsql --with-

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > > > On Tue, 23 Jul 2002, Dan Hardiker wrote: > > > >> Hi, > >> > >> That worked for one machine, but this machine is still giving me jip. > >> Configure line exactly the same, error exactly the same - but pkg_info > >> different (uninstall / installed ve

Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Thomas Langås
Thomas Langås: > Output from ldd: > dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so > libdl.so.1 =>/lib/libdl.so.1 > libpam.so.1 => /lib/libpam.so.1 > libxmlrpc.so.0 =>/local/lib/libxmlrpc.so.0 > libexpat.so.0 => /loca

[PHP-DEV] New OpenSSL fuctions

2002-07-23 Thread Arkadiusz Góralski
Added: New functions for certificate signed requests: openssl_csr_file_verify openssl_csr_verify openssl_csr_parse openssl_csr_get_public Changed: openssl_pkcs7_verify to accept DER and PEM formats. -- Regards, Arkadiusz Góralski: [EMAIL PROTECTED] diff -Nu --recursive php-4.2.2/ext/openssl/op

[PHP-DEV] CVS Account Request: akcakayaa

2002-07-23 Thread Ahmet Sezer Akçakaya
To help translating PHP Documentation -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] W3C html validation issue

2002-07-23 Thread Marko Karppinen
>> You're only supposed to change it in your HTML..NOT in the >> browser's query line.. > > As well as in header() calls (as already stated in this thread) and in > javascript calls: document.location.href = 'foo.php?bar=1&var=2' won't > work either. Guys, the W3C recommended separator f

Re: [PHP-DEV] W3C html validation issue

2002-07-23 Thread Jan Schneider
Zitat von Jani Taskinen <[EMAIL PROTECTED]>: > You're only supposed to change it in your HTML..NOT in the > browser's query line.. As well as in header() calls (as already stated in this thread) and in javascript calls: document.location.href = 'foo.php?bar=1&var=2' won't work either. >

Re: [PHP-DEV] Access to incomplete object should not be a fatal

2002-07-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Uhm... of course this should give you an E_ERROR, it's simply not > possible to call a method of an object that's only a half baken one. > > This should stay an E_ERROR. I agree. It should raise E_ERROR for method calls. Here is newer patch. Any comments. -- Yasuo

[PHP-DEV] Patch suggestions for PHP 4.2.3 (sablotron and pcre)

2002-07-23 Thread Troels Arvin
Hello, I have two patch suggestions for PHP 4.2.3. Both patches patch well into PHP 4.2.2. http://rpms.arvin.dk/php/source/patches/php-4.2.2-xslt-config.m4.patch -- First part of the patch removes the iconv detection which sim

Re: [PHP-DEV] Access to incomplete object should not be a fatal

2002-07-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Tue, 23 Jul 2002, Yasuo Ohgaki wrote: > > >>It seems accessing incoplete object became fatal error. >> >> >>Fatal error: The script tried to execute a method or access a property >>of an incomplete object. Please ensure that the class definition auth of >>the

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
> On Tue, 23 Jul 2002, Dan Hardiker wrote: > >> Hi, >> >> That worked for one machine, but this machine is still giving me jip. >> Configure line exactly the same, error exactly the same - but pkg_info >> different (uninstall / installed versions of libxml). >> >> [11:07:39][root@insomniac]:/usr/

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Christian Stocker
On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > That worked for one machine, but this machine is still giving me jip. > Configure line exactly the same, error exactly the same - but pkg_info > different (uninstall / installed versions of libxml). > > [11:07:39][root@insomniac]:/usr/local/php-4

Re: [PHP-DEV] Access to incomplete object should not be a fatalerror

2002-07-23 Thread derick
On Tue, 23 Jul 2002, Yasuo Ohgaki wrote: > It seems accessing incoplete object became fatal error. > > > Fatal error: The script tried to execute a method or access a property > of an incomplete object. Please ensure that the class definition auth of > the object you are trying to operate

[PHP-DEV] Access to incomplete object should not be a fatal error

2002-07-23 Thread Yasuo Ohgaki
It seems accessing incoplete object became fatal error. Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition auth of the object you are trying to operate on was loaded _before_ the session was started in --

[PHP-DEV] Re: Pass by reference

2002-07-23 Thread Steve Alberty
Yes, see bug #14237 http://bugs.php.net/bug.php?id=14237 or http://phpxpath.sourceforge.net/benchmark/phpBench.php Regards, Steve -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, That worked for one machine, but this machine is still giving me jip. Configure line exactly the same, error exactly the same - but pkg_info different (uninstall / installed versions of libxml). [11:07:39][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml libxml2-2.4.23 Xml pars

[PHP-DEV] CVS Account Request: itay

2002-07-23 Thread itay meir
for helping in translating php to hebrew -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: dima

2002-07-23 Thread Dima Dubin
I want to help translate the Hebrew documentation -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread derick
Hello, upgrade libxml2 to atleast 2.4.14 and it should work again. Derick On Tue, 23 Jul 2002, Dan Hardiker wrote: > Hi, > > Running the following xml library packages: > > [10:29:58][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml > libxml2-2.4.1 Xml parser library for GNOME

[PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
Hi, Running the following xml library packages: [10:29:58][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml libxml2-2.4.1 Xml parser library for GNOME libxml2-2.4.12 Xml parser library for GNOME [10:33:08][root@insomniac]:/usr/local/php-4.2.2$ I have no problem with the foll

[PHP-DEV] Pass by reference

2002-07-23 Thread Andrey Hristov
Hi, this article http://phplens.com/lens/php-book/optimizing-debugging-php.php reads that pass-by-reference is slower than ordinary pass. Is it true? [snip] This is because (a) passing by reference is slower in PHP (this is probably not intuitive to C programmers, but the Zend Engine has