144 Commits (faa12fa06fed899e52cfbb29ea5ba85157308ba2)

Author SHA1 Message Date
Zeev Suraski 536a53356d Get rid of the redundant global startup code 25 years ago
Zeev Suraski 6f297a370a Fix Windows build 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Jason Greene 9e5b0de828 Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
Sterling Hughes 39e282254b place nice with other libraries. 25 years ago
Sascha Schumann e2eaf6342e Add support for systems where p{read|write} take a off64_t without 25 years ago
Daniel Beulshausen 0a121f855c make pgsql build under win32 again 25 years ago
Daniel Beulshausen 1b279d3477 get rid of MS's _popen/_pclose 25 years ago
Wez Furlong 5dbb3a7708 Added files for PHP streams 25 years ago
Andi Gutmans a0d3c5a88e - Finally rename modules.h to zend_modules.h for consistency (first try 25 years ago
Daniel Beulshausen ab128eedaa nuke warnings 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Sascha Schumann c2fb53bed7 Finish fopen-wrappers rename. 25 years ago
Sascha Schumann fd83f5e1a4 Bump PHP_API_VERSION 26 years ago
Sascha Schumann 4ada3dd3a0 Hardcode all functions which are mentioned in the Large File Support Spec 26 years ago
Sascha Schumann 1f934084cd Noone defines PACKAGE/VERSION anymore. 26 years ago
Sascha Schumann 66d8f798ad PHP does not care about inline at all, so get rid of this block. 26 years ago
Sascha Schumann 9866d899e9 Namespace protect mergesort (caused conflict on Darwin). 26 years ago
Andi Gutmans 204f4adca7 - Smarter detection of MAXPATHLEN 26 years ago
Andi Gutmans 341a0d465a - Found my bug and managed to move the V_* macros to TSRM 26 years ago
Andi Gutmans 6c6471b160 - Move to virtual cwd in TSRM 26 years ago
Andi Gutmans 0b8ca80e57 - Remove some unused stuff. 26 years ago
Andi Gutmans 989203cf9c - Test commit msg. This is Andi and it seems to come from Zeev. 26 years ago
Zeev Suraski 1f7b735290 - Forgot to fix non-ZTS CHDIR_FILE macro 26 years ago
Andi Gutmans 39770d99ea - Try and fix problem with opening wrong file. 26 years ago
Sascha Schumann 2eb8688f29 Refine PHP_STRLCPY comment 26 years ago
Sascha Schumann 365edaddd4 Add PHP_STRLCPY macro. This macro should be used in new code instead of 26 years ago
Zeev Suraski c542f9a3f4 - Fix IMAP build problem 26 years ago
Sascha Schumann 8e0ae5d152 Cleaning up some mess 26 years ago
Andi Gutmans c799959568 - Change PHP_SEPARATOR to PHP_DIR_SEPARATOR 26 years ago
Sascha Schumann c8b8a908ca Provide PHP_SEPARATOR which expands to the default directory separator 26 years ago
Sascha Schumann c86ec8b1a9 Add virtual_real_chdir_file. Silly name for a useful function. 26 years ago
Andi Gutmans 26300a8ebf - Move compat macros to php3_compat.h 26 years ago
Stanislav Malyshev 10f300094b fix stupid bug 26 years ago
Andi Gutmans c756ae2d9f Virtualize realpath, chmod, chown and utime 26 years ago
Rasmus Lerdorf a8f0c5a316 decouple this check just in case we hit a weird system that has one 26 years ago
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard. 26 years ago
Andi Gutmans 4b5e7d6618 - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested. 26 years ago
Andi Gutmans 719d995a9d - On UNIX support popen() which works with current working directory 26 years ago
Andi Gutmans 02c42362ff - Start of popen() fix for UNIX. Still unclear what we'll do on Windows. 26 years ago
Sascha Schumann d180634e07 Add PHP_BROKEN_SPRINTF check here. 26 years ago
Stanislav Malyshev 5af7dff758 add opendir to VIRTUAL_DIR 26 years ago
Zeev Suraski 06388f5181 Use the new error code 26 years ago
Hartmut Holzgraefe ae1043ba0d warn_not_available() will be used by other modules besides 26 years ago
Zeev Suraski 949574d027 Remove stale reference to .h file 26 years ago
Hartmut Holzgraefe fb39eda0d8 a second (cleaner?) try on warnings about unsupported functions 26 years ago
Andi Gutmans afccb58612 - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these 26 years ago
Hartmut Holzgraefe 69d1e788c0 if a module provides a function it should also do so if the function 26 years ago
Andi Gutmans 617266e33e - Virtual current working directory is now enabled 26 years ago