Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b3_RC3'.php-4.0b3_RC3 | SVN Migration | 1999-11-09 | 1 | -64/+0 |
| | |||||
* | @ Added Zend OO syntax overloading support for Java components | Sam Ruby | 1999-11-09 | 20 | -0/+2465 |
| | | | | | | | | | | | | | | | | # # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license. | ||||
* | @Fix min/max behaviour (Thies) | Stig Bakken | 1999-11-09 | 1 | -31/+12 |
| | | | | | | #Andrei: I left the convert_to_long() in there, it doesn't really make #much of a difference. | ||||
* | "sybase" is definitelly six characters long :-) | Jakub Skopal | 1999-11-08 | 1 | -4/+4 |
| | |||||
* | Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and | Sascha Schumann | 1999-11-08 | 1 | -3/+0 |
| | | | | | broke the build for UCD SNMP 4.0.1. | ||||
* | Disable auto_start until we find a way to access the necessary data fields. | Sascha Schumann | 1999-11-06 | 1 | -0/+7 |
| | |||||
* | - Win32 fixes | Zeev Suraski | 1999-11-06 | 3 | -39/+98 |
| | | | | | - COM module improvements from Boris Wedl | ||||
* | (PHP var_dump, serialize) now use php.ini's precision size when ↵ | Thies C. Arntzen | 1999-11-06 | 1 | -6/+10 |
| | | | | | | | | displying/serializing doubles @- serialize() and var_dump() now honor the precision as set in php.ini @ for doubles. (Thies) | ||||
* | We need to use mysql_field_count() instead of mysql_num_fields() if | Rasmus Lerdorf | 1999-11-05 | 1 | -0/+5 |
| | | | | | | | we are using MySQL 3.22.24 or newer when we want to check a mysql struct instead of a result struct. The reference is here: http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields | ||||
* | (php3_sybase_get_column_content) initialize buffer before call to dbconvert() | Thies C. Arntzen | 1999-11-05 | 1 | -0/+3 |
| | | | | | | @- Fixed garbage returned at the end of certain Sybase-Columns (Thies) @ Patch submitted by: neal@wanlink.com | ||||
* | (PHP multisort) More work, not yet done though. | Andrei Zmievski | 1999-11-04 | 1 | -14/+71 |
| | |||||
* | Try to avoid IBM/Berkeley DB2 confusion | Rasmus Lerdorf | 1999-11-04 | 1 | -2/+2 |
| | |||||
* | - Add include path. Used relative include path assuming php4 and bindlib_w32 | Andi Gutmans | 1999-11-04 | 1 | -1/+1 |
| | | | | | are in the same directory. | ||||
* | Adding MS SQL Server module for Win32 | Frank M. Kromann | 1999-11-03 | 4 | -0/+1707 |
| | |||||
* | #I hope this is the correct way to 'fix' this. | Evan Klinger | 1999-11-03 | 1 | -1/+1 |
| | | | | | Fix compile warning | ||||
* | Add <FORM ACTION=...> tag | Sascha Schumann | 1999-11-02 | 2 | -121/+198 |
| | |||||
* | Remove extraneous comment. | Andrei Zmievski | 1999-11-02 | 1 | -8/+11 |
| | | | | | # Pay no attention to multisort() at the moment. | ||||
* | (PHP getprotoby{name,number}) New Functions | Evan Klinger | 1999-11-02 | 2 | -0/+53 |
| | | | | | @- Implemented getprotoby{name,number} (Evan) | ||||
* | Added array_pad() function. | Andrei Zmievski | 1999-11-01 | 2 | -0/+124 |
| | | | | | | # Ignore multisort() for now. @- Added array_pad() function. (Andrei) | ||||
* | Trying to clean up the last of the body->id/body->description confusion. | Chuck Hagenbuch | 1999-11-01 | 1 | -1/+1 |
| | |||||
* | Fix for #2631 | Sascha Schumann | 1999-11-01 | 1 | -1/+1 |
| | |||||
* | (PHP getservby{name,port}) New functions. | Evan Klinger | 1999-11-01 | 2 | -2/+51 |
| | | | | | @- Added new getservby{name,port} functions. (Evan) | ||||
* | Add missing initialization entry | Sascha Schumann | 1999-10-31 | 1 | -0/+1 |
| | |||||
* | Support current mcrypt. Tested with libmcrypt-2.2.4 | Sascha Schumann | 1999-10-31 | 1 | -37/+49 |
| | |||||
* | Change session.lifetime to session.cookie_lifetime. And: | Sascha Schumann | 1999-10-31 | 2 | -7/+39 |
| | | | | | @ - Added session.cookie_path and session.cookie_domain (Sascha) | ||||
* | 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 | 5 | -4/+10 |
| | | | | | | | 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. | ||||
* | Fix typo found by hholzgra@media-engineering.de | Rasmus Lerdorf | 1999-10-29 | 1 | -1/+1 |
| | |||||
* | Kill the regex header file warnings | Rasmus Lerdorf | 1999-10-29 | 3 | -5/+6 |
| | |||||
* | (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4. | Rasmus Lerdorf | 1999-10-28 | 4 | -8/+37 |
| | | | | | | Tested against DB2 6.1 UDB on Linux (RH-6.0) @- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (RH-6.0) | ||||
* | Fix bug #2623. | Andrei Zmievski | 1999-10-28 | 1 | -1/+2 |
| | |||||
* | (PHP str_repeat) New function. | Andrei Zmievski | 1999-10-27 | 3 | -0/+46 |
| | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 5 | -37/+420 |
| | | | | | | | | | 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) | ||||
* | @- implemented OCI8 $lob->WriteToFile() function - very useful for streaming | Thies C. Arntzen | 1999-10-27 | 1 | -4/+198 |
| | | | | | @ large amounts of LOB-Data without to need of a huge buffer. (Thies) | ||||
* | Forgot to remove function entry. | Andrei Zmievski | 1999-10-27 | 1 | -1/+0 |
| | |||||
* | eliminated warinigs | Thies C. Arntzen | 1999-10-26 | 1 | -2/+0 |
| | |||||
* | (PHP array_map) Away with it. | Andrei Zmievski | 1999-10-26 | 2 | -36/+0 |
| | |||||
* | added some more options | Thies C. Arntzen | 1999-10-25 | 1 | -11/+77 |
| | |||||
* | kill warning | Thies C. Arntzen | 1999-10-24 | 1 | -1/+1 |
| | |||||
* | folding fix (xemacs 21 loads the file again;-) | Thies C. Arntzen | 1999-10-24 | 1 | -0/+2 |
| | |||||
* | Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480 | Sascha Schumann | 1999-10-24 | 3 | -0/+5 |
| | |||||
* | (PHP session_register, session_unregister) always return true | Sascha Schumann | 1999-10-24 | 1 | -2/+6 |
| | |||||
* | one can now use callbacks for custom completion functions (still ↵ | Thies C. Arntzen | 1999-10-23 | 1 | -11/+155 |
| | | | | work-in-progress) | ||||
* | Add session.use_cookies option | Sascha Schumann | 1999-10-22 | 2 | -1/+9 |
| | |||||
* | unserialize no longer complaints about unserializing empty-strings (started ↵ | Thies C. Arntzen | 1999-10-22 | 1 | -7/+10 |
| | | | | that just a few days ago) | ||||
* | Add <AREA HREF=... | Sascha Schumann | 1999-10-21 | 2 | -67/+128 |
| | |||||
* | (_ps_files_valid_key): small logic fix | Sascha Schumann | 1999-10-21 | 1 | -2/+2 |
| | |||||
* | Added hw_mapid(), read comment in hg_comm.c | Uwe Steinmann | 1999-10-21 | 4 | -3/+91 |
| | |||||
* | (_ps_files_open): evaluate key (session id) before path creation | Sascha Schumann | 1999-10-21 | 1 | -1/+28 |
| |