| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | List with TODO items | David Hedbor | 2000-06-05 | 1 | -0/+14 |
| | | |||||
| * | Fixed include directory problems. | David Hedbor | 2000-06-05 | 2 | -1/+5 |
| | | |||||
| * | Added a new user-definable include variable, PRE_INCLUDES. It works | David Hedbor | 2000-06-05 | 1 | -4/+4 |
| | | | | | | | | | | | like EXTRA_INCLUDES but is added before the global INCLUDES variable. # # This was needed for the roxen SAPI module, which requires the PHP4 # include dirs to be after the Pike include dirs. I can't make the # Pike include dir global though, since Pike includes then conflict # with PHP4 includes in the rest of the compile. | ||||
| * | Changed include statement for main.h to avoid inclusion of Pike's main.h. | David Hedbor | 2000-06-05 | 1 | -4/+4 |
| | | |||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 91 | -1106/+1106 |
| | | |||||
| * | Oops, fixed slight miscue there. Now it works. | Rasmus Lerdorf | 2000-06-05 | 1 | -7/+7 |
| | | |||||
| * | - Restore locale settings to state they were at module startup if they | Jouni Ahto | 2000-06-05 | 1 | -1/+2 |
| | | | | | | were changed. | ||||
| * | @ Clean up constants in flock() function and add optional 3rd arg which | Rasmus Lerdorf | 2000-06-05 | 1 | -10/+17 |
| | | | | | | | | @ is set to true on EWOULDBLOCK (Rasmus) Clean up constants in flock() function and add optional 3rd arg which is set to true on EWOULDBLOCK | ||||
| * | Ignore generated files. | Andrei Zmievski | 2000-06-05 | 0 | -0/+0 |
| | | |||||
| * | Getting exif module to compile on win32 | Frank M. Kromann | 2000-06-05 | 2 | -3/+3 |
| | | |||||
| * | fixing compiler directive so the module will actually build a php module | Frank M. Kromann | 2000-06-05 | 1 | -3/+3 |
| | | |||||
| * | - should now compile and configure with libxml 2.0.0 | Uwe Steinmann | 2000-06-05 | 2 | -2/+2 |
| | | |||||
| * | - Revert internazionalization fix. | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | | |||||
| * | - Revert Thies' locale patch. It was screwing up language level things. | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | | | | | | | - We could add support for locale in some specific output functions at a - later time to make everyone happy | ||||
| * | compile fix regarding bug report #4780 | Hartmut Holzgraefe | 2000-06-05 | 1 | -1/+1 |
| | | |||||
| * | - Complete change to create_function() | Andi Gutmans | 2000-06-05 | 1 | -3/+3 |
| | | |||||
| * | ChangeLog update | 2000-06-05 | 1 | -0/+58 | |
| | | |||||
| * | NEWS update | 2000-06-05 | 1 | -0/+4 | |
| | | |||||
| * | (pg_connect) Missed adding reference to link. | Jouni Ahto | 2000-06-04 | 1 | -0/+1 |
| | | |||||
| * | Change shutdown order to sort out a crash when assigning a resource id to a ↵ | Zeev Suraski | 2000-06-04 | 2 | -15/+21 |
| | | | | | static. | ||||
| * | Fix Win32 build | Zeev Suraski | 2000-06-04 | 6 | -7/+10 |
| | | |||||
| * | - Support unordered hash comparisons | Zeev Suraski | 2000-06-04 | 3 | -30/+55 |
| | | | | | | - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison | ||||
| * | *** empty log message *** | Zeev Suraski | 2000-06-04 | 1 | -3/+2 |
| | | |||||
| * | Rename lambda() | Zeev Suraski | 2000-06-04 | 1 | -3/+3 |
| | | |||||
| * | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 2 | -21/+105 |
| | | | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni) | ||||
| * | @ Add SWF support to getimagesize() function (Derick Rethans) | Rasmus Lerdorf | 2000-06-04 | 1 | -0/+35 |
| | | | | | | Add SWF support to getimagesize() function | ||||
| * | Redirect messages from cp modules/* to /dev/null | Sascha Schumann | 2000-06-04 | 1 | -1/+1 |
| | | |||||
| * | \0 is part of they key, but not of the variable | Stanislav Malyshev | 2000-06-04 | 1 | -2/+2 |
| | | |||||
| * | Back out the last change by Andi which caused TSRM to be always configured. | Sascha Schumann | 2000-06-04 | 1 | -15/+16 |
| | | | | | | This needs to be refined. It caused breakage on several platforms. | ||||
| * | add opendir to VIRTUAL_DIR | Stanislav Malyshev | 2000-06-04 | 4 | -1/+26 |
| | | |||||
| * | chdir returns -1 on error, so should V_CHDIR | Stanislav Malyshev | 2000-06-04 | 1 | -2/+2 |
| | | |||||
| * | chdir returns 0 on success, compare against it | Stanislav Malyshev | 2000-06-04 | 1 | -1/+1 |
| | | |||||
| * | @ Add support for both indexed and non-indexed arrays of file uploads | Rasmus Lerdorf | 2000-06-04 | 1 | -11/+57 |
| | | | | | | | | @ eg. name="file[]" type="file" (Rasmus) Add support for both indexed and non-indexed arrays of file uploads eg. name="file[]" type="file" (Rasmus) | ||||
| * | - Only compile if building a thread safe version | Andi Gutmans | 2000-06-04 | 1 | -0/+3 |
| | | |||||
| * | ChangeLog update | 2000-06-04 | 1 | -0/+29 | |
| | | |||||
| * | *** empty log message *** | Zeev Suraski | 2000-06-03 | 1 | -0/+3 |
| | | |||||
| * | news update | Zeev Suraski | 2000-06-03 | 1 | -0/+2 |
| | | |||||
| * | Support comparisons of arrays (with arrays) and objects (with objects) | Zeev Suraski | 2000-06-03 | 4 | -5/+142 |
| | | |||||
| * | - Change #if to #ifdef. | Andi Gutmans | 2000-06-03 | 1 | -2/+2 |
| | | |||||
| * | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 10 | -27/+24 |
| | | | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) | ||||
| * | Don't take chances with new include files | Zeev Suraski | 2000-06-03 | 2 | -3/+7 |
| | | |||||
| * | Improve call_user_function() to support array($obj, $method) | Zeev Suraski | 2000-06-03 | 1 | -0/+18 |
| | | |||||
| * | - Make the INI entries sorted in phpinfo() | Zeev Suraski | 2000-06-03 | 5 | -1/+51 |
| | | |||||
| * | - Export normalize_bool | Zeev Suraski | 2000-06-03 | 3 | -12/+11 |
| | | | | | | - This global/static syntax fix brought us back to the 4 documented conflicts | ||||
| * | ChangeLog update | 2000-06-03 | 1 | -0/+22 | |
| | | |||||
| * | NEWS update | 2000-06-03 | 1 | -0/+4 | |
| | | |||||
| * | Fix a lambda() bug | Zeev Suraski | 2000-06-03 | 1 | -1/+1 |
| | | |||||
| * | Add missing { | Zeev Suraski | 2000-06-03 | 1 | -1/+1 |
| | | |||||
| * | - Fix Win32 compilation (Use winsock2.h from now on) | Zeev Suraski | 2000-06-03 | 9 | -19/+115 |
| | | | | | | - Add lambda() support | ||||
| * | - Update NEWS so that this is documented | Andi Gutmans | 2000-06-02 | 1 | -0/+2 |
| | | |||||
