summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* List with TODO itemsDavid Hedbor2000-06-051-0/+14
|
* Fixed include directory problems.David Hedbor2000-06-052-1/+5
|
* Added a new user-definable include variable, PRE_INCLUDES. It worksDavid Hedbor2000-06-051-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 Hedbor2000-06-051-4/+4
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-0591-1106/+1106
|
* Oops, fixed slight miscue there. Now it works.Rasmus Lerdorf2000-06-051-7/+7
|
* - Restore locale settings to state they were at module startup if theyJouni Ahto2000-06-051-1/+2
| | | | | were changed.
* @ Clean up constants in flock() function and add optional 3rd arg whichRasmus Lerdorf2000-06-051-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 Zmievski2000-06-050-0/+0
|
* Getting exif module to compile on win32Frank M. Kromann2000-06-052-3/+3
|
* fixing compiler directive so the module will actually build a php moduleFrank M. Kromann2000-06-051-3/+3
|
* - should now compile and configure with libxml 2.0.0Uwe Steinmann2000-06-052-2/+2
|
* - Revert internazionalization fix.Andi Gutmans2000-06-051-2/+2
|
* - Revert Thies' locale patch. It was screwing up language level things.Andi Gutmans2000-06-051-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 #4780Hartmut Holzgraefe2000-06-051-1/+1
|
* - Complete change to create_function()Andi Gutmans2000-06-051-3/+3
|
* ChangeLog update2000-06-051-0/+58
|
* NEWS update2000-06-051-0/+4
|
* (pg_connect) Missed adding reference to link.Jouni Ahto2000-06-041-0/+1
|
* Change shutdown order to sort out a crash when assigning a resource id to a ↵Zeev Suraski2000-06-042-15/+21
| | | | static.
* Fix Win32 buildZeev Suraski2000-06-046-7/+10
|
* - Support unordered hash comparisonsZeev Suraski2000-06-043-30/+55
| | | | | - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison
* *** empty log message ***Zeev Suraski2000-06-041-3/+2
|
* Rename lambda()Zeev Suraski2000-06-041-3/+3
|
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-042-21/+105
| | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni)
* @ Add SWF support to getimagesize() function (Derick Rethans)Rasmus Lerdorf2000-06-041-0/+35
| | | | | Add SWF support to getimagesize() function
* Redirect messages from cp modules/* to /dev/nullSascha Schumann2000-06-041-1/+1
|
* \0 is part of they key, but not of the variableStanislav Malyshev2000-06-041-2/+2
|
* Back out the last change by Andi which caused TSRM to be always configured.Sascha Schumann2000-06-041-15/+16
| | | | | This needs to be refined. It caused breakage on several platforms.
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-044-1/+26
|
* chdir returns -1 on error, so should V_CHDIRStanislav Malyshev2000-06-041-2/+2
|
* chdir returns 0 on success, compare against itStanislav Malyshev2000-06-041-1/+1
|
* @ Add support for both indexed and non-indexed arrays of file uploadsRasmus Lerdorf2000-06-041-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 versionAndi Gutmans2000-06-041-0/+3
|
* ChangeLog update2000-06-041-0/+29
|
* *** empty log message ***Zeev Suraski2000-06-031-0/+3
|
* news updateZeev Suraski2000-06-031-0/+2
|
* Support comparisons of arrays (with arrays) and objects (with objects)Zeev Suraski2000-06-034-5/+142
|
* - Change #if to #ifdef.Andi Gutmans2000-06-031-2/+2
|
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-0310-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 filesZeev Suraski2000-06-032-3/+7
|
* Improve call_user_function() to support array($obj, $method)Zeev Suraski2000-06-031-0/+18
|
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-035-1/+51
|
* - Export normalize_boolZeev Suraski2000-06-033-12/+11
| | | | | - This global/static syntax fix brought us back to the 4 documented conflicts
* ChangeLog update2000-06-031-0/+22
|
* NEWS update2000-06-031-0/+4
|
* Fix a lambda() bugZeev Suraski2000-06-031-1/+1
|
* Add missing {Zeev Suraski2000-06-031-1/+1
|
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-039-19/+115
| | | | | - Add lambda() support
* - Update NEWS so that this is documentedAndi Gutmans2000-06-021-0/+2
|