Am Do, den 06.07.2006 schrieb Olivier Hill um 18:01:
> I am aware that this is a bugfix only branch, but for us this was a
> bug. We were moving to new servers compiled against MySQL 4.1 libs and
> not the bundled ones with PHP. With this move, things got from latin1
> to utf8 and since PHP 4 does
Am Mi, den 17.05.2006 schrieb Ilia Alshanetsky um 1:26:
-1 for E_STRICT in 5.x
/Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
+++
Software & Support Verlag, the producer of internationally renowned
conferences such as JAX, International PHP Conference, ApacheCon
Europe and others, announces a new conference for the international
Free Software/Open Source community:
Open Source Database Conference 05
Nove
Hello all,
the CfP for ApacheCon Europe 2005 is open:
http://www.apachecon.com/2005/EU/index.html/e=MjAwNS9FVQ
submission deadline: 22h30 EST Friday, 04 March 2005
ApacheCon Europe 2005 will be held from July 18th to 22nd in
Stuttgart/Germany.
/Georg
--
PHP Internals - PHP Runtime Developme
Hi,
the following patch solves bug #28817 in HEAD.
However it doesn't work in 5_0 branch. In 5_0 I have to set
retval->refcount to 1 to get it work - any ideas what's going wrong ?!
Same behaviour in mysqli (which has a similiar property handling).
/Georg
Patch:
diff -u -r1.64 php_dom.c
--- ph
ld be able to summarize within the next 3 weeks what is missing or
bad in pdo (and even that will need some discussion) - I will definetly
not be able to code mysqli support for a thing, in which I don't
believe.
/Georg
--
Georg Richter, Senior Software Developer
MySQL AB, www.mysql.com
Se
or above you should use the same client
library - even if the authentication is not a problem, you will run into
several problems when retrieving resultsets metadata.
/Georg
--
Georg Richter, Senior Software Developer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
Am Mo, den 02.08.2004 schrieb Wez Furlong um 10:38:
> On Mon, 2 Aug 2004 09:00:21 +0200, [EMAIL PROTECTED] wrote:
> > PHP 4 Bug Database summary - http://bugs.php.net
>
> 5, Sir?
>
PHP 5 is bug free! :)
/Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http
Am Do, den 29.07.2004 schrieb Ilia Alshanetsky um 4:55:
> Goto is an extremely useful for parsers and makes life much easier when
> dealing with complex error handling situations.
+1
/Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.
> So, that actually "destroys" the reason to use studlyCaps at all, so why
> not do the right thing and make PHP consistent with itself, ie. use
> under_scores for ALL functions and methods? I'm willing to prepare a
> patch to the source AND documentation to make that happen. And
> because I'm sur
We decided on studlyCaps a while ago and I wasn't aware people here
> didn't apply this decision.
Hmm, looks like I was on vacation when decision was made. I only can remember
that we agreed BEFORE feature freeze, to have studylCaps when the underlying
api also supports it (like xml stuff).
Hi,
what about just changing ext/tidy
> back to underscore_methods?
Afaik I proposed that in a private mail to you months ago, cause you changed
it after feature freeze when tidy was not in an experimental state. But you
didn't reply :(
Changing everything after an announced feature freeze suc
>
> I'm +1 for the change, if that means anything :)
>
Sure, your book isn't ready yet. Would be interesting to know your opinion if
it would be printed already.
And for closing the discussion:
we had a) feature freeze and b) I removed EXPERIMENTAL
and therefore I will not change it.
Cheers!
> I agree with Marcus (and I think Andi) here. If its not too much trouble OO
> interface to mysqli should IMHO follow the same conventions other OO
> extensions do,
beside changing c-code it's
- changing documentation (english, german, spain and french)
- changing all samples
- changing testcas
Hi!
> Not to start a big flame war here, but if the argument at the end of the
> day was won for the "Let's use studlyCaps for all OO stuff internal in
> PHP", shouldn't ext/mysqli conform to that? I changed tidy a while ago,
> and was surprised to see MySQLi has not...
Hmm, nobody told me to cha
Hi,
> [EMAIL PROTECTED]:/install/php-5.0.0RC1# ./configure
> --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql4
> --with-mysqli=/usr/local/mysql4_1/bin/mysql_config
> --with-pgsql=/usr/local/pgsql --disable-libxml
using two different mysql libraries will not work of course. Yo
> as a simple optimization, can we disallow requests with a single-word
> reason from ever reaching the account request system?
>
Shouldn't we generally first give an cvs account after the person which
requested this account sent a patch (patch != typo fix).
According to Nuno Lopez's statistics
> Hey,
>
> I've fixed all of the major bugs I wanted to get done for RC1.
> The only thing we should finalize is the hasMore() thing (I wouldn't want
> to change such an API after RC1).
> Did we decide to go with isValid()? Marcus what do you sya?
I have to add some conditional defines as soon as
> hi,
>
> I'am a little astonished concerning the modify function parameter order.
> mysqli_query ( object link, string query [, int resultmode]) for example
> expect the object link after the sql query. in the old ext/mysql it is
> completly reversed. I think this is bad for a possible migration
Hi Adam,
> I would like to propose a change in how mysqli_fetch() signifies "no
> more data." It should return NULL instead of MYSQLI_NO_DATA (a
> positive value) because it leads to cleaner PHP code and is more
> consistent with other MySQL fetch functions.
Thanks for pointing it out. The reason
> Hi,
> before this thread moves out of sight, here's a sum up.
> Let's see if we can go on from here or drop the idea.
Yes, not too much votes, which is understandable: people are more interested
to have a progressbar for uploads than to support basic things like precision
be default.
Georg
> Adding it to the distribution is +1 from me, enabling it by default is a
> -1 personally as I would turn others on by default before this one.
I agree 100% with Derick
Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
> From what I remember, GMP module is superior to bcmath and works
> good, however I have seen problems with bcmath not working in certain
> situations. GMP is LGPL, I don't know if it matters.
GMP is a solution too - but it's not "very fast"
Cheers!
Georg
--
PHP Internals - PHP Runtime Develo
Hi,
after discussion with Brian Aker about problems with number precision in
financial applications and thinking about the impact of "Enterprise" I'm
wondering that bcmath is not enabled by default.
Is there a reason for it? if not I'm strongly +1 to enable it by default.
Georg
--
PHP Inter
I'm -1.
And for ext/mysqli which supports OO, studlyCaps would make life harder, to
migrate "old" php4 scripts to PHP5 and ext/mysqli.
How about an additional configure option --with-studly-caps (disabled by
default) and defining some additional aliases?
Georg
--
PHP Internals - PHP Runtime
> before bundling i'd like to see the api refined...
>
> right now it's not possible to work with more than one html-doc at a
> time. (tidy_parse_file() does not return a resource to the internal
> tidy doc, so you can only have one doc at a time)
Yes, Thies is right here! But
s/resource/object
> I would like to propose that tidy extension be bundled with PHP 5.
+1
Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
> Georg Richter wrote:
> > works fine here [tm]. Tested with both Apache 1 + 2.
>
> Strange. Do you have any idea why it doesn't work here?
If you're using BUILD/compile scripts it should work fine. Tested here with
BUILD/compile-pentium-debug. If you want to use em
Hi,
> Sebastian Bergmann wrote:
> > Building ext/mysql and ext/mysqli together works okay when building
> > only the sapi/cli, but fails when building sapi/apache2handler:
> >
> > http://www.sebastian-bergmann.de/stuff/mysql-mysqli-good.txt
> > http://www.sebastian-bergmann.de/stuff/mysql-mysq
Hi,
>
> There's going to be zero public testing of this extension when people
> need to:
>
> 1) Install BitKeeper (which I can't even do on my Mac OS X)
> 2) Upgrade to autoconf 2.5.3
> 3) Upgrade to Automake 1.5
> 4) Upgrade to Libtool 1.4
> 5) Upgrade to Bison 1.7.5
>
> If they want to build MyS
Hi!
>
> I think the PHP 5 tree has matured a lot and it's time to release an RC. I
> think end of November or mid-December makes sense. I'd like to aim at the
> former date.
thats too fast, or do you mean Nov/Dec. 2004? Why such a hurry? Shouldn't we
have a feature freeze first and try to releas
Hi,
>
> Can anybody tell me why multiple resultsets are not (yet) supported by
> the mysqli extension in the php 5.0.0 source? Is it just a matter of
> time before the mysql_more_results and mysql_next_result are available
> or is there a more serious problem?
the current implementation for mult
Hi Lukas,
good job!
> - bind
..
> mysqli_bind_param
and mysqli_bind_result
> - errno/error
mysqli supports 2 types of errno/error
mysqli_errno/error and mysqli_sqlstate. mysqli_sqlstate returns ANSI/ODBC
conform errorcodes.
> - next_result
> only exists in fbsql and mssql
on todo for my
Hello Sara,
>
> Does this apply to all release versions? Or should config.m4 run a library
> check to see which function is exported in the client library being used,
> then #ifdef as needed? Or are we simply saying that mysql-client-lib must
> be version X.Y or greater (Again, if so we should ch
Hi,
currently I don't have time to analyze or fix it, so I hope someone will take
a look, it affects most of db-extensions which support (optional) default
connection.
Sample:
doesn't work correct:
Function _close_mysql_link which was registered via
zend_register_list_destructors_ex will
Hi,
since PHP5 beta is out I got tons of emails which a) complained about missing
libmysql for ext/mysqli b) about licensing problems and possible solutions.
I'm not able to answer all these mails, currently I work 500km away from home
and I'm not able to check all these mails. So would it be o
On Tuesday 24 June 2003 23:28, Tim Parkin wrote:
> I would just like to know what the arguments regarding the bundling of
> postgres are.
a) the Library has to be bundled too
b) Postgres doesn't run/compile on all platforms (e.g. Windows)
Regards
Georg
--
PHP Internals - PHP Runtime Developm
On Thursday 26 June 2003 21:02, Dan Kalowsky wrote:
Hi,
> Is there some reason why when using the --disable-all flag on PHP_5
> configure still checks if you have libxml?
>
> It would be nice if --disable-all worked as advertised.
same problem with PEAR. I have to specify --without-PEAR.
Georg
On Saturday 21 June 2003 18:14, Sascha Schumann wrote:
> There are rumours that MySQL AB does not want to provide a
> license exemption. The only consequence is that we should
> not steer users into their hands through simplified
> deployment.
rumors from #php.de ? :)
Georg
--
On Saturday 21 June 2003 23:44, Andi Gutmans wrote:
Hi Andi,
> Do you have a URL? I couldn't find it on the MySQL.com site.
check http://www.mysql.com/news/article-81.html -> Read more: MySQL 4.0 In A
Nutshell
Regards
Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscr
On Saturday 21 June 2003 20:58, Andi Gutmans wrote:
> By the way, was there an official MySQL announcement about the move to GPL?
>
Yes they did, but it was not the title of the announcement. :)
Georg
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.
Hi all,
as maintainer of ext/mysql and ext/mysqli I'm standing between php and mysql,
and I spent a lot of time on both extensions, so don't ask me :)
Currently bundled libmysql prevents users to violate license. If you need an
external lib, you normally download latest stable, which is 4.0.x a
On Sunday 08 June 2003 18:23, Rasmus Lerdorf wrote:
> The one point on the QA issue is that nobody ever looks through all the
> PECL extensions, but we occasionally grep through all the ext/* extensions
> to make sure that an API change, or just a simple mistake that we found
> does not occur in ot
On Monday 09 June 2003 14:10, John Coggeshall wrote:
Hello John,
> I was playing around with mysqli and was quite annoyed having to have
> both the mysqli and mysql extensions installed in order to have my old
> PHP4 scripts working under PHP5.. As one solution, I put together a
> script[*] which
44 matches
Mail list logo