summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up win32 implementation of proc_open.Wez Furlong2002-04-031-0/+1
| | | | | | Respect safe_mode_exec_dir. Implement proc_close and return process return code under win32.
* main/streams.cWez Furlong2002-04-021-0/+2
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-301-1/+1
|
* - Added php_escape_shell_arg to the header fileDerick Rethans2001-07-091-0/+1
|
* - Add prototype.Andi Gutmans2001-05-241-0/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Add EscapeShellArg() function which turns a b into 'a b' andRasmus Lerdorf2000-09-051-0/+1
| | | | | | a'b into 'a'\''b' @Add EscapeShellArg() function (Rasmus)
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-4/+4
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+43
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.