summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaning up some messSascha Schumann2000-08-211-10/+7
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-201-2/+2
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-201-0/+2
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-201-1/+1
* - Move compat macros to php3_compat.hAndi Gutmans2000-08-101-5/+0
* fix stupid bugStanislav Malyshev2000-08-061-2/+2
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-2/+16
* decouple this check just in case we hit a weird system that has oneRasmus Lerdorf2000-08-061-0/+2
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-241-5/+3
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-0/+9
* - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.Andi Gutmans2000-06-121-0/+2
* Add PHP_BROKEN_SPRINTF check here.Sascha Schumann2000-06-081-6/+6
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-041-0/+2
* Use the new error codeZeev Suraski2000-06-021-5/+0
* warn_not_available() will be used by other modules besidesHartmut Holzgraefe2000-05-291-0/+2
* Remove stale reference to .h fileZeev Suraski2000-05-291-3/+0
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-5/+2
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-0/+6
* - Virtual current working directory is now enabledAndi Gutmans2000-05-231-1/+5
* - Support virtual unlink()Andi Gutmans2000-05-231-0/+2
* Minor output modsZeev Suraski2000-05-191-2/+0
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-301-4/+3
* - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().Andi Gutmans2000-04-291-0/+6
* - 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
* More error handling work (still completely disabled)Zeev Suraski2000-04-271-1/+8
* - virtual_lstat() doesn't exist on Windows.Andi Gutmans2000-04-201-0/+4
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-2/+2
* - Fix virtual cwd bugZeev Suraski2000-04-201-0/+2
* - Add missing V_STAT()Andi Gutmans2000-04-201-0/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-10/+10
* - Turn off VIRTUAL_DIR by defaultAndi Gutmans2000-04-111-1/+1
* - Don't need to extern functionsAndi Gutmans2000-04-091-1/+1
* - Make all CVS users use the new virtual dir support.Andi Gutmans2000-04-081-2/+0
* - 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-071-1/+1
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-021-0/+2
* - Virtual cwd compiles now (need to uncomment #define in php.h for it toAndi Gutmans2000-04-021-0/+2
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-0/+2
* - Fix another bug in session.cAndi Gutmans2000-03-301-0/+10
* - Update dspZeev Suraski2000-03-251-2/+0
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-1/+1
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-5/+2
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-3/+3
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-2/+2
* - Fix Win32 buildAndi Gutmans2000-03-041-2/+0
* Prefix some symbols with php_Sascha Schumann2000-03-041-0/+1