summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Colin Viebrock2000-04-192-193/+618
|
* Support E_USER_* error typesZeev Suraski2000-04-191-0/+9
|
* Corrected some protos.Egon Schmid2000-04-181-7/+6
|
* Document the ob_*() functionsZeev Suraski2000-04-181-0/+16
|
* Undefine HAVE_*_R, so that we get our replacementsSascha Schumann2000-04-161-0/+7
|
* - PHP_FOPEN -> V_FOPENAndi Gutmans2000-04-151-2/+2
|
* Remove unnecessary argumentZeev Suraski2000-04-151-1/+1
|
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-156-26/+26
|
* Forgot to commit the php4 fixesZeev Suraski2000-04-152-1/+3
|
* Make error_prepend_string and error_append_string workRasmus Lerdorf2000-04-142-0/+5
| | | | | @Make error_prepend_string and error_append_string work
* Undo bogus commitRasmus Lerdorf2000-04-141-1/+1
|
* I don't see why this should be gcc dependant and this fixes bugs 4140Rasmus Lerdorf2000-04-141-1/+1
| | | | | and 4143
* - Turn off VIRTUAL_DIR by defaultAndi Gutmans2000-04-112-2/+2
|
* Fix another missing opened_path assignmentZeev Suraski2000-04-101-3/+11
|
* - Try and resolve the problem with current working directories not beingAndi Gutmans2000-04-103-1/+13
| | | | | set to the script directory
* - Don't need to extern functionsAndi Gutmans2000-04-095-9/+34
| | | | | - Use virtual_file_ex() in expand_filepath()
* - Make all CVS users use the new virtual dir support.Andi Gutmans2000-04-081-2/+0
| | | | | Will probably disable this for the release.
* Add a missing expand_filepath()Zeev Suraski2000-04-071-3/+13
|
* - Fix const declaratirs in virtual cwdZeev Suraski2000-04-072-10/+10
| | | | | | @- Fixed a problem in include_once() with non constant arguments (Andi & Zeev, @ Zend Engine)
* - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually itAndi Gutmans2000-04-071-0/+3
| | | | | should always be enabled.
* - Add wddx support to the default buildAndi Gutmans2000-04-072-1/+3
|
* Update the PHP logoZeev Suraski2000-04-051-492/+190
|
* - Not needed anymoreAndi Gutmans2000-04-051-1/+0
|
* - More fixesAndi Gutmans2000-04-051-4/+12
|
* - FixAndi Gutmans2000-04-051-4/+1
|
* Prettying up the output of phpinfo(). Someone has to tell me howColin Viebrock2000-04-051-6/+7
| | | | | | | | | to get a new .gif logo in there, and why the ZEND_DEBUG output is causing seg faults. I also need to go through all the modules and fix up the output they create.
* Fix a problem with the virtual directory mechanism (corruption of the ↵Zeev Suraski2000-04-052-18/+28
| | | | filenames to open)
* - fopen and ZTS fixesAndi Gutmans2000-04-031-3/+3
|
* *** empty log message ***Zeev Suraski2000-04-021-1/+1
|
* @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible toZeev Suraski2000-04-021-1/+8
| | | | | | @ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev) - Changed IMAP Win32 definitions
* - Create dtor functionAndi Gutmans2000-04-023-2/+19
|
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-023-0/+21
|
* - A bit more cleanups.Andi Gutmans2000-04-021-16/+20
| | | | | | - Need to implement virtual_chdir_file() to replace chdir_file() in sapi/apache so that we can start testing apache and debug it.
* - Virtual cwd compiles now (need to uncomment #define in php.h for it toAndi Gutmans2000-04-023-1/+7
| | | | | | be enbaled right now). It seems to work very basic stuff
* - Move to new Zend macrosAndi Gutmans2000-04-012-14/+11
|
* - PHP_WIN32 is not defined here use ZEND_WIN32Andi Gutmans2000-04-012-6/+6
|
* - More virtual_cwd workAndi Gutmans2000-04-012-3/+25
|
* - Make php_virtual_cwd compileAndi Gutmans2000-04-012-0/+17
|
* - Need zend.h for ZTSAndi Gutmans2000-04-011-0/+2
|
* -Andi Gutmans2000-04-011-1/+0
|
* - Intermediate commitAndi Gutmans2000-04-012-26/+82
|
* Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)Sascha Schumann2000-04-011-1/+1
|
* @- Fix a problem when dealing with large POST blocks in CGI modeZeev Suraski2000-04-012-8/+8
|
* - This shouldn't do any harm and might fix a problem with Win32Andi Gutmans2000-03-311-1/+1
|
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-1/+0
|
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-0/+2
| | | | | for Apache.
* - Baby steps... Use PHP_FOPEN()Andi Gutmans2000-03-303-10/+10
|
* - Use PHP_CHDIR()Andi Gutmans2000-03-301-1/+1
|
* - Fix another bug in session.cAndi Gutmans2000-03-304-5/+15
| | | | | - Start using the new PHP_GETCWD() and co. macros
* kill warningSascha Schumann2000-03-301-1/+1
|