summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_1RC'.php-4.0.1RCSVN Migration2000-06-256-310/+36
|
* 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.Andi Gutmans2000-06-251-1/+1
| | | | | | | | | | - 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.
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-2514-51/+43
| | | | | | | | | | - 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.
* Add Win32 README fileZeev Suraski2000-06-251-0/+99
|
* better description for recent serializer changeSascha Schumann2000-06-251-1/+1
|
* 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)
* ChangeLog update2000-06-251-0/+94
|
* Nuke a warningZeev Suraski2000-06-241-1/+1
|
* Correct protos call_user_func() and call_user_method().Egon Schmid2000-06-241-3/+3
|
* - winsnmp.c has moved to ext/snmpAndi Gutmans2000-06-241-1/+1
|
* Revice winsnmp.c from repo-copySascha Schumann2000-06-241-0/+228
|
* credit where credit's dueZeev Suraski2000-06-241-0/+1
|
* Apply the NSAPI patchZeev Suraski2000-06-241-0/+16
|
* - 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.
* - Forgot to remove commentAndi Gutmans2000-06-241-1/+1
|
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-243-9/+71
| | | | | - Mutex popen() in Windows as the UNIX trick doesn't work there.
* Also install XML-related header files.Sascha Schumann2000-06-241-0/+3
|
* 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-2422-51/+0
|
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-246-40/+65
| | | | | - Fix Win32 compilation
* alloc.h has been removed from the Apache 1.3 CVS treeSascha Schumann2000-06-241-1/+1
|
* Fix for bug #3983Joey Smith2000-06-241-0/+2
|
* - Entries start with capital lettersAndi Gutmans2000-06-241-1/+1
|
* <funcprototype> added to xml generationHartmut Holzgraefe2000-06-241-1/+3
|
* ChangeLog update2000-06-241-0/+83
|
* NEWS update2000-06-241-0/+1
|
* 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.
* Fix UdmSearch spellingRasmus Lerdorf2000-06-232-4/+4
|
* .Sascha Schumann2000-06-231-4/+6
|
* 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.
* - COMPILE_ERROR should only be used in ZendAndi Gutmans2000-06-231-2/+2
|
* @- 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" ...
* ChangeLog update2000-06-231-0/+20
|
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-232-2/+0
|
* Fix spacing and say that --with-oracle uses the oci7 interfaceRasmus Lerdorf2000-06-232-2/+2
|