Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -0/+2 | |
| | | | | | - Add more V_STAT() V_LSTAT() changes | |||||
* | - Add missing V_STAT() | Andi Gutmans | 2000-04-20 | 1 | -0/+2 | |
| | ||||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -10/+10 | |
| | ||||||
* | - Turn off VIRTUAL_DIR by default | Andi Gutmans | 2000-04-11 | 1 | -1/+1 | |
| | ||||||
* | - Don't need to extern functions | Andi Gutmans | 2000-04-09 | 1 | -1/+1 | |
| | | | | | - Use virtual_file_ex() in expand_filepath() | |||||
* | - Make all CVS users use the new virtual dir support. | Andi Gutmans | 2000-04-08 | 1 | -2/+0 | |
| | | | | | Will probably disable this for the release. | |||||
* | - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it | Andi Gutmans | 2000-04-07 | 1 | -0/+3 | |
| | | | | | should always be enabled. | |||||
* | - Add wddx support to the default build | Andi Gutmans | 2000-04-07 | 1 | -1/+1 | |
| | ||||||
* | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 1 | -0/+2 | |
| | ||||||
* | - Virtual cwd compiles now (need to uncomment #define in php.h for it to | Andi Gutmans | 2000-04-02 | 1 | -0/+2 | |
| | | | | | | be enbaled right now). It seems to work very basic stuff | |||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -0/+2 | |
| | | | | | for Apache. | |||||
* | - Fix another bug in session.c | Andi Gutmans | 2000-03-30 | 1 | -0/+10 | |
| | | | | | - Start using the new PHP_GETCWD() and co. macros | |||||
* | - Update dsp | Zeev Suraski | 2000-03-25 | 1 | -2/+0 | |
| | | | | | - Remove unnecessary includes | |||||
* | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -5/+2 | |
| | | | | | PR: #3786 | |||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -3/+3 | |
| | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -2/+2 | |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | |||||
* | - Fix Win32 build | Andi Gutmans | 2000-03-04 | 1 | -2/+0 | |
| | ||||||
* | Prefix some symbols with php_ | Sascha Schumann | 2000-03-04 | 1 | -0/+1 | |
| | | | | | ^(pcre|Xml|XML).* | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-02-19 | 1 | -3/+3 | |
| | ||||||
* | Fix warnings when compiling static Apache module | Sascha Schumann | 2000-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -6/+4 | |
| | ||||||
* | request_info.c is dead! long live SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+0 | |
| | | | | | | | @- Finished the server abstraction layer; All of the PHP code is now shared @ across different servers (Apache, CGI, IIS, etc.), except for thin @ interface modules (Zeev) | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -48/+3 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | - Little fix | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | - Introduce PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -4/+6 | |
| | ||||||
* | Remove the post-startup callback support. Modules are now started only after | Zeev Suraski | 2000-01-16 | 1 | -1/+0 | |
| | | | | | | the entire engine is started. People - please make sure that the session module works properly for you. | |||||
* | - don't set php_errormsg on errors that will cause a zend_bailout(). | Thies C. Arntzen | 2000-01-15 | 1 | -0/+1 | |
| | | | | | | | | | using zend_hash_update() can make things worse in this situation. - new function php_register_pre_request_shutdown(). this way modules can register callbacks that will be called as soon as execution of the script is done but *before* any cleanup (global symbol_table etc) has taken place. | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 1 | -6/+0 | |
| | | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean | |||||
* | Typedef socklen_t, if it is not available | Sascha Schumann | 1999-12-30 | 1 | -0/+4 | |
| | ||||||
* | Correct PHP's mime type. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -13/+13 | |
| | ||||||
* | Provide basis for shared libraries/dlls to contain internal extensions | Sam Ruby | 1999-12-07 | 1 | -3/+3 | |
| | ||||||
* | That one is actually supposed to have 'php3' on it - it's the PHP 3.0 ↵ | Zeev Suraski | 1999-12-04 | 1 | -1/+1 | |
| | | | | compatibility defines for 4.0 | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | Get Win32 to compile again | Zeev Suraski | 1999-11-27 | 1 | -0/+4 | |
| | ||||||
* | Add reentrant versions of ctime, localtime, gmtime, asctime. | Sascha Schumann | 1999-11-26 | 1 | -0/+1 | |
| | | | | | | | | | | These cannot be implemented platform-independent, so we fall back to the native non-reentrant versions, but lock during each access (only if ZTS is used). To initialize/destroy the used data structures, you need to call reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after sapi_shutdown(). | |||||
* | Add post request startup handlers. These are called at the end of the | Sascha Schumann | 1999-11-17 | 1 | -0/+2 | |
| | | | | | | request startup function, and can use the initialized structures like the symbol table. | |||||
* | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 1 | -4/+0 | |
| | | | | | Removed the mkstemp stuff and added tmpfile() function instead. | |||||
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -0/+4 | |
| | | | | | | | 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". | |||||
* | (PHP tempnam) now uses mkstemp() if available | Stig Bakken | 1999-11-08 | 1 | -0/+4 | |
| | | | | | @- tempnam() now uses mkstemp() if available (Stig) | |||||
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -0/+1 | |
| | | | | | | | 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. | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -1/+1 | |
| | | | | | | | | | 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) | |||||
* | Update mergesort() proto. | Andrei Zmievski | 1999-10-15 | 1 | -1/+1 | |
| | ||||||
* | Added mergesort.c from FreeBSD. | Andrei Zmievski | 1999-10-15 | 1 | -0/+2 | |
| | ||||||
* | files are now resources, file.c is thread-safe, the le_ vars are no longer ↵ | Thies C. Arntzen | 1999-10-15 | 1 | -3/+0 | |
| | | | | | | | | | 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) | |||||
* | - 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(). | |||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -0/+1 | |
| |