1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

20307 Commits

Author SHA1 Message Date
Shane Caraveo 56210b8921 use the correct flush on deactivate
add some code to make debugging iis 5 cgi easier
2003-03-25 07:43:30 +00:00
8712da0e39 ChangeLog update 2003-03-25 02:26:04 +00:00
foobar 96c02a1251 - This is not supposed to be 'pretty' name. (ref. bug #22853) 2003-03-25 01:38:14 +00:00
Ilia Alshanetsky 519721851f Fixed bug #22805 (Reading of user input could stop prematurely). 2003-03-25 01:34:32 +00:00
foobar 66842efff7 reorder 2003-03-24 23:26:32 +00:00
Edin Kadribasic 96e9337fc8 MFB 2003-03-24 21:49:46 +00:00
Moriyoshi Koizumi 570e929d49 Fixed bug #22834 (compile failure due to ugly implicit casts) 2003-03-24 21:22:23 +00:00
Moriyoshi Koizumi 03a5129429 oops... 2003-03-24 19:24:35 +00:00
Moriyoshi Koizumi 68b03bde3a Added test cases for new functionality 2003-03-24 19:21:20 +00:00
Moriyoshi Koizumi 93b250f923 Added koi8-r, cp866, and cp1251 support for htmlentities 2003-03-24 19:13:02 +00:00
James Cox 6af5b89b04 test + remove 4 2003-03-24 19:04:44 +00:00
Ilia Alshanetsky 5c159052bf Added missing header that prevents successful compilation. 2003-03-24 15:21:53 +00:00
Ilia Alshanetsky d53b487633 MFHZE2 2003-03-24 14:53:30 +00:00
foobar 34aa1fdd2a fix bug #22841 2003-03-24 12:16:03 +00:00
Stanislav Malyshev 268a14e049 Fix {include|require}_once error message - if open
fails, don't use tream, use original name.
2003-03-24 11:54:42 +00:00
foobar d963292f6f This is AUTH_TYPE in every other SAPI. 2003-03-24 11:21:15 +00:00
Uwe Schindler 0353b50f80 PHP_WIN32 included 2003-03-24 10:33:21 +00:00
foobar 0b4784d951 Fixed bug #18640 properly 2003-03-24 10:18:00 +00:00
Georg Richter e43e219e46 changed method name 2003-03-24 07:43:28 +00:00
91a9f27084 ChangeLog update 2003-03-24 01:34:32 +00:00
Alex Waugh d403ed4bc3 Fix linkage of symbols. 2003-03-23 21:58:03 +00:00
Andi Gutmans eba65486ad - Fix win32 build 2003-03-23 21:27:22 +00:00
Shane Caraveo ac7748cef1 For fastcgi env vars, don't magic quote them 2003-03-23 20:16:41 +00:00
Shane Caraveo 456b6cbeab The environment should *never* be magic quoted. 2003-03-23 19:30:31 +00:00
Wez Furlong badd5fb6fd Fix curl detection when multiple installations exist 2003-03-23 18:14:41 +00:00
Stanislav Malyshev 5f47d77b42 resore namespace on shutdown - since some functions use
EG() and CG() pointers
2003-03-23 18:13:49 +00:00
Sebastian Bergmann 2698a4bd05 ZTS fix. 2003-03-23 17:18:31 +00:00
Zeev Suraski 0aef71ff89 Another fix for implicit public, perhaps it was not such a good idea :I 2003-03-23 08:14:41 +00:00
Sebastian Bergmann 2dc388e73e Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes. 2003-03-23 06:57:16 +00:00
Sterling Hughes 91a2475485 DEFAULT_CLASSES_H not DEFAULT_INTERFACES_H 2003-03-23 04:34:00 +00:00
Sterling Hughes e6dfbc9565 add a standard Exception class. 2003-03-23 04:32:24 +00:00
Moriyoshi Koizumi 9c038be621 Added some compiler check 2003-03-23 01:44:58 +00:00
6dd4cddb7f ChangeLog update 2003-03-23 01:33:20 +00:00
Moriyoshi Koizumi 0d2bd85a61 Fixed win32 build, which fails with non-SBCS-compatible locale settings. 2003-03-22 23:31:52 +00:00
Shane Caraveo 170de9b95c export functions needed by cli 2003-03-22 23:26:00 +00:00
Shane Caraveo 0a3ca34e87 fix crash in win32 debug build 2003-03-22 21:22:40 +00:00
Shane Caraveo 26296130ad Fix PHPRC overriding other ini files. This is how PHPRC worked prior to
4.3.x, and is usefull for applications that execute PHP and want to
emulate CGI and define alternate INI files (ie. cannot use -c).
2003-03-22 18:54:35 +00:00
David Croft 0d07e69ba8 #strip rcs tags 2003-03-22 01:37:06 +00:00
870e1ad69d ChangeLog update 2003-03-22 01:31:23 +00:00
Sterling Hughes 0a4282eabf fix segfault in file_set_contents() when the file could not successfully
be opened.
2003-03-21 22:22:15 +00:00
Marcus Boerger f83c88e81d Add missing initialization 2003-03-21 18:08:59 +00:00
James Cox 485ee3914a updating for new list 2003-03-21 17:17:54 +00:00
Stig Bakken 9e21b2eee4 * abort install when an extension fails to build (patch by ja at
morrdusk dot net)
2003-03-21 07:57:27 +00:00
Sterling Hughes ecef1df39c This broke the xml extension, and pres2, commented out for now 2003-03-21 05:26:56 +00:00
00920f5207 ChangeLog update 2003-03-21 01:37:46 +00:00
Hartmut Holzgraefe c75f3e6e88 protect string from CVS keyword expansionCVS: ---------------------------------------------------------------------- 2003-03-20 20:20:37 +00:00
Marcus Boerger 49adbd1ef6 missing TSRMLS_FETCH 2003-03-20 20:03:21 +00:00
Marcus Boerger f14a65c7b9 CS 2003-03-20 19:54:22 +00:00
Stanislav Malyshev 70fff75187 Add stdlib.h too - it is needed fot strto{ld} 2003-03-20 17:41:40 +00:00
Christian Stocker 0cc4b081a3 fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method") 2003-03-20 09:48:19 +00:00