On Tue Mar 11, 2003 at 10:5232PM +0100, Sebastian Bergmann wrote:
> Martin Jansen wrote:
> >
>
> Most likely this will be caused by
>
> 856 $this->$key = &$arr[$key];
>
> as variable member access causes a segfault in the compiler.
Will this be fix
Hi,
the following script makes this morning's CVS segfault:
DB.php is from the latest release of PEAR::DB. I can not provide a
backtrace at the moment, but if you need one, just drop a mail.
--
- Martin Martin Jansen
Hi,
on Debian Woody, one not only needs to change skeleton/create_stubs to
use gawk instead of mawk, but it is also necessary to change ext_skel
itself.
With the attached patch this is noted in README.EXT_SKEL.
--
- Martin Martin Jansen
: XML_ParserCreate
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2
while the PEAR stuff is installed. Actually PEAR does not create
anything like xml.so. Can anyone being more familiar with PHP's build
stuff have a look at this?
--
- M
Sigh, I'm stupid: It was a dumb problem on my side. Sorry for any
inconvenience.
On Sun Oct 20, 2002 at 08:3156AM -0700, Rasmus Lerdorf wrote:
> As in any Apache mod_auth module.
>
> On Sun, 20 Oct 2002, Martin Jansen wrote:
>
> > On Sat Oct 19, 2002 at 11:0608AM -070
On Sat Oct 19, 2002 at 11:0608AM -0700, Rasmus Lerdorf wrote:
> You probably have an external auth module operating on the same request.
I don't think so. Could you perhaps be a bit more verbose what you
mean with "external auth module"?
--
- Martin
Any clues?
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote:
> Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>:
>
> > Martin Jansen wrote:
> > > With PHP 4.3.0-pre1 I get the following error message in Chora:
> > >
> > > "Warning: (null)() [ref.outco
With PHP 4.3.0-pre1 I get the following error message in Chora:
"Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler'
cannot be used twice in Unknown on line 0"
Did you change the behaviour of ob_gzhandler, which makes this warning
legal, or is it a bu
piece of code?
+1. According to fhttpd.org the last version has been released on 17th
May 99, which implies that development has been suspended forevermore.
Uhu, there isn't even a bug type category for it on bugs.php.net ;-).
--
- Martin
ailed, but
if you need more information, just ask.
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
FYI: Yesterdays snapshot segfaults with the following line of code:
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue Oct 01, 2002 at 09:2106PM +0200, Edin Kadribasic wrote:
> "make install" part of php install needs to be fixed in the PEAR part. This
> currently does not work, at least for me on Linux.
We are working on this.
--
- Martin
On Tue Oct 01, 2002 at 07:0226PM +0200, Martin Jansen wrote:
> I think PEAR is pretty fare and it is absolutely read for a first
> appearance on the official stage.
Doh, ignore this. Better: I think PEAR is absolutely ready for a first
appearance on the official stage.
--
-
t; The results of this would need to put into action. Therefore I think
> that PEAR will not be ready until the end of december.
I think PEAR is pretty fare and it is absolutely read for a first
appearance on the official stage.
--
- Martin Martin
On Don Sep 26, 2002 at 09:3505 +0200, Martin Jansen wrote:
> The following error occurs when building latest CVS:
>
> ext/mbstring/mbstring.lo: In function `zif_mb_convert_case':
> /home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499: undefined
&
The following error occurs when building latest CVS:
ext/mbstring/mbstring.lo: In function `zif_mb_convert_case':
/home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499: undefined
reference to `php_unicode_convert_case'
collect2: ld returned 1 exit status
make: ***
As the subject already mentions, xslt_process() segfaults when passing
an illegal second or third parameter to it. Example:
Instead of segfaulting, PHP should raise a warning/error in order to
tell the user what went wrong, no?
--
- Martin Martin Jansen
On Wed Sep 04, 2002 at 09:3027PM +0200, Martin Jansen wrote:
> Obviously PHP 4.2.3RC2 segfaults when using wordwrap() with the
> following configure options:
If it helps you, attached you'll find the backtrace of the crash.
--
- Martin Ma
On Mit Sep 04, 2002 at 09:3724 +0200, [EMAIL PROTECTED] wrote:
> On Wed, 4 Sep 2002, Martin Jansen wrote:
>
> > The script to reproduce the segfault can be found at
> > http://www.martinjansen.com/php/segfault-4.2.3RC2.txt. If you need
> > more information (backtrace et
hould give you the clue how the system is set up.)
The script to reproduce the segfault can be found at
http://www.martinjansen.com/php/segfault-4.2.3RC2.txt. If you need
more information (backtrace etc.), just ask.
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu Aug 29, 2002 at 10:4027PM +0200, [EMAIL PROTECTED] wrote:
> On Thu, 29 Aug 2002, Martin Jansen wrote:
>
> > Anyways, the release cycle for 4.3.0 has already gone pretty far, so I
> > think that this decision is over to the release masters (Zeev,
> > Derick?) an
lease masters (Zeev,
Derick?) and Stig.
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat Aug 17, 2002 at 11:4352PM +0100, Luke Rhodes wrote:
> i thought of using a goto statement that goes back to a certain part of the
> page but i cant find any goto info anywhere.
There is no goto function/construct in PHP and there will be surely
none in the future.
--
-
On Thu Aug 15, 2002 at 01:5043AM +0200, Marcus Börger wrote:
> Could you try cvs version again?
Build fine now. Thanks for your help.
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List &l
While building the latest snapshot, I get the following error during
"make":
ext/standard/info.lo: In function `php_print_info':
/home/martin/source/php4-200208140300/ext/standard/info.c:233:
undefined reference to `iconv_globals'
collect2: ld returned 1 exit status
mak
aren't able
> to import data in their mysql-db.
-10^6 on this idea. People need to have the chance to import stuff
into their databases.
--
- Martin Martin Jansen
http://martinjansen.com/
--
PHP Development Mailing List <
I'm definately interested, even though I'll most likely be in MN at the time. I've
never even MET another PHP developer, so I don't know what to expect, but I'd sure
love to be updated :o)
Martin
>>> [EMAIL PROTECTED] 08/01/02 03:21PM >>>
Well, the
the PHP CA.
Stig sounds like the man for this.
> - After this change the OpenSSL extension will be a significant
>enabler of the PEAR/PECL infrastructure. It should be
>on by default (if the host has OpenSSL installed).
What's with Windows? Does i
ns just the patch to fix the bug. So if you are
running PHP 4.2.* you should be able to update without breaking
anything. If you are running PHP < 4.2.0 you don't need to worry about
the vulnerability.
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe,
On Thu Jul 18, 2002 at 11:1525AM -0600, Braulio José Solano Rojas wrote:
> Is there an interface to search through the dev list?
http://marc.theaimsgroup.com/?l=php-dev
- Martin
--
Martin Jansen - [EMAIL PROTECTED]
http://martinjansen.com/
--
Yes, everyone please join up! I would love to find more developers in the Maryland
area, and I'm sure others would in their areas as well! Let's do the great american
get togeth... err... the great php get together!
Martin Clifford
Homepage: http://www.completesource.net
Develope
On Thu, 23 May 2002 12:33:12 -0400, Jon Parise wrote:
>On Wed, May 22, 2002 at 09:44:35AM +0200, Martin Jansen wrote:
>
>> On Wed, 22 May 2002 09:21:47 +0200, Markus Fischer wrote:
>>
>> >autoconf 2.53 isn't supposed to work. Try with 2.13
>>
>&
s forward.
Brad: Without knowing very much about your SOAP project: Do you
think that it is possible to merge your code with the xmlrpc-epi
extension?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
in the PHP or in the PEAR manual.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
whether to include debugging 2.13... ./configure: line 11416:
syntax error near unexpected token `else'
./configure: line 11416: `else'
Any clues?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
martin@urmel:~/cvs/php/php4 > ./
uring Zend
[...]
checking for BSD-compatible nm... /usr/bin/nm -B
./ltconfig: ./ltconfig: No such file or directory
configure: error: libtool configure failed
. Is my system mis-configured or is there actually a problem
in HEAD?
- Martin
--
Martin Jansen, <[EM
On 21 May 2002 09:29:05 +0200, Stig S. Bakken wrote:
>Does the bzip2 extension work in Windows?
Yup, it seems so.
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
g..
>Even if you enable zlib by default, PHP does not bundle zlib, it would
>not be available on every system, and the installer would have to
>support uncompressed packages anyway.
But it does not do any harm if we enable it by default, no? Additionally
we would also save some bandwidth t
t work on a lot of
"out of the box" setups.
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
Simon Fogg wrote:
> Hi,
>
> I am a newcomer to PHP so I apologise in advance if my question seems
> trivial or has already been answered on this site before.
>
> I have been tasked with creating an HTML based interface for one of our
> products. We already have a mature API set used to configure
Dear developers,
Somebody really knows when the PHP 4.1.2 for Win32 OFFICIAL version will be
available for download on PHP.net website?
Regards,
--
Fabio De Martin
BASE64 Soluções em Tecnologia
Telefone: 011.5507.2426
Celular: 011.9639.8990
The information in this e-mail and any attachments
From: [EMAIL PROTECTED]
Operating system: windows xp
PHP version: 4.1.1
PHP Bug Type: Apache related
Bug description: data corruption in apache logs
i noticed when i call my php script like this:
http://localhost/index.php/123
etc (i tried some different data instead o
ID: 15389
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: LDAP related
Operating System: w2k advanced server
PHP Version: 4.1.1
New Comment:
yes, i've tried to connect with the ldap addressbook of groupwis
ID: 15389
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: LDAP related
Operating System: w2k advanced server
PHP Version: 4.1.1
New Comment:
".($end-$start)." Sekunden";
?>
P
ID: 15389
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: LDAP related
Operating System: w2k advanced server
PHP Version: 4.1.1
New Comment:
i tried this on 3 different machines
From: [EMAIL PROTECTED]
Operating system: w2k advanced server
PHP version: 4.1.1
PHP Bug Type: Performance problem
Bug description: slow ldap connect
i tried the ldap functions with php 4.0.6 and now with 4.1.1.
the ldap queries are super fast, but the connect takes 4 to
Taking the following script:
true,
"bar" => false
);
print_r($array);
?>
The result of print_r is:
Array ( [foo] => 1 [bar] => )
Shouldn't false in the array definition result to 0 instead of
nothing?
-
string = ob_get_contents();
>ob_end_clean();
+1
- Martin
--
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]
ID: 15097
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Operating System: win2000
PHP Version: 4.1.1
New Comment:
This is not a bug. substr_count($haystack, $needle)
when haystack is "D¨D¨D" and needle is
ID: 14655
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Operating System: Windows XP Pro (spanish)
PHP Version: 4.1.0
New Comment:
Some additional comments:
I cant reproduce this in Linux (meaning the retu
ID: 10002
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Operating System: Debian
PHP Version: 4.1.1
New Comment:
I cant reproduce this bug under PHP 4.1.1 neither in Windows XP or
Linux 2.4.
I tried the orig
ID: 7472
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: Strings related
Operating System: linux
PHP Version: 4.0
New Comment:
Bug still exists in PHP 4.1.1, tested under Linux 2.4 and Windows XP
with:
echo strip_tags("
ID: 12120
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Operating System: Linux Mandrake
PHP Version: 4.0.4pl1
New Comment:
I reproduced the problem in PHP 4.1.1, using the same code:
$foo = strip_tags("<
From: [EMAIL PROTECTED]
Operating system: Linux 2.4 and Windows XP
PHP version: 4.1.1
PHP Bug Type: Strings related
Bug description: strip_tags problem with comments inside tags
I experienced problems with strip_tags on javascript inside
brackets that also contains //comme
Jason G. wrote:
> Hello General and Dev list,
>
> Considering the fact that it is good practice to use htmlspecialchars()
> anytime you are outputting non-html content to the browser...
>
> After typing the 16 characters in the htmlspecialchars() function
> thousands of times...
>
> I was wo
nable to understand the german comment
at line 45: This is the translation:
# Recursion:
# Apply xml_transformation on the result again in order
# to also replace generated special tags.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
On Fri, 11 Jan 2002 15:55:18 +0100, Edin Kadribasic wrote:
>If it is, could you please commit the sql script that creates the database,
>so I don't have to reverse engineer it from the code.
http://cvs.php.net/co.php/php-bugs-web/bugs.sql
- Martin
--
PHP Development Mailing
g list or to php-dev.
+1 for it's own mailing list. Additionally we could perhaps set up
an own CVS module for PECL. (Currently it resides in /pear/PECL.)
Guys?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http:/
s, even though I think that PHP isn't very well suited
for shell jobs in comparison to Bash or Perl.
Always building the CGI version would also help the PEAR command
line installer a lot since it currently needs a PHP binary to be
executed.
- Martin
--
Martin Jansen, <[EMAIL P
ong opinion when it comes to
documentation for extensions that are moved over to PECL. If
people want to leave it in phpdoc that's ok for me.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To
fferences are you talking about?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
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 a
ded Function Reference.
If yaz is going to become part of PECL (= part of PEAR), documentation
should be placed in the PEAR manual. Everything else is less intuitive
and will irritate people IMO.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP D
mentation for these extensions
The documentation of the extensions can be easily merged in the
peardoc repository. Right now there is no automated build for
the manual, but you promised to help us with that in 2002, no? :-)
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.mart
The following patch changes the version number in the output
of phpinfo() from 4.0 to 4. Could anyone with enough karma
please commit it or give me the karma to do it myself?
- Martin
Index: info.c
===
RCS file: /repository/php4
bout PECL, that I will commit to
the PEAR manual shortly.
Back to the cookies now :-),
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
't see a reason here that is speaking against integrating
your module in PECL.
>4) Where document should be?
See my reply to your first mail.
>5) How to handle include files required for session save
>handler module?
I can't really answer that question since I'm
cle is available within PHP.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
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]
ID: 14617
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Sockets related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:
Fixed in CVS
Previous Comments:
---
ID: 14576
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Sockets related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:
Documentation has been updated i see :)
Previous Comments:
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.0
PHP Bug Type: Sockets related
Bug description: socket_recv() arguments
According to http://www.php.net/manual/en/function.socket-recv.php the
socket_recv() parameters are as follows:
mixed socket_re
ave this in PECL, since it
is no real 'core' part of PHP and so it does not really fit in
php4/ext, eventhough it requires the session extension to be
enabled.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <h
ID: 14578
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Sockets related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:
Hm in my last example there should be
--
$cnt = 0;
do {
$row = socket_read($irc, 1027, PHP_BINARY_READ);
$cnt .=
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.0
PHP Bug Type: Sockets related
Bug description: socket_read() behavior
I call socket_read() like this:
$data = socket_read($handle, 80, PHP_BINARY_READ);
and get 80 byte back. i made a loop to conti
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.0
PHP Bug Type: Sockets related
Bug description: socket_read() always in binary mode
i pass PHP_NORMAL_READ to socket_read() to read until next \n or \r as
sockets.c tells. if i specify for example 200 a
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.0
PHP Bug Type: Sockets related
Bug description: documention out of date
the documention on the socket extenion is very out of date, a bunch of the
bogus bug reports on sockets is about socket() and othe
On 15 Dec 2001 17:00:04 -, [EMAIL PROTECTED] wrote:
> PHP 3.0 Bug Database summary - http://bugs.php.net
Why is this summary still sent out? IMO there is no need to
'waste' traffic.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
ID: 14515
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Apache related
Operating System: linux 2.4.16
PHP Version: 4.1.0
New Comment:
The only way to get some output was starting the apache inside gdb. I got the
following:
(gdb)
ID: 14515
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Apache related
Operating System: linux 2.4.16
PHP Version: 4.1.0
New Comment:
sorry, forgot the stacktrace:
(gdb) bt
#0 0x40a0e333 in php_pcre_replace (regex=0x40ab8b11 "/realm=\"(.*?)\"/i",
r
From: [EMAIL PROTECTED]
Operating system: linux 2.4.16
PHP version: 4.1.0
PHP Bug Type: Apache related
Bug description: child pid XXX exit signal Segmentation fault (11)
Hi, when i try to run the following code, my apache goes banana (child pid
XXX exit signal Segmentation f
n is important enought to
be bundled with PHP and I think, that it might fit better in PEAR, but:
What is with PEAR DB? Is it also the defacto standard, because it
is bundled with PHP?
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
R
and will not be included in the main source tree (unless they
are extremely important). Or did I miss something?
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the li
From: [EMAIL PROTECTED]
Operating system: win2000
PHP version: 4.0.6
PHP Bug Type: GD related
Bug description: gd cant handle some png files
(Im using the official php 4.0.6 build for windows from php.net, only
extension loaded is php_imap.dll).
I've written a function to r
I'll release it (GPL).
>
>Is there any interest in adding this to the PHP dist ?
I would add it to PEAR instead of the PHP source tree.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To
fine.
However, when I try running one of the sample programs (jver.php), I get
the following error message:
Fatal error: java.lang.NoClassDefFoundError: net/php/reflect in
/net/trout/export/home2/martin/public_html/jver.php on
line 4
The error seems to come from /usr/local/php-4.0.6/ext/java
start using it.
>
>But it would be nice to have it in ZE2.
+1
- Martin
--
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]
orted or and old directory in the pear c extension
>repository for these modules to reside and move them out of php4/ext.
I don't think we should "pollute" PEAR with such old crap. Why not
remove them completely?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
htt
On Thu, 22 Nov 2001 16:06:35 +0100, Andre Gildemeister wrote:
>- shouldn't PHPDoc become an official extension either? (ext/phpdoc)
I don't see a good reason for that.
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development
On Sat, 17 Nov 2001 16:34:45 +0100, Pierre-Alain Joye wrote:
>Un post directement sur une page phpinfo :
Please speak english on this list ;-).
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.
On Sat, 17 Nov 2001 16:03:32 +0100, Thies C. Arntzen wrote:
>i think we should remove it (also from CVS) as it is non
>maintained and superceeded by a newer, better thingie.
Yeah, nuke it. +1
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de
that
>> you can find at example in Linux (textutils package).
>
>Then this will do the same:
>$sum = `md5sum filename`;
I think it would be much nicer to have such a function in
the PHP core, than always executing an external program.
- Martin
--
PHP Development Mailing List &
with each request.
With PHP 4.0.6, Apache 1.3.20 and Debian 2.2r3 it works without
a problem.
Any hints?
- Martin
--
Martin Jansen, <[EMAIL PROTECTED]>
http://www.martin-jansen.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PR
On Mon, 05 Nov 2001 15:42:57 +0100, Martin Jansen wrote:
>On Sun, 04 Nov 2001 20:10:51 +0200, Andi Gutmans wrote:
>
>>The patch looks OK if open_basedir is really supposed to stop people from
>>stat()'ing files which aren't underneath the open_basedir path.
>
output is printed
> i am super2
> i am super1
> i am super
Your testscript generates the following output with 4.2.0-dev, no matter
if super extends from PEAR or not:
i am super2
i am super1
i am super
- Martin
--
PHP Development Mailing Li
In http://bugs.php.net/bug.php?id=11563 there is a patch for
the reported bug. Is there anything speaking against
applying this patch?
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: *Programming Data Structures
Bug description: 'for()'-error using chars as break
// I hoped to see 'A B CY Z'
--
Edit bug report at: http://bugs.php.net/?id=13871&edit=1
--
PHP Deve
readable and all the other languages are
>not. -10 from me to this feature.
I could have never explained that better. Please _don't_ introduce such
a syntax in PHP.
- Martin
--
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]
On Sun, 21 Oct 2001 11:55:12 +0200, Jean-Claude Schopfer wrote:
>Where is PHP 4.1.0RC1 ?
http://www.php.net/~ssb/php-4.1.0RC1.tar.gz
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
On Mon, 1 Oct 2001 10:08:02 -0500, Andrei Zmievski wrote:
>For the record, I'd vote for either
>unifying classes and namespaces (I like that approach), or failing that,
>using :::.
+1
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-ma
s aren't normally beginners
or people who only want to create a guestbook for their website. So
IMO the whole usage of the namespace concept is allowed to be a bit
more complicated than 'usual' PHP.
- Martin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscr
1 - 100 of 144 matches
Mail list logo