sas Wed Sep 25 06:35:28 2002 EDT
Modified files:
/php4/ext/standard url_scanner_ex.re
Log:
Allow malformed HTML such as
where ["'] are part of the attribute value.
Index: php4/ext/standard/url_scanner_ex.re
diff -u php4/ext/standard/url_scann
sas Wed Sep 25 06:36:20 2002 EDT
Modified files:
/php4/ext/standard url_scanner_ex.c
Log:
Sync with .re
Index: php4/ext/standard/url_scanner_ex.c
diff -u php4/ext/standard/url_scanner_ex.c:1.69 php4/ext/standard/url_scanner_ex.c:1.70
--- php4/ext/standa
sas Wed Sep 25 07:06:24 2002 EDT
Modified files:
/php4/ext/standard url_scanner_ex.re
/php4 php.ini-dist
Log:
Fix #13472 by making it possible to append the stuff after
for xhtml compliance.
Index: php4/ext/standard/url_scanner_ex.re
dif
sas Wed Sep 25 08:15:22 2002 EDT
Modified files:
/php4/ext/standard url_scanner_ex.re
Log:
Allow - as part of an attribute
PR: #19573
Index: php4/ext/standard/url_scanner_ex.re
diff -u php4/ext/standard/url_scanner_ex.re:1.61
php4/ext/standard/url
sas Wed Sep 25 08:15:43 2002 EDT
Modified files:
/php4/ext/standard url_scanner_ex.c
Log:
Sync
Index: php4/ext/standard/url_scanner_ex.c
diff -u php4/ext/standard/url_scanner_ex.c:1.70 php4/ext/standard/url_scanner_ex.c:1.71
--- php4/ext/standard/url_sc
iliaa Wed Sep 25 08:20:56 2002 EDT
Modified files:
/php4/ext/standard datetime.c
Log:
prevent segv on Windows with negative localtime values.
Index: php4/ext/standard/datetime.c
diff -u php4/ext/standard/datetime.c:1.95 php4/ext/standard/datetime.c:1.96
-
sas Wed Sep 25 08:38:45 2002 EDT
Modified files:
/php4/ext/session mod_files.c
Log:
Improve error messages
Index: php4/ext/session/mod_files.c
diff -u php4/ext/session/mod_files.c:1.79 php4/ext/session/mod_files.c:1.80
--- php4/ext/session/mod_files.c:
iliaa Wed Sep 25 09:26:03 2002 EDT
Modified files:
/php4/ext/session session.c
Log:
Fixed bugs #18167 & #16859
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.315 php4/ext/session/session.c:1.316
--- php4/ext/session/session.c:1.31
tal Wed Sep 25 09:49:55 2002 EDT
Modified files:
/php4/ext/fribidi fribidi.c
Log:
- Update proto
Index: php4/ext/fribidi/fribidi.c
diff -u php4/ext/fribidi/fribidi.c:1.22 php4/ext/fribidi/fribidi.c:1.23
--- php4/ext/fribidi/fribidi.c:1.22 Mon Sep 2
andrei Wed Sep 25 10:02:35 2002 EDT
Modified files:
/php4/ext/standard reg.c reg.h
Log:
Fix bug #17570.
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.65 php4/ext/standard/reg.c:1.66
--- php4/ext/standard/reg.c:1.65Tue Sep 24 12:3
sterlingWed Sep 25 10:07:58 2002 EDT
Modified files:
/php4 EXTENSIONS
Log:
if this makes people happier about me not working on these anymore, so be
it :)
Index: php4/EXTENSIONS
diff -u php4/EXTENSIONS:1.41 php4/EXTENSIONS:1.42
--- php4/EXTE
wez Wed Sep 25 11:25:13 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c file.c file.h fsock.c
/php4/main main.c network.c php.h php_network.h php_streams.h
streams.c
Log:
Implement persistent streams. (for pfsockopen).
J
wez Wed Sep 25 11:46:46 2002 EDT
Modified files:
/php4/ext/bz2 bz2.c
/php4/ext/ftp php_ftp.c
/php4/ext/interbase interbase.c
/php4/ext/ming ming.c
/php4/ext/pdf pdf.c
/php4/ext/posix posix.c
/php4/ext/recode
sas Wed Sep 25 12:06:41 2002 EDT
Modified files:
/php4 NEWS EXTENSIONS
Log:
style police
Index: php4/NEWS
diff -u php4/NEWS:1.1133 php4/NEWS:1.1134
--- php4/NEWS:1.1133Mon Sep 23 20:35:14 2002
+++ php4/NEWS Wed Sep 25 12:06:40 2002
@@ -1,7 +1
sas Wed Sep 25 12:11:31 2002 EDT
Modified files:
/php4 NEWS php.ini-dist
/php4/main main.c
Log:
We are about to enter 2003, sending two-digit years does not make too
much sense anymore. According to an article from '98, only Netscape 3.x was
sterlingWed Sep 25 13:07:12 2002 EDT
Modified files:
/php4 EXTENSIONS
Log:
add two extensions - and orphan them.
Index: php4/EXTENSIONS
diff -u php4/EXTENSIONS:1.43 php4/EXTENSIONS:1.44
--- php4/EXTENSIONS:1.43Wed Sep 25 12:06:40 2002
+
andrei Wed Sep 25 13:48:10 2002 EDT
Modified files:
/php4/ext/standard reg.h
Log:
Index: php4/ext/standard/reg.h
diff -u php4/ext/standard/reg.h:1.16 php4/ext/standard/reg.h:1.17
--- php4/ext/standard/reg.h:1.16Wed Sep 25 10:02:34 2002
+++ php4/ex
andrey Wed Sep 25 14:06:06 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c php_string.h string.c
Log:
str_shuffle() function added. Like shuffle() for arrays - however the
algorithm for creating the permutation is quite simple. More like
the i
sas Wed Sep 25 14:08:59 2002 EDT
Modified files:
/php4 php.ini-dist
Log:
add note about url_rewriter.tags
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.157 php4/php.ini-dist:1.158
--- php4/php.ini-dist:1.157 Wed Sep 25 12:11:31 2002
+++
andrey Wed Sep 25 15:06:30 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
Added common handler for strspn() and strcspn(). Almost of the code is
identical. Modified to accept up to 4 params. Last 2 optional start & len.
They are analogic to start
andrey Wed Sep 25 15:08:39 2002 EDT
Added files:
/php4/ext/standard/tests/strings001.phpt
Log:
Test case for strspn()/strcspn().
Index: php4/ext/standard/tests/strings/001.phpt
+++ php4/ext/standard/tests/strings/001.phpt
--TEST--
Test strspn() and
I think it would be better to either use a correct algorithm or not to
add this function at all. I think it's a reasonable expectation on a
user's part to assume that foo_shuffle() actually does a proper
shuffle. We got all sorts of complaints about the array shuffling code
being broken.
-adam
O
sas Wed Sep 25 15:20:23 2002 EDT
Modified files:
/php4/ext/ircg ircg.c
Log:
Add support for LIST
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.135 php4/ext/ircg/ircg.c:1.136
--- php4/ext/ircg/ircg.c:1.135 Sat Sep 21 16:14:18 2002
+++ p
Consider this code :
I am trying to compare. On my machine i got this :
int(444)
int(453)
int(447)
int(454)
int(455)
int(451)
int(444)
int(464)
int(454)
int(451)
int(455)
int(465)
int(454)
int(464)
int(450)
int(455)
int(455)
int(450)
int(458)
int(446)
In 4 of 10 str_shuffle() shuffles
yohgaki Wed Sep 25 19:34:50 2002 EDT
Modified files:
/php4 php.ini-recommended
Log:
Merge changes from php.ini-dist
Index: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.107 php4/php.ini-recommended:1.108
--- php4/php.ini-recommended:1.107
yohgaki Wed Sep 25 19:36:28 2002 EDT
Modified files:
/php4 php.ini-dist
Log:
on -> On
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.158 php4/php.ini-dist:1.159
--- php4/php.ini-dist:1.158 Wed Sep 25 14:08:58 2002
+++ php4/php.ini-dist W
> ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
> -y2k_compliance = Off
> +y2k_compliance = On
Why do you want to break old browsers? There is no Y2K issue here, it is
only a perceived Y2K issue. The 2-digit year in the cookie is interpreted
correctly by all
I saw Sascha's commit for php.ini-dist. Nobody objects it so I merged it
to php.ini-recommended as it supposed to.
I'm 0 for both On and Off.
--
Yasuo Ohgaki
Rasmus Lerdorf wrote:
>> ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
>>-y2k_compliance = Off
>>+y2k_
hholzgraWed Sep 25 20:27:14 2002 EDT
Modified files:
/php4/ext/standard file.c
Log:
symbolic constants for fnmatch flags added
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.259 php4/ext/standard/file.c:1.260
--- php4/ext/standar
hholzgraWed Sep 25 20:27:52 2002 EDT
Modified files:
/php4/ext/standard dir.c
Log:
glob should now be ZTS/open_basedir/safe_mode aware (finally)
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.97 php4/ext/standard/dir.c:1.98
--- php
wez Wed Sep 25 21:20:39 2002 EDT
Modified files:
/php4 NEWS
Log:
Note that the GD functions now also work with remote files.
Index: php4/NEWS
diff -u php4/NEWS:1.1135 php4/NEWS:1.1136
--- php4/NEWS:1.1135Wed Sep 25 12:11:31 2002
+++ php4/NEWS
On Thu, 26 Sep 2002, Yasuo Ohgaki wrote:
> I saw Sascha's commit for php.ini-dist. Nobody objects it so I merged it
> to php.ini-recommended as it supposed to.
Here are some points to think about.
- Only ancient software, namely Netscape 2 and 3, cannot
handle the 4-digit format.
> - New software will automatically use the 4-digit format --
> there is basically no way to be unaware of the y2k date
> presentation problem. Since Netscape's spec does not
> mention Y2k issues and because it does not describe the
> windowing workaround, newly releas
tal Thu Sep 26 01:47:56 2002 EDT
Added files:
/php4/ext/fribidi EXPERIMENTAL
Log:
- Initial commit
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sebastian Thu Sep 26 02:10:22 2002 EDT
Modified files:
/php4/ext/mbstring mbstring.dsp
/php4/win32 php4dllts.dsp php4dll.dsp
Log:
Sync MSVC project files.
Index: php4/ext/mbstring/mbstring.dsp
diff -u php4/ext/mbstring/mbstring.dsp:1.11 php4/ext/
mfischerThu Sep 26 03:05:19 2002 EDT
Modified files:
/php4 php.ini-recommended
Log:
- Merge url_rewriter.tags description from Sascha.
Index: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.108 php4/php.ini-recommended:1.109
--- php
hholzgraThu Sep 26 03:15:34 2002 EDT
Modified files:
/php4/ext/standard dir.c
Log:
fix windows build
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.98 php4/ext/standard/dir.c:1.99
--- php4/ext/standard/dir.c:1.98Wed Sep 25
37 matches
Mail list logo