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
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
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 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 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 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 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
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
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
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
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
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
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
zeevThu Jan 11 10:18:19 2001 EDT
Modified files: (Branch: php_4_0_4)
/php4 NEWS configure.in
/php4/main php_version.h
Log:
Prepare to roll pl1
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: php4/NEWS
diff -u php4/NEWS:1.532.2.8 p
(Zeev, Zend Engine)
Zeev
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
n -1;
> sap = *sal;
> *sap = emalloc(sizeof(struct sockaddr_in));
>- if (*sap == NULL)
>- goto errexit;
>-
> (*sap)->sa_family = AF_INET;
> ((struct sockaddr_in *)
zeevSat Jan 13 05:02:19 2001 EDT
Modified files:
/php4/ext/standard http_fopen_wrapper.c
/php4/main network.c
Log:
Fix Windows & thread-safe build
Index: php4/ext/standard/http_fopen_wrapper.c
diff -u php4/ext/standard/http_fopen_wrapper.c:1.4
ph
zeevSat Jan 13 05:10:50 2001 EDT
Modified files:
/php4/main main.c php_ini.c
Log:
Remove stale code
Index: php4/main/main.c
diff -u php4/main/main.c:1.346 php4/main/main.c:1.347
--- php4/main/main.c:1.346 Sun Jan 7 10:38:38 2001
+++ php4/main/main
zeevSat Jan 13 05:14:50 2001 EDT
Modified files:
/php4/main main.c
Log:
Remove some more useless code
Index: php4/main/main.c
diff -u php4/main/main.c:1.347 php4/main/main.c:1.348
--- php4/main/main.c:1.347 Sat Jan 13 05:10:50 2001
+++ php4/main/ma
zeevSat Jan 13 05:16:57 2001 EDT
Modified files:
/php4/main main.c
Log:
cleanup time...
Index: php4/main/main.c
diff -u php4/main/main.c:1.348 php4/main/main.c:1.349
--- php4/main/main.c:1.348 Sat Jan 13 05:14:49 2001
+++ php4/main/main.cSat Ja
zeevSat Jan 13 05:59:23 2001 EDT
Modified files:
/php4/ext/standard exec.c file.c file.h fsock.c fsock.h
Log:
- Fix exec() bug
- Merge fsock and file globals
Index: php4/ext/standard/exec.c
diff -u php4/ext/standard/exec.c:1.45 php4/ext/standard/exec
zeevSat Jan 13 14:47:44 2001 EDT
Modified files:
/php4/ext/sybase_ct php_sybase_ct.c
Log:
Add sybase_get_last_message() from Jan Fedak <[EMAIL PROTECTED]>
@- Added sybase_get_last_message() to the Sybase CT module (Jan Fedak)
Index: php4/ext/sybase_ct/
zeevSat Jan 13 15:49:45 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c file.c file.h fsock.c fsock.h
Log:
Both thread-safe and thread-unsafe builds should be ok now
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basi
zeevSun Jan 14 01:30:17 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Don't fetch numeric indices in mysql_fetch_object()
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.62 php4/ext/mysql/php_mysql.c:1.63
--- php4/e
zeevMon Jan 15 02:22:19 2001 EDT
Modified files:
/php4/ext/odbc php_odbc.c
Log:
Fix Win32 build
Index: php4/ext/odbc/php_odbc.c
diff -u php4/ext/odbc/php_odbc.c:1.70 php4/ext/odbc/php_odbc.c:1.71
--- php4/ext/odbc/php_odbc.c:1.70 Sun Jan 14 17
zeevMon Jan 15 02:48:48 2001 EDT
Modified files:
/php4/ext/standard php_string.h
Log:
Nuke a couple of warnings
Index: php4/ext/standard/php_string.h
diff -u php4/ext/standard/php_string.h:1.32 php4/ext/standard/php_string.h:1.33
--- php4/ext/standard/p
zeevMon Jan 15 02:50:39 2001 EDT
Modified files:
/php4/main rfc1867.c
Log:
Use free_estring()
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.57 php4/main/rfc1867.c:1.58
--- php4/main/rfc1867.c:1.57Sat Jan 13 02:19:17 2001
+++ php4/main/rfc
zeevMon Jan 15 02:52:02 2001 EDT
Modified files:
/php4/main php_globals.h php_ini.c
Log:
- Remove the ini_extension_list global
- Switch to delayed loading of Zend extensions
Index: php4/main/php_globals.h
diff -u php4/main/php_globals.h:1.60 php4/mai
zeevMon Jan 15 06:55:30 2001 EDT
Modified files:
/php4/sapi/isapi/stresstest notes.txt stresstest.cpp
Log:
- Implement quick file comparing routine
- Fix crash - wait on the threads themselves, not on Event objects.
It takes time between the time a threa
zeevMon Jan 15 07:13:50 2001 EDT
Modified files:
/php4/sapi/isapi/stresstest stresstest.cpp
Log:
- Implement CompareStringWithFile()
- Remove a stupid NULL assignment that slipped in the last commit
Index: php4/sapi/isapi/stresstest/stresstest.cpp
d
zeevMon Jan 15 07:16:30 2001 EDT
Modified files:
/php4/sapi/isapi/stresstest stresstest.dsp
Log:
Fix output dir
Index: php4/sapi/isapi/stresstest/stresstest.dsp
diff -u php4/sapi/isapi/stresstest/stresstest.dsp:1.2
php4/sapi/isapi/stresstest/stresstest.
zeevMon Jan 15 12:34:31 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Add Ben Mansell to the ISAPI committers
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.40 CVSROOT/avail:1.41
--- C
zeevTue Jan 16 02:43:53 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Add Ben Mansell to the CVS committers so he can maintain Zeus/thread safety
compatibility
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
tween words in function names, i.e.
>vpopmail_del_user?
>
>-Andrei
>* Life may be expensive, but it includes an annual free trip around the sun. *
>
>--
>PHP CVS Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-ma
zeevTue Jan 16 16:29:32 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Explicit ISAPI access for Shane
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.42 CVSROOT/avail:1.43
--- CVSROOT/a
zeevWed Jan 17 16:43:25 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Add Alex and Bill to the Java dirs
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.44 CVSROOT/avail:1.45
--- CVSROO
/sapi/apache/mod_php4.c:1.84Wed Jan 3 14:45:11 2001
+++ php4/sapi/apache/mod_php4.c Sun Jan 21 16:06:52 2001
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]> |
+--+
zeevSun Jan 21 16:11:44 2001 EDT
Modified files:
/php4 NEWS
Log:
Update and pastify NEWS
Index: php4/NEWS
diff -u php4/NEWS:1.566 php4/NEWS:1.567
--- php4/NEWS:1.566 Sun Jan 21 09:36:46 2001
+++ php4/NEWS Sun Jan 21 16:11:43 2001
@@ -2,7 +2,9
--- php4/sapi/apache/mod_php4.c:1.85Sun Jan 21 16:06:52 2001
+++ php4/sapi/apache/mod_php4.c Sun Jan 21 17:08:28 2001
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTEC
.c:1.87
--- php4/sapi/apache/mod_php4.c:1.86Sun Jan 21 17:08:28 2001
+++ php4/sapi/apache/mod_php4.c Sun Jan 21 17:10:21 2001
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTEC
; > Philip
> >
> >
> > --
> > 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]
> >
This is a 4.x feature only. The idea is that in the long run, []
will no longer be supported for string offsets, only {} will.
Zeev
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General Mailing List (http://www.php.net/)
view page inbetween my data entry page and the page that
> actually saves to db. I don't want magic quotes turned on when going
> from the data entry to the preview page since all quotes keep getting
> backslashed. Is there a way to do this?
>
> -Ben
>
>
--
Ze
zeevMon Feb 26 16:09:14 2001 EDT
Modified files:
/php4/ext/standard output.c php_output.h
Log:
Fix chunked output buffering support
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.39 php4/ext/standard/output.c:1.40
--- php4/ext/st
zeevFri Mar 2 06:36:29 2001 EDT
Added files:
/php4/ext/cybermut .cvsignore Makefile.in config.m4 cybermut.c
cybermut.xml libs.mk php_cybermut.h
/php4/ext/cybermut/tests001.phpt
Log:
Add CyberMut extension from Sylvain PAG
zeevFri Mar 2 07:05:45 2001 EDT
Modified files:
/CVSROOTavail cvsusers gen_acl_file.m4
Log:
Add spades/Cybermut
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.107 CVSROOT/avail:1.108
--- CVSROOT/av
zeevSat Mar 3 17:08:47 2001 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
whitespace fix
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.95 php4/sapi/cgi/cgi_main.c:1.96
--- php4/sapi/cgi/cgi_main.c:1.95 Mon Feb 26 10:
zeevSat Mar 3 17:09:36 2001 EDT
Modified files:
/php4/ext/sablotsablot.c
/php4/ext/standard output.c php_output.h
Log:
Improve chunked output buffering - the output handler now knows at which stage it is
Index: php4/ext/sablot/sablot.c
diff -u
zeevSat Mar 3 17:17:22 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c basic_functions.h
Log:
this function will never return true...
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.311
php4/ext/s
> @@ -97,7 +97,6 @@
> > PHP_FUNCTION(print_r);
> >
> > PHP_FUNCTION(connection_aborted);
> > -PHP_FUNCTION(connection_timeout);
> > PHP_FUNCTION(connection_status);
> > PHP_FUNCTION(ignore_user_abort);
> >
> >
> >
> >
> > --
>
zeevSat Mar 3 17:45:20 2001 EDT
Modified files:
/php4/ext/standard output.c php_output.h
/php4/main main.c
Log:
Fix non-thread safe mode
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.41 php4/ext/standard/output.c:1.42
---
zeevSun Mar 4 07:46:13 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Improve memory consumption on chunked output buffering
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.42 php4/ext/standard/output.c:1.43
--- php4/e
zeevSun Mar 4 07:49:38 2001 EDT
Modified files:
/php4/ext/standard info.c
Log:
Fix phpinfo() bug that crept in
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.130 php4/ext/standard/info.c:1.131
--- php4/ext/standard/info.c:1.130
zeevSun Mar 4 14:03:23 2001 EDT
Modified files:
/php4/ext/standard info.c
Log:
I don't know German, but I imagine that was the problem :)
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.131 php4/ext/standard/info.c:1.132
--- php4/ext
--- php4/sapi/apache/mod_php4.c:1.89Sun Feb 25 22:07:35 2001
+++ php4/sapi/apache/mod_php4.c Tue Mar 6 07:00:08 2001
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTEC
.c:1.90Tue Mar 6 07:00:08 2001
+++ php4/sapi/apache/mod_php4.c Tue Mar 6 07:10:53 2001
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: mod_php4.c,
zeevTue Mar 6 07:54:49 2001 EDT
Modified files:
/php4/ext/standard output.c php_output.h
Log:
Initial work on internal output handlers - should be much quicker
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.43 php4/ext/standard/
zeevTue Mar 6 08:25:14 2001 EDT
Modified files:
/php4/ext/standard output.c php_output.h
Log:
Fix internal output buffering
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.44 php4/ext/standard/output.c:1.45
--- php4/ext/standard/
zeevTue Mar 6 08:28:51 2001 EDT
Modified files:
/php4/ext/standard output.c php_output.h
Log:
More internal output buffering fixes
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.45 php4/ext/standard/output.c:1.46
--- php4/ext/st
zeevTue Mar 6 10:29:00 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Fixes to internal output buffering
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.46 php4/ext/standard/output.c:1.47
--- php4/ext/standard/output.c
zeevTue Mar 6 11:38:33 2001 EDT
Modified files:
/php4/ext/standard output.c
Log:
Fix freeing of buffers
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.47 php4/ext/standard/output.c:1.48
--- php4/ext/standard/output.c:1.47 Tu
zeevTue Mar 6 12:43:55 2001 EDT
Modified files:
/php4/ext/zlib zlib.c php_zlib.h
Log:
Implement internal output compression0:wq
Index: php4/ext/zlib/zlib.c
diff -u php4/ext/zlib/zlib.c:1.74 php4/ext/zlib/zlib.c:1.75
--- php4/ext/zlib/zlib.c:1.74
zeevWed Mar 7 02:08:19 2001 EDT
Modified files:
/php4 NEWS php.ini-dist php.ini-optimized
Log:
Update .ini's and NEWS
Index: php4/NEWS
diff -u php4/NEWS:1.605 php4/NEWS:1.606
--- php4/NEWS:1.605 Tue Mar 6 18:09:17 2001
+++ php4/NEWS Wed Mar
d cache? also, is there anywhere with stated benchmarks
>that i can see to compare?
>
>
>Thanks,
>joe
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To c
At 13:41 7/3/2001, Derek Sivers wrote:
>>Which is the main difference between include() and
>>require() functions?
>
>
>"include" is optional
>you can put it inside an "IF"
>like this:
>
>if (0)
> {
> /* THIS WILL NOT SHOW... */
> include "optional_file.php";
> }
>
>
>but "require" happen
zeevThu Mar 8 02:43:52 2001 EDT
Modified files:
/php4/win32 README.txt
Log:
Point people to the Windows mailing list...
Index: php4/win32/README.txt
diff -u php4/win32/README.txt:1.4 php4/win32/README.txt:1.5
--- php4/win32/README.txt:1.4 Fri Jul 14 1
zeevThu Mar 8 03:21:18 2001 EDT
Modified files:
/php4/win32 README.txt
Log:
Index: php4/win32/README.txt
diff -u php4/win32/README.txt:1.5 php4/win32/README.txt:1.6
--- php4/win32/README.txt:1.5 Thu Mar 8 02:43:52 2001
+++ php4/win32/README.txt
Yep :)
At 13:10 8/3/2001, David Croft wrote:
>shouldn't that be php-windows-subscribe?
>
>
>On Thu, 8 Mar 2001, Zeev Suraski wrote:
>
> > zeev Thu Mar 8 02:43:52 2001 EDT
> >
> > Modified files:
> > /php4/win32 README.txt
zeevSun Mar 11 02:02:36 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Add some karma to Sasha
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.112 CVSROOT/avail:1.113
--- CVSROOT/avail:1
zeevSun Mar 11 14:40:12 2001 EDT
Modified files:
/CVSROOTavail cvsusers gen_acl_file.m4
Log:
Add Steph Fox
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.114 CVSROOT/avail:1.115
--- CVSROOT/avail:1.
zeevMon Mar 12 14:26:18 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Start 4.0.5 release process...
Index: php4/configure.in
diff -u php4/configure.in:1.221 php4/configure.in:1.221.2.1
--- php4/
At 00:31 13/3/2001, Andrei Zmievski wrote:
>On Mon, 12 Mar 2001, Zeev Suraski wrote:
> > zeev Mon Mar 12 14:26:18 2001 EDT
> >
> > Modified files: (Branch: PHP_4_0_5)
> > /php4 configure.in
> > /php4/mainphp_versi
[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.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
zeevTue Mar 13 08:23:53 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Rebranch
Index: php4/configure.in
diff -u php4/configure.in:1.221 php4/configure.in:1.221.4.1
--- php4/configure.in:1.221
zeevTue Mar 13 08:27:40 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 NEWS
Log:
Update NEWS for the branch...
Index: php4/NEWS
diff -u php4/NEWS:1.611 php4/NEWS:1.611.2.1
--- php4/NEWS:1.611 Mon Mar 12 18:09:17 2001
+++ php4/NEWS Tue Mar
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
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 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 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
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:
> >
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
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
mmediately. |
+--+
- | Author: Zeev Suraski <[EMAIL PROTECTED]> |
+ | Author: Zeev Suraski <[EMAIL PROTECTED]>
+ |
+--+
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
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
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: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
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
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
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
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
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
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
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
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
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
subscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> >
> >
> > --
> > PHP CVS Ma
> SYSROOT instead of c:\\winnt please.
> > >> > >
> > >> > > - James
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > PHP CVS Mailing List (http://www.php.net/)
>
1 - 100 of 182 matches
Mail list logo