summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_1pl1'.php-4.0.1pl1SVN Migration2000-06-292-164/+0
|
* Added note about creating PDF documents in memory.Joey Smith2000-06-281-2/+6
| | | | | This is not quite complete, due to a bug in pdflib 3.0.
* Cosmetic name changeSascha Schumann2000-06-271-1/+1
|
* # Reverting as requested.Jouni Ahto2000-06-274-39/+0
|
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-274-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 ifZeev Suraski2000-06-271-9/+25
| | | | | the $dir argument wasn't explicitly specified
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
| | | | | zend_get_parameters_ex(). Fixes #5244.
* (fgetcsv) fixed leakThies C. Arntzen2000-06-271-0/+1
|
* @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)Thies C. Arntzen2000-06-271-1/+1
|
* Removed 8KB limit on line length of the file() functionZeev Suraski2000-06-261-7/+37
|
* - Disabled dl() when PHP is being used as a module inside a multithreaded webZeev Suraski2000-06-261-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 valueAndi Gutmans2000-06-261-4/+4
|
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-2/+2
| | | | | used for output.
* Fixed some protos.Egon Schmid2000-06-261-7/+7
|
* - Please NEVER copy fopen_wrappers.c functions to modules. They are uglyZeev Suraski2000-06-261-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 againStanislav Malyshev2000-06-261-0/+8
|
* - Fixed another missing test for existing functions in libgd.Jouni Ahto2000-06-262-1/+2
| | | | | # This too should go in 4.0.1 if just possible.
* Corrected a syntax error: Macro requires braces.Kristian Köhntopp2000-06-261-2/+3
|
* Added function php_sapi_name() as written by Stefan Livieratos.Kristian Köhntopp2000-06-263-0/+14
|
* - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.Jouni Ahto2000-06-262-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 Roehrich2000-06-261-5/+10
|
* Make the zlib DLL work with the stock zlib libraryZeev Suraski2000-06-251-4/+4
|
* - Update .dspZeev Suraski2000-06-251-4/+4
| | | | | - Add Win32 'spec' file
* imap_sendmail.[ch] are missing... Whomever added them, please cvs add them ↵Zeev Suraski2000-06-251-8/+0
| | | | | | | and then readd them to the project...
* Now its a todo.Egon Schmid2000-06-252-3/+3
|
* Get rid of a warningZeev Suraski2000-06-251-1/+2
|
* PHPAPI is invalid here...Zeev Suraski2000-06-251-1/+2
|
* It was Jouni: Prevent Hartmut finding this until it is actually implemented...Egon Schmid2000-06-252-3/+3
|
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-2510-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 Schmid2000-06-251-12/+11
|
* A droto is not a proto.Egon Schmid2000-06-251-2/+2
|
* Add version checking.Sterling Hughes2000-06-251-1/+16
|
* # Missing ;Jouni Ahto2000-06-251-1/+1
|
* Proto.Sterling Hughes2000-06-251-1/+3
|
* @- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB ↵Sterling Hughes2000-06-252-0/+87
| | | | | | | functions. (Sterling) -Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions
* - Added imagecreatefromwbmp().Jouni Ahto2000-06-252-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 Schmid2000-06-241-3/+3
|
* Revice winsnmp.c from repo-copySascha Schumann2000-06-241-0/+228
|
* - Close cursor immediately before reuse so that calling ibase_free_result isJouni Ahto2000-06-242-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 Schumann2000-06-241-228/+0
| | | | | PHP compiles without them under Unix, please test this also under Win32.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-2421-50/+0
|
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-243-20/+29
| | | | | - Fix Win32 compilation
* Fix for bug #3983Joey Smith2000-06-241-0/+2
|
* <funcprototype> added to xml generationHartmut Holzgraefe2000-06-241-1/+3
|
* Fix Win32 compilationZeev Suraski2000-06-231-0/+1
|
* Added a description to get_browser().Egon Schmid2000-06-231-2/+2
|
* Fixed protos.Egon Schmid2000-06-231-6/+6
|
* Typos.Egon Schmid2000-06-231-2/+2
|
* Make use of incomplete class APISascha Schumann2000-06-231-4/+24
|
* API change: Use zval * instead of zval **Sascha Schumann2000-06-233-15/+17
|