Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_1pl1'.php-4.0.1pl1 | SVN Migration | 2000-06-29 | 2 | -164/+0 |
| | |||||
* | Added note about creating PDF documents in memory. | Joey Smith | 2000-06-28 | 1 | -2/+6 |
| | | | | | This is not quite complete, due to a bug in pdflib 3.0. | ||||
* | Cosmetic name change | Sascha Schumann | 2000-06-27 | 1 | -1/+1 |
| | |||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 4 | -39/+0 |
| | |||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 4 | -0/+39 |
| | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
* | Fixed a bug in opendir(), which prevented readdir() from working properly if | Zeev Suraski | 2000-06-27 | 1 | -9/+25 |
| | | | | | the $dir argument wasn't explicitly specified | ||||
* | (pg_loreadall) Was using zval ** but forgot to convert to use | Jouni Ahto | 2000-06-27 | 1 | -1/+1 |
| | | | | | zend_get_parameters_ex(). Fixes #5244. | ||||
* | (fgetcsv) fixed leak | Thies C. Arntzen | 2000-06-27 | 1 | -0/+1 |
| | |||||
* | @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil) | Thies C. Arntzen | 2000-06-27 | 1 | -1/+1 |
| | |||||
* | Removed 8KB limit on line length of the file() function | Zeev Suraski | 2000-06-26 | 1 | -7/+37 |
| | |||||
* | - Disabled dl() when PHP is being used as a module inside a multithreaded web | Zeev Suraski | 2000-06-26 | 1 | -0/+7 |
| | | | | | server - it didn't work before, and caused weird results (Zeev) | ||||
* | - Don't depend on USE_PATH being equal to 1. Use #define value | Andi Gutmans | 2000-06-26 | 1 | -4/+4 |
| | |||||
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -2/+2 |
| | | | | | used for output. | ||||
* | Fixed some protos. | Egon Schmid | 2000-06-26 | 1 | -7/+7 |
| | |||||
* | - Please NEVER copy fopen_wrappers.c functions to modules. They are ugly | Zeev Suraski | 2000-06-26 | 1 | -118/+5 |
| | | | | | | | | | - enough as is and need cleaning up. Duplicating the mess makes things just - worse and prevents bug fixes in the functions from propogating throughout - PHP. - This fix is untested so someone who uses zlib, please test it and report - back. | ||||
* | Make exec() fwork on Unix again | Stanislav Malyshev | 2000-06-26 | 1 | -0/+8 |
| | |||||
* | - Fixed another missing test for existing functions in libgd. | Jouni Ahto | 2000-06-26 | 2 | -1/+2 |
| | | | | | # This too should go in 4.0.1 if just possible. | ||||
* | Corrected a syntax error: Macro requires braces. | Kristian Köhntopp | 2000-06-26 | 1 | -2/+3 |
| | |||||
* | Added function php_sapi_name() as written by Stefan Livieratos. | Kristian Köhntopp | 2000-06-26 | 3 | -0/+14 |
| | |||||
* | - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found. | Jouni Ahto | 2000-06-26 | 2 | -2/+3 |
| | | | | | | | - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. # This really should go into 4.0.1 or we'll get a lot of complaints from # people using older versions of gd (because it still supports gif). | ||||
* | Fix for configure not setting the library path. | Stefan Roehrich | 2000-06-26 | 1 | -5/+10 |
| | |||||
* | Make the zlib DLL work with the stock zlib library | Zeev Suraski | 2000-06-25 | 1 | -4/+4 |
| | |||||
* | - Update .dsp | Zeev Suraski | 2000-06-25 | 1 | -4/+4 |
| | | | | | - Add Win32 'spec' file | ||||
* | imap_sendmail.[ch] are missing... Whomever added them, please cvs add them ↵ | Zeev Suraski | 2000-06-25 | 1 | -8/+0 |
| | | | | | | | and then readd them to the project... | ||||
* | Now its a todo. | Egon Schmid | 2000-06-25 | 2 | -3/+3 |
| | |||||
* | Get rid of a warning | Zeev Suraski | 2000-06-25 | 1 | -1/+2 |
| | |||||
* | PHPAPI is invalid here... | Zeev Suraski | 2000-06-25 | 1 | -1/+2 |
| | |||||
* | It was Jouni: Prevent Hartmut finding this until it is actually implemented... | Egon Schmid | 2000-06-25 | 2 | -3/+3 |
| | |||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 10 | -32/+24 |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | ||||
* | The second array_merge() is now array_merge_recursive(). | Egon Schmid | 2000-06-25 | 1 | -12/+11 |
| | |||||
* | A droto is not a proto. | Egon Schmid | 2000-06-25 | 1 | -2/+2 |
| | |||||
* | Add version checking. | Sterling Hughes | 2000-06-25 | 1 | -1/+16 |
| | |||||
* | # Missing ; | Jouni Ahto | 2000-06-25 | 1 | -1/+1 |
| | |||||
* | Proto. | Sterling Hughes | 2000-06-25 | 1 | -1/+3 |
| | |||||
* | @- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB ↵ | Sterling Hughes | 2000-06-25 | 2 | -0/+87 |
| | | | | | | | functions. (Sterling) -Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions | ||||
* | - Added imagecreatefromwbmp(). | Jouni Ahto | 2000-06-25 | 2 | -1/+20 |
| | | | | | | - Fixed missing parenthesis when calling function get_active_function_name. @- Added function imagecreatefromwbmp(). (Jouni) | ||||
* | Correct protos call_user_func() and call_user_method(). | Egon Schmid | 2000-06-24 | 1 | -3/+3 |
| | |||||
* | Revice winsnmp.c from repo-copy | Sascha Schumann | 2000-06-24 | 1 | -0/+228 |
| | |||||
* | - Close cursor immediately before reuse so that calling ibase_free_result is | Jouni Ahto | 2000-06-24 | 2 | -6/+23 |
| | | | | | | | not necessary anymore. Seems to also prevent a a situation where at request shutdown cursor was first dropped and tried to close it afterwards when all the resources were not manually freed, and could occasionally segfault. | ||||
* | Get rid of files in the dl directory hierarchy. | Sascha Schumann | 2000-06-24 | 1 | -228/+0 |
| | | | | | PHP compiles without them under Unix, please test this also under Win32. | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 21 | -50/+0 |
| | |||||
* | - Make the output globals accessible from the outside world | Zeev Suraski | 2000-06-24 | 3 | -20/+29 |
| | | | | | - Fix Win32 compilation | ||||
* | Fix for bug #3983 | Joey Smith | 2000-06-24 | 1 | -0/+2 |
| | |||||
* | <funcprototype> added to xml generation | Hartmut Holzgraefe | 2000-06-24 | 1 | -1/+3 |
| | |||||
* | Fix Win32 compilation | Zeev Suraski | 2000-06-23 | 1 | -0/+1 |
| | |||||
* | Added a description to get_browser(). | Egon Schmid | 2000-06-23 | 1 | -2/+2 |
| | |||||
* | Fixed protos. | Egon Schmid | 2000-06-23 | 1 | -6/+6 |
| | |||||
* | Typos. | Egon Schmid | 2000-06-23 | 1 | -2/+2 |
| | |||||
* | Make use of incomplete class API | Sascha Schumann | 2000-06-23 | 1 | -4/+24 |
| | |||||
* | API change: Use zval * instead of zval ** | Sascha Schumann | 2000-06-23 | 3 | -15/+17 |
| |