wez Tue Jul 8 05:10:42 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/comCOM.c
Log:
Fix leak when loading constants from a type-library.
Index: php-src/ext/com/COM.c
diff -u php-src/ext/com/COM.c:1.90.2.7 php-src/ext/com/COM.c:1.90.2.8
--- ph
wez Tue Jul 8 05:12:00 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcEXTENSIONS
Log:
update activescript info
Index: php-src/EXTENSIONS
diff -u php-src/EXTENSIONS:1.51.2.2 php-src/EXTENSIONS:1.51.2.3
--- php-src/EXTENSIONS:1.51.2.2 Mon Jul 7 18:
wez Tue Jul 8 05:13:05 2003 EDT
Modified files:
/php-srcEXTENSIONS
Log:
MFB extensions info
Index: php-src/EXTENSIONS
diff -u php-src/EXTENSIONS:1.56 php-src/EXTENSIONS:1.57
--- php-src/EXTENSIONS:1.56 Mon Jul 7 18:36:31 2003
+++ php-src/EXTENSI
derick Tue Jul 8 05:43:39 2003 EDT
Modified files:
/php-srcREADME.SUBMITTING_PATCH
Log:
- Fixed email address
Index: php-src/README.SUBMITTING_PATCH
diff -u php-src/README.SUBMITTING_PATCH:1.6 php-src/README.SUBMITTING_PATCH:1.7
--- php-src/README.SUBMI
derick Tue Jul 8 05:44:35 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcREADME.SUBMITTING_PATCH
Log:
- MFH: Fixed email addresses
Index: php-src/README.SUBMITTING_PATCH
diff -u php-src/README.SUBMITTING_PATCH:1.4.2.2 php-src/README.SUBMITTING_PATCH:
The functionality is not experimental. It has been in our private
stable branch for quite some time, and we had just not merged
it into the tree. We've actually had quite a few requests
from people to merge it into the next official release so they
could update php via the FreeBSD ports system or
Judging by the complete silence, looks like you have lazy consensus! :)
Zeev
At 17:40 07/07/2003, Derick Rethans wrote:
On Mon, 7 Jul 2003, Sascha Schumann wrote:
> sas Mon Jul 7 10:39:03 2003 EDT
>
> Modified files: (Branch: PHP_4_3)
> /php-src/ext/ircg ircg.c php_
This is correct.
-Jason
On Mon, 2003-07-07 at 19:51, Jani Taskinen wrote:
> And you're sure getaddrinfo() is always available (whenever IPV6 is) ??
>
> --Jani
>
>
> On Mon, 7 Jul 2003, Sara Golemon wrote:
>
> >pollita Mon Jul 7 18:27:32 2003 EDT
> >
> > Modifie
If the platform supports gethostbyname_r(most i know do), that is thread
safe.
-Jason
On Tue, 2003-07-08 at 00:00, Sara Golemon wrote:
> pollita Tue Jul 8 01:00:15 2003 EDT
>
> Modified files:
> /php-src/ext/sockets sockets.c
> Log:
> gethostbyname2(
On Tue, 8 Jul 2003, Jason Greene wrote:
> If the platform supports gethostbyname_r(most i know do), that is thread
> safe.
Note the "2" in the name.
- Sascha
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2003-07-08 at 08:15, Sascha Schumann wrote:
> On Tue, 8 Jul 2003, Jason Greene wrote:
>
> > If the platform supports gethostbyname_r(most i know do), that is thread
> > safe.
>
> Note the "2" in the name.
>
> - Sascha
I should have been more specific, we should change the ipv4 re
gluke Tue Jul 8 09:27:29 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
Index: php-src/ext/mnogosearch/php_mnogo.c
diff -u php-src/ext/mnogosearch
gluke Tue Jul 8 09:28:16 2003 EDT
Modified files:
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
Index: php-src/ext/mnogosearch/php_mnogo.c
diff -u php-src/ext/mnogosearch/php_mnogo.c:1.76
On Tue, 8 Jul 2003, Zeev Suraski wrote:
> Judging by the complete silence, looks like you have lazy consensus! :)
You two would really make for a good pair. :)
- Sascha
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 16:31 08/07/2003, Sascha Schumann wrote:
On Tue, 8 Jul 2003, Zeev Suraski wrote:
> Judging by the complete silence, looks like you have lazy consensus! :)
You two would really make for a good pair. :)
Nah, not enough contrast. I'd go for you and Jani :)
Zeev
--
PHP CVS Mailing List (htt
sniper Tue Jul 8 09:53:34 2003 EDT
Modified files:
/php-src/sapi/apache2filter config.m4
/php-src/sapi/apache2handlerconfig.m4
Log:
- Fixed bug #24537 (apache2 compile missing include directories)
Index: php-src/sapi/apache2filter/config.m4
dif
sniper Tue Jul 8 09:54:14 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/apache2filter config.m4
/php-src/sapi/apache2handlerconfig.m4
Log:
MFH: - Fixed bug #24537 (apache2 compile missed include directories)
Index: php-src/sapi/apache
FYI: gethostbyname() is thread-safe under win32.
I have some code hanging around in my libwstreams repository
that implements getaddrinfo() using all the possible variations
of gethostbyname() or gethostbyname_r() (there are 3 possible
prototypes accepting 3, 5 or 6 parameters respectively!) for
I
gluke Tue Jul 8 10:00:19 2003 EDT
Modified files:
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- Output of UDM_PARAM_WORDINFO_ALL was fixed
Index: php-src/ext/mnogosearch/php_mnogo.c
diff -u php-src/ext/mnogosearch/php_mnogo.c:1.77
php-src/ext/mnogosearch
gluke Tue Jul 8 10:00:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- Output of UDM_PARAM_WORDINFO_ALL was fixed
Index: php-src/ext/mnogosearch/php_mnogo.c
diff -u php-src/ext/mnogosearch/php_mnogo.c:1.66.2.4
ph
On Tue, 2003-07-08 at 08:59, Wez Furlong wrote:
> FYI: gethostbyname() is thread-safe under win32.
I thought so but wasn't sure
> I have some code hanging around in my libwstreams repository
> that implements getaddrinfo() using all the possible variations
> of gethostbyname() or gethostbyname_r
sniper Tue Jul 8 10:12:56 2003 EDT
Modified files:
/php-src/sapi/apache2filter config.m4
Log:
apache2filter does not require 2.0.44
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.33
php-src/sapi/apache2filter/config
sniper Tue Jul 8 10:13:10 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/apache2filter config.m4
Log:
MFH
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.25.2.7
php-src/sapi/apache2filter/config.m4:1.25.2.8
sniper Tue Jul 8 10:46:32 2003 EDT
Modified files:
/php-src/ext/standard dns.h
Log:
fix typo (most likely fixes #24533 too)
Index: php-src/ext/standard/dns.h
diff -u php-src/ext/standard/dns.h:1.16 php-src/ext/standard/dns.h:1.17
--- php-src/ext/standard
rrichards Tue Jul 8 13:00:49 2003 EDT
Modified files:
/php-src/ext/domelement.c
Log:
fix getElementsByTagName
Index: php-src/ext/dom/element.c
diff -u php-src/ext/dom/element.c:1.6 php-src/ext/dom/element.c:1.7
--- php-src/ext/dom/element.c:1.6
helly Tue Jul 8 14:56:14 2003 EDT
Added files:
/php-src/ext/sqlite/tests sqlite_022.phpt
Log:
Add test for sqlite_seek()
Index: php-src/ext/sqlite/tests/sqlite_022.phpt
+++ php-src/ext/sqlite/tests/sqlite_022.phpt
--TEST--
sqlite: sqlite_seek
--INI--
sq
helly Tue Jul 8 14:57:28 2003 EDT
Modified files:
/php-src/ext/sqlite sqlite.c
Log:
Fix bug #24540
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.70 php-src/ext/sqlite/sqlite.c:1.71
--- php-src/ext/sqlite/sqlite.c:1.70Sat Jul 5
sas Tue Jul 8 17:46:20 2003 EDT
Modified files:
/php-src/ext/ircg ircg.c
Log:
Add missing entries to callback map
Index: php-src/ext/ircg/ircg.c
diff -u php-src/ext/ircg/ircg.c:1.193 php-src/ext/ircg/ircg.c:1.194
--- php-src/ext/ircg/ircg.c:1.193
helly Tue Jul 8 19:10:01 2003 EDT
Modified files:
/php-src/ext/sqlite sqlite.c
Log:
fix this stupid error
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.71 php-src/ext/sqlite/sqlite.c:1.72
--- php-src/ext/sqlite/sqlite.c:1.71Tue
helly Tue Jul 8 19:11:14 2003 EDT
Modified files:
/splspl_foreach.c
Log:
Add some comments
Index: spl/spl_foreach.c
diff -u spl/spl_foreach.c:1.14 spl/spl_foreach.c:1.15
--- spl/spl_foreach.c:1.14 Tue Jun 17 16:18:10 2003
+++ spl/spl_foreach.c
helly Tue Jul 8 19:11:36 2003 EDT
Modified files:
/splconfig.m4
Log:
Fix configure options
Index: spl/config.m4
diff -u spl/config.m4:1.2 spl/config.m4:1.3
--- spl/config.m4:1.2 Mon Jun 30 19:24:12 2003
+++ spl/config.m4 Tue Jul 8 19:11:36 20
helly Tue Jul 8 19:25:18 2003 EDT
Added files:
/spl/tests foreach_non_spl.phpt
Log:
Currently we're presented all properties with foreach()
Index: spl/tests/foreach_non_spl.phpt
+++ spl/tests/foreach_non_spl.phpt
--TEST--
SPL: foreach non spl classes
--S
jason Tue Jul 8 22:48:25 2003 EDT
Modified files:
/splspl_foreach.c
Log:
Convert C++ comments to C (violates C99, and breaks several compilers)
Index: spl/spl_foreach.c
diff -u spl/spl_foreach.c:1.15 spl/spl_foreach.c:1.16
--- spl/spl_foreach.c:1.1
Actually, I double checked C99, and // was added, however C89 does not.
-Jason
On Tue, 2003-07-08 at 21:48, Jason Greene wrote:
> jason Tue Jul 8 22:48:25 2003 EDT
>
> Modified files:
> /spl spl_foreach.c
> Log:
> Convert C++ comments to C (violates C99, a
sterlingTue Jul 8 23:14:41 2003 EDT
Modified files:
/php-src/ext/xmlexpat_compat.h
Log:
boom bam bing
Index: php-src/ext/xml/expat_compat.h
diff -u php-src/ext/xml/expat_compat.h:1.10 php-src/ext/xml/expat_compat.h:1.11
--- php-src/ext/xml/expat_
35 matches
Mail list logo