Edin Kadribasic
da10d61faa
Fix for #24022
2003-06-09 00:59:08 +00:00
foobar
b4aeccba6d
the blame..:)
2003-06-09 00:25:26 +00:00
Ilia Alshanetsky
c60c1258e2
Fixed compile warnings.
2003-06-08 23:42:47 +00:00
Georg Richter
cef32b1e2f
fixed a bug in libmysql
2003-06-07 16:14:04 +00:00
Georg Richter
06d67f822b
fixed mysql bug #564
...
(see http://bugs.mysql.com/bug.php?id=564 )
2003-06-07 16:12:09 +00:00
foobar
97da8ca6bb
hrm..
2003-06-06 19:30:46 +00:00
Georg Richter
11a765e77d
fixed bug 24060
2003-06-06 19:13:10 +00:00
Georg Richter
52dbb39ecd
fixed #24060
2003-06-06 18:50:46 +00:00
Sascha Schumann
92b1fecc92
Refine error description
2003-06-06 12:21:26 +00:00
foobar
18c269209d
BFN
2003-06-06 12:18:30 +00:00
foobar
808fc0a0bf
MFH
2003-06-06 11:10:14 +00:00
SVN Migration
5e852417dd
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-06-06 11:09:56 +00:00
foobar
677375c0d1
ws
2003-06-06 08:11:38 +00:00
foobar
33a47baa0f
MFH
2003-06-06 06:17:11 +00:00
Ilia Alshanetsky
a788378ce2
Fix compile warnings (mostly MFH from 5.0 branch)
2003-06-05 23:48:17 +00:00
foobar
d3728b5fff
WS
2003-06-05 05:07:15 +00:00
foobar
79dc4f7a0c
BFN
2003-06-05 05:06:57 +00:00
foobar
a32672c1c5
Hopefully this list grows..
2003-06-05 04:47:07 +00:00
foobar
a384966f76
MFH: fix regex issues with apache2handler
2003-06-05 04:15:03 +00:00
Andrei Zmievski
fd5d1094d3
Fix a couple of aggregation bugs:
...
- Needed to add a reference to a function when copying (#23574 )
- Due to pecularity of ZE1 object zvals could be re-used, so we always
set the new class entry explicitly.
2003-06-04 18:57:53 +00:00
Ilia Alshanetsky
a4ff44794c
Updated the todo to reflect the current situation.
2003-06-04 15:03:29 +00:00
Ilia Alshanetsky
e2d057bd2c
MFH (dupe macro)
2003-06-04 14:58:33 +00:00
Moriyoshi Koizumi
90eb73bb9d
BFN updates
2003-06-04 14:53:31 +00:00
Moriyoshi Koizumi
d6245c9e69
MFH(r-1.38): fixed base64_encode() integer overflow issue pointed out in TODO_SEGFAULTS
2003-06-04 14:42:04 +00:00
Moriyoshi Koizumi
e99d47a3aa
MFH(r-1.87): fixed ob_iconv_handler() type mismatch issue on 64bit platforms.
2003-06-04 14:29:53 +00:00
foobar
89e4c87e57
cleanup + BFN
2003-06-04 05:54:18 +00:00
foobar
8f50a67b87
MFH: no c++ comments and extra tabs.
2003-06-04 05:46:18 +00:00
foobar
269a3ad5ad
Fix build
2003-06-04 05:30:45 +00:00
Sascha Schumann
533c499b44
Don't corrupt data during request body handling
2003-06-04 05:28:00 +00:00
Sascha Schumann
39f801b957
Don't return CRLF from broken clients
2003-06-04 05:13:41 +00:00
Ilia Alshanetsky
17d28abb62
MFH
2003-06-04 00:22:30 +00:00
Sascha Schumann
9fbee0b347
clean up macros
2003-06-04 00:01:00 +00:00
Ilia Alshanetsky
e83404fea2
GD stuff
2003-06-03 23:57:59 +00:00
Ilia Alshanetsky
1a65bf61a8
MFH (Syncronize bunbled GD with gd 2.0.14)
2003-06-03 23:55:15 +00:00
Ilia Alshanetsky
6443fb2581
MFH (Last set of integer overflow checks.)
2003-06-03 23:42:49 +00:00
Ilia Alshanetsky
2112f46885
MFH: Integer overflow checks.
2003-06-03 23:23:25 +00:00
Edin Kadribasic
074aa05880
BFN: Make Jani happy
2003-06-03 14:47:03 +00:00
Edin Kadribasic
9afa0f3249
Fixed bug #23733 .
...
#HAVE_OCI8_SHARED_MODE is more trouble than its worth.
2003-06-03 12:46:47 +00:00
Hartmut Holzgraefe
3b8f0741cb
MFH
2003-06-03 11:07:40 +00:00
Edin Kadribasic
4f75f3bef1
MFH (bugfix #23902 by Shane).
2003-06-03 10:08:17 +00:00
Rasmus Lerdorf
28f4501f0a
Fix a couple of closing folding tags
2003-06-03 05:41:49 +00:00
Ilia Alshanetsky
47acdced4c
Bug fixing news.
2003-06-03 00:07:20 +00:00
Ilia Alshanetsky
b2cf9fe953
MFH: Fixed bug #23912 (Invalid CSS in phpinfo() output)
2003-06-03 00:06:14 +00:00
Rob Richards
1505f6af03
Fix for 64 bit platforms (by Joe Orton)
2003-06-02 18:58:48 +00:00
Holger Zimmermann
35659b625f
Merged with main trunk 1.53/1.5.
2003-06-02 17:14:10 +00:00
Daniela Mariaschi
5482637876
MFH: Fixed numeric/decimal +/-(x,y) +/-(x,0)
...
for all platforms
2003-06-02 12:59:20 +00:00
Derick Rethans
24e91108ba
- MFH: Test for bug #23951
2003-06-02 11:13:00 +00:00
SVN Migration
b130f77b94
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-06-02 11:12:26 +00:00
Uwe Schindler
84ebb3ae39
MFH: Messages for newer servers.
2003-06-01 21:45:26 +00:00
Uwe Schindler
aa9d7d766e
MFH: Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.
2003-06-01 21:15:52 +00:00