Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b3'.php-4.0b3 | SVN Migration | 1999-11-19 | 1 | -1/+3 |
| | |||||
* | 4.0b3 coming up | Stig Bakken | 1999-11-16 | 1 | -1/+1 |
| | |||||
* | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 1 | -4/+0 |
| | | | | | Removed the mkstemp stuff and added tmpfile() function instead. | ||||
* | These are inserted automatically now. | Andrei Zmievski | 1999-11-13 | 1 | -16/+0 |
| | |||||
* | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 1 | -0/+2 |
| | |||||
* | Suck in prototypes correctly with applied aliases | Sascha Schumann | 1999-11-13 | 1 | -0/+8 |
| | | | | | (otherwise php_reg* would not be prototyped) | ||||
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 2 | -2/+6 |
| | | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache". | ||||
* | preparing 4.0b3-RC5 | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies) | Thies C. Arntzen | 1999-11-11 | 1 | -6/+6 |
| | | | | | (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854) | ||||
* | #if -> #ifdef changes for the ODBC extension (for consistency) | Stig Bakken | 1999-11-09 | 1 | -3/+3 |
| | |||||
* | 4.0b3-RC4 | Stig Bakken | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Bump version to 4.0b3-RC3. | Stig Bakken | 1999-11-09 | 1 | -1/+1 |
| | | | | | | # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing! | ||||
* | (PHP tempnam) now uses mkstemp() if available | Stig Bakken | 1999-11-08 | 1 | -0/+4 |
| | | | | | @- tempnam() now uses mkstemp() if available (Stig) | ||||
* | Version update | Zeev Suraski | 1999-11-06 | 1 | -1/+1 |
| | |||||
* | - Win32 fixes | Zeev Suraski | 1999-11-06 | 2 | -20/+9 |
| | | | | | - COM module improvements from Boris Wedl | ||||
* | configuration failures trap server | Sam Ruby | 1999-11-05 | 1 | -1/+3 |
| | |||||
* | # First shot at 4.0b3. | Stig Bakken | 1999-11-04 | 1 | -1/+1 |
| | |||||
* | @Continue processing PHP_INI_SYSTEM knownDirectives after extension= | Sam Ruby | 1999-10-31 | 1 | -0/+3 |
| | | | | | | | | | # # Never saw a response to PHP-DEV post of 25-OCT # # Given the existence of knownDirectives, I figured that option 2 # was closest to the original design intent. | ||||
* | typing in the dark | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | Damn, can't see underscores correctly on this silly terminal I am on | Rasmus Lerdorf | 1999-10-30 | 1 | -5/+5 |
| | |||||
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 2 | -0/+11 |
| | | | | | | | and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files. | ||||
* | Kill the regex header file warnings | Rasmus Lerdorf | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 5 | -2/+425 |
| | | | | | | | | | moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies) | ||||
* | - Make COM compile again | Andi Gutmans | 1999-10-20 | 1 | -1/+1 |
| | |||||
* | - Make CVS compile on Win32. | Andi Gutmans | 1999-10-20 | 1 | -0/+3 |
| | | | | | - Rename php3_COM.h -> php_COM.h | ||||
* | Revert my patches to error functions. | Andrei Zmievski | 1999-10-19 | 1 | -9/+2 |
| | |||||
* | _php3/_php3i -> php rename | Andrei Zmievski | 1999-10-16 | 1 | -1/+1 |
| | |||||
* | - Get windows version to compile again. No biggy if array_map is not #if 0'd | Andi Gutmans | 1999-10-16 | 1 | -0/+4 |
| | | | | | out even if it doesn't work. | ||||
* | Update mergesort() proto. | Andrei Zmievski | 1999-10-15 | 1 | -1/+1 |
| | |||||
* | Small tweak in the error format. | Andrei Zmievski | 1999-10-15 | 1 | -1/+1 |
| | |||||
* | (php3_log_err): Don't output error message to stderr when | Andrei Zmievski | 1999-10-15 | 1 | -0/+2 |
| | | | | | running as CGI binary. | ||||
* | (php_error): finally get rid of those annoying html tags | Andrei Zmievski | 1999-10-15 | 1 | -2/+7 |
| | | | | | when running as CGI binary | ||||
* | Added mergesort.c from FreeBSD. | Andrei Zmievski | 1999-10-15 | 2 | -0/+352 |
| | |||||
* | files are now resources, file.c is thread-safe, the le_ vars are no longer ↵ | Thies C. Arntzen | 1999-10-15 | 3 | -10/+2 |
| | | | | | | | | | shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies) | ||||
* | Make ODBC work under Win32 | Zeev Suraski | 1999-10-15 | 1 | -1/+1 |
| | |||||
* | new api fo dl() - renamed php3_dl to php_dl (added compat header) | Thies C. Arntzen | 1999-10-13 | 2 | -1/+2 |
| | |||||
* | starting to clean-up/new API'ize and resourcify the file-stuff - nothing ↵ | Thies C. Arntzen | 1999-10-12 | 2 | -4/+2 |
| | | | | happened yet - just renaming things around. | ||||
* | Use correct data type for mutex. | Sascha Schumann | 1999-10-08 | 1 | -1/+1 |
| | |||||
* | Implement temporary workaround for thread-safety issues. This | Sascha Schumann | 1999-10-08 | 1 | -0/+21 |
| | | | | | serializes all request accesses. To disable, define NO_GLOBAL_LOCK | ||||
* | SET_VAR_STR* expect a emalloc'ed copy of the string! | Thies C. Arntzen | 1999-10-07 | 1 | -1/+3 |
| | |||||
* | - support for mimetype application/vnd.fdf needed by fdf module | Uwe Steinmann | 1999-10-06 | 1 | -1/+4 |
| | | | | | (only active if fdf support is compiled in) | ||||
* | Fix logic. | Sascha Schumann | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | * Fix header("HTTP/..") behaviour | Sascha Schumann | 1999-10-04 | 1 | -5/+26 |
| | | | | | | | * Fix leak WRT http_status_line * Update sapi/README * Remove %PHP_OUTPUT_FILES sort | ||||
* | i swear, i compiled (at least) before i committed! | Thies C. Arntzen | 1999-10-04 | 1 | -1/+1 |
| | |||||
* | "cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not ↵ | Thies C. Arntzen | 1999-10-04 | 1 | -1/+6 |
| | | | | if PHP_TRACK_VARS is 0. | ||||
* | Generalized server-API build process on UNIX. Each SAPI | Stig Bakken | 1999-09-27 | 1 | -47/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation now has its own directory under sapi/, just like extensions have theirs under ext/. To make the final targets appear in the main dir, the top-level Makefile includes sapi/NN/Makefile.inc from the selected sapi backend. This is a plan Makefile stub without any autoconf substitutions. Each SAPI backend also has its own config.m4 like extensions (read at the end of diversion 2) and config.h.stub files. Each SAPI backend has to contain: config.m4: just like for extensions, this file contains autoconf/automake directives that end up in the configure script. The only difference is that the sapi config.m4 files are read in diversion (output block) 2 instead of 3. The sapi config.m4 files should set two variables: PHP_SAPI (which sapi backend to choose) and SAPI_TARGET (the name of the resulting library or program, previously BINNAME). If they are not specified, they will default to "cgi" and "php", respectively. Makefile.inc: has to exist, has to define "INSTALL_IT" to the command used to install the final target (or ":" for no operation). It also has to define a plain Makefile rule (without autoconf substitutions) to build $(SAPI_TARGET) Makefile.am: just what you think. Make sure your target is called "libphpsapi_NNN.a", where NNN is the value of PHP_SAPI. Some testing and fixing probably remains. To make everything hang together, I've done some ugly tricks that I can imagine causing some problems. I've built and run the CGI version and built the Apache DSO. | ||||
* | #if !HAVE_FOO -> #ifndef HAVE_FOO | Stig Bakken | 1999-09-24 | 2 | -2/+2 |
| | |||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -1/+0 |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | ||||
* | There is no reason to define malloc() to xmalloc() in this context. | Sascha Schumann | 1999-09-18 | 1 | -16/+1 |
| | |||||
* | `0' flag ignored with precision specifier and `X' format | Sascha Schumann | 1999-09-17 | 1 | -1/+1 |
| |