summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b3_RC3'.php-4.0b3_RC3SVN Migration1999-11-091-64/+0
|
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-0920-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 Bakken1999-11-091-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 Skopal1999-11-081-4/+4
|
* Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, andSascha Schumann1999-11-081-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 Schumann1999-11-061-0/+7
|
* - Win32 fixesZeev Suraski1999-11-063-39/+98
| | | | | - COM module improvements from Boris Wedl
* (PHP var_dump, serialize) now use php.ini's precision size when ↵Thies C. Arntzen1999-11-061-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() ifRasmus Lerdorf1999-11-051-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. Arntzen1999-11-051-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 Zmievski1999-11-041-14/+71
|
* Try to avoid IBM/Berkeley DB2 confusionRasmus Lerdorf1999-11-041-2/+2
|
* - Add include path. Used relative include path assuming php4 and bindlib_w32Andi Gutmans1999-11-041-1/+1
| | | | | are in the same directory.
* Adding MS SQL Server module for Win32Frank M. Kromann1999-11-034-0/+1707
|
* #I hope this is the correct way to 'fix' this.Evan Klinger1999-11-031-1/+1
| | | | | Fix compile warning
* Add <FORM ACTION=...> tagSascha Schumann1999-11-022-121/+198
|
* Remove extraneous comment.Andrei Zmievski1999-11-021-8/+11
| | | | | # Pay no attention to multisort() at the moment.
* (PHP getprotoby{name,number}) New FunctionsEvan Klinger1999-11-022-0/+53
| | | | | @- Implemented getprotoby{name,number} (Evan)
* Added array_pad() function.Andrei Zmievski1999-11-012-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 Hagenbuch1999-11-011-1/+1
|
* Fix for #2631Sascha Schumann1999-11-011-1/+1
|
* (PHP getservby{name,port}) New functions.Evan Klinger1999-11-012-2/+51
| | | | | @- Added new getservby{name,port} functions. (Evan)
* Add missing initialization entrySascha Schumann1999-10-311-0/+1
|
* Support current mcrypt. Tested with libmcrypt-2.2.4Sascha Schumann1999-10-311-37/+49
|
* Change session.lifetime to session.cookie_lifetime. And:Sascha Schumann1999-10-312-7/+39
| | | | | @ - Added session.cookie_path and session.cookie_domain (Sascha)
* typing in the darkRasmus Lerdorf1999-10-301-1/+1
|
* Damn, can't see underscores correctly on this silly terminal I am onRasmus Lerdorf1999-10-301-5/+5
|
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-305-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.deRasmus Lerdorf1999-10-291-1/+1
|
* Kill the regex header file warningsRasmus Lerdorf1999-10-293-5/+6
|
* (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.Rasmus Lerdorf1999-10-284-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 Zmievski1999-10-281-1/+2
|
* (PHP str_repeat) New function.Andrei Zmievski1999-10-273-0/+46
|
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-275-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 streamingThies C. Arntzen1999-10-271-4/+198
| | | | | @ large amounts of LOB-Data without to need of a huge buffer. (Thies)
* Forgot to remove function entry.Andrei Zmievski1999-10-271-1/+0
|
* eliminated warinigsThies C. Arntzen1999-10-261-2/+0
|
* (PHP array_map) Away with it.Andrei Zmievski1999-10-262-36/+0
|
* added some more optionsThies C. Arntzen1999-10-251-11/+77
|
* kill warningThies C. Arntzen1999-10-241-1/+1
|
* folding fix (xemacs 21 loads the file again;-)Thies C. Arntzen1999-10-241-0/+2
|
* Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480Sascha Schumann1999-10-243-0/+5
|
* (PHP session_register, session_unregister) always return trueSascha Schumann1999-10-241-2/+6
|
* one can now use callbacks for custom completion functions (still ↵Thies C. Arntzen1999-10-231-11/+155
| | | | work-in-progress)
* Add session.use_cookies optionSascha Schumann1999-10-222-1/+9
|
* unserialize no longer complaints about unserializing empty-strings (started ↵Thies C. Arntzen1999-10-221-7/+10
| | | | that just a few days ago)
* Add <AREA HREF=...Sascha Schumann1999-10-212-67/+128
|
* (_ps_files_valid_key): small logic fixSascha Schumann1999-10-211-2/+2
|
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-214-3/+91
|
* (_ps_files_open): evaluate key (session id) before path creationSascha Schumann1999-10-211-1/+28
|