rasmus Tue Oct 15 23:43:19 2002 EDT
Modified files:
/CVSROOTavail
Log:
pres karma for Alan
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.511 CVSROOT/avail:1.512
--- CVSROOT/avail:1.511 Mon Oct 7 08:45:31 2002
+++ CVSROOT/avail Tue Oct 15 23:43:19
sniper Tue Oct 15 22:33:47 2002 EDT
Modified files:
/php4/ext/snmp snmp.c
Log:
- Fixed memleak when connection fails.
- Fixed snmpget() to work with net-snmp
- Fixed the error messages to use the new style.
Index: php4/ext/snmp/snmp.c
diff -u php4/
sniper Tue Oct 15 20:58:16 2002 EDT
Modified files:
/php4/ext/snmp snmp.c
Log:
Some more compatibility fixes for net-snmp vs ucd-snmp
Index: php4/ext/snmp/snmp.c
diff -u php4/ext/snmp/snmp.c:1.63 php4/ext/snmp/snmp.c:1.64
--- php4/ext/snmp/snmp.c:1.63
sniper Tue Oct 15 20:29:56 2002 EDT
Modified files:
/php4/ext/snmp snmp.c
Log:
- Fix the last commit..(thanks to Harrie Hazewinkel <[EMAIL PROTECTED]>)
Index: php4/ext/snmp/snmp.c
diff -u php4/ext/snmp/snmp.c:1.62 php4/ext/snmp/snmp.c:1.63
--- php4/ext
edink Tue Oct 15 20:02:33 2002 EDT
Added files:
/php4/ext/fribidi fribidi.dsp
Log:
Added win32 project file.
Index: php4/ext/fribidi/fribidi.dsp
+++ php4/ext/fribidi/fribidi.dsp
# Microsoft Developer Studio Project File - Name="fribidi" - Package Own
yohgaki Tue Oct 15 16:11:28 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/main output.c
Log:
Sync with head
Index: php4/main/output.c
diff -u php4/main/output.c:1.88.2.4 php4/main/output.c:1.88.2.5
--- php4/main/output.c:1.88.2.4 Tue Oct 1 06:25:31 200
sniper Tue Oct 15 15:37:16 2002 EDT
Modified files:
/php4 acinclude.m4
Log:
- Added PHP_PROG_SED which checks whether the sed in system works with
very long strings.
#
# Sascha, is this okay? I added this here since any libtool/autoconf
# relea
mfischerTue Oct 15 12:56:01 2002 EDT
Modified files:
/php4/win32 php4dllts.dsp
Log:
- Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.
# Getting linker warning about using local defined _php_pcre_exec now at the
# end, anythin
iliaa Tue Oct 15 12:47:02 2002 EDT
Modified files:
/php4 run-tests.php
Log:
Fixed a bug in the calculation of the POST request length.
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.71 php4/run-tests.php:1.72
--- php4/run-tests.php:1.71 M
wez Tue Oct 15 12:45:27 2002 EDT
Modified files:
/php4/ext/standard file.c
/php4/main streams.c
Log:
Nope, that last one wasn't a leak in main/streams.c, it was
file_get_contents misinterpreting the result...
Index: php4/ext/standard/file.c
diff
sterlingTue Oct 15 12:41:38 2002 EDT
Modified files:
/php4/ext/xslt php_sablot.h sablot.c
Log:
Fix a problem relating to these structure symbols being redefined on LFS
systems.
Fix by Sascha Schumann <[EMAIL PROTECTED]>
Index: php4/ext/x
wez Tue Oct 15 12:38:11 2002 EDT
Modified files:
/php4/main streams.c
Log:
Fix mem leak for zero-byte files.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.106 php4/main/streams.c:1.107
--- php4/main/streams.c:1.106 Tue Oct 15 12:04:46 2002
Hello,
I think this change won't enough for the expected behaviour, because
sapi_register_treat_data(mbstr_treat_data);
is only invoked in tne PHP_MINIT_FUNCTION(mbstring), and would never be
invoked on a request when the encoding_translation is turned off globally,
and it is on in per-dir se
wez Tue Oct 15 12:04:47 2002 EDT
Modified files:
/php4/main streams.c
Log:
Some buffer paranoia.
Also, make feof() detection safer (ala recent changes to zlib extension).
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.105 php4/main/streams.c
wez Tue Oct 15 12:01:02 2002 EDT
Modified files:
/php4/ext/zlib zlib_fopen_wrapper.c
Log:
Fix for 19906.
gzeof has different semantics from feof, in that gzeof will return true
if the read position is at EOF, even if the most recent read was 100%
su
sterlingTue Oct 15 10:51:01 2002 EDT
Modified files:
/php4/ext/standard math.c
Log:
hopefully silence compile warnings on Solaris related to HUGEVAL being
undefined.. HUGEVAL is defined (well the manual would indicate so) in
stdlib.h, not math.h.
iliaa Tue Oct 15 08:48:21 2002 EDT
Modified files:
/php4/ext/exif/tests002.phpt
Log:
Fixed the output_handler ini setting.
Code cleanup.
Index: php4/ext/exif/tests/002.phpt
diff -u php4/ext/exif/tests/002.phpt:1.5 php4/ext/exif/tests/002.phpt:
iliaa Tue Oct 15 08:09:30 2002 EDT
Modified files:
/php4 NEWS
Log:
Bug fixing news.
Index: php4/NEWS
diff -u php4/NEWS:1.1207 php4/NEWS:1.1208
--- php4/NEWS:1.1207Mon Oct 14 21:16:45 2002
+++ php4/NEWS Tue Oct 15 08:09:29 2002
@@ -19,6 +19,7 @@
iliaa Tue Oct 15 08:08:03 2002 EDT
Modified files:
/php4/ext/standard/tests/general_functions 001.phpt
Log:
Added tests for %e & %E
Index: php4/ext/standard/tests/general_functions/001.phpt
diff -u php4/ext/standard/tests/general_functions/001.phpt:1.2
iliaa Tue Oct 15 08:07:39 2002 EDT
Modified files:
/php4/ext/standard formatted_print.c
Log:
Fixed bug #4232. (Added support for %e and %E to printf/sprintf)
Index: php4/ext/standard/formatted_print.c
diff -u php4/ext/standard/formatted_print.c:1.56
php4
Hi all,
I am working on porting PHP onto NetWare.
Currently, we are shipping the older version 4.0.8
on NetWare. We are moving to the latest stable version.
Zeev Suraski suggested that we move to 4.2 branch
since it is significantly more stable than 4.3 branch.
So, I would be checking in NetWare
sas Tue Oct 15 03:26:49 2002 EDT
Modified files:
/php4/ext/ircg README.txt
Log:
update
Index: php4/ext/ircg/README.txt
diff -u php4/ext/ircg/README.txt:1.15 php4/ext/ircg/README.txt:1.16
--- php4/ext/ircg/README.txt:1.15 Tue Jul 16 12:24:12 20
22 matches
Mail list logo