summaryrefslogtreecommitdiff
path: root/ext/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-4/+17
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-1/+1
* I SHALL NOT TOUCH A RELEASE CANDIDATE!Hartmut Holzgraefe2000-10-091-4/+0
* added support for GNU-specific domainname field in unameHartmut Holzgraefe2000-10-091-0/+4
* - Clean-up original code and add to NEWS.Andi Gutmans2000-10-051-8/+13
* Fixed posix_addlimit() when adding the string "unlimited" to the result.Alexander Feldman2000-10-051-2/+2
* fixed ZTS compileThies C. Arntzen2000-08-041-0/+1
* Access to global variable safe_mode fixed.Kristian Köhntopp2000-07-261-1/+1
* Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.Kristian Köhntopp2000-07-263-2/+66
* Some cosmetic changes.Egon Schmid2000-07-152-4/+4
* Fix add_assoc_string functions.Stanislav Malyshev2000-07-071-21/+21
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
* - Erased an extra line by mistakeAndi Gutmans2000-06-101-1/+1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-4/+0
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-13/+13
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+2
* Make posix module buildable as shared moduleSascha Schumann2000-05-013-10/+7
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* phpinfo() prettyingColin Viebrock2000-04-051-1/+4
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-2/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-4/+0
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-0/+0
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
* Zend fixups.Andrei Zmievski1999-12-201-13/+13
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-21/+21
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-6/+6
* Add configure stuffSascha Schumann1999-12-033-5/+13
* Add posix moduleSascha Schumann1999-12-035-0/+1001