summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* php_reentrancy.h is needed for strtok_rSascha Schumann2000-05-011-0/+1
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-301-4/+3
* Fix virtual_open() by adding ellipseSascha Schumann2000-04-302-2/+2
* - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().Andi Gutmans2000-04-293-0/+56
* - Never mind. Seems like we're still missing the open() functionalityZeev Suraski2000-04-291-1/+1
* - Give VIRTUAL_DIR another try after testing it extensively on our web siteZeev Suraski2000-04-291-1/+1
* no more broken scripts by erroneously terminating header()'s argumentHartmut Holzgraefe2000-04-281-0/+6
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-283-13/+12
* (php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlo...Thies C. Arntzen2000-04-281-1/+1
* Change to using macrosZeev Suraski2000-04-271-1/+1
* More error handling work (still completely disabled)Zeev Suraski2000-04-272-4/+28
* - Fix crash bug in localtime_r. If locatime() returns NULL then also returnZeev Suraski2000-04-241-2/+5
* - Missed second argumentZeev Suraski2000-04-211-1/+1
* - Fix last fix for WindowsAndi Gutmans2000-04-211-1/+1
* - Small fix to virtual_Chdir_file() to include the trailing slash whenAndi Gutmans2000-04-211-0/+3
* A few .dsp fixesZeev Suraski2000-04-201-1/+1
* - Change a getcwd()Andi Gutmans2000-04-201-1/+1
* - virtual_lstat() doesn't exist on Windows.Andi Gutmans2000-04-201-0/+4
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-205-4/+10
* - Fix virtual cwd bugZeev Suraski2000-04-203-5/+41
* - Add missing V_STAT()Andi Gutmans2000-04-207-6/+33
* *** empty log message ***Colin Viebrock2000-04-192-193/+618
* Support E_USER_* error typesZeev Suraski2000-04-191-0/+9
* Corrected some protos.Egon Schmid2000-04-181-7/+6
* Document the ob_*() functionsZeev Suraski2000-04-181-0/+16
* Undefine HAVE_*_R, so that we get our replacementsSascha Schumann2000-04-161-0/+7
* - PHP_FOPEN -> V_FOPENAndi Gutmans2000-04-151-2/+2
* Remove unnecessary argumentZeev Suraski2000-04-151-1/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-156-26/+26
* Forgot to commit the php4 fixesZeev Suraski2000-04-152-1/+3
* Make error_prepend_string and error_append_string workRasmus Lerdorf2000-04-142-0/+5
* Undo bogus commitRasmus Lerdorf2000-04-141-1/+1
* I don't see why this should be gcc dependant and this fixes bugs 4140Rasmus Lerdorf2000-04-141-1/+1
* - Turn off VIRTUAL_DIR by defaultAndi Gutmans2000-04-112-2/+2
* Fix another missing opened_path assignmentZeev Suraski2000-04-101-3/+11
* - Try and resolve the problem with current working directories not beingAndi Gutmans2000-04-103-1/+13
* - Don't need to extern functionsAndi Gutmans2000-04-095-9/+34
* - Make all CVS users use the new virtual dir support.Andi Gutmans2000-04-081-2/+0
* Add a missing expand_filepath()Zeev Suraski2000-04-071-3/+13
* - Fix const declaratirs in virtual cwdZeev Suraski2000-04-072-10/+10
* - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually itAndi Gutmans2000-04-071-0/+3
* - Add wddx support to the default buildAndi Gutmans2000-04-072-1/+3
* Update the PHP logoZeev Suraski2000-04-051-492/+190
* - Not needed anymoreAndi Gutmans2000-04-051-1/+0
* - More fixesAndi Gutmans2000-04-051-4/+12
* - FixAndi Gutmans2000-04-051-4/+1
* Prettying up the output of phpinfo(). Someone has to tell me howColin Viebrock2000-04-051-6/+7
* Fix a problem with the virtual directory mechanism (corruption of the filenam...Zeev Suraski2000-04-052-18/+28
* - fopen and ZTS fixesAndi Gutmans2000-04-031-3/+3
* *** empty log message ***Zeev Suraski2000-04-021-1/+1