All,
There have been several fixes since RC1. If there are no show stoppers
found, we hope to release the final 5.0.4 early next week.
Source:
http://downloads.php.net/zeev/php-5.0.4RC2.tar.gz
http://downloads.php.net/zeev/php-5.0.4RC2.tar.bz2
Windows binaries:
http://downloads.php.net/edink/php
Everyone,
We've rolled initial release candidates for PHP 5.0.4 and 4.3.11. As usual,
these 3rd digit releases include a variety of bug fixes and minor updates.
PHP 5.0.4RC1 source:
http://downloads.php.net/zeev/php-5.0.4RC1.tar.bz2
http://downloads.php.net/zeev/php-5.0.4RC1.tar.gz
PHP 4.3.11RC1
At 08:29 21/09/2004, Minuk Choi wrote:
I've been meaning to ask this... but I always thought I could find the
answer online(I didn't). Back when PHP 5.0.1 was released, PHP
4.something else was released.
What was the main reasoning behind this move? Is it because PHP5 is more
OOP(similar to j
This list is not owned by Zend. One should still not be talking about
cracking software (Zend or otherwise) on it, though...
Zeev
At 14:51 14/06/2003, Ryan A wrote:
What can i say?
if you aint living on the edge you're taking up too much space
> I reccomend you don't talk about cracking Ze
At 20:09 15/06/2003, Manuel Lemos wrote:
Hello,
On 06/15/2003 12:39 PM, Zeev Suraski wrote:
At 13:59 11/06/2003, Manuel Lemos wrote:
I guess they can't compare with what they can't afford to buy.
It's therefore nice that it's available for free 21-day evaluation on
zend
At 13:59 11/06/2003, Manuel Lemos wrote:
I guess they can't compare with what they can't afford to buy.
It's therefore nice that it's available for free 21-day evaluation on
zend.com, isn't it? :)
Anyway, it does not seem to make much sense to compare code acceleration
based on plain caching/opt
At 16:27 09/05/2003, Manuel Lemos wrote:
I've been using the Turck MM Cache for 3 months now and the performance
is amazing :)
Yes, their benchmarks show that it pratically matches Zend products
performance, thus beating all the others.
Except they only compare it to the entry-level product from
At 18:51 25/02/2003, Thomas Johnsson wrote:
>1. Zend does not have a way to decode a php file that was encoded
>using Zend Encoder.
> (For those of you paying attention to details, note the word "decode",
> not "decrypt". Zend Encoder does not encrypt. US gov't lawyers, please
take note :)
Are you
At 07:03 17/02/2003, Lord Loh. wrote:
Future compatibility
===
Php and zend have constantly been discarding old syntax...making it
deprecated and all...
How can I be sure that a code I write will run for ever (or at least 10
years) irrespective of future PHP versions...
Is there a l
At 02:45 18/01/2003, [-^-!-%- wrote:
Food for thought:
As I look through the Zend website, and applaud their efforts to create
'protected' php applications, I can't help but wonder about the impact
(or lagality) or their efforts. Doesn't the use of the Zend Encoder (or
any other PHP Encoders ou
Not sure what you mean by 'changed', but the way to denote private
functions is by adding 'private' to the method declaration, and not by
prefixing them with _.
You can do it using:
class bar {
private function foo()
{
...
}
...
};
Zeev
At 09:43
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
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
At 15:53 09/08/2002, Aaron Gould wrote:
>Something rarely mentioned in these discussions on "PHP Editors", is FTP
>capabilities. That's something that is absolutely critical for me. I
>maintain several websites on different web servers. As such, the ability to
>log in and remotely edit sites is
At 18:12 04/08/2002, Acer wrote:
>Okay like I said before, Zeev is agreeing with me that php is zend and zend
>is php. However, if zend dropped off the face of the planet, there would be
>programmers to fill that void.
No, I am not. Zend was a key figure in the development of PHP, without
whic
Just a couple of facts:
1. If Zend did not exist, PHP 4 wouldn't have existed, at least not in any
way similar to what PHP 4 looks like today. FYI, with PHP 3, it was
impossible to write accelerators, encoders, debuggers and whatnot.
2. Zend published its value-add software *2 years* ago, w
He can no longer send messages to any of the PHP lists.
Zeev
At 11:36 PM 7/9/2002, Kevin Diffily wrote:
>on 7/9/02 3:29 PM, Erik Hegreberg at [EMAIL PROTECTED] wrote:
>
> >
> >
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP
At 15:13 10/05/2002, Ford, Mike [LSS] wrote:
>I should have said "less secure" rather than "more secure".
>
>Am I right this time?
Yep :)
Zeev
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 14:16 10/05/2002, Ford, Mike [LSS] wrote:
>No, but this:
>
> if (isset($password)): // register_globals on
> $super_user = $password==$super_password;
> endif;
>
> if ($super_user):
> // sensitive admin stuff
> endif;
>
>is more secure than:
>
>
11 Mar 2002, Erwien Samantha Y wrote:
>
> Anyone can explain the fuction oh expose_php , in php.ini .
> Whatever i set ON or OFF.
> There are any security issue about expose_php ?
>
>
>
--
Zeev Suraski <[EMAIL PROTECTED]>
http://www.zend.com/
--
PHP General Ma
At 19:53 18/02/2002, DL Neil wrote:
>Zeev,
>
>Didn't experience any stability problems with the beta per-se, but using a
>Windows box was an exercise in
>Unix-ification. Has the released version for Win32 seen significant
>alterations to the GUI?
I'm not sure which beta you've seen, but the GUI
At 00:27 18/02/2002, robert janeczek wrote:
>hi
>i write in php about 1.5 years. from the beginning i use macromedia homesite
>and i`m quite content of it. but...debugger, environment not optimized for
>php developers etc. so i wanted to try zend studio, i downloaded it,
>installed (w2k, i already
Chris,
Stability improved *a lot* since the beta in December. Remember, it *was*
a beta release, and like most betas, stability was not perfect. It's quite
good now, and it also got a whole new (well, mostly new) code completion
engine which is really revolutionary for PHP.
I'm not objective
At 05:02 18/02/2002, Peter J. Schoenster wrote:
>Well, as you said, no point in arguing. Just that I think if someone
>really wants to develop they should learn some better tools than a
>GUI but it's a question of balance.
That's quite an arguable point. I don't code PHP but C++ and Java, and I
At 06:44 PM 2/4/2002, Alex Shi wrote:
>Hi,
>
>After a long time absent from Zend I came across to it today just for
>any new articles. To my surprise they changed their home page and
>it seems like they are promoting their Zend Studio 2.0. I have no idea
>what it is. Is it like a Visual Studio? Do
afael Perazzo B Mota wrote:
> Who knows a good Php IDE for linux, like PHP Code ?
>
> Rafael Perazzo
>
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
At 06:00 PM 1/12/2002, Morten Nielsen wrote:
>Hi,
>
>Can anybody recommend a good development environment? It should support PHP,
>HTML and JavaScripts.
http://www.zend.com/store/beta.php - it doesn't have any special JavaScript
support, but it's by far the strongest one for PHP itself.
Zeev
Check the value of the upload_tmp_dir php.ini entry. That's the dir that
PHP would use for storing uploaded files. It can be the same as
session.save_path, but it doesn't have to be...
If it's not set, PHP would use the system-defined TEMP directory, which is
E:\WINNT\TEMP on your system (ap
Just FYI - if you use extract($_REQUEST), you're exposed to the very same
danger that exists in register_globals.
You're much better off using import_request_variables(), which allows you
some control over what you put in the global scope.
Zeev
At 01:14 18/12/2001, Michael Jurgens wrote:
>Hey
A 4.1.0 compatible version should be out soon.
Zeev
At 13:40 13/12/2001, Daniel Urstöger wrote:
>Does anybody know, when Zend plans to release a working Zend Accelerator
>version
>for PHP 4.1.0 ?
>Bcz we already think about buying this nice application, and we had the
>stuff already ruuning
>in
At 20:48 12/12/2001, Eöl wrote:
>The php readme / changelog noted that they worked with
>m$ and have made great improvements in the speed of
>php on windows. Now I find this to be a very generic
>explanation and not very helpful.
Well, maybe you should stick with 4.0.6 then?
Seriously, I rarely
http://www.php.net/downloads.php
--
PHP General 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]
They'll be posted within a couple of days.
Zeev
At 07:42 11/12/2001, MindHunter wrote:
>Where do we get the Windows Binaries?
>
>Cheers
>MH
>
>Zeev Suraski <[EMAIL PROTECTED]> wrote in message
>5.1.0.14.2.20011210234236.0516bec0@localhost">news:5.1.
After a lengthy QA process, PHP 4.1.0 is finally out. Download at
http://www.php.net/downloads.php !
PHP 4.1.0 includes several other key improvements:
- A new input interface for improved security (read below)
- Highly improved performance in general
- Revolutionary performance and stability i
After a lengthy QA process, PHP 4.1.0 is finally out. Download at
http://www.php.net/downloads.php !
PHP 4.1.0 includes several other key improvements:
- A new input interface for improved security (read below)
- Highly improved performance in general
- Revolutionary performance and stability i
r the past week or
>so, and last night it worked. One of the older tricks in the books for
>getting pre-releases.
>
>Also, beyond this.. other than grabbing from CVS, does php ever publish
>milestone development versions for download anywhere?
>
>Mike
>
>Zeev Suraski wro
There were some last minute issues that required further testing...
Zeev
At 20:53 28/11/2001, Julio Nobrega Trabalhando wrote:
> Mind if I ask why? I do have a few ideas, but I feel I am terribly wrong
>about them :-)
>
>--
>
>Julio Nobrega
>
>No matter where you go,
And for a good reason. Please don't publish such URLs in the future...
Zeev
At 18:56 28/11/2001, Mike Eheler wrote:
>Try it:
>
>http://www.php.net/distributions/php-4.1.0.tar.gz
>
>No word on the website, though.
>
>Mike
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e
My opinion differs from Rasmus in this case - I think that most of the
points he makes in his study are quite accurate and well analyzed. Be sure
to keep current when the next release of PHP comes out - it's going to
provide infrastructure to handle some of the more dangerous issues that
Shau
At 03:11 03-09-01, Valter Santos wrote:
> > >In this company, they have choose Microsoft stuff because they think it
> > >is the right choice for what they do. For some things, PHP could be a
> > >better choice, but it would be hard to convince who is in charge above
> > >me because PHP does not
At 14:52 01-09-01, Christian Reiniger wrote:
>On Friday 31 August 2001 15:22, Manuel Lemos wrote:
> > > I actually mention PHP-GTK in my sessions. I mention it as an
> > > anecdote, much like I mention some of the other interesting modules
> > > and projects in PHP (e.g., PEAR). I'm really not s
At 16:22 31-08-01, Manuel Lemos wrote:
>Oh, man, do you really do that? That is worse than not mention it at
>all. You may be joking but not everybody may understand it that way.
>Doing that you ruining the credibility of those efforts that take PHP
>far out what originally it was meant for. If yo
At 01:40 31-08-01, Manuel Lemos wrote:
>Whoever hears you may even believe that Microsoft products and
>supporting sites are successful because they don't have flaws. Sorry,
>but honestely this sounds like an excuse for not doing it.
Microsoft chooses which sites it links from microsoft.com *very
Manuel,
I started answering your letter point by point, but stopped, as it wouldn't
have gotten us anywhere.
I'm sorry if sharing my (IMHO very realistic) estimate of the PHP world
seemed like an insult to you or anybody else. Not everything that is done
in the PHP world is of good quality.
At 20:23 29-08-01, Alexander Skwar wrote:
>However, I don't think it's right to say that this will never ever
>happen, like you do. And I also do think, that it's counter-productive
>from you to say something like this. I mean, it would be okay (with
>me), if you kinda ignored this. But what's
At 15:19 29-08-01, Alexander Skwar wrote:
>So sprach »Manuel Lemos« am 2001-08-28 um 23:21:54 -0300 :
> > Man, give it some time! How long was it since Andrei released PHP-GTK?
> > How old is PHP now?
>
>Exactly. And also Perl wasn't made to create GUI apps, was it? But
>look how many Perl GUI a
p.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General Mailin
At 11:13 29-08-01, Geoff Caplan wrote:
>I am not very technical, as you will have gathered. But all I can do is pass
>on the view of my (rather good) ISP. They offer Java, Perl and PHP, and say
>that they find PHP much the most difficult to extend.
Can you elaborate on what you (or they) mean by
At 05:21 29-08-01, Manuel Lemos wrote:
>If when you mean pro-active you mean that's intentional and is all part
>of a plan,
>then we agree. If you acted somehow to promote PHP and got some
>unexpected results
>(good or bad) that is still marketing although not pro-active.
Regardless of this defi
"
>explanation, maybe even a better solution.
>
>Martin
>
>
>
>--
>PHP General 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 P
At 12:46 27-08-01, Alexander Skwar wrote:
>So sprach »Zeev Suraski« am 2001-08-27 um 09:40:40 +0300 :
> > Regarding source code hiding, you can use the Zend Encoder. Pricing wise,
> > the lowest you can get it for right now is $50/month, which may be too
> high
> >
At 08:07 27-08-01, Robin Chen wrote:
>This is very true. I have a few ideas that I want to sell, but the only
>way that I can do it with PHP is to give out the source, and the user is
>expected to know how to install PHP and set up the script. If I can
>compile the PHP script, then I can sell th
At 23:02 26-08-01, Manuel Lemos wrote:
>I don't think we have the same understanding of what is marketing. For
>me, marketing is being proactive in terms of promoting something before
>the potential market. Seeing people advocating PHP or analysts covering
>PHP here and there is not proactive at a
s, then I have to disagree with you yet
again... I don't think native executables are the thing that's holding PHP
back. It's a direct deduction from my view that PHP's main course is the
Web environment, where native executables simply do not make sense.
If you me
; End error_log >>>>>
>
>This stuff is killing our server. Our current solution is to bounce apache
>every 15 minutes. However if the traffic gets heavy, then all the memory
>gets sucked up and a reboot is required. I would greatly appreciate any help
>I could get o
PHP 4.0.6 has been released. Like 4.0.5, this is a maintenance release
which mostly includes fixes to bugs and issues found in earlier
versions. Those of you who decided not to upgrade to 4.0.5, may now wish
to jump directly to 4.0.6 to get all the new fixes of both versions.
One very import
At 08:24 21/5/2001, Rasmus Lerdorf wrote:
>You are assuming they even read this mailing list.
*ping* (in Tokyo, so it took me a while to catch up on my Email)
Zeev
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General
ery*
>little difference in speed (less than 5% in synthetic benchmarks, and
>much less in more complex php code) - certainly not the "signigicant slow
>down" that he claims.
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.co
put_compression for specific
pages/directories is by adding
php_flag zlib.output_compression [on/off]
in .htaccess files, or in the httpd.conf file (assuming you're using Apache).
Zeev
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.
;s corrupt.
>
>Thanks!
>Shawn Sellars
>
>--
>PHP General 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]
--
Zeev Suraski <[EMAIL P
Yes it is, it's much more efficient.
Zeev
At 01:05 1/5/2001, Aaron Tuller wrote:
>>At 12:12 AM +0300 5/1/01, Zeev Suraski wrote:
>>- Implemented high-performance zlib-based output compression - see
>> zlib.output_compression INI directive. (Zeev)
>
>is this diffe
e extension naming conventions. (Hartmut)
- Added iconv() function (using libc or libiconv). (Stig)
- Added ODBC_TYPE constant. (Stig)
- Added the call_user_method_array function which allows you to call a method
with an arbitrary number of parameters. (Sterling)
- ext/odbc: IBM DB2 patch by Walter Franzini.
At 18:13 29/4/2001, Luca wrote:
> > >If you can develop your application without using eval() you're
> > >better off as it is very slow.
>
>So, can think of faster solutions?
This only applies to using eval() as a 'mainstream' programming technique
(e.g., instead of using other language features
>>Phil Driscoll
>>Dial Solutions
>>+44 (0)113 294 5112
>>http://www.dialsolutions.com
>>http://www.dtonline.org
>>
>>
>>
>>--
>>PHP CVS Mailing List (http://www.php.net/)
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional
zeevMon Apr 23 16:50:56 2001 EDT
Modified files:
/php4/build build2.mk
Log:
Remove unnecessary tab (was killing Tru64 make)
Index: php4/build/build2.mk
diff -u php4/build/build2.mk:1.18 php4/build/build2.mk:1.19
--- php4/build/build2.mk:1.18 Tue Mar 6
> SYSROOT instead of c:\\winnt please.
> > >> > >
> > >> > > - James
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > PHP CVS Mailing List (http://www.php.net/)
>
subscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> >
> >
> > --
> > PHP CVS Ma
t;On Sun, 22 Apr 2001, Zeev Suraski wrote:
>
> > At 22:47 22/4/2001, Sascha Schumann wrote:
> > >On Sun, 22 Apr 2001, Zeev Suraski wrote:
> > >
> > > > I'm going to base 4.0.5 on the RC7 tag, so this won't make it in
> anyway.
> > &g
At 22:47 22/4/2001, Sascha Schumann wrote:
>On Sun, 22 Apr 2001, Zeev Suraski wrote:
>
> > I'm going to base 4.0.5 on the RC7 tag, so this won't make it in anyway.
>
> It would be really inconvenient for users of PHP, if PHP
> 4.0.5 would not be compa
ches
>and leave it until 4.0.6.
>
>- James
>
>
>--
>PHP CVS 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]
--
Zeev Suraski <[EM
zeevSun Apr 1 09:30:23 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
YARC
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.7 php4/configure.in:1.221.4.8
--- php4/configure.in:1.221.4.7
zeevSat Mar 31 14:54:07 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/standard output.c
Log:
MFH - header handling with output buffering
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.48.2.1 php4/ext/standard/output.c:1.4
zeevSat Mar 31 14:53:19 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Fix headers handling with output buffering
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.51 php4/ext/standard/output.c:1.52
--- php4/ext/standard/
zeevFri Mar 30 07:04:19 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/pgsql pgsql.c
Log:
Fix pgsql_set_Default_link()
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.93.2.3 php4/ext/pgsql/pgsql.c:1.93.2.4
--- php4/ext/pgsql/pgs
zeevFri Mar 30 06:57:02 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/pgsql pgsql.c
Log:
Revert all PostgreSQL patches that were in the branch...
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.93.2.2 php4/ext/pgsql/pgsql.c:1.9
zeevWed Mar 28 15:23:06 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Yes, RC4 is here too. RC3 had a broken ZTS build.
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.6 php4/configur
zeevWed Mar 28 14:51:35 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/standard basic_functions.c
Log:
Fix ZTS build
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.315.2.2
php4/ext/standard/basic_functio
zeevWed Mar 28 05:36:52 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
RC3
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.4 php4/configure.in:1.221.4.5
--- php4/configure.in:1.221.4.4
->get($id, $group))
> return $content;
>@@ -152,14 +175,14 @@
> * @brother end()
> */
> function endPrint($expire = 0, $userdata = "") {
>-print $this->end($expire, $userdata);
>+print $this->end($expire, $userd
Ah, so that's ok to wait for 4.0.6 then...
At 13:31 23/3/2001, Ben Mansell wrote:
>On Fri, 23 Mar 2001, Zeev Suraski wrote:
>
> > If it crashes PHP though, it may give remote users a way to attack (even
> > though I can't really think of one in this case)
>
&g
m not so sure, its a fairly minor bug - every web browser out there
>will send a Content-Type header...
>
>
>
>
>--
>PHP CVS Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact th
zeevTue Mar 20 13:59:50 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
4.0.5RC2
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.3 php4/configure.in:1.221.4.4
--- php4/configure.in:1.221
al commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
At 00:55 20/3/2001, Rasmus Lerdorf wrote:
> > > >MySQL access functions were in PHP long before it went open source. I'm
> > > >not saying that Midgard is on the same level of general usefullness
> > > >but just that the fact that there's an organization behind it
> > > >doesn't change it's licens
At 00:53 20/3/2001, Emiliano wrote:
>Zeev Suraski wrote:
>
> > >MySQL access functions were in PHP long before it went open source. I'm
> > >not saying that Midgard is on the same level of general usefullness
> > >but just that the fact that there's an
At 00:29 20/3/2001, [EMAIL PROTECTED] wrote:
>Midgard is not exactly a layer above PHP, it's an extension to PHP,
>exactly like the session extension, or the gd extension.
>
>Here is my own point of view (far from objective, cause I'm from the
>Midgard team ;):
>Midgard is a CMS, like MySQL is a
gt; > I would feel belongs in the main PHP distribution. In the same way the DB
> > abstraction class is (even the C version of it) ... and that they both
> > belong in PEAR.
>
>This is a discussion that I'm fully open to.
I tend to agree to Colin's statement. I don
L PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General Mailing List (http://www.php
zeevSat Mar 17 18:36:27 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/main SAPI.c SAPI.h
Log:
MFH
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.100 php4/main/SAPI.c:1.100.2.1
--- php4/main/SAPI.c:1.100 Sun Feb 25 22:07:30 2001
+++ php4/mai
zeevSat Mar 17 18:35:10 2001 EDT
Modified files:
/php4/ext/fdf fdf.c
Log:
Fix reference to nuked function
Index: php4/ext/fdf/fdf.c
diff -u php4/ext/fdf/fdf.c:1.39 php4/ext/fdf/fdf.c:1.40
--- php4/ext/fdf/fdf.c:1.39 Sun Feb 25 22:06:54 2001
+++
zeevSat Mar 17 18:32:04 2001 EDT
Modified files:
/php4/main SAPI.c SAPI.h
Log:
These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...
Also, please maintain K&R code layout, it's very messy
mmediately. |
+ | obtain it through the world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
- | Author: Zeev Suraski <[EM
mmediately. |
+--+
- | Author: Zeev Suraski <[EMAIL PROTECTED]> |
+ | Author: Zeev Suraski <[EMAIL PROTECTED]>
+ |
+--+
zeevFri Mar 16 19:05:07 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/ext/standard output.c
Log:
MFH
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.48 php4/ext/standard/output.c:1.48.2.1
--- php4/ext/standard/output.c:1.48
zeevFri Mar 16 19:03:50 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Fix the output buffering bug Andre found
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.48 php4/ext/standard/output.c:1.49
--- php4/ext/standard/ou
I added it...
At 11:28 14/3/2001, Derick Rethans wrote:
>On Tue, 13 Mar 2001, Zeev Suraski wrote:
>
> > zeev Tue Mar 13 14:52:53 2001 EDT
> >
> > Modified files:
> > /php4/ext/mysql php_mysql.c php_mysql.h
> > Log:
> >
zeevTue Mar 13 15:20:23 2001 EDT
Modified files:
/php4 NEWS
/php4/ext/standard browscap.c
Log:
Make get_browser() read its information from $HTTP_SERVER_VARS[] if available
Index: php4/NEWS
diff -u php4/NEWS:1.611 php4/NEWS:1.612
--- php4/NEW
zeevTue Mar 13 14:52:53 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c php_mysql.h
Log:
Implement mysql_unbuffered_query() - uses mysql_use_result() instead of
mysql_store_result()
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_
zeevTue Mar 13 13:42:43 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Centralize query code
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.74 php4/ext/mysql/php_mysql.c:1.75
--- php4/ext/mysql/php_mysql.c:1.74
zeevTue Mar 13 13:13:19 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Use a container struct instead of MYSQL directly
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.73 php4/ext/mysql/php_mysql.c:1.74
--- php4/ext
1 - 100 of 182 matches
Mail list logo