History log of /PHP-5.4/ext/posix/posix.c (Results 101 – 125 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.3
# 86f2ad30 09-Oct-2000 Hartmut Holzgraefe

I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
(previous patch reverted)


# bbc37db2 09-Oct-2000 Hartmut Holzgraefe

added support for GNU-specific domainname field in uname


# fb2c2364 05-Oct-2000 Andi Gutmans

- Clean-up original code and add to NEWS.


# 791cda20 05-Oct-2000 Alexander Feldman

Fixed posix_addlimit() when adding the string "unlimited" to the result.
Now the posix_getrlimit() function does not cause core dump.


Revision tags: php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 7b388964 04-Aug-2000 Thies C. Arntzen

fixed ZTS compile


# cd2929ae 26-Jul-2000 Kristian Köhntopp

Access to global variable safe_mode fixed.


# 10215629 26-Jul-2000 Kristian Köhntopp

Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.
Also fixed the function detection for the HAVE_ functions.


# 23b56e3c 15-Jul-2000 Egon Schmid

Some cosmetic changes.


# 6ace7124 07-Jul-2000 Stanislav Malyshev

Fix add_assoc_string functions.
add_assoc_string(l) last parameter is "duplicate", not string length.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- 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.

show more ...


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0, php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# 358bdc88 01-May-2000 Sascha Schumann

Make posix module buildable as shared module


# c9911a15 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 0c2b366c 05-Apr-2000 Colin Viebrock

phpinfo() prettying


# 9c3d6304 30-Mar-2000 Andi Gutmans

- Hopefully got most of them. We also need a chdir_file function like
for Apache.


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# bf5cb890 26-Feb-2000 Zeev Suraski

- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
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

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE
# 2603f1c4 20-Dec-1999 Andrei Zmievski

Zend fixups.


Revision tags: PRE_LIBZEND_TO_ZEND
# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# 02d3b394 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


123456