579 Commits (fc5daee43465ef8fccfbfeedf0a2f317e7adaf21)

Author SHA1 Message Date
Sascha Schumann 17b84ad7e7 Planning for 4.0RC2 on Monday 26 years ago
Sascha Schumann e905fabe0d s/strtok_r/php_strtok_r/ 26 years ago
Sascha Schumann f2a236ff83 Missed localtime_r/ctime_r. Prefix them with php 26 years ago
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix. 26 years ago
Sam Ruby 6fb3301416 Correct build breakage - win32 26 years ago
Sascha Schumann fca9539d63 Preset extension_dir to the installation directory of PHP modules. 26 years ago
Sascha Schumann c801cfb879 php_reentrancy.h is needed for strtok_r 26 years ago
Andi Gutmans e13285ded7 - Take Sascha's advice and create on V_OPEN() which replaces open(). 26 years ago
Sascha Schumann be00d130e6 Fix virtual_open() by adding ellipse 26 years ago
Andi Gutmans f1d5167ae3 - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT(). 26 years ago
Zeev Suraski 1a8683f976 - Never mind. Seems like we're still missing the open() functionality 26 years ago
Zeev Suraski aecae7c3af - Give VIRTUAL_DIR another try after testing it extensively on our web site 26 years ago
Hartmut Holzgraefe 5c5ccc9844 no more broken scripts by erroneously terminating header()'s argument 26 years ago
Zeev Suraski 3220bb570e - Fix an invalid trick (it was valid when header() was using 26 years ago
Thies C. Arntzen b9387791a8 (php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <zzed@cyberdude.com> 26 years ago
Zeev Suraski dc8980bab2 Change to using macros 26 years ago
Zeev Suraski 39aa59bdec More error handling work (still completely disabled) 26 years ago
Zeev Suraski 9d2738cf1d - Fix crash bug in localtime_r. If locatime() returns NULL then also return 26 years ago
Zeev Suraski 972ef3f31b - Missed second argument 26 years ago
Andi Gutmans dd05651046 - Fix last fix for Windows 26 years ago
Andi Gutmans 36faff14b1 - Small fix to virtual_Chdir_file() to include the trailing slash when 26 years ago
Zeev Suraski 0b8369196b A few .dsp fixes 26 years ago
Andi Gutmans 4928f63821 - Change a getcwd() 26 years ago
Andi Gutmans c0919bbd41 - virtual_lstat() doesn't exist on Windows. 26 years ago
Andi Gutmans 503bb3bedb - Export strlcat()/strcpy() for Frank. 26 years ago
Zeev Suraski 883bd2b1de - Fix virtual cwd bug 26 years ago
Andi Gutmans e40268d07c - Add missing V_STAT() 26 years ago
Colin Viebrock 7ecf70047b *** empty log message *** 26 years ago
Zeev Suraski 9cbcade6c9 Support E_USER_* error types 26 years ago
Egon Schmid f1c268d79a Corrected some protos. 26 years ago
Zeev Suraski c007a7232d Document the ob_*() functions 26 years ago
Sascha Schumann 93135c8b32 Undefine HAVE_*_R, so that we get our replacements 26 years ago
Andi Gutmans b8fd674453 - PHP_FOPEN -> V_FOPEN 26 years ago
Zeev Suraski f0c7e0275f Remove unnecessary argument 26 years ago
Andi Gutmans 1665cba750 - Change PHP_ to V_ (directory & file functions) 26 years ago
Zeev Suraski 81138a641a Forgot to commit the php4 fixes 26 years ago
Rasmus Lerdorf 6727342b7a Make error_prepend_string and error_append_string work 26 years ago
Rasmus Lerdorf 32a3c3987e Undo bogus commit 26 years ago
Rasmus Lerdorf 2acd0ad1fe I don't see why this should be gcc dependant and this fixes bugs 4140 26 years ago
Andi Gutmans 7f54318897 - Turn off VIRTUAL_DIR by default 26 years ago
Zeev Suraski 8ec20a16ed Fix another missing opened_path assignment 26 years ago
Andi Gutmans 897b413c2d - Try and resolve the problem with current working directories not being 26 years ago
Andi Gutmans c981be0bca - Don't need to extern functions 26 years ago
Andi Gutmans 95f45d6c50 - Make all CVS users use the new virtual dir support. 26 years ago
Zeev Suraski a0ba444959 Add a missing expand_filepath() 26 years ago
Zeev Suraski 12aae5ab66 - Fix const declaratirs in virtual cwd 26 years ago
Andi Gutmans f118d94783 - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it 26 years ago
Andi Gutmans 89f99967b8 - Add wddx support to the default build 26 years ago
Zeev Suraski 3ba4105fde Update the PHP logo 26 years ago
Andi Gutmans 49a34c6811 - Not needed anymore 26 years ago