It would be nice if someone with karma could add the
NEWS/ChangeLog somewhere to the release. Users not following
the groups/lists are left int he dark.
Besides that, the list misses the
"Added UTF-8 support to pcre on windows"
On Fri, Sep 06, 2002 at 08:12:02PM +0300, Zeev
Which part of "EXPERIMENTAL" in the docs at
http://www.php.net/manual/en/function.socket-select.php
don't you understand?
If you're so desparate to have things cemented, write a patch,
post it here and we'll commit it.
If you don't have the skills, you might consider offering those that
do some p
Do the maintainers of the PHP sockets extension ever intend to get their act
together and cement the API, or are people who need this functionality going
to be forced to rewrite their code everytime there's a new point-release of
PHP?
--
Brian Lalor |http://introducingt
Hi,
could someone from group please add atleast md5 hashes of the php 4.2.3
files to download.php?
And if possible zeev/edin create a detached gpg/pgp signature with your
personal key. (.asc files).
I asked for this several times and always hear: We will do it the next time.
You can think 1000 t
No announcement in php.announce?
"Zeev Suraski" <[EMAIL PROTECTED]> wrote in message
5.1.0.14.2.20020906171453.01c4d668@localhost">news:5.1.0.14.2.20020906171453.01c4d668@localhost...
> PHP 4.2.3 has been released. It is a maintenance release
and includes a
> large number of fixes for the previo
Nice work.
--
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet
"Zeev Suraski" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> PHP 4.2.3 has been released. It is a maintenance release and includes a
> large number of fixes for
"I confess, I have a soft spot in my heart for inside-out languages
like PHP. The first real compiler I ever wrote was for a sort of
text-processing macro language in which the commands were embedded in
the data. This is part of a more general class of programming
languages in which a
On Fri, 6 Sep 2002, Georg Richter wrote:
[..]
GR>>> Cause the mysql-clientlib has no functionallity to determine the current
GR>>> selected database ist not possible to set the previous selected(default) db
GR>>> via mysql_select_db() back. The db field in the mysql structure only contains
O
PHP 4.2.3 has been released. It is a maintenance release and includes a
large number of fixes for the previous 4.2.2 version. 4.2.3 is a
recommended upgrade for all users of PHP, and particularly Windows users.
Full list of changes:
- Enabled strcoll() on win32. (Markus)
- Fixed possible ASCI
Hi,
small fix, for when variables are not set:
Index: configure.in
===
RCS file: /repository/php4/configure.in,v
retrieving revision 1.371
diff -u -r1.371 configure.in
--- configure.in4 Sep 2002 18:47:21 - 1.371
+++
[EMAIL PROTECTED]
i _guess_ we can turn that into an ezmlm list but it's nice to be able
to monitor who's on it and be sure.. (incase sensitive info gets passed
around).
-- james
> -Original Message-
> From: Marcus Borger [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 06, 200
Just a thought:
Why not make mail list for the websites and send a mail for those to
that mailing list instead of letting the users report them?
marcus
At 17:22 06.09.2002, James Cox wrote:
>agreed, although I can't do much to it, i have had a look.
>
> -- james
> >
> > In our case, nobody woul
agreed, although I can't do much to it, i have had a look.
-- james
>
> In our case, nobody would check the logs. Easier to let users read them
> for us and let us know. Sounds like something is fishy with the new MySQL
> 4 setup we are using on the new server.
>
> -Rasmus
>
> On Fri, 6 Sep 20
In our case, nobody would check the logs. Easier to let users read them
for us and let us know. Sounds like something is fishy with the new MySQL
4 setup we are using on the new server.
-Rasmus
On Fri, 6 Sep 2002, Markus Fischer wrote:
> Wait :) You mean even php.net doesn't follow the
>
Wait :) You mean even php.net doesn't follow the
recommendation to no display errors but log them into some
file or so ... ? :)
On Fri, Sep 06, 2002 at 10:37:19AM -0400, Dan Kalowsky wrote :
> Yeah I've had this problem too since it's moved. So far my answer has
> been to reload the
Yeah I've had this problem too since it's moved. So far my answer has
been to reload the page, and it goes away. Although I've made mention of
it to Derick and Jani.
On Fri, 6 Sep 2002, Devon O'Dell wrote:
> Hi All,
>
> I hope this is the right place to post this, I couldn't find a valid
> pla
Hi All,
I hope this is the right place to post this, I couldn't find a valid
place to put this on bugs.php.net. Please correct me if this isn't the
right place.
Browsing through the bug list, I sometimes get mysql errors when
browsing searching for bugs using the input field at the top right
Marcus pretty much got it..
sorry, php.net mail is broken again.
but if you look over your php-cvs mail, Derick has pointed out a number of
issues.
-- james
> -Original Message-
> From: Ananth Kesari [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 06, 2002 2:23 PM
> To: [EMAIL P
The function get_reference_count() could be helpful with garbage
collection. For
example most people using Java do not know when the garbage collection fails
like collections, double linked lists and such. I guess your point was to
addresses
exactly this circumstance. If so that function would e
You changed some ifdef statments by adding NETWARE
for example:
-#ifndef PHP_WIN32
+/*#ifndef PHP_WIN32*/
+#if !defined(PHP_WIN32) && !defined(NETWARE)
Here as allways in your commits you commented out the old
ifdef stament and added the new one. That is not a good idea.
Simply change the ifdef s
Hi,
I am working on porting PHP for NetWare.
I am committing changes into the PHP CVS
source tree from a couple of days now.
James wrote to me today that I am doing
something wrong during commiting.
I wrote the below mail to him seeking clarifications,
but the mail bounced back!
Can anyone throw
On Saturday 24 August 2002 15:42, Zeev Suraski wrote:
> 8 months too late I noticed that someone has deprecated mysql_db_query().
>
> Can anybody explain the reasoning for deprecating it? Other than breaking
> tons of sites, I don't see any advantage to it. Even for efficiency
> junkies, mysql_d
Hello,
Did you have a look into your php.ini ?
Best regards,
Attila Strauss
> Hi everyone,
> i have installed php with --with-java and everything has gone ok. but when i
> call a java class into php in the right wey, php says that doesn't find the
> CreateJavaVM function. what does it mean?
Quick amendment to the original example
Marcus Boerger pointed out my line of code which said
if (get_reference_count($this->objects[$id]))
should have been
if (get_reference_count($this->objects[$id]) == 1)
Thanks Marcus.
Anyone got any opinions on this topic yet?
Cheers
To
Hi everyone,
i have installed php with --with-java and everything has gone ok. but when i
call a java class into php in the right wey, php says that doesn't find the
CreateJavaVM function. what does it mean? and how can i make java working
into php?
best
Massimo
--
PHP Development Mailing L
At 11:43 06.09.2002, Tom Oram wrote:
>Hi,
>
>In the Zend Engine I assume each (referenced) variable has some sort of
>reference counter so that when the last reference is lost the memory is freed
>up, am I right? If I am has anyone ever suggested or are there any plans to
>make this available to t
On 06/09/02, "Tyson Lloyd Thwaites" <[EMAIL PROTECTED]> wrote:
> Maybe there's a way to more tightly integrate it with PHP, so it send data
> directly somehow (shm?), rather than through sockets...
You could just use the shm extension; it can serialize data.
IIRC there is an "Application" class i
> It's not intended..but I can't reproduce this..
> Do you get any errors during configure ?
Yes - sorry - I didn't have my head screwed on when I posted:
checking whether to enable truetype string function in GD... yes
checking for jpeg_read_header in -ljpeg... yes
configure: error: PN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm planning to write a library to perform some special database operations
and I'm planning to make it OO (on C++) and I wanted to know if it's
posible to make a PHP wrapper for an OO library. I think it's definitly not
posible to provide it in an
Hi,
In the Zend Engine I assume each (referenced) variable has some sort of
reference counter so that when the last reference is lost the memory is freed
up, am I right? If I am has anyone ever suggested or are there any plans to
make this available to the php scripts, this goes for the object po
On Fri, 6 Sep 2002, Wez Furlong wrote:
>Hi Jani,
>
>Just a heads up - I now need to
>
> "./configure ... --with-gd --with-zlib --with-zlib-dir ..."
>
>whereas before these last few gd config patches I only needed
>
> "./configure ... --with-gd --with-zlib ..."
>
>to get zlib linked with gd/php
Hi
I tried the latest windows binaries of PHP with ZE2 built yesterday by Edin
on http://snaps.php.net/win32/ZE2 and there is still a bug with pre-defined
boolean constants :
when php is used as an apache module (apache 1.3.24)
outputs:
string(4) "True"
string(4) "TrUe"
string(5) "False"
str
32 matches
Mail list logo