Rasmus Lerdorf
|
14aa0e7495
|
Fix exif crashes
|
2003-04-01 18:47:01 +00:00 |
|
Rasmus Lerdorf
|
bf0c1962d9
|
Update (not fixed in HEAD because the API for this function needs to
change in PHP5. It is moronic the way it is now)
|
2003-04-01 18:26:14 +00:00 |
|
Rasmus Lerdorf
|
724429c759
|
Ok, really fix socket_iovec_alloc() this time
|
2003-04-01 18:12:24 +00:00 |
|
foobar
|
00d6a6d8c2
|
BFN
|
2003-04-01 15:38:40 +00:00 |
|
foobar
|
5d5755af7c
|
MFH: Fixed bug #22987 (missing perror() check in configure)
|
2003-04-01 15:36:21 +00:00 |
|
Sascha Schumann
|
f373bcafd3
|
more insight re. ob_start bug
|
2003-04-01 13:02:46 +00:00 |
|
Sascha Schumann
|
91fb452012
|
The ob_start issue is reproducible.
|
2003-04-01 12:54:48 +00:00 |
|
Sascha Schumann
|
6e84cdacd1
|
editing
|
2003-04-01 12:43:45 +00:00 |
|
Sascha Schumann
|
b5da4730a3
|
Overview of open issues and how to reproduce
|
2003-04-01 12:38:35 +00:00 |
|
Moriyoshi Koizumi
|
2726272b68
|
MFH(r-1.170): fixed crash in mb_convert_encoding() that occurs when a void
array is passed as the third parameter.
# thanks Sascha
|
2003-04-01 11:50:31 +00:00 |
|
Sascha Schumann
|
9b8fbc368c
|
fix VPATH builds
|
2003-04-01 10:16:50 +00:00 |
|
Sascha Schumann
|
ac125fa07f
|
MFH register_shutdown_function fix
|
2003-04-01 10:03:19 +00:00 |
|
Sascha Schumann
|
1f4e9b8eb7
|
No need for shtool
|
2003-04-01 08:05:39 +00:00 |
|
Sascha Schumann
|
5e0a6b43fc
|
Fix segfault in flock()
|
2003-04-01 07:53:05 +00:00 |
|
Sara Golemon
|
640dc6721c
|
MFH(r1.71) Bug #22962
|
2003-04-01 06:23:22 +00:00 |
|
foobar
|
086c418737
|
BFN & houshold
|
2003-03-31 23:29:30 +00:00 |
|
foobar
|
21a600c569
|
MFH: Fixed bug #22989 (sendmail not found by configure)
|
2003-03-31 23:21:56 +00:00 |
|
Brian France
|
5555498304
|
Fixes the problem where argv and argc are not populated unless S
is in the variables_order, even if register_argc_argv is on.
|
2003-03-31 21:24:59 +00:00 |
|
Moriyoshi Koizumi
|
dd426eb391
|
MFH(r-1.161): fixed proto to sync with the documentation
|
2003-03-31 20:37:15 +00:00 |
|
Moriyoshi Koizumi
|
6ec674deb7
|
MFH(r-1.10): rearranged search order for the magic file to avoid further
confusions
|
2003-03-31 19:49:37 +00:00 |
|
David Hill
|
8e15876ed5
|
Changing parsedate to be reentrant using pure_parse (Dave)
|
2003-03-31 14:40:46 +00:00 |
|
Sander Roobol
|
ec0b8b8639
|
MFH remove bogus test
|
2003-03-31 14:34:50 +00:00 |
|
David Hill
|
e98163546d
|
Correcting checking of flex version (Dave)
|
2003-03-31 14:01:55 +00:00 |
|
foobar
|
666d9dea2c
|
cleanup
|
2003-03-31 08:49:30 +00:00 |
|
Sascha Schumann
|
c334a7fe0b
|
MFH TS issue, noticed by Sebastian Bergmann
|
2003-03-31 05:39:45 +00:00 |
|
Sascha Schumann
|
1f0a9a2c0c
|
MFH
|
2003-03-31 03:24:45 +00:00 |
|
Ilia Alshanetsky
|
42f35b8783
|
Bug fixing news.
|
2003-03-30 20:48:48 +00:00 |
|
Ilia Alshanetsky
|
334da52d65
|
MFH
|
2003-03-30 20:48:14 +00:00 |
|
Sascha Schumann
|
9daf234fef
|
MFH
|
2003-03-30 18:36:46 +00:00 |
|
Rasmus Lerdorf
|
a6072a2b76
|
No point calling the RSHUTDOWN hook here unless we are actually going
to do something in it.
|
2003-03-30 18:05:40 +00:00 |
|
Moriyoshi Koizumi
|
bb4a3f979b
|
MFH
|
2003-03-29 16:18:11 +00:00 |
|
Moriyoshi Koizumi
|
651808e3dd
|
MFH(r-1.223): CS & WS fixes
|
2003-03-29 16:14:41 +00:00 |
|
Moriyoshi Koizumi
|
ecc0759032
|
MFH(r-1.436): improved bison check; now configure accepts 1.28, 1.35 and 1.75
only.
|
2003-03-29 15:56:25 +00:00 |
|
Moriyoshi Koizumi
|
e9a6358d8d
|
MFH: fixed test cases so it wouldn't be failed in case register_globals=on
|
2003-03-29 07:14:26 +00:00 |
|
Derick Rethans
|
80ba3f416f
|
MFH
|
2003-03-28 21:08:58 +00:00 |
|
Moriyoshi Koizumi
|
c4521dfb2f
|
MFH(r-1.222): do the right fix..
|
2003-03-28 18:25:01 +00:00 |
|
Moriyoshi Koizumi
|
b7875715ce
|
MFH(r-1.221): fixed bug #22773
|
2003-03-28 17:55:08 +00:00 |
|
Harald Radi
|
ff65578160
|
fix #22899
invoke is called twice
|
2003-03-27 19:56:09 +00:00 |
|
Shane Caraveo
|
ce2edd18c7
|
MFH
|
2003-03-27 17:57:58 +00:00 |
|
Edin Kadribasic
|
f85ea33a98
|
BFN
|
2003-03-27 13:32:45 +00:00 |
|
Edin Kadribasic
|
9ff0a9f23e
|
Fixed bug #22083.
|
2003-03-27 13:29:59 +00:00 |
|
foobar
|
d9e4d36c48
|
MFH
|
2003-03-27 13:16:34 +00:00 |
|
Rasmus Lerdorf
|
15d4bfd607
|
Make sure we never pass a negative arg to emalloc
(once again, this API needs to be fixed, so this is just for 4.3)
|
2003-03-25 19:26:18 +00:00 |
|
Sebastian Bergmann
|
b7cfe4b5a6
|
MFH
|
2003-03-25 17:18:24 +00:00 |
|
Rasmus Lerdorf
|
f461ad12fb
|
Restrict this function to a max of 65k io vectors to avoid weird
overflows. Purely an arbitrary number. This API needs cleaning up,
but it would break BC and I don't want to do that in 4.3.
|
2003-03-25 15:54:26 +00:00 |
|
Ilia Alshanetsky
|
db230015b8
|
MFH
|
2003-03-25 15:35:27 +00:00 |
|
Martin Jansen
|
1ce0aca43e
|
* MFH
|
2003-03-25 14:41:38 +00:00 |
|
foobar
|
1c0de7be96
|
MFH: Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes.
|
2003-03-25 13:43:56 +00:00 |
|
Edin Kadribasic
|
ec127efd14
|
php_fbsql.dll hasn't been successfully built at least from 4.1.x.
Related to #22859.
|
2003-03-25 10:19:44 +00:00 |
|
foobar
|
64e2082f39
|
- MFH: not pretty name (bug #22853)
|
2003-03-25 01:38:50 +00:00 |
|