summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_1RC'.php-4.0.1RCSVN Migration2000-06-252-164/+0
|
* 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
|
* Move the incomplete class stuff into its own file, so that we canSascha Schumann2000-06-234-118/+185
| | | | | make it easier accessible to WDDX.
* Change the serialization semantics to:Sascha Schumann2000-06-233-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. Arntzen2000-06-235-16/+57
|
* debug-code removedHartmut Holzgraefe2000-06-231-1/+0
|
* this change should solve all problems regarding trans_sid_id andHartmut Holzgraefe2000-06-232-5/+19
| | | | | "empty" href urls like "", "#name", "?param=val" ...
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-231-1/+0
|
* Fix spacing and say that --with-oracle uses the oci7 interfaceRasmus Lerdorf2000-06-232-2/+2
|
* Add a crc32 checksum function - used by the udm_search search engineRasmus Lerdorf2000-06-214-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 Schumann2000-06-212-34/+0
|
* unserialize() and wddx_deserialize() now create an empty class if they enconterThies C. Arntzen2000-06-213-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 libraryZeev Suraski2000-06-201-0/+4
|
* This is no longer neededZeev Suraski2000-06-201-14/+0
|
* Initialise lcg_globals correctlyBen Mansell2000-06-201-0/+1
| | | | | # Fixes bug 5075
* Canged back to uppercase. Are all the backslashes on line 69 to 111 really ↵Egon Schmid2000-06-191-1/+1
| | | | needed?
* Unbreak imap by fixing the assignmentSascha Schumann2000-06-191-1/+1
|
* - minor changesUwe Steinmann2000-06-191-1/+1
|
* - added prototypeUwe Steinmann2000-06-191-2/+2
|
* Call __wakeup() after all the instance variables are initialized.Andrei Zmievski2000-06-191-14/+22
|
* kill warinigThies C. Arntzen2000-06-191-1/+1
|
* good morning, thies!Thies C. Arntzen2000-06-192-4/+4
|
* some adjustments to the sysliblistThies C. Arntzen2000-06-192-36/+4
| | | | | # still needs some fixing - sascha?
* (fsockopen) fix #5090Thies C. Arntzen2000-06-191-16/+12
|
* - Fixed problem in imap_fetch_overviewAndi Gutmans2000-06-191-3/+4
|
* - Nuke warningAndi Gutmans2000-06-181-1/+1
|
* No response from Sascha so changed to lowercase.Egon Schmid2000-06-181-4/+4
|
* More protos.Egon Schmid2000-06-183-10/+10
|