Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix proto. | Markus Fischer | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Do NOT use c++ comments in c code!!!!! | foobar | 2002-04-13 | 1 | -12/+18 |
| | |||||
* | - Fix defines | Derick Rethans | 2002-04-10 | 1 | -2/+2 |
| | |||||
* | When #if BLAHING a section, ensure to make it's prototype included. Returns | Dan Kalowsky | 2002-03-06 | 1 | -1/+3 |
| | | | | | build capability to MacOSX. | ||||
* | - More ZTS fixes | Derick Rethans | 2002-03-06 | 1 | -2/+2 |
| | |||||
* | - Introduced posix_errno() (get error number from last error message) and | Markus Fischer | 2002-03-05 | 1 | -319/+364 |
| | | | | | | | | | | | | | | | | | | | | | | | posix_strerror() (convert error number into error string). - Do not output any error message if any of the function fails with FALSE return value. The proper way now is to call posix_errno() and posix_strerror() after encountering an error condition. - Function not support on a system no longer issue a 'not available' error but simply don't exist so we can safely use 'function_exists'. - Fixed protos. - Use new parameter parsing API. - posix_uname() may be aware of 'domainname' (GNU extension) - posix_getgrnam(), posix_getgrgid(): the returned information does no longer contains mixture of string and numbered keys (hash / array) but contains key 'member' with an array of all members in a list (or an empty array). This breaks BC but is the right thing IMHO. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Prototypes | Derick Rethans | 2001-11-08 | 1 | -17/+17 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -36/+36 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Cleanup. (some relics from php3 era?) | foobar | 2001-08-08 | 1 | -11/+3 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+0 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -4/+17 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() | Andi Gutmans | 2000-11-02 | 1 | -1/+1 |
| | | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code. | ||||
* | I SHALL NOT TOUCH A RELEASE CANDIDATE! | Hartmut Holzgraefe | 2000-10-09 | 1 | -4/+0 |
| | | | | | | | I SHALL NOT TOUCH A RELEASE CANDIDATE! I SHALL NOT TOUCH A RELEASE CANDIDATE! (previous patch reverted) | ||||
* | added support for GNU-specific domainname field in uname | Hartmut Holzgraefe | 2000-10-09 | 1 | -0/+4 |
| | |||||
* | - Clean-up original code and add to NEWS. | Andi Gutmans | 2000-10-05 | 1 | -8/+13 |
| | |||||
* | Fixed posix_addlimit() when adding the string "unlimited" to the result. | Alexander Feldman | 2000-10-05 | 1 | -2/+2 |
| | | | | | Now the posix_getrlimit() function does not cause core dump. | ||||
* | fixed ZTS compile | Thies C. Arntzen | 2000-08-04 | 1 | -0/+1 |
| | |||||
* | Access to global variable safe_mode fixed. | Kristian Köhntopp | 2000-07-26 | 1 | -1/+1 |
| | |||||
* | Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu. | Kristian Köhntopp | 2000-07-26 | 1 | -0/+61 |
| | | | | | Also fixed the function detection for the HAVE_ functions. | ||||
* | Some cosmetic changes. | Egon Schmid | 2000-07-15 | 1 | -3/+3 |
| | |||||
* | Fix add_assoc_string functions. | Stanislav Malyshev | 2000-07-07 | 1 | -21/+21 |
| | | | | | add_assoc_string(l) last parameter is "duplicate", not string length. | ||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -1/+1 |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -13/+13 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Make posix module buildable as shared module | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -1/+4 |
| | |||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -1/+1 |
| | | | | | for Apache. | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -2/+2 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Zend fixups. | Andrei Zmievski | 1999-12-20 | 1 | -13/+13 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -20/+20 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -3/+3 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Add posix module | Sascha Schumann | 1999-12-03 | 1 | -0/+889 |