Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_1RC'.php-4.0.1RC | SVN Migration | 2000-06-25 | 2 | -164/+0 |
| | |||||
* | 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 |
| | |||||
* | Move the incomplete class stuff into its own file, so that we can | Sascha Schumann | 2000-06-23 | 4 | -118/+185 |
| | | | | | make it easier accessible to WDDX. | ||||
* | Change the serialization semantics to: | Sascha Schumann | 2000-06-23 | 3 | -10/+149 |
| | | | | | | | | | | | | | | | | | * if a certain object is of class INCOMPLETE_CLASS, the serializer will lookup the previously stored original class name of that object, and use that class name to serialize the object. Change the deserialization semantics to: * if the class of an object, which is to be instantiated, is not found in the current context, the class name will be stored for later retrieval, and the class of that object is changed to INCOMPLETE_CLASS. All function calls, property gets, and property sets operating on an object of class INCOMPLETE_CLASS cause the execution to halt and to output an informative error message. | ||||
* | @- added spliti() function. (Thies) | Thies C. Arntzen | 2000-06-23 | 5 | -16/+57 |
| | |||||
* | debug-code removed | Hartmut Holzgraefe | 2000-06-23 | 1 | -1/+0 |
| | |||||
* | this change should solve all problems regarding trans_sid_id and | Hartmut Holzgraefe | 2000-06-23 | 2 | -5/+19 |
| | | | | | "empty" href urls like "", "#name", "?param=val" ... | ||||
* | Remove some unnecessary CLS_FETCH()s. | Sascha Schumann | 2000-06-23 | 1 | -1/+0 |
| | |||||
* | Fix spacing and say that --with-oracle uses the oci7 interface | Rasmus Lerdorf | 2000-06-23 | 2 | -2/+2 |
| | |||||
* | Add a crc32 checksum function - used by the udm_search search engine | Rasmus Lerdorf | 2000-06-21 | 4 | -1/+134 |
| | | | | | | | | | and currently run through a system call. This will speed up the udm_search php frontend significantly. @ Add a crc32 checksum function - used by the udm_search search engine @ and currently run through a system call. This will speed up the udm_search @ php frontend significantly. (Rasmus) | ||||
* | Revert earlier commit. | Sascha Schumann | 2000-06-21 | 2 | -34/+0 |
| | |||||
* | unserialize() and wddx_deserialize() now create an empty class if they enconter | Thies C. Arntzen | 2000-06-21 | 3 | -0/+36 |
| | | | | | | | a class which's code is yet unknown. this makes sessionized data retain the class name of objects even if you visited pages that don't have the classes code available. | ||||
* | Warn about using the built-in MySQL library | Zeev Suraski | 2000-06-20 | 1 | -0/+4 |
| | |||||
* | This is no longer needed | Zeev Suraski | 2000-06-20 | 1 | -14/+0 |
| | |||||
* | Initialise lcg_globals correctly | Ben Mansell | 2000-06-20 | 1 | -0/+1 |
| | | | | | # Fixes bug 5075 | ||||
* | Canged back to uppercase. Are all the backslashes on line 69 to 111 really ↵ | Egon Schmid | 2000-06-19 | 1 | -1/+1 |
| | | | | needed? | ||||
* | Unbreak imap by fixing the assignment | Sascha Schumann | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | - minor changes | Uwe Steinmann | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | - added prototype | Uwe Steinmann | 2000-06-19 | 1 | -2/+2 |
| | |||||
* | Call __wakeup() after all the instance variables are initialized. | Andrei Zmievski | 2000-06-19 | 1 | -14/+22 |
| | |||||
* | kill warinig | Thies C. Arntzen | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | good morning, thies! | Thies C. Arntzen | 2000-06-19 | 2 | -4/+4 |
| | |||||
* | some adjustments to the sysliblist | Thies C. Arntzen | 2000-06-19 | 2 | -36/+4 |
| | | | | | # still needs some fixing - sascha? | ||||
* | (fsockopen) fix #5090 | Thies C. Arntzen | 2000-06-19 | 1 | -16/+12 |
| | |||||
* | - Fixed problem in imap_fetch_overview | Andi Gutmans | 2000-06-19 | 1 | -3/+4 |
| | |||||
* | - Nuke warning | Andi Gutmans | 2000-06-18 | 1 | -1/+1 |
| | |||||
* | No response from Sascha so changed to lowercase. | Egon Schmid | 2000-06-18 | 1 | -4/+4 |
| | |||||
* | More protos. | Egon Schmid | 2000-06-18 | 3 | -10/+10 |
| |