Hi!
On Mon, 21 Oct 2002, Yasuo Ohgaki wrote:
> Derick Rethans wrote:
> >
> > Why do you use an include file for this? This makes maintaining it
> > harder, please include it in the test script itself.
> >
>
> Most mbstring tests are written by me.
> For me, hard coding php script in phpt is h
Your log message becomes a comment here shouldn't it be Bug #?
marcus
At 13:00 21.10.2002, Thies C. Arntzen wrote:
thies Mon Oct 21 07:00:41 2002 EDT
Modified files:
/php4/ext/oci8 oci8.c
Log:
#19948
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.180 php4/
> Good call on \s, but what's with the \$ ?
> Haven't used ereg functions in ages, but why should the $ be escaped?
>
> If this is mandatory, we should update the examples at:
> http://www.php.net/manual/en/ref.regex.php
Ah, that's not about regex. I suppose double quoted $ signs should always
i
jon Mon Oct 21 15:12:14 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
Convert C++ style comments to C style comments.
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.533
php4/ext/standard/bas
hholzgraMon Oct 21 15:55:29 2002 EDT
Modified files:
/php4/ext/fdf config.m4 fdf.c php_fdf.h
Log:
@ updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut)
reworked some existing stuff
added some functions suporting stuff that have b
hholzgraMon Oct 21 15:18:39 2002 EDT
Modified files:
/php4/main SAPI.c
Log:
removed left-over unused variable
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.152 php4/main/SAPI.c:1.153
--- php4/main/SAPI.c:1.152 Mon Oct 21 14:44:50 2002
+++ p
hholzgraMon Oct 21 16:20:09 2002 EDT
Modified files:
/php4/sapi/apache mod_php4.c
Log:
this will be handled elsewhere
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.143 php4/sapi/apache/mod_php4.c:1.144
--- php4/sapi/apache
On Mon, Oct 21, 2002 at 05:38:58PM +0200, Marcus Börger wrote:
> Your log message becomes a comment here shouldn't it be Bug #?
klonk.. (head-bang)
tc
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hholzgraMon Oct 21 10:56:43 2002 EDT
Modified files:
/php4/ext/ncurses php_ncurses.h
Log:
ZTS build fix
Index: php4/ext/ncurses/php_ncurses.h
diff -u php4/ext/ncurses/php_ncurses.h:1.7 php4/ext/ncurses/php_ncurses.h:1.8
--- php4/ext/ncurses/php_ncur
hholzgraMon Oct 21 15:24:49 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
fixed build for getopt_long-less platforms,
removed left-over todo comments
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_f
hholzgraMon Oct 21 12:41:07 2002 EDT
Modified files:
/php4/main SAPI.c main.c php_content_types.c php_globals.h
/php4/ext/standard php_fopen_wrapper.c
Log:
some changes to how request input data (Content-Lenght >0) is handled
- webdav-specific stuf
moriyoshi Mon Oct 21 06:22:41 2002 EDT
Modified files:
/php4 run-tests.php
Log:
\s cannot be used with ereg()
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.77 php4/run-tests.php:1.78
--- php4/run-tests.php:1.77 Mon Oct 21 05:04:56 200
moriyoshi Mon Oct 21 06:23:31 2002 EDT
Modified files:
/php4 run-tests.php
Log:
Fixed typo.
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.78 php4/run-tests.php:1.79
--- php4/run-tests.php:1.78 Mon Oct 21 06:22:41 2002
+++ php4/run-tes
On Mon, 21 Oct 2002, Melvyn Sopacua wrote:
> msopacua Mon Oct 21 04:55:07 2002 EDT
>
> Modified files:
> /php4/ext/xml/tests 007.phpt
> Log:
> Skip this when strtoupper doesn't behave as expected, because casefolding
> depends on this.
erm, this is j
rasmus Mon Oct 21 03:28:25 2002 EDT
Modified files:
/CVSROOTavail
Log:
phpdoc karma for Fernando Conceição
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.516 CVSROOT/avail:1.517
--- CVSROOT/avail:1.516 Fri Oct 18 21:29:32 2002
+++ CVSROOT/avail Mon O
thies Mon Oct 21 07:00:41 2002 EDT
Modified files:
/php4/ext/oci8 oci8.c
Log:
#19948
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.180 php4/ext/oci8/oci8.c:1.181
--- php4/ext/oci8/oci8.c:1.180 Sat Oct 19 22:20:13 2002
+++ php4/ext/oci8/oc
iliaa Mon Oct 21 09:09:29 2002 EDT
Modified files:
/php4/main main.c php_globals.h
/php4 php.ini-dist php.ini-recommended
Log:
Fixed bug #16880. Added an ini option max_input_time that allows the user
to specify how much time a script may spend pars
sander Mon Oct 21 05:04:57 2002 EDT
Modified files:
/php4 run-tests.php
Log:
The results of each test should go on a single line
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.76 php4/run-tests.php:1.77
--- php4/run-tests.php:1.76 Mon Oct 2
Good call on \s, but what's with the \$ ?
Haven't used ereg functions in ages, but why should the $ be escaped?
If this is mandatory, we should update the examples at:
http://www.php.net/manual/en/ref.regex.php
At 10:23 10/21/2002 +, Moriyoshi Koizumi wrote:
moriyoshi Mon Oct
msopacuaMon Oct 21 04:52:45 2002 EDT
Modified files:
/php4 run-tests.php
Log:
Adds a 'reason' for skipping a test.
# See modifications on ext/xml/tests/007.phpt for example
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.74 php4/run-tes
hholzgraMon Oct 21 11:11:19 2002 EDT
Modified files:
/php4/build build.mk
Log:
workaround for the "autoconf-cache-bug" workaround
-> don't remove config.nice
Index: php4/build/build.mk
diff -u php4/build/build.mk:1.17 php4/build/build.mk:1.18
--- ph
andrei Mon Oct 21 11:06:13 2002 EDT
Modified files:
/php4 NEWS
Log:
Tweak.
Index: php4/NEWS
diff -u php4/NEWS:1.1219 php4/NEWS:1.1220
--- php4/NEWS:1.1219Sun Oct 20 19:09:24 2002
+++ php4/NEWS Mon Oct 21 11:06:09 2002
@@ -12,7 +12,7 @@
. sapi/
sterlingMon Oct 21 18:36:00 2002 EDT
Modified files:
/php4/ext/curl curl.c
Log:
no need to double fetch
Index: php4/ext/curl/curl.c
diff -u php4/ext/curl/curl.c:1.119 php4/ext/curl/curl.c:1.120
--- php4/ext/curl/curl.c:1.119 Wed Oct 2 12:44:48
wez Mon Oct 21 18:54:37 2002 EDT
Modified files:
/php4/ext/standard file.c
/php4/main php_streams.h streams.c
Log:
Refine stream_select() to work with streams that have data in their read
buffers.
When selecting for read, the streams are examined; if
sniper Mon Oct 21 18:58:52 2002 EDT
Modified files:
/php4/ext/fdf config.m4
Log:
Cleanup. (no tabs here!)
Index: php4/ext/fdf/config.m4
diff -u php4/ext/fdf/config.m4:1.19 php4/ext/fdf/config.m4:1.20
--- php4/ext/fdf/config.m4:1.19 Mon Oct 21 15:55:28
iliaa Mon Oct 21 19:35:29 2002 EDT
Modified files:
/TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h
/php4/ext/standard link.c
Log:
Fixed symlink/link functions on ZTS builds.
Made URL detection in symlink code use php_stream_locate_url_wrapper().
I
sniper Mon Oct 21 19:41:38 2002 EDT
Modified files:
/php4/ext/standard config.m4
Log:
Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.
Index: php4/ext/standard/config.m4
diff -u php4/ext/standard/config.m4:1.43 php4/ext/standard/config.
sniper Mon Oct 21 19:41:55 2002 EDT
Modified files:
/php4/ext/gdconfig.m4
Log:
Nuke tabs.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.118 php4/ext/gd/config.m4:1.119
--- php4/ext/gd/config.m4:1.118 Mon Oct 21 15:19:06 2002
+++ php4/e
yohgaki Mon Oct 21 20:03:49 2002 EDT
Modified files:
/php4 Makefile.global
Log:
Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.30 php4/Makefil
sniper Mon Oct 21 20:18:26 2002 EDT
Modified files:
/php4 Makefile.global
Log:
- Revert the undiscussed change.
#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before you go and change something.
#
I
(BJani Taskinen wrote:
(B> sniperMon Oct 21 20:18:26 2002 EDT
(B>
(B> Modified files:
(B> /php4 Makefile.global
(B> Log:
(B> - Revert the undiscussed change.
(B> #
(B> # Yasuo, don't you think there was a reason to drop this???
(B> # Pl
Yasuo Ohgaki wrote:
> Jani Taskinen wrote:
>
>>sniperMon Oct 21 20:18:26 2002 EDT
>>
>> Modified files:
>>/php4 Makefile.global
>> Log:
>> - Revert the undiscussed change.
>> #
>> # Yasuo, don't you think there was a reason to drop this???
>> # Please,
Ah. I see.
(B
(BPrevious commit made by Derick is bogus :)
(BThe -c option does not make tests depend on php.ini-dest.
(BOnly php executable running run-tests.php use it.
(B
(BTherefore, tests scripts are _not_ depended on php.ini-dest.
(Bi.e. actual test script is using whatever php.ini use
Shane Caraveo wrote:
Yasuo Ohgaki wrote:
Jani Taskinen wrote:
sniper Mon Oct 21 20:18:26 2002 EDT
Modified files:
/php4 Makefile.global
Log:
- Revert the undiscussed change.
#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote:
>
>Jani Taskinen wrote:
>> sniper Mon Oct 21 20:18:26 2002 EDT
>>
>> Modified files:
>> /php4Makefile.global
>> Log:
>> - Revert the undiscussed change.
>> #
>> # Yasuo, don't you think there was a reason to d
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote:
>Previous commit made by Derick is bogus :)
>The -c option does not make tests depend on php.ini-dest.
>Only php executable running run-tests.php use it.
Of course. Maybe we shouldn't use ANY ini file? :)
>Therefore, tests scripts are _not_ depended
Just making sure.
No objections using php.ini-dist _only for_ run-tests.php?
PS: This is the 3rd time I've trird to fix buffering issue
with run-tests.php and php.ini-recommended :)
--
Yasuo Ohgaki
Jani Taskinen wrote:
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote:
Previous commit made by Derick
On Tue, Oct 22, 2002 at 11:14:58AM +0900, Yasuo Ohgaki wrote:
> No objections using php.ini-dist _only for_ run-tests.php?
I'm not really in the run-tests.php loop, but why must be
configuration file be specified. If run-tests.php requires certain
options to be set, why not just set them explic
sniper Tue Oct 22 00:02:45 2002 EDT
Modified files:
/php4 NEWS
Log:
Style polizei
Index: php4/NEWS
diff -u php4/NEWS:1.1221 php4/NEWS:1.1222
--- php4/NEWS:1.1221Mon Oct 21 20:35:00 2002
+++ php4/NEWS Tue Oct 22 00:02:44 2002
@@ -1,9 +1,6 @@
PHP
Jon Parise wrote:
On Tue, Oct 22, 2002 at 11:14:58AM +0900, Yasuo Ohgaki wrote:
No objections using php.ini-dist _only for_ run-tests.php?
I'm not really in the run-tests.php loop, but why must be
configuration file be specified. If run-tests.php requires certain
options to be set, why not
fmk Tue Oct 22 03:00:51 2002 EDT
Modified files:
/php4/ext/standard dl.c
Log:
Fixing check to enable dl() for both cgi and cgi-fcgi
Index: php4/ext/standard/dl.c
diff -u php4/ext/standard/dl.c:1.74 php4/ext/standard/dl.c:1.75
--- php4/ext/standard/dl.c:1
41 matches
Mail list logo