rasmus Fri Oct 4 05:00:46 2002 EDT
Modified files:
/CVSROOTavail
Log:
TSRM karma for David Reid
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.508 CVSROOT/avail:1.509
--- CVSROOT/avail:1.508 Thu Oct 3 14:35:09 2002
+++ CVSROOT/avail Fri Oct 4 05:
msopacuaFri Oct 4 05:22:02 2002 EDT
Modified files:
/php4/ext/xslt sablot.c
Log:
(xslt_set_error_handler) Fixes array 'fields' argument to contain correct
information.
Patch by Lenar Lohmus.
@-
msopacuaFri Oct 4 07:41:33 2002 EDT
Added files:
/php4/ext/xslt/tests002.phpt 003.phpt skipif.inc
xslt_set_error_handler.php
Log:
Improve testkit for xslt.
002.phpt and 003.phpt are regression tests for repor
Does this really deserve a news entry?
On Fri, Oct 04, 2002 at 11:41:33AM -, Melvyn Sopacua wrote:
> msopacua Fri Oct 4 07:41:33 2002 EDT
>
> Added files:
> /php4/ext/xslt/tests 002.phpt 003.phpt skipif.inc
> xslt_set_e
Yeah, I was in doubt about that one.
They are bug-related, but nothing spectacular indeed. I'll remove it.
At 13:45 4-10-2002, Sander Roobol wrote:
>Does this really deserve a news entry?
>
>On Fri, Oct 04, 2002 at 11:41:33AM -, Melvyn Sopacua wrote:
> > msopacua Fri Oct 4 07
andrei Fri Oct 4 10:12:13 2002 EDT
Modified files:
/php4 NEWS
Log:
that was reverted for now
Index: php4/NEWS
diff -u php4/NEWS:1.1179 php4/NEWS:1.1180
--- php4/NEWS:1.1179Fri Oct 4 00:47:33 2002
+++ php4/NEWS Fri Oct 4 10:12:13 2002
@@ -3,7
sterlingFri Oct 4 12:53:14 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
@ Make the glue argument to implode() optional, if it is not specified
@ default to using "". (Sterling)
Index: php4/ext/standard/string.c
diff -u php4/ext/stan
sterlingFri Oct 4 12:54:57 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
fix a memory leak in implode()
# kept seperate from last commit on purpose.. ;)
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.309 php
derick Fri Oct 4 12:55:47 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
- dot :)
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.310 php4/ext/standard/string.c:1.311
--- php4/ext/standard/string.c:1.310Fri Oct 4 12:
sander Fri Oct 4 13:10:51 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
Fixed a bug in the new implementation of str_repeat()
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.311 php4/ext/standard/string.c:1.312
--- php4/
At 18:00 03/10/2002, Yasuo Ohgaki wrote:
>Zeev Suraski wrote:
>OG(implicit_flush) != PG(implicit_flush)
That's a myth. What exactly do you think is the difference between
them? PG(implicit_flush) sets the value for OG(implicit_flush). It's
simply the cache value for the INI directive implici
helly Fri Oct 4 13:11:36 2002 EDT
Modified files:
/php4/main output.c
Log:
suggest paranthesis around || and &&
Index: php4/main/output.c
diff -u php4/main/output.c:1.138 php4/main/output.c:1.139
--- php4/main/output.c:1.138Thu Oct 3 09:32:01 2002
+
helly Fri Oct 4 13:17:01 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
return FALSE on error
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.522
php4/ext/standard/basic_functions.c:1.523
---
This affects some of the newly introduced tests and the ob discussion...
Derick could you verify that your test uses the correct ini file when running:
sapi/cli/php -c php.ini-dist run-tests.php tests/strings/004.phpt
Remember the handling and test for ini detection is currently NOT correct.
As
sniper Fri Oct 4 13:28:48 2002 EDT
Modified files:
/php4 NEWS
Log:
combine those ob_* entries and keep the attention line on top
Index: php4/NEWS
diff -u php4/NEWS:1.1180 php4/NEWS:1.1181
--- php4/NEWS:1.1180Fri Oct 4 10:12:13 2002
+++ php4/NEWS
rasmus Fri Oct 4 14:01:53 2002 EDT
Modified files:
/php4/ext/sockets sockets.c
Log:
Kill warning
Index: php4/ext/sockets/sockets.c
diff -u php4/ext/sockets/sockets.c:1.123 php4/ext/sockets/sockets.c:1.124
--- php4/ext/sockets/sockets.c:1.123Sun Sep 2
rasmus Fri Oct 4 14:03:29 2002 EDT
Modified files:
/php4/ext/standard dir.c
Log:
Kill a few more warnings
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.106 php4/ext/standard/dir.c:1.107
--- php4/ext/standard/dir.c:1.106 Sat Sep 28
No function never called RETURN_FALSE if
zend_parse_parameters couldn't successfully parse the passed
parameters.
Are we going to change this behaviour globally?
Function up and including today returned NULL if there was a
problem with parsing the parameters.
This co
sas Fri Oct 4 14:21:40 2002 EDT
Modified files:
/php4/main network.c php_streams.h streams.c
Log:
Improve the general behaviour of stream_gets and fix its semantics
with regard to sockets. The behaviour should be aligned with PHP 4.2 now.
This has been v
In this case i would vote for RETURN_NULL(); instead
of simply using return;
At 20:20 04.10.2002, Markus Fischer wrote:
> No function never called RETURN_FALSE if
> zend_parse_parameters couldn't successfully parse the passed
> parameters.
>
> Are we going to change this behaviour
Why this sudden change anyway? I mean I understand what you
mean. But this would mean to go through it everywhere or
again we will have inconsistency if me miss some.
The (usual) developer knows (should know) that not setting
the return_value defaults to IS_NULL . Of course do
No good idea it broke at least exif which was the
first extension that changed to streams.
marcus
At 20:21 04.10.2002, Sascha Schumann wrote:
>sas Fri Oct 4 14:21:40 2002 EDT
>
> Modified files:
> /php4/main network.c php_streams.h streams.c
> Log:
> Improve the general b
iliaa Fri Oct 4 14:44:47 2002 EDT
Modified files:
/php4/main streams.c
Log:
Fixed bug #19746
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.90 php4/main/streams.c:1.91
--- php4/main/streams.c:1.90Fri Oct 4 14:21:40 2002
+++ php4/main/strea
On Fri, 4 Oct 2002, Marcus Börger wrote:
> No good idea it broke at least exif which was the
> first extension that changed to streams.
Test case?
The results should not have changed with regard to normal
file IO.
- Sascha
--
PHP CVS Mailing List (http://www.php.net/)
To unsu
wez Fri Oct 4 14:59:34 2002 EDT
Modified files:
/php4/main streams.c php_streams.h network.c
Log:
replace dont_block with a flag.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.91 php4/main/streams.c:1.92
--- php4/main/streams.c:1.91Fri O
wez Fri Oct 4 15:01:34 2002 EDT
Modified files:
/php4/ext/mime_magicmime_magic.c
Log:
Make that error message more meaningful for systems like my SuSE 7.0 with
an apparently broken magic file.
Index: php4/ext/mime_magic/mime_magic.c
diff -u ph
sas Fri Oct 4 15:08:43 2002 EDT
Modified files:
/php4/main network.c streams.c
Log:
Add a few notes
Index: php4/main/network.c
diff -u php4/main/network.c:1.72 php4/main/network.c:1.73
--- php4/main/network.c:1.72Fri Oct 4 14:59:34 2002
+++ php4/m
sas Fri Oct 4 15:20:14 2002 EDT
Modified files:
/php4/main main.c
Log:
Nuke warning
Index: php4/main/main.c
diff -u php4/main/main.c:1.496 php4/main/main.c:1.497
--- php4/main/main.c:1.496 Fri Oct 4 00:47:34 2002
+++ php4/main/main.cFri Oct
sas Fri Oct 4 15:36:10 2002 EDT
Modified files:
/php4/main streams.c
Log:
Interrupt loop, if the stream op fails.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.93 php4/main/streams.c:1.94
--- php4/main/streams.c:1.93Fri Oct 4 15:08:43 2
sas Fri Oct 4 15:48:59 2002 EDT
Modified files:
/php4/main streams.c
Log:
Fix EOF cases
Noticed by: Ilia
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.94 php4/main/streams.c:1.95
--- php4/main/streams.c:1.94Fri Oct 4 15:36:09 2002
Everything fine again after "Fix EOF cases" :-)
marcus
At 20:41 04.10.2002, Marcus Börger wrote:
>No good idea it broke at least exif which was the
>first extension that changed to streams.
>
>marcus
>
>At 20:21 04.10.2002, Sascha Schumann wrote:
>>sas Fri Oct 4 14:21:40 2002 EDT
>>
sterlingFri Oct 4 16:44:19 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
have implode use the smart_str_*() functions, this should speed things up
quite a bit...
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.
iliaa Fri Oct 4 17:16:00 2002 EDT
Modified files:
/php4/sapi/apache2filtersapi_apache2.c
Log:
Added .phps support to Apache 2. It can be enabled by adding
AddType application/x-httpd-php-source .phps
to httpd.conf
Index: php4/sapi/apache2filter/s
helly Fri Oct 4 17:19:56 2002 EDT
Modified files:
/php4 run-tests.php
Log:
Return to old counting where every test is counted (even those of skipped
extensions). Inform about the number of extensions tested and skipped.
This makes the test summary mor
iliaa Fri Oct 4 17:22:14 2002 EDT
Modified files:
/php4/sapi/apache2filterREADME
Log:
Added a note on how to enable .phps support.
Index: php4/sapi/apache2filter/README
diff -u php4/sapi/apache2filter/README:1.12 php4/sapi/apache2filter/README:1.13
--
iliaa Fri Oct 4 17:31:34 2002 EDT
Modified files:
/php4/sapi/apache2filtersapi_apache2.c
Log:
A slightly better content-type check.
Index: php4/sapi/apache2filter/sapi_apache2.c
diff -u php4/sapi/apache2filter/sapi_apache2.c:1.86
php4/sapi/apache2fil
sesser Fri Oct 4 17:58:39 2002 EDT
Modified files:
/php4/ext/standard ftp_fopen_wrapper.c
Log:
some broken ftp servers return 32bit port numbers.
Index: php4/ext/standard/ftp_fopen_wrapper.c
diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.35
php4/ext/
bfrance Fri Oct 4 18:16:19 2002 EDT
Modified files:
/php4/main fopen_wrappers.c
Log:
Fixed a problem where opendir with / and having / in
open_basedir ini option didn't work. It was removing the trailing
slashes and then addeding
sesser Fri Oct 4 18:20:10 2002 EDT
Modified files:
/php4/ext/ftp ftp.c
Log:
some FTP servers return 32bit port numbers.
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.66 php4/ext/ftp/ftp.c:1.67
--- php4/ext/ftp/ftp.c:1.66 Thu Oct 3 08
dviner Fri Oct 4 18:43:55 2002 EDT
Modified files:
/php4/ext/xslt sablot.c xslt.dsp
Log:
adding segfault detection as proposed by Lenar Lõhmus [[EMAIL PROTECTED]]
--dviner
Index: php4/ext/xslt/sablot.c
diff -u php4/ext/xslt/sablot.c:1.53 php4/ext/xs
dviner Fri Oct 4 19:06:09 2002 EDT
Modified files:
/php4/ext/xslt php_sablot.h php_xslt.h sablot.c xslt.c
Log:
adding the xslt_set_object function (as per discussion on php-dev and
the newly created [EMAIL PROTECTED])
--dviner
Index: php4/ext/xs
mfischerFri Oct 4 20:54:32 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
- Remove superfluous E_WARNING if mysql_connect() fails; there's already
an E_WARNING a few lines above.
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/
42 matches
Mail list logo