1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Commit Graph

9308 Commits

Author SHA1 Message Date
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
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
334da52d65 MFH 2003-03-30 20:48:14 +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
e9a6358d8d MFH: fixed test cases so it wouldn't be failed in case register_globals=on 2003-03-29 07:14:26 +00:00
Harald Radi
ff65578160 fix #22899
invoke is called twice
2003-03-27 19:56:09 +00:00
Edin Kadribasic
9ff0a9f23e Fixed bug #22083. 2003-03-27 13:29:59 +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
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
Edin Kadribasic
a5274daf1f Patch by Nathan Fredrickson <nathan@silverorange.com>:
Remove unneeded library from the link stage and add a couple of missing
defines which are part of libintl.
2003-03-24 21:46:58 +00:00
Moriyoshi Koizumi
f8ff0d2cb4 MFH: fixed bug #22834 (compile failure due to ugly implicit casts) 2003-03-24 21:22:57 +00:00
Rasmus Lerdorf
e120dab4f2 Fix arg list segfault 2003-03-24 19:28:58 +00:00
Moriyoshi Koizumi
1d71c7b86e MFH(r-1.1): oops... 2003-03-24 19:25:14 +00:00
SVN Migration
9c617f52f6 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-24 19:21:21 +00:00
Moriyoshi Koizumi
5945ba1c6d MFH(r-1.76): added koi8-r, cp866, and cp1251 support for htmlentities()
Patch by Antony Dovgal <tony2001 at phpclub dot net>
2003-03-24 19:15:16 +00:00
Ilia Alshanetsky
c89afb6539 MFH 2003-03-24 15:21:57 +00:00
foobar
1f77ab10fc MFH: Fixed bug #18640 properly 2003-03-24 10:18:16 +00:00
Wez Furlong
ceed7b9d77 MFH curl detection when multiple installations exist 2003-03-23 18:16:12 +00:00
Moriyoshi Koizumi
7ebc888513 MFH(r-1.7): added some compiler check 2003-03-23 01:45:28 +00:00
Moriyoshi Koizumi
06b796783c MFH(r-1.5): fixed win32 build with non-SBCS locale settings. 2003-03-22 23:45:20 +00:00
Christian Stocker
c479e904dd fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method") 2003-03-20 09:43:09 +00:00
foobar
aef81e78a0 MFH: fix for bug #22765 2003-03-18 17:31:55 +00:00
foobar
fdc6b229a6 MFH: Fixed bug #22751 (Compile error in gdcache when external libgd is used) 2003-03-18 02:14:22 +00:00
foobar
7ae1572b39 MFH 2003-03-17 15:56:31 +00:00
foobar
183f99038a MFH: - Fixed bug #22709 (crash within interbase when database unavailable) 2003-03-16 00:38:51 +00:00
SVN Migration
15703e7fb8 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-15 23:37:18 +00:00
foobar
bac7bb82b0 MFH: No c++ comments 2003-03-14 17:50:02 +00:00
foobar
d4a01a8524 MFH: no c++ comments 2003-03-14 17:40:55 +00:00
Daniela Mariaschi
ff9fc7aa3f reverting to 1.8.4.1 2003-03-14 10:47:58 +00:00
Daniela Mariaschi
688f6d1b9d MFH 2003-03-13 23:21:49 +00:00
Edin Kadribasic
5dc55d66fc Drop support for php_gd.dll (gd1).
The default build (gd.dsp) is now bundled gd2.
2003-03-13 22:23:10 +00:00
Daniela Mariaschi
05afcba8e7 Numeric/decimal datatype overflow on Win32
Fixed bug #20641
2003-03-13 22:02:10 +00:00
Jay Smith
0af96031de MFH 2003-03-13 18:51:53 +00:00
Ilia Alshanetsky
57a32b2825 MFH 2003-03-13 18:15:39 +00:00
foobar
690439a295 MFH 2003-03-13 17:27:40 +00:00
Sara Golemon
d03df22d4c MFH (Bug 21534) 2003-03-13 16:18:10 +00:00
Ilia Alshanetsky
22e1885d29 MFH 2003-03-12 04:46:15 +00:00
foobar
900584ec7f MFH 2003-03-12 04:30:01 +00:00
foobar
b1d3a4d6cd MFH 2003-03-12 04:16:31 +00:00
Ilia Alshanetsky
062a5863c0 MFH (XBM patch by Marcus Börger) 2003-03-12 01:02:41 +00:00
SVN Migration
0a2f05f09b This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-12 00:51:04 +00:00
Moriyoshi Koizumi
2185951cbb Fixed bug #22634 (broken cygwin build) 2003-03-11 16:53:28 +00:00
foobar
8a3bd41416 MFH: - Fixed bug #20715 (odbc could not be compiled as shared extension) 2003-03-11 03:11:52 +00:00
Sascha Schumann
3aced8a7d4 fix sizeof(size_t) > sizeof(uint) issue 2003-03-11 02:32:29 +00:00
foobar
ff33d897d5 MFH: Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP) 2003-03-11 02:12:17 +00:00